﻿*{margin:0px;padding:0px;}
body{
    width:100%;
    margin:0 auto;
    padding:0;
}
.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;
}
#section>div{
    line-height: 100px;
}
#section>div>img{
    float:left;
    line-height: 100px;
}
/*新闻主板块*/
#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>li{
 padding:0;
}
.tree span{
    cursor: pointer;
}
.tree ul{ /*display:none*/
    /*height:0;*/
    overflow: hidden;
    transition:all .5s linear;
}
.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;
}
/*中间新闻分页*/
.content{
    width:928px;
}
.mid{
     width:928px;
     margin-right: 30px;
     margin-top: 22px;
 }
.mid>span{
    float:left;
    height:100px;
    line-height: 100px;
    border-bottom: 1px solid  #D7D8DA;
    width:928px;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.mid ul>li{
    border-bottom: 1px solid  #D7D8DA;
    cursor: pointer;
}
.mid>ul>li>h4{
    font-family: "微软雅黑";
    font-weight: normal;
    color:#000;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 20px;
}
.mid p.article{
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 20px;
    color:#444444;
    margin-top: 15px;
    text-indent:2em;
    letter-spacing:1px;
}
.mid p.time{
    font-size: 14px;
    color:#444444;
    font-family: "SimSun";
    margin-top: 22px;
    margin-bottom: 24px;
    letter-spacing:1px;
}
.pager{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left:20px;
    width:390px;
    height:55px;
   
}
.pager>li{
    font-size: 12px;
    padding: 5px 12px;
    margin-top: 15px;
    margin-right: 2px;
    border:1px solid #D7D8DA;
    float: left;
}
.pager>li.pre{
    padding: 5px 12px 4px 12px;
}
.pager>li.next{
    padding: 5px 12px 4px 12px;
}
.pager>li.page-num{
    padding: 5px 12px 4px 12px
}
.pager>li.txt{
    color:#666666;
    font-size: 12px;
    border:none;
    margin-right: 0;
    padding: 5px 0;
}
.pager>li.submit{
    line-height: 22px;
    border:none;
    padding: 3px 14px;
}
.pager>li.submit>button{
    color: #fff;
    width:62px;
    height:20px;
    border: none;
    background:#0180CD;
}
#main>div.mid p.time{
    font-size: 12px;
    margin: 20px 0;
}
/*右边搜索*/
/*.aside-rt{
    margin-top: 125px;
    width:270px;
    height: 150px;
}
#main .sou_suo{
    background:#F2F2F2;
    width:270px;
    height:150px;
}
#main .sou_suo>li:first-child{
    border-bottom:1px solid #D7D8DA;
}
#main .sou_suo>li>span{
    font-family: "微软雅黑";
    height:56px;
    line-height: 56px;
    color:#3E3E3F;
    font-size: 22px;
    margin-left: 24px;
}
#main .sou_suo>li>input{
    width:180px;
    height:28px;
    margin-left: 22px;
    margin-top: 22px;
    padding-top: 2px;
}
#main .sou_suo>li>button{
    color: #fff;
    text-align: center;
     background:#3598DC;
     border:none;
     width:46px;
     height:28px;
     margin-top:22px;
}
#main .zhuan_ti{
    width:280px;
    margin-top: 24px;
}
#main .zhuan_ti>li>span{
    font-family: "微软雅黑";
    height:56px;
    line-height: 56px;
    margin-left: 24px;
    color:#3E3E3F;
    font-size: 22px;
}
.pic{
    height:428px;
    border:1px solid #D7D8DA;
}
.pic li{
    margin:14px 10px;
}*/
/*�ײ�ע��*//*页脚*/
.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;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
    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;
}