*{margin:0px;padding:0px;}
body{
    width:100%;
    margin:0 auto;
    padding:0;
   /* background:#F8F8F8;*/
}
.lf{float:left;}
.rt{float:right;}
.clear{clear:both;}
p{ margin:0;}
img{
    border:0;
}
li{
    list-style-type:none;
}
a, a:link, a:visited, a:hover, a:active{
    text-decoration:none;
}
a{
    color:#333;
}

/*头部*/
.top{
    width:100%;
    min-height:116px;
    margin:0 auto;
    padding:0;
    background:#fff;
}
.top .top_ss{
    width:1200px;
    height:30px;
    line-height:40px;
    margin:0 auto;
    padding:0;
}
.top_ss .header-top {
    width: 500px;
    line-height: 40px;
    height: 40px;
    float:right;
    font-size:14px;
    color: #666;
    margin:0;
}
.top_ss .fhzy{
    width:90px;
    float:left;
    margin:0;
    padding:0;
    line-height:40px;
}
.top_ss .fhzy img{
    margin-right:5px;
    vertical-align:middle;
}
.top_ss .wq{
    width:86px;
    float:left;
    margin:0 15px 0 0;
    padding:0;
}
.wq .xx{ width:86px; line-height:40px; /*text-align:center;*/ position:relative;background:url(images/top4.jpg) right no-repeat;}
.wq .xx a{ text-decoration:none; color:#000; display:block;padding:0;}
.wq .xx:hover{ background:url(../images/top4-1.jpg) right no-repeat; }
.wq .xx a:hover{ /*background:url(../images/top4.jpg) right no-repeat;*/ }
.wq .xx ul{ position:absolute; width:86px; display:none; background:#FFF; border:1px solid #D6D6D6; top:18px;}
.wq .xx ul li{ width:86px; float:none; line-height:30px; text-align:left; margin-left:-18px;}
.wq .xx ul li a{ width:100%;}
.wq .xx ul li a:hover{ text-decoration:underline}
.wq .xx:hover ul{ display:block}
.top_ss .yy{
    width:106px;
    float:left;
    margin:0;
    padding:0;
}
.top_ss .yy ul{
    width:106px;
    margin:0;
    padding:0;
}
.top_ss .yy ul li{
    float:left;
    margin:0 5px 0 0;
    padding:0;
}

/*.search-input .divf1 {
    float: right;
    width: 173px;
    height:25px;
    border:1px solid #D6D6D6;
    border-radius:20px;
    margin-top:10px;
    margin-right: 25px;
}
.search-input .divf2 {
    float: right;
    width: 18px;
    margin:-26px 42px 0 0;
}
.search-input input {
    margin:0;
    width: 165px;
    height: 25px;
    background: transparent;
    padding:0 0 0 8px;
    border: 0;
    line-height:25px;
    border-radius:20px;
}
.search-input button {
    width: 18px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
    border: 0;
}*/
/*=====*/

.dh{
    width:1200px;
    height:88px;
    margin:0 auto;
    padding:0;
    background:#fff;
}
.dh .logo{
    float:left;
    margin:0;
    padding:16px 0 0 0;
}
.dh .nav{
    width:765px;
    height:45px;
    float:right;
    margin:30px 0 0 0;
    padding:0;
}
.dh .nav ul{
    width:800px;
    margin:0;
    padding:0;
}
.dh .nav ul li{
    float:left;
    font-size:16px;
    text-align:center;
    line-height:45px;
    margin:0 30px;
    font-family:"微软雅黑";
}
.dh .nav ul li a{
    color:#000;
}
.header_line{
    clear:both;
    background:url(../images/header_line.png) center top repeat-x;
    width:100%;
    height:3px;
    overflow:hidden;
}
#main{
    width:1200px;
    height:1000px;
    margin: 0 auto;
}
/*左边新闻分类*/
#main>div.aside-lf{
    width:230px;
    margin-top: 22px;
    margin-right: 30px;
    background:#F7F8FA;
}
.main-img{
    margin-bottom: 20px;
}
a, a:link, a:visited, a:hover, a:active{
    text-decoration:none;
}
a{
    color:#333;
}
li{
    list-style:none;
}
.tree span{
    cursor: pointer;
}
.tree ul{ /*display:none*/
    /*height:0;*/
    overflow: hidden;
    transition:all .5s linear;
}
.tree>li{
  padding:0;
}
.open+ul{/*display:block*/
    height:auto;
}
.tree span{
    display: block;
    width: 230px;
    height:50px;
    line-height: 50px;
    font-size: 17px;
    background:#F7F8FA ;
    border-bottom:1px dashed #D7D8DA;
}
.tree span:hover{
    background:rgb(0,128,203);
}
 .tree span:hover a{
        color:#fff;
    }
