.block {
    margin-bottom: 0px;
}
.block h2.block-title {
    border-bottom: 0;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #005826;
    position: relative;
}
.more-link{
	font-size:14px;
	}
@media(min-width:1280px){
	.more-link{
	font-size:17px;
	}
}
.layout-full.region-top {
    padding-bottom: 60px;
    background:url(../../habg.jpg) no-repeat center bottom;
    background-size:cover;
    padding-top:60px;
}
.layout-full.region-top .block h2.block-title{
	padding-left: 15px;
}
.newspicitems,.newslistitems {
    display: flex;
    width: 100%;
    padding:15px;
    transition: all 0.5s ease-out 0s;
}
.newspicitems .imgs,.newslistitems .imgs {
    width: 60%;
}
.newspicitems .postinfo {
    width: 37%;
    margin-left: 3%;
    margin-top: 20px;
}
.newslistitems .postinfo {
    width: 37%;
    margin-left: 3%;
    padding:5px;
}
.newslistblock {
    padding: 0 0px 20px 0px;
    overflow: hidden !important;
}
.newspicitems p.posttime,.newslistitems p.posttime{
    font-weight: 600;
    color: #008537;
}
.newspicitems h3.title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newspicitems p.summary {
    line-height: 180%;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.newslistitems p.posttime {
    font-weight: 600;
    color: #008537;
}
.newslistitems h3.title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-bottom:0;
}
.newslistitems .imgs a{
	display:block;
	line-height:1;
}
.newslistitems h3.title a{
  color:#666;
  font-size:14px;
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newslistitems{
  background:#F8F8F8;
}
.newslistitems:hover,.newslist-items.on .newslistitems{
    z-index: 20;
    background:#F0F1FB;
    box-shadow: 2px 5px 17px -8px rgb(0 0 0 / 90%);
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transition: all .8s;
    -webkit-transition: all .8s;
}
.newslistitems:hover h3.title a{
  color:#000;
}
.layout-full.region-top .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden !important;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swipermain .swiper-pagination {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: auto;
  top: auto;
  width: 80px;
  height: 38px;
  border-radius: 19px;
  color: #999;
  line-height: 38px;
}
.swipermain .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  font-weight: bold;
  color: #008537;
}
.swipermain .btns {
    position: absolute;
    left: 63%;
    bottom: 30px;
    z-index: 200;
    width: 93px;
}
.swiper-button-prev.sprev:after,.swiper-button-next.snext:after{
  display:none;
}
.swiper-button-prev.sprev:before,.swiper-button-next.snext:before{
    font-size: 20px;
    font-weight: bold;
    padding: 20px 18px;
    color: #FFF;
    content:'';
    font-family: swiper-icons;
}
.swiper-button-next.snext:before{
  background:#008537;
}
.swiper-button-prev.sprev:before{
  background:#005826;
}
.swiper-button-next.snext, .swiper-button-prev.sprev {
    margin: 0;
    position: relative;
}
.swiper-button-next.snext{
  float:right;
}
.swiper-button-prev.sprev {
float:left;
}
.swiper-button-next.snext, .swiper-button-prev.sprev{
      opacity: 1;
      line-height: 100% !important;
      font-size:0 !important;
}

.swiper-button-next.snext:hover:before, .swiper-button-prev.sprev:hover:before{
    color: #eee;
    background-color:#005826;
}

.swiper-button-prev.sprev:before {
    content: 'prev';
}
.swiper-button-next.snext:before {
    content: 'next';
}
@media(max-width:992px){
	.newspicblock{
		display:none;
	}
	.more-link{
		right:20px;
	}
}
@media (min-width: 1280px) and (max-width: 992px){
.newslistitems h3.title a {
    -webkit-line-clamp: 2;
}
.newspicitems p.summary {
    -webkit-line-clamp: 3;
}
    }
.layout-full.region-middle-first {
    padding: 30px 0;
}
.zdgh-system{
	display:flex;
	font-size:14px;
	margin-top:10px;
}
.zdgh-system a{
		display: flex;
    height: 100%;
    padding: 50px 5px;
    width: 20%;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    flex-direction: column;
    align-items: center;
    background-color:#005826;
    transition:all ease 0.5s;	
    position:relative;
    bottom:0;
}
.zdgh-system a:nth-child(even){
	background-color:#337951;
	bottom:0;
}
.zdgh-system a:hover{
	background-color:#01401C;
	bottom:-15px;
}
.zdgh-system a img{
	display:block;
	margin-bottom:5px;
	line-height:1;
	width:32px;
	height:auto;
}



.noticelist{
	  list-style: none;
	  padding:10px 0;
	  border-bottom:1px dotted #ECECEC;
}
.notice-list-item ul{
	padding:0;
	margin:0;
}
.noticelist a{
	color:#000;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right:10px;
}
.noticelist a:hover{
	color:#337951;
}

