@charset "gb2312";
.head-box{height: 190px;}
.head-box .txt{float: right; margin-top: 40px;}
.head-box .txt img{width:75%;}
.hjs-logo{ margin-top: 67px;float: left;}


.head-nav{
    width: 100%;
    height: 60px;
    background-color: #00ab59;
    overflow: hidden;
}
.head-nav li{
    float: left;
}
.head-nav li.hover a{
    background-color: #199359;
}
.head-nav li a{
    display: block;
    width: 210px;
    text-align: center;
    float: left;
}
.head-nav li a:hover{
    background-color: #199359;
}
.head-nav li a img{
    vertical-align: middle;
    margin-right: 13px;
}
.head-nav li a span{
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
}
.head-nav li em{
    display: block;
    width: 2px;
    height: 40px;
    float: left;
    background: url(../images/nav-right.png) no-repeat;
    margin-top: 10px;
}

.search{
    width: 261px;
    height: 35px;
    background: url(../images/search-bg.png) no-repeat;
    margin-top: 12px;
    overflow: hidden;
}
.search input[type="text"]{
    width: 205px;
    height: 35px;
    background-color: transparent;
    color: #898989;
    text-indent: 14px;
font-size: 14px;
    float: left;
}
.search input[type="text"]::placeholder{
    color: #898989;
}
.search input[type="submit"]{
    width: 30px;
    height: 20px;
    background: url(../images/search.png) no-repeat;
    float: right;
    margin: 8px 26px 8px 0;
    cursor: pointer;
}
.head-top p i{font-style: normal;float:left;}

.headLines {
    height: auto;
   /* background: url(../image/toutiao-bg.png) no-repeat;*/
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px;
}
.headLines h3 {
    margin-top: 20px;
    margin-bottom: 11px;
    font-family: "微软雅黑";
}

.headLines h3 a {
    color: #199359;
    font-size: 30px;
    font-weight: bold;
    line-height: 55px;
	text-decoration: underline;
}
.headLines h3 a:hover{
    text-decoration: underline;
}

.main {
    overflow: hidden;
    background:url(../images/bg_bottom.png) #f2f5fc center bottom no-repeat;
}

