@charset "utf-8"; /*css comment*/ /* 横向滚动 ------------------------------ */ .scroll_horizontal{position:relative;width:100%; } .scroll_horizontal .box{overflow:hidden;position:relative;width:1080px;/*height:160px;*/margin:0 auto;} .scroll_horizontal .list{overflow:hidden;width:9999px;} .scroll_horizontal .list li{float:left;width:360px; } .scroll_horizontal .prev, .scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:35px;height:50px;font:0/0 Arial;cursor:pointer;} .scroll_horizontal .prev{left:0px;background: url(../images/arrow02_left.png) center no-repeat ;} .scroll_horizontal .next{right:0px;background: url(../images/arrow02_right.png) center no-repeat;} .scroll_horizontal .list li .item .deve_year{height:160px; } @media only screen and (max-width: 1200px){ .scroll_horizontal .box { width:800px;/* height:160px;*/ margin:0 auto;} .scroll_horizontal .list li .item .deve_year{height:160px;padding:0 10px;vertical-align: middle; display: table-cell;} .scroll_horizontal .list li{ width:400px;} } @media only screen and (max-width: 767px){ .scroll_horizontal .box { width:300px; /*height:160px; */margin:0 auto;} .scroll_horizontal .list li .item .deve_year{height:160px;padding:0 10px;vertical-align: middle; display: table-cell;} .scroll_horizontal .list li{ width:300px;} }