
/*列表页*/
#hedaer{
	    width: 100%;
    text-align: center;
    color: #FFF;
}
#hedaer .top{
	    height: 60px;
    background: #056097;
}
#hedaer .local{    color: #555555;
	    height: 40px;
    background: white;    text-align: left;
    padding-left: 10px;
    line-height: 40px;    border-bottom: 1px solid gainsboro;
}
#hedaer img{
	    height: 54px;
    margin-top: 3px;
}
.title_sub{
	height: 40px;
    background: #2196F3;
    text-align: left;
    line-height: 40px;
    color: white;
    font-size: 16px;
}
.title_sub span{
	    display: block;
    height: 40px;
    width: 100px;
    text-align: center;
	float:left;
}
.s_nav1 li{
	    height: 36px;
    line-height: 36px;
    /* background: #15151596; */
    margin-bottom: 0px;
    text-align: left;
    /* padding-left: 16px; */
    float: left;
    width: 50%;
}
.s_nav1 a{
       font-size: 15px;
    color: #fff3f3;
    margin-left: 17px;
}
@media only screen and (min-width: 320px) and (max-width: 370px){
	#hedaer img{
		    height: 43px;
    margin-top: 8px;
	}
}
