body{width: 100%;}
/*列表页*/
#hedaer{
	    width: 100%;
    text-align: center;
    color: #FFF;
}
#hedaer .top{
	    height: 70px;
    background: #0a76d9;
	    padding-top: 5px;
}
#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;
}
.news-content {
	width: 100%;
}
.news-content img,.news-content table{
	max-width: 100%;
	
}

@media only screen and (min-width: 320px) and (max-width: 370px){
	#hedaer img{
	 height: 43px;
    margin-top: 8px;
	}
}
@media only screen and (min-width: 500px) and (max-width: 1200px){
	.top img{
	width: 50%;
	margin-left: 40px !important;
	}
	
}
@media only screen and (min-width: 1001px) and (max-width: 1200px){
	#hedaer .top {
    height: 105px !important;
    background: #0a76d9;
    padding-top: 5px;
}
#hedaer img {
    width: 50% !important;
    height: auto;
    margin-left: 40px !important;
}
}