/* 要闻与轮播 */
.yaowen {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.dynamic-lunbo {
    width: 636px;
    height: 366px;
    overflow: hidden;
    position: relative;
}

.dynamic-lunbo .swiper-container {
    width: 792px;
    height: 414px;
}
.dynamic-lunbo .sli-bg{
    position: absolute;
    line-height: 60px;
    background-color: rgba(0,0,0,.65);
    padding: 0 20px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.dynamic-lunbo .sli-bg a{
    display: block;
    width: 75%;
    color: #fff;
	font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dynamic-lunbo .slick-dots{
    bottom: 22px;
    width: auto;
    right: 18px;
    position: absolute;
}
.dynamic-lunbo .slick-dots li button{
    font-size: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
}
.dynamic-lunbo .slick-dots li{
    width: auto;
    height: auto;
    margin: 0 3px;
}
.dynamic-lunbo .slick-dots .slick-active button{
	width: 36px;
    border-radius: 8px;
    background: #e0b315;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.dynamic-lunbo .slick-dots li button:before{
    font-size: 0;
}

.dynamic-lunbo .slick-slide img {
    width: 100%;
    display: block;
    height: 366px;
}

/* 动态 */

.dynamic {
	width: 544px;
    height: 366px;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px 
		rgba(53, 53, 53, 0.05);
    overflow: hidden;
}

.dynamic-top {
    /*background: url(../image/title-bg1.png) no-repeat;*/
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    margin: 0 20px;
}

.dynamic-top h3 {
    /* padding: 0 20px; */
    width: 105px;
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    float: left;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    margin: 20px 0;
}
.dynamic-top h3:first-child{
    border-left: 0;
    padding-left: 0;
}

.dynamic-top h3.hover {
    color: #199359;
    border-left: 3px solid #199359;
    /* padding-left: 10px; */
    font-weight: bold;
}
.dynamic-top h3.hover span{color: #199359;}
.dynamic-top h3 em {
    color: #999999;
    font-size: 12px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.dynamic-top h3 span{ color: #999999;}
.dynamic-top h3.hover em {
    display: block;
}
.show {
    display: block!important;
}
.gxcon{margin: 0 20px;overflow: hidden; display: none;}
.gxcon ul{margin: 10px 0 16px;}
.gxcon li{
    overflow: hidden;
	font-size: 16px;
	line-height: 37px;
}
.gxcon li a{
    float: left;
    padding-left: 22px;
    position: relative;
    width: 80%;
	font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.gxcon li a:before{
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #c6c6c6;
    top: 17px;
}
.gxcon li span{
    float: right;
    color: #999;
}
.gxcon li a:hover{
    color: #199359;
    margin-left: 2px;
}
.gxcon li a:hover:before{
    background: #199359;
}


/* 通栏专栏 */
.slider-ad100 img{height: 100px;}
.slider-ad100 .slick-dots{
    bottom: 10px;
    width: auto;
    right: 15px;
    position: absolute;
}
.slider-ad100 .slick-dots li button{
    font-size: 0;
    width: 16px;
    height: 5px;
    background-color: #fff;
    padding: 0;
}
.slider-ad100 .slick-dots li{
    width: auto;
    height: auto;
    margin: 0 3px;
}
.slider-ad100 .slick-dots .slick-active button{
	width: 36px;
    background: #e0b315;
}
.slider-ad100 .slick-dots li button:before{
    font-size: 0;
}


/* 三栏通栏 */
.item-box{margin: 20px auto;}
.m-box{float: left; width: 386px; height:270px; background-color: #fff; margin-right: 21px; box-shadow: 0px 0px 5px 0px rgb(53 53 53 / 5%);}
.m-box.last{margin-right: 0;}

.njfw{margin-bottom: 20px;}
.njfw-box{float: left; width: 636px; height:273px; background-color: #fff; box-shadow: 0px 0px 5px 0px rgb(53 53 53 / 5%);}
.njfw-ad{float: right; width: 544px; background-color: #fff; box-shadow: 0px 0px 5px 0px rgb(53 53 53 / 5%);}

.cnfg{background-color: #fff; margin-bottom: 20px; box-shadow: 0px 0px 5px 0px rgb(53 53 53 / 5%);}
.cnfg-con{margin: 0 20px;overflow: hidden;}

.slide-imgList li{float: left;}
.slide-imgList img{width: 180px; height: 144px;}

/* footer */
.footer {
    overflow: hidden;
    width: 100%;
    background-color: #00ab59;
}
.footer-nav {
    height: 45px;
    background-color: #199359;
    line-height: 45px;}
    .footer-text{margin-top: 20px;overflow: hidden;margin-bottom: 20px;}
.friendlink{overflow: hidden;}
.friendlink h3{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    padding: 0px 15px;
    margin-right: 15px;
    float: left;
}
.friendlink ul{overflow: hidden; float: left;}
.friendlink li{float: left; margin: 0 10px;}
.friendlink li a {
	font-size: 14px;
    color: #fff;
}
.jiguan{float: left; margin-left: 345px; margin-right: 20px;}
.jiucuo{float: left; margin-right: 20px;}
.copyright {
    float: left;
    font-size: 12px;
    line-height: 2em;
    color: #fff;
    padding-left: 25px;
    border-left: 1px solid #ddd;
}
.copyright a{color: #fff;}

/* header  */
.bg-slider{position: absolute;width: 100%;left: 0;top: 0;z-index: -1;}
.bg-slider .bd li{ height: 750px; width: 100%; opacity: 1;}
.bg-slider .bd .li1{ background: url(../images/banner01.jpg) center top no-repeat;}
.bg-slider .bd .li2{ background: url(../images/banner02.jpg) center top no-repeat;}
.bg-slider .bd .li3{ background: url(../images/banner03.jpg) center top no-repeat;}

/* gl */
.localtion{
    background: #eee;
    padding: 11px 0;
    line-height: 26px;
    font-size: 14px;
}
.local-icon{
    float: left;
    width: 18px;
    height: 26px;
    background: url(../images/yif50_03.png) no-repeat;
    margin-right: 8px;
}
.localtion span{
    float: left;
    width: 8px;
    height: 16px;
    background: url(../images/ccs1_03.png) no-repeat;
    margin: 0 12px;
    margin-top: 5px;
}
.localtion a{
    color: #646d73;
}
.localtion em{
    color: #999;
}
.lists-main{
    overflow:hidden;
    margin: 20px 0;
    padding: 0 18px;
    background: #fff;

}
.left-m{
    float: left;
    width: 320px;
}
.rig-cc{
    float:left;
    width: calc(100% - 355px);
    padding-left: 35px;
}
.rig-sc-1{min-height: 350px;}
.l-title{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #199359;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.left-m1{ overflow: hidden; border-left: 1px solid #e8e8e8;  border-right: 1px solid #e8e8e8; }
.left-m1 li a{  font-size:16px; }
.left-m1 li{ background: #f9f9f9; border-bottom: 1px solid #e8e8e8; }
.left-m1 li>a{ display:block; padding: 13px 25px 13px 30px; background: url("../images/2019dian5.png") no-repeat 95% center; color: #333;}
.left-m1 li:hover>a{ font-weight: bold; color: #199359; }
.left-m1 li.active>a{ font-weight: bold; color: #199359; }

.rig-t1{
    position: relative;
}
.rig-t1 span{
    display: inline-block;
    font-size: 22px;
    color: #199359;
    padding: 4px 14px 10px 0;
    position: relative;
    z-index: 2;
}
.rig-t1:before{
    width: 100%;
    height:1px;
    background: #d8d6d6;
    content: "";
    bottom: 1px;
    position: absolute;
    left:0;
}
.lis-ul{
    padding: 15px 0;
    border-bottom: 1px dashed #d3d3d3;
}
.lis-ul:last-child{
    border-bottom: none;
}
.lis-ul li{
    margin: 15px 0;
    overflow: hidden;
}
.lis-ul li a{
    float: left;
    padding-left: 18px;
    position: relative;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 16px;
}
.lis-ul li a:before{
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #d2dce3;
    top: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.lis-ul li span{
    float: right;
}
.lis-ul li:hover a{
    color:#199359;
}
.lis-ul li:hover a:before{
    background: #199359;
}
.lis-ul li:hover span{
    color: #199359;
}
.video-cc{
    padding-top: 6px;
}
.video-cc li{
    width: calc((100% - 56px)/3);
    margin-right: 28px;
    margin-top: 30px;
    float: left;
    position: relative;
    transition: .2s;
}
.video-cc li:nth-of-type(3n){
    margin-right: 0;
}
.video-cc li img{
    width: 100%;
    height: 193px;
    display: block;
}
.video-cc li span{
    display: block;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-top: none;
}
.video-cc li span i{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.video-cc li span em{
    margin-top: 5px;
    color: #999;
    display: block;
}
.video-cc li:before{
    content: "";
    position: absolute;
    left: 50%;
    width:44px;
    height: 44px;
    background: url(../images/ddd1_03.png) no-repeat;
    top: 74px;
    margin-left: -22px;
}
.video-cc li:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 8px #ccc;
}
.video-cc li:hover span{
    color: #199359;
}

.page{
    height: 41px;
    margin: 0 auto 30px;
    text-align: center;
    padding-top: 35px;
}
.page a{
    color: #8c9eb3;
    border: 1px solid #c9ccd0;
    padding: 4px 7px 4px 11px;
    margin: 0 2px;
}


.page a {
    color: #8c9eb3;
    border: 1px solid #c9ccd0;
    padding: 4px 10px;
    margin: 0 2px;
}

.page a.current {
    color: #fff;
    background-color: #199359;
}
.gl-more-btn{float: right; font-size: 14px; color: #999;padding-top: 10px;}
.gl-more-btn:hover{color: #199359;}

/* ----------------- detail-page -------------------*/
.detail-page{
    background: #fff;
    padding: 60px;
    margin: 20px 0;
}
.xr-b-title{
    font-size: 24px;
    font-weight:bold;
    color: #0b1216;
    text-align: center;
}
.xr-intro-p{
    margin: 22px 0;
    line-height: 30px;
    text-align: center;
    background: #f7f7f7;
    font-size: 14px;
    color: #999;
}
.xr-intro-p span{
    margin: 0 8px;
}
.xr-intro-p span a{
    color: #999;
}
.xr-intro-p span a:hover{
    color: #333;
}
.xr-intro-p span .on{
    color: #3d75eb;
}
.detail-text p{
    /*text-indent: 2em;*/
    line-height: 40px;
    font-size: 16px;
}
.detail-img{
    margin: 20px 0 30px;
    text-align: center;
}
.detail-img span{
    display: block;
    margin-top: 5px;
}
.pagefun{
    margin-top: 30px;
}

.pagefun .bshare-custom{line-height: 40px !important;}

.paf-l a{
    float: left;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 6px;
    background: #f7f7f7;
}
.paf-l a:hover{
    background: #ebebeb;
}
.paf-l a span{
    font-size: 14px;
    color: #333;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center; 
}
.paf-l a:nth-of-type(1) span{
    background-image: url(../images/flgtp12_07.png);
    padding-left: 19px;
}

.xgwj{clear:both;margin-top: 35px;}
.zwywen{border-bottom:1px solid #eee;font-weight:700;color:#199359;font-size:21px}
.zwywen span{display:inline-block}
.zwywen span.zwbiaotidanqian{border-bottom:4px solid #199359;padding-bottom:10px}
.yaowennr ul li{font-size:17px;/*line-height:40px;height:40px;*/margin: 15px 0;}
.yaowennr ul li a:hover{/*background:url(../img/zwgk02.png) left center no-repeat;*/}
.yaowennr ul li:hover{color:#199359}
.yaowennr ul li a{width:75%;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;padding-left:15px;/*background:url(../img/zwgk01.png) left center no-repeat;*/}
.yaowennr ul li a:hover{color:#199359}
.yaowennr ul li span{display:inline-block;float:right;text-align:right;font-size:14px;color:#999}

@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 768px) {
.bg-slider .bd li{height:280px;background-size: cover !important;}
    .container{width: calc(100% - 30px) !important; padding: 0 15px;}
    .dynamic,.ad100,.m-box,.njfw-box,.njfw-ad{width: 100%;}

    .dynamic-lunbo{width: 100%; height: auto;}
    .dynamic-lunbo .slick-slide img{height: 65vw;}
    .njfw-ad img{width: 100%;}
    .slick-slide img{width: 100%;}
    .gxcon li a{width: 70%;}
    .dynamic{height: auto;}
    .dynamic-top h3,.dynamic-top h3:first-child{width: auto !important; padding-left: 12px; padding-right: 12px;}

    .m-box{margin-right: 0; margin-bottom: 20px;}
    .item-box{margin-bottom: 0;}

    .hjs-logo {margin-top: 20px;}
    .hjs-logo img{width: 100%;}
    .head-box .txt{margin-top: 20px; text-align: center;}

    .cnfg{padding-bottom: 20px;}
    .slide-imgList .slick-slide a{display: block; padding: 10px 5%;}

    .head-nav ul{width: 100%;}
    .head-nav li{width: 25%;}
    .head-nav li a{width: 100%;}
    .head-nav li a img,.head-nav li em{display: none;}

    .search{display: none;}
    .headLines h3 a{line-height: 38px;}

    .footer-nav{display: none;}

    .lists-main{padding: 0;}
    .left-m{width: 100%; margin-bottom: 20px;}
    .rig-cc{width: 100%; padding-left: 0;}
    
    .xr-intro-p{margin:10px; padding:10px 0;}
    .xr-intro-p span{display: block; line-height: 24px;}
    .detail-page{padding: 0;}
    .pagefun{overflow: hidden;}
    .detail-text p img{max-width: 100% !important; height: auto !important;}
}


.syxw_xq {
    width: 929px;
    text-align: center;
    color: #199359;
    margin: 0 auto;
}

.syxw_xq a {
    color: #199359;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.gov-top {
    width: 100%;
    height: 30px;
    text-align: left;
    background: url(../images/head_top.png) repeat-x;
}
.g-w {
    clear: both;
    width: 1140px;
    margin: 0px auto;
    overflow: hidden;
}

.f-fl {
    float: left;
}

table, th{
    vertical-align: middle;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
th, td{
    border: medium none;
    margin: 0;
    padding: 0;
}
