@charset "utf-8";
/* CSS Document */
*{margin: 0;
padding: 0;}
a,span,body,dd,dl,ul,li,img,p{
    margin:0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family:"微软雅黑" ; 
    border: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix{
    clear: both;
}
.top{
    width: 100%;
    height: 216px;
    background: url(../images/topbg.png) no-repeat;
overflow:hidden;
}
.head{
    width: 1000px;
    height: 216px;
    margin: 0 auto;
}
.head .logo{
 
    width: 1000px;
margin:0 auto;
}
.head .dang img{
    width: 318px;
}
.navbox{
    width: 100%;
    height: 40px;
    background: url(../images/navbg.png) repeat-x;
    box-shadow: 0px 2px 2px 1px #a6a2a2;
}
.nav,.nav ul,.son-nav{
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}
.nav ul li,.nav ul li a{
    width: 122px;
    height: 40px;
    line-height: 40px;
    color: #fefefe;
text-align:center;
}
.son-navbox{
    width:100%;
    height: 36px;
    background:url(../images/son-navboxbg.png) repeat-x;
}
.son-nav span{
    height: 36px;
    line-height: 36px;
    color: #999;
    font-size: 12px;
    margin-right: 40px;
}
.weather{
    width: 400px;
    height: 36px;
    overflow: hidden;
text-align:center;
    
}
.seach{
    width: 300px;
    height: 36px;
    
}
.bottom{
    width: 100%;
    
    background: #e2e2e2;
    border-top: 3px solid #d60300;
}
.copyright{
    width: 1000px;
    margin: 0 auto;
    background: url(../images/copyrightbg.png) no-repeat;
    text-align: center;
    font-size: 12px;
    color: #666;
    padding: 20px 0;
    line-height: 24px;
}
.add{margin: 15px auto;
    width: 1000px;
}
.content{
    width: 1000px;
    margin: 10px auto;
}
.news_list{
    width: 450px;
    margin-left: 15px;
}
.cur1{
    width: 230px;
    margin-top: 14px;
   
}
.news_list li,.news_list li a,.news_list li p{
    color: #333;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    
}


.news_list li a:hover{
    color:#e50001;
}
.news_list li p img{
     padding:12px 4px 11px 0px;
}
.cur2{
    width: 682px;
    margin-top: 14px;
   
}
.cur3{
    border-bottom:1px dashed #d9d9d9;
}