@charset "utf-8";
/* CSS Document */

.innerPage {padding-top:16px;} /*改变公共样式*/
.list_box li {height:45px; line-height:45px; position:relative; padding-left:14px; border-bottom:1px dashed #ebeff5;overflow:hidden;}
.list_box li:before {content:''; width:3px; height:3px; position:absolute; left:0; top:50%; margin-top:-2px; background:#0e4f8f;}
.list_box li a {position:absolute; left:0; right:0; top:0; bottom:0;}
.list_box li h2 {width:620px; float:left;font-size:16px;color:#333;}
.list_box li span {float:right; color:#9ea9ba;}
.list_box li:hover h2 , .list_box li:hover span {color:#3672d1;}

@media only screen and (max-width:1024px){
.list_box li h2{font-size:14px;}
ul.current_location{display:none;}
}