@charset "utf-8";
.ny_banner{width:100%;}
/* 侧边导航 */
.ny_content{padding-bottom: 140px;}
.con_fl{width:19%;position: relative;margin-top: -100px;z-index:99;}
.con_fl h1{width:100%;padding: 50px 0px;font-size: 31px;color: #fff;background: url(../images/icon8_03.png) left top #26b969;text-align: center;}
.accordion
{
    max-width: 100%;
    border-top: none;
    background: #d5f2df;
    padding-bottom: 130px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 8px;
    color: #4D4D4D;
    font-size: 18px;
    border-bottom: 1px dashed #9bd3b4;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}
.accordion .link a{color: #4D4D4D;}

.accordion li:hover{/* background: #bee8cd; */}
.accordion .link:hover{color:#fff;font-size:20px;font-weight:bold;background: #00923f;display:block;border-bottom:none;}
.accordion .link:hover a{color:#fff;/* background: #00923f; */}
.accordion .current{background: #00923f;display:block;font-weight:bold;}
.accordion .current a{color:#fff;}
.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li{
    cursor: pointer;
}
.accordion li i {
    position: absolute;
    top: 21px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(../images/icon9_07.png) no-repeat;
}
.accordion .current i.fa-chevron-down { background: url(../images/icon10.png) no-repeat;}
.accordion li.open .link {border-left:5px solid #ffd800;}
.accordion li.open .link a {
    color: #26b969;
	font-weight: bold;
}

.accordion li.open i {
    background: url(../images/icon9_03.png) no-repeat;width:13px;height:8px;
}

/* .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
} */
.submenu {
    display: none;
    background: #ffffff;
    font-size: 14px;
}

.submenu li {
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 12px 0px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 16px;
}

.submenu a.current{color: #fff;font-weight: 800;}


.submenu a:hover ,.submenu li.current a{
    color: #505050;
	font-size: 16px;
	font-weight: bold;
}
.accordion li i.fa-chevron-down:before{background: url(../images/icon9_03.png) no-repeat;width:13px;height:8px;display: inline-block;}
.con_fr{width:81%;}
/*当前位置*/
.location {text-align: left;height: 60px;position: relative;margin-top: -61px;background: rgba(51,51,51,0.3);line-height: 60px;color: #fff;}
.location a{display: inline-block;float: left;color: #fff;}
.location a span, #contents .location strong {font-weight: 500;padding-left:24px;font-size: 16px;background: url(../images/location-sep.png) no-repeat 10px 0;}
.location span.home{background: none;}
/* 单篇 */
.con_fr .text,.list_box{padding-top: 30px;padding-left: 5%;}
.con_fr .text .text_b{padding-top: 30px;}
.con_fr .text  h1,.list_box h1{text-align: center;font-size: 29px;color: #18b15e;padding-bottom: 38px;background: url(../images/icon10_03.png) bottom center no-repeat;}
.con_fr .text p,.content_b .content_c p{font-size: 17px !important;line-height: 38px !important;text-indent:2em !important;margin-bottom: 20px !important;font-family: '微软雅黑 !important';}
.content_b .content_c span,.con_fr .text strong{font-family: '微软雅黑 !important';}
/* 内容页 */
.ny_content1{padding-bottom: 0;}
.ny_content1 .con_fl h1{padding: 40px 0px;}
.ny_content1 .con_fl{margin-top: -105px;}
.content_b .content_c{box-shadow: 0 0 18px 0 rgb(0 0 0 / 13%);padding: 40px 20px;}
.content_b .content_c h1{font-size: 30px;border-left:5px solid #18b15e;padding-left: 10px;}
.content_b .content_c .bar{margin-top: 20px;color: #888;font-size: 16px;margin-bottom: 20px;text-align: center;}
.content_b .content_c img{display: block;height: auto;max-width: initial; margin: 10px auto;object-fit: cover;}
/* 列表 */
.list li.nynewsList-img{padding: 30px 20px;border-bottom: 1px solid rgba(0,0,0,0.15);margin: 0;position: relative;display: block;}
.list li.nynewsList-img .text_wrap{margin-left: 0;min-height: 170px;padding: 0;}
.list .img_wrap {width: 280px;max-height: 180px;overflow: hidden;position: relative;padding: 0;margin: 0 25px 0 0;display: inline-block;float: left;}
.list .img_wrap img{min-width:100%;height: 180px;width: 100%;transform: scale(1);-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;object-fit: cover;}
.list .info{color:#666;padding: 10px 0;display: block;}
.list .text_wrap {margin-left: 0;padding-right:60px;min-height: 170px;}
.list > li.nynewsList-img:hover .img_wrap *, #contents .list > li:hover .img_wrap *{ transform: scale(1.2); -webkit-transition: all 0.8s ease 0s;  transition: all 0.8s ease 0s;}
/*#contents .nynewsList .text_wrap>span, #contents .nynewsList .text_wrap> a{display:block;}*/
.list > li.nynewsList-img .line{display: inline-block; margin: 0 13px; width: 1px; height: 11px; background: rgba(0,0,0,0.5);}
/*.nynewsList > li.nynewsList-img .title{font-size: 17px;margin-bottom: 10px;line-height: 28px;font-weight: 500;display:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inherit;}*/
/*.nynewsList > li.nynewsList-img .text{font-size: 15px;overflow: hidden;color: #555;line-height: 28px;}*/
.list .text_wrap{margin-left: 0;min-height: 170px;padding: 0;}
.list .text_wrap p.time img{margin-right: 10px;}

.ablink {position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,0);z-index: 5;display: block;}
.list .txt h4,.list li.nynewsList-img h4{
    font-size: 21px;
    color:#545252;
    position:relative;
    font-weight:bold;
    position: relative;
    background-image: linear-gradient(#26b969,#26b969);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    }
.list li:hover .txt h4,.list li.nynewsList-img:hover h4{background-size: 100% 1px;}
.list .txt h4{margin-top: 16px;}
.list .txt p,.list > li.nynewsList-img p{line-height:27px;color:#777777;}
.list li:hover h4{color: #26b969;font-weight:bold;}
.list .line-2{margin-top: 20px;}
.list p.time{margin-top: 10px;}
/* 领导 */
.lead{margin-top: 30px;padding-bottom: 87px;}
.lead .bd{text-align: center;border-bottom: solid 1px #ddd;}
.lead .bd li{display: inline-block;font-size: 18px;margin: 0px 30px;padding: 10px 40px;cursor: pointer;background-color: #eeeeee;}
.lead .bd li.on{background: rgb(50 203 120);color: #fff;}
.js-box{padding:25px 0;position: relative;min-height: 110px;padding-left: 130px;border-bottom: solid 1px #ddd;}
.js-list{width:92%;}
.js-left{font-size: 22px;position: absolute;left: 0;top: 25px;color: #26b969;padding-left: 30px;background: url(../images/icon-js.png) left 15px no-repeat;line-height: 58px;}
.js-left span{}
.js-list li{float: left;margin-right: 20px;width: 10.5%;overflow: hidden;text-overflow: clip;white-space: nowrap;/* text-align: justify; *//* text-align-last: justify; */text-align: center;}
.js-list li a{display: block;line-height: 58px;font-size: 16px;color: #4e4e4e;padding: 0 11px;}
.js-list li a span{/* display: inline-flex; *//* padding-left: 14px; *//* background: url(../images/icon-li01.png) left center no-repeat; */width: 52px;text-align: justify;text-align-last: justify;}
.js-list li a:hover{ background: #26b969; color: #fff; }
.js-list li a:hover span{ /*background: url(../images/icon-li02.png) left center no-repeat;*/ }
/* 领导内容页 */
.txtBox{padding-bottom: 40px;}
.txtBox p{text-indent: 2em;font-size: 17px;line-height: 2em;margin-bottom: 16px;}
.txtBox h2.bt{line-height:50px;text-align:center;font-size:25px;margin-top:30px;margin-bottom:30px;}
.con-time{text-align:center;line-height:44px;margin-bottom:16px;color:#888888;background:#fafafa;}
.list_newlead{width: 22%;/* padding: 0 1%; *//* -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2); *//* box-shadow: 0px 0px 10px rgba(0,0,0,0.2); */box-shadow: 0 5px 0 #cecece;border-top: 3px solid #32cb78;}
.content_fr{width: 74%;}
.list_newlead>li{border:none;border-left: 1px solid #cecece;border-right: 1px solid #cecece;padding: 0 10px;}
.list_newlead li .img_wrap{max-height: 360px;/* background: #f9f9f9; */padding: 2%;text-align:center;height: 360px;margin-top: 16px;}
.list_newlead > li .title{font-size:18px;color:#26b969;line-height:52px;}
.list_newlead .desc{    font-size: 16px;
    font-style: italic;
    color: #282828;
    padding: 10px 0px;}
.list_newlead .mass{clear:both;}
.list_newlead .mass li{line-height:42px;font-size:15px;color:#757575;padding:0;}

.img_wrap a{background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;}
.list_newlead .btn a{width:150px;height:48px;line-height:48px;background:#26b969;color:#fff;display:inline-block;text-align:center;}
.mass li img{vertical-align: middle; margin-right: 6px;}
.list_newlead .btn{margin-top:20px;}
.list_newlead .btn a:hover{background:#eca414;color:#fff;}
.txtBox .list_newlead .desc{font-style: inherit;text-indent: 0;}
.szdy-conx h4{line-height:66px;font-size:22px;color:#26b969;border-bottom:1px solid #e2dfdf;margin-bottom: 30px;}
.szdy-conx h4 span{color:#878788;display:inline-block;padding:0px 5px;}
.img_wrap {width: 100%;max-height: 175px;overflow: hidden;position: relative;padding: 0;margin: 0 25px 0 0;display: inline-block;float: left;}
.img_wrap img{min-width:100%; min-height:100%;width: 100%;transform: scale(1);-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;}


.lead1{margin-top:20px}
.lead1 li{clear:both;padding: 50px 20px 50px;border-bottom:1px dashed #d5d5d5;background: #f2f2f2;margin-bottom: 30px;}
.lead_img{width: 235px;margin-left: 5%;}
.list .lead a{padding:0px;}
.lead_img img{max-width: 100%;height: 245px;width: 179px;object-fit: cover;}
.lead1 li:hover{background: #32cb78;}
.lead1 h2{line-height:36px;font-size: 20px;font-weight: bold;color: #333;}
.lead1 p{margin-top:20px;line-height: 30px;color: #666;height: 120px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;font-size: 17px;}
.lead1 li:hover p,.lead1 li:hover h2 a{color:#fff;}
.lead_content{margin-top:30px;}
.content_fr .bd{background: #32cb78;color:#fff;}
.content_fr .bd li{float:left;width:20%;font-size:18px;text-align:center;line-height: 46px;cursor: pointer;}
.content_fr .bd li.on{background-color:#fff;color:#26b969;}
.content_fr .hd{margin-top:20px;}
.w-list li{height:40px;line-height:40px;border-bottom:1px solid #e8e8e8;}
.w-list li span{color:#999;float:right;}
.w-list li a{display:inherit;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;color:#333;}
.w-list li a:before{content:'';width:5px;height:5px;background-color:#d2d2d2;border-radius:50%;display:inline-block;margin-right:7px;}
.w-list li a:hover{color: #32cb78;}
.w-list li a:hover:before{background: #32cb78;}
/* 检索结果 */
.searchWrap {
    background: #fff;
    margin: 150px 0;
    padding: 30px;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
     border: none;
    height: 40px;
    line-height: 40px;
    width: 80%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
    padding-right: 48px;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #00923f;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #005bac;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
} 
.jgsz_l{margin-top:30px}
.jgsz_l li{display: inline-block;margin-right: 20px;}
.jgsz_l li a{display:inline-block;padding: 10px 52px;background:#eee;color:#888;}
.jgsz_l li a:hover{background: #26b969;color:#fff;}
.leadlxwm p{height:auto;}
.content_c1 h2{background: #32cb78;color:#fff;padding: 10px 0px;display: inline-block;margin-bottom: 20px;border-radius: 5px;font-size: 18px;width: 220px;}
.content_c1 .v_news_content p{width:33%;display: inline-block;clear: both;text-indent:0 !important;}