

/**/
#other-box{padding:100px 0;}

#other-box ul li{overflow: hidden;margin-bottom: 60px;}
#other-box ul li .img{float: left;width: 49%;}
#other-box ul li .con{float: right;width: 49%;}

#other-box ul li:nth-child(2n) .img{float: right;}
#other-box ul li:nth-child(2n) .con{float: left;}

#other-box ul li .con {padding:35px 0px 0;}
#other-box ul li .con h2{margin-bottom: 25px;}
#other-box ul li .con p{color: #666;}


@media(max-width:1540px){
    #other-box ul li .con b{font-size: 20px;line-height: 24px;}
}

@media(max-width:1280px){
    
}

@media(max-width:1100px){
    #other-box{padding:30px 0;}
    #other-box .des{margin-bottom: 20px;}
    #other-box ul li .img{width: 100%;}


    #other-box ul li .con{width: 100%;padding:20px 0 0;}
    #other-box ul li .con img {width: 40px;}
    #other-box ul li{margin-bottom: 20px;}
    #other-box ul li .con b{font-size: 16px;line-height: 22px;}
}

@media(max-width:768px){
    

}