
/* CSS Document */
a:hover{ color:#f00; text-decoration:underline;}
#content_main{  margin:0 auto; padding-bottom:10px; margin-top:10px; width:998px; border:1px solid #dbebf8; float:left; }

#warp{ width:1000px; margin:0px auto;}

.path{ margin-bottom:20px; height:42px;  }
.path span{ padding-left:44px; display:block; height:42px; line-height:42px; color:#1d1e20; }
.path span a{ color:#1d1e20;}
.path span a:hover{ color:#f00; text-decoration:underline;}

.con{ padding-top:9px; width:970px; margin:0 auto;}
.con .title{ height:34px; }
.con .title span{ margin-left:26px; display:block; width:92px; line-height:34px; font-size:14px; font-family:"微软雅黑"; font-weight:bold; text-align:center; color:#fff;}
.con_list{ padding:22px 0 6px; border:1px solid #dbedfb; border-top:none;}
.con_list .wx{ margin-left:138px;}
.con_list .wx li{ margin-right:94px; width:97px; float:left;}
.con_list .wx li p{ font-family:"微软雅黑"; font-size:14px; line-height:42px; text-align:center;}

.city_g_list{ padding:36px 0 20px; }
.con_list .city_g{ width:9999px;}
.con_list .city_g li{ margin-right:25px; margin-bottom:18px; width:100px; float:left;}
.con_list .city_g li p{ font-family:"微软雅黑"; font-size:14px; line-height:28px; text-align:center;}

/* 横向滚动
------------------------------ */
.scroll_horizontal{position:relative;width:948px;height:120px;padding:10px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:875px;height:128px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:125px; margin-right:0px; text-align:center;}
.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;background-image:url(../image/control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:5px;background-position:0 0;}
.scroll_horizontal .next{right:5px;background-position:-40px 0;}
.scroll_horizontal .prev:hover{background-position:0 -50px;}
.scroll_horizontal .next:hover{background-position:-40px -50px;}