/* 水平滚动
------------------------------ */
.scroll_title{width:24px; height:120px; line-height:30px;  display:block; overflow:hidden; float:left;  }
.scroll_title a{color:#fff;}
.scroll_title a:hover{color:#fff; text-decoration:none;}
.scroll_title2{width:24px; height:120px; line-height:30px; padding:35px 13px; display:block; overflow:hidden; float:left; background:#c00; font-family:microsoft yahei; font-size:24px; color:#fff;}
.scroll_title2 a{color:#fff;}
.scroll_title2 a:hover{color:#fff; text-decoration:none;}
.scroll_horizontal{width:960px;height:150px;line-height:20px; float:left; position:relative }
.scroll_horizontal .box{overflow:hidden;position:relative;width:870px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:190px; height:120px;text-align:center; padding-right:15px; padding-left:15px;}
.scroll_horizontal .list li img{width:190px; height:80px;}
.scroll_horizontal .list li h1{width:190px; height:40px; line-height:40px; display:block; overflow:hidden; font-family:microsoft yahei; font-size:14px;}
.scroll_horizontal .list li h1 a{ color:#333;}
.scroll_horizontal .list li span{width:190px; height:50px; line-height:25px; text-align:left; display:block; overflow:hidden; color:#666; font-size:12px;}
.scroll_horizontal .list li span a{ padding-left:10px; color:#f00;}
.scroll_horizontal .plus,.scroll_horizontal .minus{position:absolute;top:30px;width:24px;height:39px; display:block; background:url(control.png) no-repeat;cursor:pointer;}
.scroll_horizontal .plus{left:10px;   background-position:-8px -5px;}
.scroll_horizontal .minus{right:10px;   background-position:-48px -5px;}
.scroll_horizontal .plus:hover,.scroll_horizontal .minus:hover{background:#f60;  background: url(control.png) no-repeat;}
.scroll_horizontal .plus:hover{left:10px;   background-position: -8px -55px;}
.scroll_horizontal .minus:hover{right:10px;   background-position: -48px -55px;}
/*  */