.tree span>b{
    display: inline-block;
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:6px solid  #0080CB;
    margin-left: 8px;
    margin-right: 8px;
}
.tree span:hover>b{
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:6px solid  #fff;
}
.tree ul>li{
    width: 230px;
    height:40px;
    line-height: 40px;
    background:#F7F8FA ;
}
.tree ul>li:hover{
    width: 230px;
    height:40px;
    font-size: 16px;
    background:rgb(0,128,203);
}
.tree ul>li a{
    margin-left: 10px;
}
.tree ul>li:hover a{
    color:#fff;
    margin-left: 10px;
}
/*#main>div.aside-lf>ul{
    height: 250px;
}
#main>div.aside-lf>ul>li{
    height:50px;
    line-height: 50px;
    font-size: 17px;
    background:#F7F8FA ;
    border-bottom:1px dashed #D7D8DA;
    cursor: pointer;
}
#main>div.aside-lf>ul>li:hover{
    background:rgb(0,128,203);
}
#main>div.aside-lf>ul>li:hover a{
    color:#fff;
}
#main>div.aside-lf>ul>li>b{
    display: inline-block;
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:6px solid  #0080CB;
    margin-left: 8px;
    margin-right: 8px;
}
#main>div.aside-lf>ul>li:hover>b{
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:6px solid  #fff;
}*/
.content{
    width:940px;
}
.mid>span{
    margin-top: 54px;
    float:left;
    font-size: 26px;
    font-weight: bold;
}
.s_title{
    text-align: center;
    border-bottom:1px dashed #ddd;
   padding-bottom: 25px;
}
.mid>h2 {
	width:928px;
	text-align:center;
    font-size: 17px;
    font-weight: normal;
    font-family: "微软雅黑";
    margin-top: 110px;
    margin-bottom: 20px;
}
.title{
	width:928px;

}
.s_title>span{
    font-family: "simsun";
    font-size:14px;
    margin-right: 40px;
}
.date{
    margin-left: 70px;
}
.article{
    margin-top: 20px;
	font-size:14px;
	line-height:30px;
	font-family:"宋体";
	text-justify:0;
}
.article>p{
    font-size: 14px;
    font-family: SimSun;
    text-indent:28px;
    line-height: 24px;
}
.article>img{
    margin-top: 10px;
    margin-bottom: 24px;
    margin-left: 220px;
}
.fan_ye li{
    margin-bottom: 5px;
}
.fan_ye span{
    font-size: 14px;
}
.fan_ye a{
    color:#0180CD;
    font-size: 14px;
}
.fan_ye ul{
    margin-top: 24px;
    margin-bottom: 24px;
}

