.box2{background: rgb(240,240,240)}
.box2_ul .list{margin-bottom: 35px}
.box2_ul .left{width: 34.65%;float: left}
.box2_ul .right{width: 62.85%;float: right;padding: 70px 0 60px 0}
.box2_ul .right .p1{font-size: 14px;font-weight: bold;color: rgb(153,153,153);line-height: 14px;}
.box2_ul .right .p2{font-size: 24px;font-weight: bold;color: black;line-height: 22px;padding: 30px 0 15px 0}
.box2_ul .right .p3{font-size: 14px;color: rgb(102,102,102);line-height: 24px}
.box2 .contain .banners{display: none}
.box2 .contain .banners.sels{display: block}
.box2_ul .left .pic{overflow: hidden}
.box2_ul .list:hover{background: #F08519;transition: 0.5s;box-shadow: 10px 10px 20px #ddd}
.box2_ul .list:hover .right p{color: white}
.box2_ul .list:hover .pic img{transform: scale(1.1);transition: 0.5s}
@media (max-width:768px){
    .box2_ul .left,.box2_ul .right{width:100%;}
    .box2{padding:0 15px;}
    .box2_ul .list{width:100%;}
    .box2_ul .right{padding:10px ;background:#fff ;}
    .box2_ul .right .p2{font-size:14px;padding:5px 0;height:auto;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;;}
    .box2_ul .right .p1{font-size: 12px;color:#999 !important;}
    .box2_ul .right .p2{color:#333 !important;}
    .box2_ul .right .p3{color:#666 !important;}
}
@media (max-width:992px) and (min-width:768px){
    .box2_ul .list{background:#fff;}
    .box2_ul .left{width:40%;}
    .box2_ul .right{width:60%;background:none;}
    .box2_ul .right{}
    .contain{margin-top:25px;}
    .box2_ul .right .p2{font-size:18px;margin-bottom:10px;}
}
@media (min-width:1024px) and (max-width:1343px){
    .box2_ul .right{padding:30px 0 0}
}
