 .bannerBin {
      height: 500px;
      overflow: hidden;
      background: #fff;
    }

    .slide_x {
      overflow: hidden;
      position: relative;
      margin: 0 auto;
      width: 1000px;
      height: 500px;
    }

    .slide_x a {
      color: #eee;
      text-decoration: none;
    }

    .slide_x .box {
      overflow: hidden;
      position: relative;
      width: 1000px;
      height: 500px;
    }

    .slide_x .list {
      overflow: hidden;
      width: 9999px;
    }

    .slide_x .list li {
      float: left;
      position: relative;
      width: 1000px;
    }

    .slide_x .list img {
      width: 100%;
       height: 500px;
    }

.listIns{
 width: 80%;
 position: absolute;
 top: 80%;
 left: 6%;
 max-width:750px;
}
.listIns h2{
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
background-color: #a51c30;
padding: 10px 20px;
margin-bottom: 10px;
            display: block;
            overflow: hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
}


    .slide_x .list p {
      padding-left: 14px;
	line-height:40px;
  height: 40px;
	background:#fff;
	background: rgba(255, 255, 255, .9);
	color:#363636;
	font-size:16px;
	font-family:'微软雅黑';
	font-weight:normal;
      /* filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
      background: rgba(0, 0, 0, 0.6); */
    }
        .slide_x .list p b{
          width: 76%;
          float: left;
            display: block;
            overflow: hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
        }
   .slide_x .list p strong {
    float: right;
    	line-height:40px;
      padding: 0 20px;
    color: #fff;
    background: #a51c30;
   }
    .slide_x .btn {
      display: none;
      overflow: hidden;
      position: absolute;
      bottom: 4px;
      right: 6px;
    }

    .slide_x .btn li {
      float: left;
      width: 16px;
      height: 16px;
      margin: 0 0 0 10px;
      border-radius: 2px;
      background: #eee;
      color: #333;
      font: 11px/16px Tahoma;
      text-align: center;
      cursor: pointer;
    }

    .slide_x .btn .selected {
      background: #f30;
      color: #fff;
    }

    .slide_x .minus,
    .slide_x .plus {
      position: absolute;
      top: 50%;
      width: 40px;
      height: 50px;
      margin-top: -30px;
      background-image: url(../images/control.png);
      background-repeat: no-repeat;
      text-align: center;
      cursor: pointer;
    }

    .slide_x .minus {
      left: 0;
      background-position: 0 0;
    }

    .slide_x .plus {
      right: 0;
      background-position: -40px 0;
    }

    .slide_x .minus:hover {
      background-position: 0 -50px;
    }

    .slide_x .plus:hover {
      background-position: -40px -50px;
    }