*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑"; 
} 

a{
    text-decoration: none;
}

A {
    TEXT-DECORATION: none;
}

A {
    color: #333333;
    outline: none;
}

A:visited {
    color: #333333;
}

A:active {
    color:#333333
}

A:hover {
    COLOR: #009cab
}
li{
    list-style: none;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.clear{
    clear: both;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 图标 */
@font-face {font-family:"iconfont";
    src:url('font/iconfont.eot'); /* IE9*/
    src:url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    display:inline-block;
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.header-wrap
{
	clear:both
}
.header-wrap .logo-con{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: 140px;
}
.header-wrap .nav-box{
    border-top: 1px solid #e4e4e4;
    position: relative;
}
.header-wrap .nav-con{
    height: 60px;
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}
.header-wrap .nav-con .nav-item{
    float: left;
    line-height: 53px;
    text-align: center;
    padding-right: 28px;
    padding-left: 28px; 
}
.header-wrap .nav-con .nav-item:after{
    display: inline;
    content: "•";
    color: #84c785;
    position: relative;
    top: 0;
    left: 26px;
}
.header-wrap .nav-con .nav-item:last-child:after{
    content: "";
}
.header-wrap .nav-con .nav-item>a{
    display: inline-block;
    color: #098f0c;
    border-bottom: 7px solid #ffffff;
    transition: .35s;
}
.header-wrap .nav-con .nav-item>a:hover{
    border-bottom-color: #098f0c;
}
.header-wrap .nav-con .nav-item.cur>a{
	border-bottom-color: #098f0c;
}
.header-wrap .nav-con .subnav {
    color: #fff;
    position: absolute;
    display: block;  
    z-index: 999;
    overflow: hidden;
    background-color: rgba(9, 143, 12, .9);
    height: 0;
    transition: 0.2s;
	width:100px; 
}
.header-wrap .nav-con .nav-item:hover .subnav{
    height: 320px; 

}
.header-wrap .nav-con .subnav .subnav-con {
    width: 100px;
    margin: 0 auto;
    min-height: 170px;
    position: relative; 
    box-sizing: border-box;
}
.header-wrap .nav-con .subnav .subnav-con:before {
    z-index: 1;
    position: absolute;
    content: "";
    display: block;
    width: 269px;
    height: 50px;
    left: -70px;
    bottom: 0;
    background: url(/imgs/cd-sprite.png) -780px -90px;
}
.nav-con .subnav .dropTitle {
    float: left;
    font-size: 20px;
    position: relative;
    height: 100%;
    letter-spacing: .5em;
    color: #b09c94;
    width: 17%;
}
.nav-con .subnav .dropTitle h1 {
    position: relative;
    width: 100%;
    text-align: left;
}
.nav-con .subnav .dropTitle h1 a {
    color: #dbffdb;
    border: none;
    font-size: 20px;
}
.nav-con .subnav .dropMenu { 
    margin: 0 auto; 
    width: 100%;     
    height: 100%;
	
}
.nav-con .subnav .dropMenu li {
     
    width: 100%;
    text-align: center; 
	border: 1px solid #098f0c;

}
.nav-con .subnav .dropMenu li a {
    line-height: 36px;
    height: 36px;
    font-size: 15px; 
    display: block;
    box-sizing: border-box;
    transition: none;
    color: #fff;
}
.nav-con .subnav .dropMenu li a:hover{
    background: #228224;
}
.nav-con .subnav .dropMenu li a:after { 
    font-family: "iconfont";
    color: #58c15a;
    margin-left: 15px;
    display: inline;
    font-size: 12px;
    opacity: .8;
    filter: alpha(opacity=80);
}
.nav-con .subnav .menuFixed {
    float: right;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
}
.nav-con .subnav .menuFixed a {
    display: block;
    margin-left: 25px;
    float: left;
    color: #fff;
    line-height: 1.8;
}
.nav-con .subnav .menuFixed a i {
    margin-bottom: 3px;
    font-size: 30px;
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: block;
    border-radius: 50%;
    text-align: center;
    transition: .3s;
    background-color: #36a439;
}
.nav-con .subnav .menuFixed a i:hover{
    transform: scale(1.1);
}
.nav-con .subnav .menuFixed a:first-child i {
    background: #07840a;
}
.nav-con .subnav .menuFixed a:last-child i {
    background: #4caf50;
}
.header-wrap .slider {
    height: 600px;
    overflow: hidden;
    background: #eeeeee;
    position: relative;
}
.header-wrap .slider ul {
    overflow: hidden;
}
.header-wrap .slider ul, .header-wrap .slider ul li {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}
.header-wrap .slider ul li {
    background-position: center;
}
.header-wrap .slide-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100px;
    text-align: center;
}
.header-wrap .slide-btn .layout {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header-wrap .slide-btn a {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #098f0c;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
}
.header-wrap .slide-btn a.cur {
    background: #098f0c;
}
.header-wrap .home-box {
    margin-top: -97px;
    position: relative;
    margin-bottom: 30px;
    background-color: f3f3f3;
    height: 157px;
    overflow: hidden;
    border-radius: 5px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
	z-index: 9990;
	padding-top:10px
}
.header-wrap .home-box div {
    float: left;
    width: 240px;
    text-align: center;
    border-right: 1px solid #e4e4e4;
    box-sizing: border-box;
}
.header-wrap .home-box div a {
    display: block;
    line-height: 67px;
    height: 167px;
    font-size:24px;
    overflow: hidden;
    color: #333333;
    transition: color 0.3s,background 0.3s;
    -webkit-transition: color 0.3s,background 0.3s;
    position: relative;
}
.header-wrap .home-box div i {
    font-size: 22px;
    height: 167px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    margin-right: 10px;
    line-height: 66px;
}
.header-wrap .home-box div span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    z-index: 2;
}
.header-wrap .home-box .more{
    border: none;
    color: #fff;
    background: #098f0c url(/imgs/ks-btn.png) left bottom repeat-x;
}
.header-wrap .home-box .more a{
    color: #ffffff;
}

.sycon-wrap .tt-box{
    padding-top: 2px;
}
.sycon-wrap .tt-box .tt-con{
    width: 1360px;
    margin: 0 auto;
    height: 75px;
    background: url(/imgs/bg_headline.png) left top no-repeat #F0F0F0;
    padding-left: 60px;
    box-sizing: border-box;
}
.sycon-wrap .tt-box .tt-con h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 14px;
    font-weight: normal;
}
.sycon-wrap .tt-box .tt-con h1 a{
    color: #E60000;
    line-height: 72px;
    font-size: 26px;
}
.sycon-wrap .yydt-box{
    padding-bottom: 20px;
	line-height:26px; 
}
.sycon-wrap .yydt-box .b-tit{
    padding: 35px 0px;
    
    text-align: center;
    line-height: 36px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    text-indent: 2px;
    width: 100%;
}
.sycon-wrap .yydt-box .con{
    width: 1360px;
    margin: 0 auto;
}
.sycon-wrap .yydt-box .news-slide{
    width: 680px;
    height: 470px;
    overflow: hidden;
    position: relative;
    display: inline-block;  

}
.sycon-wrap .yydt-box .news-slide .tgImg{
    width: 100%;
    height: 100%;
}
.sycon-wrap .yydt-box .news-slide a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.sycon-wrap .yydt-box .news-slide a span{
    width: 100%;
    height: 40px;
    line-height:40px;
    color:#fff;
    background:rgba(0,0,0,0.4);
    position:relative;
    left:0;
    top:-40px;
    z-index:10;
    text-indent:20px;
    display: block;
}
.sycon-wrap .yydt-box .news-slide .hide {
    display: none;
}
.sycon-wrap .yydt-box .news-slide .leftctrl{
    position:absolute;
    top:176px;
    left:0;
    width:45px;
    height:45px;
    background:rgba(0,0,0,0.6) none repeat scroll 0 0 !important;
    filter:Alpha(opacity=60);
    background:#000;
    cursor: pointer;
}
.sycon-wrap .yydt-box .news-slide .rightctrl{
    position:absolute;
    top:176px;
    right:0;
    width:45px;
    height:45px;
    background:rgba(0,0,0,0.6) none repeat scroll 0 0 !important;
    filter:Alpha(opacity=60);
    background:#000;
    cursor: pointer;
}
.sycon-wrap .yydt-box .news-box{
    flex: 1;
    display: inline-block;
    vertical-align: top;
    width: 640px;
    float: right; 
}
.sycon-wrap .yydt-box .news-box .menu{
    border-bottom: 1px solid #DFDFDF;
    display: flex;
	width: 640px;
}
.sycon-wrap .yydt-box .news-box .menu .item{
    width: 166px;
}
.sycon-wrap .yydt-box .news-box .menu .item span{
    cursor: pointer;
    padding-bottom: 10px;
    font-size: 18px;
    color: #333;
    display: inline-block;
}
.sycon-wrap .yydt-box .news-box .menu .item a{
    display: none;
    font-size: 12px;
    color: #505050;
    margin-left: 10px;
    width: 45px;
}
 
.sycon-wrap .yydt-box .news-box .menu .item.cur a{
    display: inline-block;
}
.sycon-wrap .yydt-box .news-box .news-con{
    display: none;
    margin-top: 12px;
}
.sycon-wrap .yydt-box .news-box .news-con.cur{
    display: block;
}
 
.sycon-wrap .ksdh-box{
    background: url(/imgs/ksdh-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.sycon-wrap .ksdh-box .b-tit{
    padding: 45px 0px;
    margin-top: 25px;
    text-align: center;
    line-height: 36px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    text-indent: 2px;
    width: 100%; 
}
.sycon-wrap .ksdh-box .con{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sycon-wrap .ksdh-box .menu-box{
    display: flex;
    justify-content: center;
    padding-bottom: 320px;
}
.sycon-wrap .ksdh-box .menu-box .mb-item .mb-title{
    padding: 0 50px 20px;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.sycon-wrap .ksdh-box .menu-box .mb-item .mb-title p{
    padding-top: 15px;
    font-size: 18px;
    color: #333333;
}
.sycon-wrap .ksdh-box .menu-box .mb-item.cur .mb-title:after {
    content: '';
    width: 100%;
    max-width: 72px;
    border-bottom: 5px solid #098f0c;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
}
.sycon-wrap .ksdh-box .menu-box .mb-item .itembox{
    display: none;
    width: 100%;
    min-height: 150px;
    padding-top: 50px;
    position: absolute;
    top: 109px;
    left: 0;
    z-index: 1;
    border-top: 1px solid #dfdfdf;
}
.sycon-wrap .ksdh-box .menu-box .mb-item.cur .itembox{
    display: block;
    font-size: 0;
}
.sycon-wrap .ksdh-box .menu-box .mb-item.cur .itembox a{
    display: inline-block;
    width: 150px;
    max-width: 100%;
    padding: 9px 0;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    border: 1px solid #dfdfdf;
    border-radius: 100px;
    text-align: center;
    margin: 10px 30px;
    box-sizing: border-box;
}
.sycon-wrap .ksdh-box .menu-box .mb-item.cur .itembox a:hover {
    background: #098f0c;
    border-color: #098f0c;
    color: #fff;
}
.sycon-wrap .zjjs-box .b-tit{
    padding: 55px 0px;
    margin-top: 25px;
    text-align: center;
    line-height: 36px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    text-indent: 2px;
    width: 100%;
}
.sycon-wrap .zjjs-box .con{
    width: 1350px;
    margin: 0 auto;
    padding-bottom: 100px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    position: relative; 
}
.sycon-wrap .zjjs-box .zjjs-item{
    width: 225px;
    height: 304px;
    padding: 15px 12px;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
}
.sycon-wrap .zjjs-box .zjjs-item img{
    width: 100%;
    height: 287px;
}
.sycon-wrap .zjjs-box .zjjs-item .txt{
    position: absolute;
    bottom: -50px;
    width: 182px;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #ccc;
    margin-left: 9px;
    box-sizing: border-box;
	overflow: hidden;
	height:80px; 
}
.sycon-wrap .zjjs-box .zjjs-item .name{
    font-size: 12px;
    color: #999;
}
.sycon-wrap .zjjs-box .zjjs-item .desc{
    margin: 5px 0;
    color: #e41811;
    display: inline-block;
    font-size: 14px;
    white-space: normal;
	overflow: hidden;
}
.sycon-wrap .zjjs-box .zjjs-prev{
    width: 45px;
    height: 60px;
    position: absolute;
    top: 112px;
    left: 10px;
    cursor: pointer;
    background: url(/imgs/ad_ctr.png) no-repeat;
    background-position: 2px -14px;
}
.sycon-wrap .zjjs-box .zjjs-next{
    width: 45px;
    height: 60px;
    position: absolute;
    top: 112px;
    right: 12px;
    cursor: pointer;
    background: url(/imgs/ad_ctr.png) no-repeat;
    background-position: -13px -103px;
}
.footer-wrap{
    padding: 45px 0 30px 0px;
    background: #444444;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    border-top: 5px solid #098f0c;
    margin-top: 40px;
}
.footer-wrap .fw-con{
    width: 1200px;
    margin: 0 auto;
}
.footer-wrap .fw-con p{
    margin-bottom: 15px;
}


/* 列表页 */
.x-banner img{
    width: 100%;
    min-width: 1200px;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.container .nav-box{
    font-size: 14px;
    color: #666;
    padding: 15px 0;
    border-bottom: 1px solid #eeee;
}
.container .nav-box a{
    color: #666;
}
.container .content-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}
.container .content-box .left-subnav{
    width: 210px;
}
.container .content-box .left-subnav .ls-top{
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background: #098f0c url(/imgs/cd-sprite2.png) no-repeat;
    background-position: center bottom;
}
.container .content-box .left-subnav ul{
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    box-sizing: border-box;
}
.container .content-box .left-subnav li{
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 25px;
}
.container .content-box .left-subnav li a{
    color: #333;
    font-size: 15px;
}
.container .content-box .left-subnav li.active>a{
    color: #098f0c;
}
.container .content-box .rig-news{
    width: 960px;
}
.container .content-box .rig-news .item{
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container .content-box .rig-news .item a{
    line-height: 20px;
    color: #333;
    font-size: 16px;
}
.container .content-box .rig-news .item span{
    font-size: 14px;
    color: #666;
    min-width: 120px;
    text-align: right;
}

.page{ margin:40px auto 0; text-align:center;   width:90%; padding:20px; }
.page a {color: #000;}
.page ul li{ display:inline-block; *display:inline; font-size:18px; margin-right:3px;}
.page ul li a{ font-size:18px; background:#fff;  padding:3px 8px; color:#000000;}
.page .thisclass{ padding:3px 8px; color:#fff; background:#098f0c;   }
.page ul li a:hover{ color:#fff; background:#098f0c;}

/* 内容页 */
.container .nr-content .wzbt{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-top: 30px;
}
.container .nr-content .sjdj{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}
.container .nr-content .nr-con{
    padding-top: 20px;
	font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #333333;
}
.sxp-box{
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
	line-height: 26px;
    margin-top: 30px;
}
.sxp-box a{
    color: #333;
}
.container .imgs-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container .imgs-wrap:after{
    content: " ";
    width: 300px;
    display: block;
    margin: 8px;
}
.container .imgs-wrap .img-item{
    display: block;
    width: 300px;
    text-align: center;
    margin: 8px;
}
.container .imgs-wrap .img-item img{
    width: 300px;
    height: 220px;
}
.container .imgs-wrap .img-item p{
    font-size: 16px;
    color: #333;
}
.container .zjjsimgs-wrap{
    font-size: 0;
}
.container .zjjsimgs-wrap .img-item{
    display: inline-block;
    width: 220px;
    text-align: center;
    margin: 10px;
    position: relative;
    font-size: 0;
}
.container .zjjsimgs-wrap .img-item img{
    width: 220px;
    height: 306px;
}
.container .zjjsimgs-wrap .img-item div {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    line-height: 1.5;
    color: #fcfcfc;
    background-color: rgba(0, 0, 0, 0.4);
}
.container .zjjsimgs-wrap .img-item div p{
    font-size: 16px;
}
.container .zjjsimgs-wrap .img-item div span{
    font-size: 14px;
}








.iconfont {
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconbs {
  font-family: "iconbs" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }



.index-layout {
  width: 1360px;
  margin-left: auto;
  margin-right: auto; }
h2.left-icon-tit {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(121, 121, 121, 0.3); }
  h2.left-icon-tit .tit {
    position: relative; }
    h2.left-icon-tit .tit:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -1px;
      width: 100%;
      height: 2px;
      background-color: #16A0B8; }
    h2.left-icon-tit .tit i {
      font-size: 33px;
      line-height: 1;
      color: #333; }
    h2.left-icon-tit .tit a {
      font-size: 32px;
      line-height: 1;
      color: #333; }
  h2.left-icon-tit a.more {
    font-weight: normal; }
    h2.left-icon-tit a.more i {
      font-weight: bolder;
      color: #FFDA93; }





.depart-box {  
	height: 700px;
	box-sizing: border-box;
	padding-top: 30px;
	background: url(/imgs/ksdh-bg.jpg) no-repeat center center;
}
.depart-box .inner-depart {
margin-top: 50px; }
.depart-box .inner-depart .normal-depart-box {
height: 537px;
display: flex;
justify-content: space-between; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left {
height: 100%;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 17px; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select {
display: block;
height: 160px;
width: 265px;
position: relative; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select .inner-normal-dep-select {
position: relative;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select .inner-normal-dep-select i {
font-size: 50px;
height: 50px;
line-height: 50px; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select .inner-normal-dep-select p {
font-size: 22px;
position: relative;
margin-top: 20px;
line-height: 1; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select .inner-normal-dep-select p:before {
content: '';
display: block;
position: absolute;
height: 1px;
width: 30px;
background-color: rgba(255, 255, 255, 0.5);
top: -10px;
left: 50%;
transform: translateX(-50%);
transition: all 0.3s; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select .mask {
position: absolute;
height: 100%;
width: 100%;
transition: all 0.3s;
overflow: hidden; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select .mask i {
position: absolute;
font-size: 105px;
color: rgba(255, 255, 255, 0.3);
right: -105px;
bottom: -40px;
transition: all 0.3s; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select.dep-active .mask {
background-color: rgba(0, 0, 0, 0.5); }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select.dep-active .mask i {
right: 0; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select.dep-active .inner-normal-dep-select p:before {
width: 60px; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select:hover .mask {
background-color: rgba(0, 0, 0, 0.5); }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select:hover .inner-normal-dep-select p:before {
width: 60px; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select:nth-child(1) {
background-color: #00C6BA; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select:nth-child(2), 
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select:nth-child(3) {
background-color: #03B2CA; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select:nth-child(4), 
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select:nth-child(5) {
background-color: #02AEB9; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select:nth-child(6) {
background-color: #00C6BA; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select:nth-child(7) {
background-color: #00C6BA; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select:nth-child(8) {
background-color: #00C6BA; }
.depart-box .inner-depart .normal-depart-box .normal-dep-left .normal-dep-select:nth-child(9) {
background-color: #00C6BA; }
.depart-box .inner-depart .normal-depart-box .normal-dep-right {
height: 514px;
width: 787px;
background: linear-gradient(108deg, #00978E 14%, #007382 100%);
box-sizing: border-box;
padding: 35px 0 0 18px; }
.depart-box .inner-depart .normal-depart-box .normal-dep-right h2 {
display: flex;
justify-content: space-between;
align-items: center;
height: 48px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
margin-bottom: 25px; }
.depart-box .inner-depart .normal-depart-box .normal-dep-right h2 a {
font-size: 30px;
color: #fff;
font-weight: bolder; }
.depart-box .inner-depart .normal-depart-box .normal-dep-right h2 a.more {
font-size: 14px;
color: #F9F9F9;
margin-right: 40px;
font-weight: normal; }
.depart-box .inner-depart .normal-depart-box .normal-dep-right .inner-normal-dep-right {
position: relative;
height: 430px;
width: 770px;
background-color: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
overflow: hidden; }
.depart-box .inner-depart .normal-depart-box .normal-dep-right .inner-normal-dep-right .dep-box-pannel {
height: 100%;
width: 100%;
overflow-y: auto;
padding-top: 33px;
padding-left: 33px;
position: absolute;
opacity: 0;
transform: translateY(100%);
transition: 0.5s;
display: flex;
flex-wrap: wrap;
align-content: flex-start;
box-sizing: border-box; }
.depart-box .inner-depart .normal-depart-box .normal-dep-right .inner-normal-dep-right .dep-box-pannel a.dep-link {
display: block;
height: 40px;
width: 210px;
border-radius: 8px;
border: 1px solid #D7D7D7;
box-sizing: border-box;
padding-left: 10px;
line-height: 40px;
margin-right: 30px;
margin-bottom: 20px; }
.depart-box .inner-depart .normal-depart-box .normal-dep-right .inner-normal-dep-right .dep-box-pannel a.dep-link .depart-name {
display: inline-block;
height: 100%;
border-right: 1px solid #D7D7D7;
width: 165px;
font-size: 16px;
white-space: nowrap;
overflow: hidden;
padding-right: 12px; }
.depart-box .inner-depart .normal-depart-box .normal-dep-right .inner-normal-dep-right .dep-box-pannel a.dep-link .more-icon {
height: 40px;
display: inline-block;
float: right; }
.depart-box .inner-depart .normal-depart-box .normal-dep-right .inner-normal-dep-right .dep-box-pannel a.dep-link .more-icon i {
left: -3px;
position: relative; }
.depart-box .inner-depart .normal-depart-box .normal-dep-right .inner-normal-dep-right .dep-box-pannel a.dep-link:hover {
background-color: #09958B;
border-color: #09958B;
color: #fff; }
.depart-box .inner-depart .normal-depart-box .normal-dep-right .inner-normal-dep-right .dep-box-pannel a.dep-link:hover .depart-name {
border-color: #fff; }
.depart-box .inner-depart .normal-depart-box .normal-dep-right .inner-normal-dep-right .dep-box-pannel.cur {
opacity: 1;
transform: translateY(0); }
.depart-box .inner-depart .other-depart-box {
display: flex;
justify-content: space-between;
margin-top: 40px; }
.depart-box .inner-depart .other-depart-box .other-depart-item {
display: block;
height: 113px;
width: 325px;
line-height: 113px;
text-align: center;
color: #fff;
font-size: 22px;
transition: all 0.3s; }
.depart-box .inner-depart .other-depart-box .other-depart-item:hover {
transform: translateY(-10px); }
.depart-box .inner-depart .other-depart-box .other-depart-item:nth-child(1) {
background-color: #00C6BA; }
.depart-box .inner-depart .other-depart-box .other-depart-item:nth-child(2) {
background-color: #02AEB9; }
.depart-box .inner-depart .other-depart-box .other-depart-item:nth-child(3) {
background-color: #27A1B2; }
.depart-box .inner-depart .other-depart-box .other-depart-item:nth-child(4) {
background-color: #5D9DD7; }


.party-health {
  padding: 40px 0 20px 0; }
  .party-health .inner-party-health {
    display: flex;
    justify-content: space-between; }
    .party-health .inner-party-health .party-health-card {
      height: 386px;
      width: 434px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      background-color: #fff;
      box-sizing: border-box;
      padding: 0 20px; }
      .party-health .inner-party-health .party-health-card h2 {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding: 20px 0 10px;
        line-height: 1; }
        .party-health .inner-party-health .party-health-card h2 a {
          font-weight: normal;
          font-size: 20px; }
        .party-health .inner-party-health .party-health-card h2 a.more {
          font-size: 13px; }
          .party-health .inner-party-health .party-health-card h2 a.more i {
            color: #FFDA93;
            font-weight: bolder; }
      .party-health .inner-party-health .party-health-card ul {
        margin-top: 30px; }
        .party-health .inner-party-health .party-health-card ul li {
          height: 16px;
          line-height: 1;
          font-size: 16px;
          margin-bottom: 25px;
          line-height: 16px;
          max-height: 16px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
          .party-health .inner-party-health .party-health-card ul li:before {
            content: '';
            display: inline-block;
            height: 5px;
            width: 5px;
            margin-right: 8px;
            background-color: #0098B1;
            position: relative;
            top: -3px; }
        .party-health .inner-party-health .party-health-card ul li:hover a {
          color: #0ea0b7; }
 



 
.news-con li {
    margin-bottom: 30px;
}

.news-con li:last-child {
    margin-bottom: 0px;
}

 .news-con a {
    width: 80%;
    display: block;
    position: relative;
    min-Height: 80px;
    padding-left: 85px;
}

.news-con .sj {
    width: 70px;
    height: 50px;
    border: solid 1px #e9e9e9;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px 0;
    font-family: Arial;
}

.news-con .sj b {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
    /*font-weight: 100;*/
}



.news-con a:hover .sj {
    border-color: #009cab;
    color: #009cab;
}

.news-con p {
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}





.txtk {
    background-color: rgba(247, 134, 14, 0.9);
    width: 94%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    color: #fff; 
	padding: 20px 20px 20px 20px;
    height: 75px;
}

.sy_newsk .d1 .imgk {
    height: 532px;
    overflow:hidden;
}

.sy_newsk .d1 .imgk img {
    min-height: 532px;
}

.txtk .sj2 {
    border: solid 1px #fff;  
    width: 70px;
    height: 75px;
    text-align: center;
    color: #fff;
    padding-top: 15px;
	background:yellow;
	display: block;
	font-size: 30px;
	margin-bottom: 5px;
}

.txtk .sj2 b {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
	background:blue;
    /*font-weight: 100;*/
}

.txtk p {
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
}

.zt_6d{
    color:#666;
}
