
/*列表页*/
#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;
}
.news-main{
min-height:100px;
}
@media only screen and (min-width: 320px) and (max-width: 370px){
	#hedaer img{
		    height: 43px;
    margin-top: 8px;
	}
}