/********* pinpai **********/
.layout-full.region-top-third{
	padding:30px 0;
	background:url(../../pp-bg.jpg) no-repeat center center;
	background-size:cover;
}
.layout-full.region-top-third .col-xs-12.col-md-8{
	width:100%;
}
.layout-full.region-top-third h2.block-title,.layout-full.region-top-third .more-link{
	color:#FFF;
}
.layout-full.region-top-third .swiper-container-initialized {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden !important;
    list-style: none;
    padding: 0;
    z-index:    1;
}
.layout-full.region-top-third .swiper-slide {
    height: auto;
}
.hdyg{
	padding:10px 0;
}
.hdyg .swiper-slide{
	transition:all ease 0.5s;
}

.listsinfo {
    background: #FFF;
    height: 100%;
    padding: 20px 30px 20px 140px;
    border-radius: 5px;
    position:relative;
}
.listsinfo h3{
	line-height:140%;
	margin-bottom:10px;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:16px;
}
.listsinfo .cat{
	border-radius:100%;
	width:100px;
	height:100px;
	top:20px;
	left:20px;
	position:absolute;
}
.listsinfo .cat img{
	width:100px;
	height:100px;
	object-fit:contain;
		border-radius:100%;
}
.listsinfo .summary{
		line-height:140%;
	margin-bottom:10px;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color:#555;
    font-size:14px;
}
.listsinfo .time{
	color:#999;
	font-size:12px;
	position:absolute;
	bottom:20px;
	left:150px;
}


.layout-full.region-top-third .swiper-button-next,
.layout-full.region-top-third .swiper-button-prev {
  position: relative;
  width: 65px;
  left: 0;
  top: 0;
  margin-top: 0;
}
.layout-full.region-top-third .swiper-button-next img,
.layout-full.region-top-third .swiper-button-prev img {
  display: block;
}
.layout-full.region-top-third .swiper-pagination {
  position: relative;
  text-align: center;
  margin: 0 30px;
}
.layout-full.region-top-third .swiper-pagination span {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.502;
  width: 10px;
  height: 10px;
  transition: all 0.5s;
  margin: 0 5px;
}
.layout-full.region-top-third .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #FFF;
  width: 20px;
  height: 10px;
  transition: all 0.5s;
}

.layout-full.region-top-third .contr {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: center;
}
.contr .swiper-button-next,.contr  .swiper-button-prev{
      opacity: 1;
      line-height: 100% !important;
      font-size:0 !important;
}
.contr .swiper-button-prev:before, .contr .swiper-button-next:before{
    font-size: 20px;
    font-weight: bold;
    padding: 20px 20px;
    color: rgba(255,255,255,0.7);
    font-family: "iconfont";
}
.contr .swiper-button-next:hover:before, .contr .swiper-button-prev:hover:before{
    color: #FFF;
    background-color: #337951;
}

.contr .swiper-button-prev:after {
    content: 'prev';
}
.contr .swiper-button-next:after {
    content: 'next';
}
@media screen and (min-width:1280px){
.hdyg{
	padding:40px 0;
}
.hdyg .swiper-slide.swiper-slide-active .listsinfo .summary,.hdyg .swiper-slide.swiper-slide-active .listsinfo .cat a{
	font-size:12px;
}
.hdyg .swiper-slide.swiper-slide-active {
    transform: scale(1.20);
    position:relative;
    z-index:2;
    box-shadow:2px 2px 6px #666;
}
}

.block-region-footer-bottom {
    padding: 0 15px;
}
.block-region-footer-bottom a{
	display:block;
}
.block-region-footer-bottom .block div{
	position:relative;
}
.quick-inside-min-tb {
		font-size: 18px;
    position: absolute;
    bottom: 3px;
    left: 5px;
    text-indent: 0;
    font-weight: 600;
    width: calc(100% - 31px);
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
}

/**************** tougao *************/
.layout-full.region-third{
	padding:20px 0;
}
.tgtop {
    display: flex;
    margin-bottom: 15px;
}
.tgtop .topnum {
    background: #C4C73F;
    padding: 15px;
    width: 75px;
    margin-right: 10px;
    height: 75px;
    color:#FFF;
    text-align:center;
    font-weight:600;
    font-size:18px;
}
.tgtop.top1 .topnum{
	    background: #BB3C3C;
} 
.tgtop.top2 .topnum{
	    background: #C7653F;
} 
.tgtop.top3 .topnum{
	    background: #BB923C;
} 
.tgtop .topnum span{
	display:block;
}
.tgtop .topnum span.t02{
	font-size:28px;
	margin-top:10px;
}
.tgtop .dep{
	width:calc(100% - 85px);
	padding:10px 0px 10px 5px;
}
.tgtop .dep h3{
	font-weight:600;
	margin-bottom:10px;
}
.tgtop .dep p{
	color:#999;
}
.layout-full.region-footer-bottom{
	margin-bottom:20px;
}
@media screen and (max-width: 768px){

.block-region-bottom .swiper-wrapper {
    padding: 0;
}
.block-region-footer-bottom img {
    width: 100%;
}
.quick-inside-min-tb {
    left: 0px;
    width: calc(100% - 21px);
}
}
@media screen and (max-width: 540px){
.zdgh-system {
    flex-direction: column;
}
.zdgh-system a{
    padding: 20px 5px;
    width: 100%;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.zdgh-system a img{
	margin-right:20px;
}
.zdgh-system a:nth-child(even){
	bottom:0px;
}
.zdgh-system a:hover{
	bottom:0px;
}
}