.footer{
    clear:both;
    width:100%;
    min-height:374px;
    margin:16px auto 0 auto;
    padding:0 0 0 0;
    background:url(../images/footer_bj.jpg) left repeat-x;
}
.footer .footer_nr{
    width:1200px;
    height:330px;
    margin:-15px auto 0 auto;
    padding:0;
}
.footer .footer_nr a{
    color:#fff;
}
.footer_nr .fh{
    position:relative;
    width:90px;
    height:32px;
    text-align:center;
    line-height:32px;
    background:#FFF;
    top:0;
    left:1110px;
}
.footer_nr .fh a{
    color:#333333;
}
.footer_nr .gybs{
    width:267px;
    height:216px;
    float:left;
    margin:0 0 0 0;
    padding:0;
}
.gybs .gy_bt{
    width:238px;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
    color:#FFF;
    border-bottom:1px dashed #fff;
    margin:0 0 0 6px;
    padding:0;
}
.gybs .gy_nr{
    width:238px;
    margin:16px 0 0 6px;
    padding:0;
    font-size:13px;
    line-height:25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-align:justify;
}
/**/
.footer_nr .wq_new{
    width:450px;
    height:216px;
    float:left;
    margin:0 0 0 0;
    padding:0;
}
.wq_new .wq_new_bt{
    width:437px;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
    color:#FFF;
    border-bottom:1px dashed #fff;
    margin:0 0 0 0;
    padding:0;
}
.wq_new ul{
    width:450px;;
    margin:0;
    padding:0;
}
.wq_new ul li{
    width:204px;
    height:43px;
    float:left;
    font-size:13px;
    line-height:43px;
    margin:0 21px 0 0;
    padding:0;
    border-bottom:1px dashed #fff;
}
/**/
.footer_nr .zxfu{
    width:146px;
    height:216px;
    float:left;
    margin:0 0 0 0;
    padding:0;
}
.zxfu .zxfw_bt{
    width:126px;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
    color:#FFF;
    border-bottom:1px dashed #fff;
    margin:0 0 0 0;
    padding:0;
}
.zxfu ul{
    width:126px;
    margin:0;
    padding:0;
}
.zxfu ul li{
    width:126px;
    margin:0;
    padding:0;
    font-size:14px;
    line-height:30px;
}
/**/
.footer_nr .hdjl{
    width:156px;
    height:216px;
    float:left;
    margin:0 0 0 0;
    padding:0;
}
.hdjl .hdjl_bt{
    width:100px;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
    color:#FFF;
    border-bottom:1px dashed #fff;
    margin:0 0 0 0;
    padding:0;
}
.hdjl ul{
    width:100px;
    margin:0;
    padding:0;
}
.hdjl ul li{
    width:100px;
    font-size:14px;
    line-height:30px;
    margin:0;
    padding:0;
}
/**/
.footer_nr .ewm{
    width:171px;
    height:216px;
    float:right;
    margin:0 0 0 0;
    padding:0;
}
.ewm ul{
    width:171px;
    margin:25px 0 0 0;
    padding:0;
}
.ewm ul li{
    width:171px;
    margin:0 0 23px 0;
    padding:0;
    font-size:14px;
    color:#fff;
}
.ewm ul li img{
    margin:0 10px 0 0;
    padding:0;
    vertical-align:middle;
}
/*============*/
.footer .link{
    width:1200px;
    height:79px;
    margin:0 auto;
    padding:0;
}
.link .yj_logo{
    width:300px;
    float:left;
    margin:0;
    padding:0;
}
.link .link_lb{
    width:332px;
    float:right;
    margin:0;
    padding:0;
}
.link .link_lb .link_bt{
    width:303px;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
    color:#FFF;
    border-bottom:1px dashed #fff;
    margin:0 0 0 0;
    padding:0;
}
.link_lb select{
    width:303px;
    height:25px;
    margin:14px 0 0 0;
    padding:0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background:url(../images/lj1.jpg) right no-repeat #fff;
}
/**/
.footer .bq{
    width:1200px;
    margin:0 auto;
    padding:0;
    font-size:14px;
    text-align:center;
    line-height:40px;
    color:#FFF;
}
.footer .bq a {
    color: #fff;
}