
/*列表页*/
#hedaer{
	    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    text-align: center;
    color: #FFF;
}
#hedaer .top{
	    height: 60px;
       background: url(../img/top.gif) no-repeat;
    background-size: 100% 100%;
}
#hedaer .local{    color: #555555;
	    height: 40px;
    background: white;    text-align: left;
    padding-left: 10px;
    line-height: 40px;    border-bottom: 1px solid gainsboro;font-family:微软雅黑;
}
#hedaer img{
	height: 60px;
    margin-top: 0px;
    margin-left: -20px;
}
.news-main{
	    margin-top: 106px;min-height:100px;
}
