@charset "UTF-8";
html {
  font-size: 16px;
}
.keywordfontcolor1037393{font-size:16px !important;color:red !important;}
body {
  font-family: "microsoft yahei";
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #16a24c;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
.list-page {
    min-height:600px !important;
}
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
.list-page {
    min-height:600px !important;
}
}

@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* ie8提示样式 */

/* 中部版块 */
.index-tit {
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}

.index-tit p.cn {
  float: left;
  font-size: 1.625rem;
  color: #323232;
  background: url(../images/index-tit-ico1.png) left center no-repeat;
  padding-left: 48px;
}

.index-tit p.en {
  float: left;
  color: #999999;
  font-size: 0.875rem;
  margin-left: 5px;
  padding-top: 5px;
}

.index-more {
  float: right;
  font-size: 0.875rem;
  color: #999999;
  padding-top: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-more:hover {
  color: #dd0000;
  font-weight: bold;
}

.row {
  margin-top: 40px;
  padding-bottom: 30px;
  background: url(../images/row1-bottom.png) bottom center no-repeat;
}

.index-news {
  float: left;
  width: 785px;
}

.news-pic {
  margin: 0 -22px;
  overflow: hidden;
}

.news-pic .item {
  float: left;
  width: 50%;
}

.news-pic .item a {
  border: 1px solid #eeeeee;
  background: #fff;
  display: block;
  margin: 0 22px;
}

.news-pic .item .pic {
  width: 100%;
  position: relative;
  padding-bottom: 62%;
  overflow: hidden;
}

.news-pic .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.news-pic .item .date {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-top: -37px;
  text-align: center;
  background: rgba(22, 162, 76, 0.9);
}

.news-pic .item .date .day {
  font-size: 1.625rem;
  color: #fff;
  font-weight: bold;
  padding-top: 5px;
}

.news-pic .item .date .year {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.news-pic .item .tit {
  margin: 10px 20px 20px;
  color: #333333;
  font-size: 1rem;
  line-height: 24px;
  height: 48px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news-pic .item:hover img {
  transform: scale(1.05);
}

.news-pic .item:hover .tit {
  color: #16a24c;
  transform: translateX(5px);
}

.news-text {
  margin: 0 -22px;
  overflow: hidden;
}

.news-text li {
  float: left;
  width: 50%;
  margin-top: 20px;
}

.news-text li a {
  display: block;
  margin: 0 22px;
  line-height: 24px;
  overflow: hidden;
}

.news-text li .date {
  position: relative;
  float: left;
  width: 62px;
  text-align: right;
  padding-right: 10px;
}

.news-text li .date .day {
  font-size: 1.875rem;
  color: #036c2c;
  font-weight: bold;
  padding-top: 3px;
}

.news-text li .date .year {
  font-size: 0.75rem;
  color: #5e5e5e;
}

.news-text li .date:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  background: #b3b3b3;
  left: 100%;
  top: 5px;
}

.news-text li .tit {
  width: calc(100% - 62px);
  padding-left: 13px;
  float: right;
  color: #333333;
  font-size: 1rem;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news-text li:hover .tit {
  color: #16a24c;
  transform: translateX(5px);
}

.index-notice {
  float: right;
  width: 375px;
}

.index-notice .index-tit p.cn {
  background: url(../images/index-tit-ico2.png) left center no-repeat;
}

.notice-text {
  overflow: hidden;
}

.notice-text li {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}

.notice-text li a {
  display: block;
  overflow: hidden;
}

.notice-text li .date {
  position: relative;
  float: left;
  width: 65px;
  height: 65px;
  text-align: center;
}

.notice-text li .date .day {
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
}

.notice-text li .date .year {
  font-size: 0.75rem;
  color: #999999;
  line-height: 20px;
}

.notice-text li .tit {
  width: calc(100% - 80px);
  float: right;
  margin-top: 7px;
  color: #333333;
  font-size: 1rem;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.notice-text li:hover .tit {
  color: #16a24c;
  transform: translateX(5px);
}

.slideTxtBox {
  width: 100%;
  overflow: hidden;
}

.slideTxtBox .index-tit {
  border-bottom: none;
}

.slideTxtBox .hd {
  margin-left: 125px;
  position: relative;
}

.slideTxtBox .hd .index-more {
  position: absolute;
  right: 0;
  display: none;
}

.slideTxtBox .hd li {
  float: left;
  margin-left: 25px;
  cursor: pointer;
}

.slideTxtBox .hd li.active .index-more {
  display: block;
}

.slideTxtBox .hd li.li1 p.cn {
  background: url(../images/index-tit-ico31.png) left center no-repeat;
}

.slideTxtBox .hd li.li2 p.cn {
  background: url(../images/index-tit-ico41.png) left center no-repeat;
}

.slideTxtBox .hd li.li1.active p.cn {
  background: url(../images/index-tit-ico3.png) left center no-repeat;
}

.slideTxtBox .hd li.li2.active p.cn {
  background: url(../images/index-tit-ico4.png) left center no-repeat;
}

.slideTxtBox .hd .mid-pic {
  position: absolute;
  top: 0;
  right: 120px;
}

.slideTxtBox .bd {
  width: 100% !important;
}

.slideTxtBox .bd .accordion-handle {
  display: none !important;
}

.slideTxtBox .bd ul {
  margin: 0 -8px;
  overflow: hidden;
}

.slideTxtBox .bd li {
  float: left;
  width: 33.3%;
  margin-bottom: 15px;
}

.slideTxtBox .bd li a {
  display: block;
  margin: 0 8px;
  position: relative;
}

.slideTxtBox .bd li .pic {
  width: 100%;
  position: relative;
  padding-bottom: 82%;
  overflow: hidden;
}

.slideTxtBox .bd li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slideTxtBox .bd li .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
 padding: 42px 30px 10px 30px;
  background: #75cc8c;
}

.slideTxtBox .bd li .tit p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.slideTxtBox .bd li.item2 {
  width: 66.6%;
}

.slideTxtBox .bd li.item2 .pic {
  padding-bottom: 40.2%;
}

.slideTxtBox .bd li.item2 .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, black);
}

.slideTxtBox .bd li.item2 .tit p {
  height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slideTxtBox .bd li.item3 .tit {
  background: #718eca;
}

.slideTxtBox .bd li.item4 .tit {
  background: #ac75cc;
}

.slideTxtBox .bd li.item5 .tit {
  background: #57d7c3;
}

.slideTxtBox .bd li:hover img {
  transform: scale(1.05);
}

.index-integ {
  float: left;
  width: 640px;
}

.index-integ ul {
  overflow: hidden;
  margin-top: -15px;
}

.index-integ ul li a {
  display: inline-block;
  width: 100%;
  background: url(../images/list-li-ico.png) left center no-repeat;
  padding-left: 15px;
  font-size: 1.125rem;
  color: #323232;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-integ ul li:hover a {
  color: #16a24c;
  transform: translateX(5px);
}

.index-topic {
  float: right;
  width: 520px;
}

.index-topic ul {
  overflow: hidden;
  margin: 0 -10px;
}

.index-topic ul li {
  float: left;
  width: 50%;
  margin-bottom: 7x;
}

.index-topic ul li a {
  display: block;
  overflow: hidden;
  margin: 0 10px;
}

.index-topic ul li a img {
  width: 100%;
}

.index-topic ul li:hover img {
  transform: scale(1.05);
}


.row5 {
  margin-top: 10px;
}

.kstd-list {
  position: relative;
}

.kstd-list .item {
  text-align: center;
}

.kstd-list .item img {
  margin: 0 auto;
}

.kstd-list .item p {
  margin-top: 10px;
  font-size: 14px;
  color: #323232;
}

.kstd-list .item:hover img {
  transform: rotate(360deg);
}

.kstd-list .item:hover p {
  color: #16a24c;
}

.kstd-list .slick-prev,
.kstd-list .slick-next {
  text-indent: 999999px;
  width: 15px;
  height: 30px;
}

.kstd-list .slick-prev {
  left: -15px;
  background: url(../images/arrow-left.png);
  background-size: 100% 100%;
}

.kstd-list .slick-next {
  right: -15px;
  background: url(../images/arrow-right.png);
  background-size: 100% 100%;
}

.kstd-list .slick-prev:before,
.kstd-list .slick-next:before {
  display: none;
}

/* 中部版块 */

/* ie8提示当需要判断IE8下兼容性不好需要升级浏览器 */
.ie8 {
  text-align: center;
  color: #fff;
  height: 100%;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1234;
  margin: 0 auto;
  font-family: "microsoft yahei";
  font-size: 36px;
  background: #000000;
  font-weight: 300;
  filter: Alpha(opacity=70);
}

/* 列表页 */
/* 列表banner */
.list-banner {
  margin-top: 207px;
  background: #d5e6f2;
  overflow: hidden;
  position: relative;
}

.list-banner img {
  width: 100%;
}

.list-page {
  position: relative;
  z-index: 3;
  margin-top: 20px;
  min-height: 600px;
}

/* 左侧导航 */
.left-nav {
  width: 270px;
  float: left;
}

.left-nav .column {
  background: url(../images/leftnav-bg1.png);
  padding: 20px;
}

.left-nav .column h2 {
  position: relative;
  padding-bottom: 15px;
  text-align: left;
  font-size: 1.875rem;
  color: #fff;
  font-weight: normal;
}

.left-nav .column h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #fff;
}

.left-nav .sideMenu {
  padding-top: 10px;
  background: url(../images/leftnav-border.png) top left no-repeat #f4f4f4;
  background-repeat: repeat-y;
}

.left-nav .sideMenu li {
  padding: 0 20px;
  position: relative;
}

.left-nav .sideMenu li a {
  position: relative;
  display: block;
  padding: 20px 15px 20px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1rem;
  color: #323232;
}

.left-nav .sideMenu li i {
  position: absolute;
  width: 15px;
  height: 50px;
  background: url(../images/leftnav-ico1.png) center right no-repeat;
  right: 20px;
  top: 5px;
  z-index: 9;
  cursor: pointer;
}

.left-nav .sideMenu dl {
  padding: 15px 0 15px 15px;
  display: none;
}

.left-nav .sideMenu dl dd a {
  font-size: 0.9375rem;
  color: #444444 !important;
  padding: 7px 20px;
}

.left-nav .sideMenu dl dd a:before {
  display: none !important;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  color: #dd0000 !important;
}

.left-nav .sideMenu li.current,
.left-nav .sideMenu li:hover {
  background: #fff;
}

.left-nav .sideMenu li.current a,
.left-nav .sideMenu li:hover a {
  color: #dd0000;
}

.left-nav .sideMenu li.current a:before,
.left-nav .sideMenu li:hover a:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #dd0000;
}

.left-nav .sideMenu li.current i,
.left-nav .sideMenu li:hover i {
  background: url(../images/leftnav-ico2.png) center right no-repeat;
}

.left-nav .sideMenu li.current dl {
  display: block;
}

/* 右边内容区域 */
.right-con {
  width: calc(100% - 330px);
  float: right;
}

.location {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.location .weizhi {
  background: url(../images/home.png) left center no-repeat;
  padding-left: 18px;
  font-size: 12px;
  color: #999999;
}

.location .weizhi a {
  font-size: 12px;
  color: #999999;
}

.location .weizhi a:last-child {
  color: #dd0000 !important;
}

.list-con {
  width: 100%;
}

.list-con .leader-list {
  overflow: hidden;
  margin: 0 -20px;
}

.list-con .leader-list li {
height:220px;
  float: left;
  width: 50%;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.list-con .leader-list li a {
  display: block;
  margin: 0 20px;
  background: #f7f7f7;
  padding: 12px !important;
  overflow: hidden;
}

.list-con .leader-list .pic {
  float: left;
  width: 160px;
  height: 200px;
  top: 0;
  position: absolute;
  overflow: hidden;
}

.list-con .leader-list .pic img {
  position: absolute;
  width: 151px;
  top: 0;
  left: 0;
  z-index: 99;
}

.list-con .leader-list .pic:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 151px;
  height: 190px;
  
}

.list-con .leader-list .text {
  float: right;
  width: calc(100% - 170px);
}

.list-con .leader-list .tit {
  margin-bottom: 12px;
  font-size: 1.25rem;
  color: #323232;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.list-con .leader-list .zhicheng {
  font-weight: bold;
  color: #323232;
  font-size: 16px;
  background: url(../images/zhicheng.png) left center no-repeat;
  padding-left: 18px;
}

.list-con .leader-list .abst {
  margin-top: 10px;
  color: #323232;
  font-size: 0.875rem;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-con .leader-list li:hover img {
  transform: scale(1.05);
}

.list-con .leader-list li:hover .tit {
  color: #16a24c;
}

.list-con .list-pics li {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}

.list-con .list-pics .date {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-top: 38px;
  width: 65px;
  height: 65px;
  text-align: center;
}

.list-con .list-pics .date .day {
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
}

.list-con .list-pics .date .year {
  font-size: 0.75rem;
  color: #999999;
  line-height: 20px;
}

.list-con .list-pics .pic {
  float: left;
  position: relative;
  width: 210px;
  height: 145px;
  overflow: hidden;
}

.list-con .list-pics .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.list-con .list-pics .text {
  float: right;
  width: calc(100% - 315px);
}

.list-con .list-pics .text .tit {
  margin-top: 7px;
  color: #333333;
  font-size: 1.125rem;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-con .list-pics .text .abst {
    margin-top: 10px;
    font-size: 0.95rem;
    color: #999999;
    line-height: 27px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-con .list-pics .text.no-pic {
  width: calc(100% - 85px);
}

.list-con .list-pics li:nth-child(5n + 1) .date {
  border: 1px solid #036c2c;
}

.list-con .list-pics li:nth-child(5n + 1) .date p.day {
  background: url(../images/date-bg1.png);
}

.list-con .list-pics li:nth-child(5n + 2) .date {
  border: 1px solid #16a24c;
}

.list-con .list-pics li:nth-child(5n + 2) .date p.day {
  background: url(../images/date-bg2.png);
}

.list-con .list-pics li:nth-child(5n + 3) .date {
  border: 1px solid #64b571;
}

.list-con .list-pics li:nth-child(5n + 3) .date p.day {
  background: url(../images/date-bg3.png);
}

.list-con .list-pics li:nth-child(5n + 4) .date {
  border: 1px solid #97d64e;
}

.list-con .list-pics li:nth-child(5n + 4) .date p.day {
  background: url(../images/date-bg4.png);
}

.list-con .list-pics li:nth-child(5n + 5) .date {
  border: 1px solid #bde032;
}

.list-con .list-pics li:nth-child(5n + 5) .date p.day {
  background: url(../images/date-bg5.png);
}

.list-con .list-pics li:hover .tit {
  color: #16a24c;
  transform: translateX(5px);
}

.list-con .list-pics li:hover img {
  transform: scale(1.05);
}

.list-con .pic-pages {
  overflow: hidden;
  margin: 20px -10px;
}

.list-con .pic-pages li {
  float: left;
  width: 33.3%;
  margin-bottom: 30px;
}

.list-con .pic-pages li a {
  display: block;
  overflow: hidden;
  margin: 0 10px;
  box-shadow: 0 0 10px 0 #c1bfbf;
}

.list-con .pic-pages .pic {
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}

.list-con .pic-pages .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.list-con .pic-pages p {
  text-align: center;
  padding: 10px 0;
  background: #efefef;
  font-size: 1rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-con .pic-pages li:hover img {
  transform: scale(1.05);
}

.list-con .pic-pages li:hover p {
  background: #036c2c;
  color: #fff;
}

.list-con .zzjg-list {
  margin-bottom: 20px;
}

.list-con .zzjg-list .box {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ccc;
}

.list-con .zzjg-list .box .tit {
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  color: #036c2c;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.list-con .zzjg-list .box .tit:before {
  content: "";
  width: 4px;
  height: 20px;
  background: #036c2c;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.list-con .zzjg-list .box ul {
  overflow: hidden;
}

.list-con .zzjg-list .box ul li {
  float: left;
  width: 33.3%;
  margin: 0 0 10px;
  display: table;
}

.list-con .zzjg-list .box ul li a {
  font-size: 1rem;
  color: #323232;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  height: 50px;
  background: url(../images/list-li-ico.png) left center no-repeat;
  padding-left: 15px;
  padding-right: 10px;
}

.list-con .zzjg-list .box ul li:hover a {
  color: #036c2c;
}

.list-con .pages {
  margin-top: 40px;
}

/* 列表线条动画 */
.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread > .ui-border-element:before,
.bottom-inOutSpread > .ui-border-element:after {
  content: "";
  position: absolute;
}

.bottom-inOutSpread:after {
  border-bottom: 1px solid #0080ca;
  left: 51%;
  right: 51%;
  bottom: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
  left: 0%;
  right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/* 列表线条动画结束 */
/* 正文页 */
.article-con {
  margin-top: 10px;
  overflow: hidden;
}

.article-con h1 {
  font-size: 1.625rem;
  line-height: 1.5;

  margin-bottom: 10px;
  font-weight: normal;
  color: #323232;
}

.article-con h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
  color: #323232;
}

.article-con .info {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  line-height: 1.2;
  text-align: center;
  background: #e8f0ed;
}

.article-con .info span {
  font-size: 0.875rem;
  color: #666666;
  text-align: center;
  margin: 0 10px;
}

.article-con .info span img {
  margin-right: 5px;
}

.article-con .article-text {
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 2;
  color: #333333;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;text-justify:inter-ideograph;text-align:justify;
}

.article-con .article-text p {
  text-indent: 2em;
}

.article-con .article-text p img,
.article-con .article-text p video {
margin-left: -2em; 
  max-width: 100%;
  height: auto !important;
}

.updown {
  overflow: hidden;
  margin-top: 25px;
}

.updown a {
  display: block;
  font-size: 1.125rem;
  color: #323232;
  padding: 5px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.updown a span {
  font-weight: bold;
}

.updown a:hover {
  color: #16a24c;
  transform: translateX(5px);
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}
0px;
  background: #036c2c;
  position: relative;
  overflow: hidden;
}

.top .tip {
  float: left;
}

.top .tip p {
  font-size: 0.75rem;
  color: #fff;
}

.top .top-right {
  float: right;
}

.top .top-links {
  float: left;
}

.top .top-links a {
  font-size: 0.75rem;
  color: #fff;
}

.top .top-links em {
  width: 1px;
  height: 4px;
  background: #68a780;
  display: inline-block;
  margin: 3px 10px;
}

/* 搜索 */
.ss {
  position: relative;
  margin-left: 30px;
  overflow: hidden;
  z-index: 9;
  width: 198px;
  height: 32px;
  margin-top: 6px;
  line-height: 32px;
  background: none;
  border-radius: 20px;
  border: 1px solid #68a780;
  font-size: 14px;
  float: left;
  background: rgba(255,255,255,0.1);
  position: relative;
}

.ss .text {
  width: 100%;
  border: none;
  background: none;
  color: #fff;
  line-height: 28px;
  float: left;
  margin-left: 0;
  padding: 0 30px 0 10px;
  height: 32px;
}

.ss .sub {
  width: 16px;
  height: 16px;
  /* margin-top: 5px; */
  /* margin-right: 10px; */
  float: right;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 9;
}

.ss input:-webkit-autofill,
.ss textarea:-webkit-autofill,
.ss select:-webkit-autofill {
 
}

/* 导航 */
.main-box {
  background: url(../images/body-top-bg.png) center top no-repeat;
  background-size: 100%;
}

.main-bottom {
  background: url(../images/footer.-bg1.png) center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 50px;
}

/* 中部版块 */
.index-tit {
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}

.index-tit p.cn {
  float: left;
  font-size: 1.625rem;
  color: #323232;
  background: url(../images/index-tit-ico1.png) left center no-repeat;
  padding-left: 48px;
}

.index-tit p.en {
  float: left;
  color: #999999;
  font-size: 0.875rem;
  margin-left: 5px;
  padding-top: 5px;
}

.index-more {
  float: right;
  font-size: 0.875rem;
  color: #999999;
  padding-top: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-more:hover {
  color: #dd0000;
  font-weight: bold;
}

.row {
  margin-top: 40px;
  padding-bottom: 30px;
  background: url(../images/row1-bottom.png) bottom center no-repeat;
}

.index-news {
  float: left;
  width: 785px;
}

.news-pic {
  margin: 0;
  overflow: hidden;
}

.news-pic .item {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.news-pic .item a {
  border: 1px solid #eeeeee;
  background: #fff;
  display: block;
  margin: 0;
}

.news-pic .item .pic {
  width: 100%;
  position: relative;
  padding-bottom: 62%;
  overflow: hidden;
}

.news-pic .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.news-pic .item .date {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-top: -37px;
  text-align: center;
  background: rgba(22, 162, 76, 0.9);
}

.news-pic .item .date .day {
  font-size: 1.625rem;
  color: #fff;
  font-weight: bold;
  padding-top: 5px;
}

.news-pic .item .date .year {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.news-pic .item .tit {
  margin: 10px 20px 20px;
  color: #333333;
  font-size: 1rem;
  line-height: 24px;
  height: 48px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news-pic .item:hover img {
  transform: scale(1.05);
}

.news-pic .item:hover .tit {
  color: #16a24c;
  transform: translateX(5px);
}

.news-text {
  margin: 0;
  overflow: hidden;
}

.news-text li {
  float: left;
  width: 48%;
  margin-top: 20px;
  margin-right: 4%;
}

.news-text li a {
  display: block;
  margin: 0;
  line-height: 24px;
  overflow: hidden;
}

.news-text li .date {
  position: relative;
  float: left;
  width: 62px;
  text-align: right;
  padding-right: 10px;
}

.news-text li .date .day {
  font-size: 1.875rem;
  color: #036c2c;
  font-weight: bold;
  padding-top: 3px;
}

.news-text li .date .year {
  font-size: 0.75rem;
  color: #5e5e5e;
}

.news-text li .date:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  background: #b3b3b3;
  left: 100%;
  top: 5px;
}

.news-text li .tit {
  width: calc(100% - 62px);
  padding-left: 13px;
  float: right;
  color: #333333;
  font-size: 1rem;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news-text li:hover .tit {
  color: #16a24c;
  transform: translateX(5px);
}

.index-notice {
  float: right;
  width: 375px;
}

.index-notice .index-tit p.cn {
  background: url(../images/index-tit-ico2.png) left center no-repeat;
}

.notice-text {
  overflow: hidden;
}

.notice-text li {
  padding: 12px 0;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}

.notice-text li a {
  display: block;
  overflow: hidden;
}

.notice-text li .date {
  position: relative;
  float: left;
  width: 65px;
  height: 65px;
  text-align: center;
}

.notice-text li .date .day {
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
}

.notice-text li .date .year {
  font-size: 0.75rem;
  color: #999999;
  line-height: 20px;
}

.notice-text li .tit {
  width: calc(100% - 80px);
  float: right;
  margin-top: 7px;
  color: #333333;
  font-size: 1rem;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.notice-text li:hover .tit {
  color: #16a24c;
  transform: translateX(5px);
}

.slideTxtBox {
  width: 100%;
  overflow: hidden;
}

.slideTxtBox .index-tit {
  border-bottom: none;
}

.slideTxtBox .hd {
  margin-left: 0;
  position: relative;
}

.slideTxtBox .hd .index-more {
  position: absolute;
  right: 0;
  display: none;
}

.slideTxtBox .hd li {
  float: left;
  margin-left: 0;
  cursor: pointer;
}

.slideTxtBox .hd li.active .index-more {
  display: block;
}

.slideTxtBox .hd li.li1 p.cn {
  background: url(../images/index-tit-ico31.png) left center no-repeat;
}

.slideTxtBox .hd li.li2 p.cn {
  background: url(../images/index-tit-ico41.png) left center no-repeat;
}

.slideTxtBox .hd li.li1.on p.cn {
  background: url(../images/index-tit-ico3.png) left center no-repeat;
  color:#d00;
}

.slideTxtBox .hd li.li2.on p.cn {
  background: url(../images/index-tit-ico4.png) left center no-repeat;
    color:#d00;
}

.slideTxtBox .hd .mid-pic {
  position: absolute;
  top: 0;
  right: 40%;
}

.slideTxtBox .bd {
  width: 100% !important;
}

.slideTxtBox .bd .accordion-handle {
  display: none !important;
}

.slideTxtBox .bd ul {
  margin: 0 -8px;
  overflow: hidden;
}

.slideTxtBox .bd li {
  float: left;
  width: 33.3%;
  margin-bottom: 15px;
}

.slideTxtBox .bd li a {
  display: block;
  margin: 0 8px;
  position: relative;
}

.slideTxtBox .bd li .pic {
  width: 100%;
  position: relative;
  padding-bottom: 82%;
  overflow: hidden;
}

.slideTxtBox .bd li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  //height: 100%;
}

.slideTxtBox .bd li .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 15px 30px;
  background: #75cc8c;
}

.slideTxtBox .bd li .tit p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.slideTxtBox .bd li .tit1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 15px 30px;
background: linear-gradient(transparent, black);
}

.slideTxtBox .bd li .tit1 p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}




.slideTxtBox .bd li.item2 {
  width: 66.6%;
}

.slideTxtBox .bd li.item2 .pic {
  padding-bottom: 40.2%;
}

.slideTxtBox .bd li.item2 .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, black);
}

.slideTxtBox .bd li.item2 .tit p {
  height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slideTxtBox .bd li.item3 .tit {
  background: #718eca;
}

.slideTxtBox .bd li.item4 .tit {
  background: #ac75cc;
}

.slideTxtBox .bd li.item5 .tit {
  background: #57d7c3;
}

.slideTxtBox .bd li:hover img {
  transform: scale(1.05);
}

.index-integ {
  float: left;
  width: 640px;
}

.index-integ ul {
  overflow: hidden;
  margin-top: -15px;
}

.index-integ ul li a {
  display: inline-block;
  width: 100%;
  background: url(../images/list-li-ico.png) left center no-repeat;
  padding-left: 15px;
  font-size: 1.125rem;
  color: #323232;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-integ ul li:hover a {
  color: #16a24c;
  transform: translateX(5px);
}

.index-topic {
  float: right;
  width: 520px;
}

.index-topic ul {
  overflow: hidden;
  margin: 0 -10px;
}

.index-topic ul li {
  float: left;
  width: 50%;
  margin-bottom: 7px;
}

.index-topic ul li a {
  display: block;
  overflow: hidden;
  margin: 0 10px;
}

.index-topic ul li a img {
  width: 100%;
}

.index-topic ul li:hover img {
  transform: scale(1.05);
}

.row5 {
  margin-top: 10px;
}

.kstd-list {
  position: relative;
}

.kstd-list .item {
  text-align: center;
}

.kstd-list .item img {
  margin: 0 auto;
}

.kstd-list .item p {
  margin-top: 10px;
  font-size: 16px;
  color: #323232;
}

.kstd-list .item:hover img {
  transform: rotate(360deg);
}

.kstd-list .item:hover p {
  color: #16a24c;
}

.kstd-list .slick-prev,
.kstd-list .slick-next {
  text-indent: 999999px;
  width: 15px;
  height: 30px;
}

.kstd-list .slick-prev {
  left: -15px;
  background: url(../images/arrow-left.png);
  background-size: 100% 100%;
}

.kstd-list .slick-next {
  right: -15px;
  background: url(../images/arrow-right.png);
  background-size: 100% 100%;
}

.kstd-list .slick-prev:before,
.kstd-list .slick-next:before {
  display: none;
}

/* 中部版块 */


/* ie8提示当需要判断IE8下兼容性不好需要升级浏览器 */
.ie8 {
  text-align: center;
  color: #fff;
  height: 100%;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1234;
  margin: 0 auto;
  font-family: "microsoft yahei";
  font-size: 36px;
  background: #000000;
  font-weight: 300;
  filter: Alpha(opacity=70);
}

/* 列表页 */
/* 列表banner */
.list-banner {
  margin-top: 207px;
  background: #d5e6f2;
  overflow: hidden;
  position: relative;
}

.list-banner img {
  width: 100%;
}

.list-page {
  position: relative;
  z-index: 3;
  margin-top: 0;
  min-height: 800px;
  padding-top: 20px;
}

/* 左侧导航 */
.left-nav {
  width: 270px;
  float: left;
}

.left-nav .column {
  background: url(../images/leftnav-bg1.png);
  padding: 20px;
}

.left-nav .column h2 {
  position: relative;
  padding-bottom: 15px;
  text-align: left;
  font-size: 1.875rem;
  color: #fff;
  font-weight: normal;
}

.left-nav .column h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #fff;
}

.left-nav .sideMenu {
  padding-top: 10px;
  background: url(../images/leftnav-border.png) top left no-repeat #f4f4f4;
  background-repeat: repeat-y;
}

.left-nav .sideMenu li {
  padding: 0 20px;
  position: relative;
}

.left-nav .sideMenu li a {
  position: relative;
  display: block;
  padding: 20px 15px 20px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1rem;
  color: #323232;
}

.left-nav .sideMenu li i {
  position: absolute;
  width: 15px;
  height: 50px;
  background: url(../images/leftnav-ico1.png) center right no-repeat;
  right: 20px;
  top: 5px;
  z-index: 9;
  cursor: pointer;
}

.left-nav .sideMenu dl {
  padding: 15px 0 15px 15px;
  display: none;
}

.left-nav .sideMenu dl dd a {
  font-size: 0.9375rem;
  color: #444444 !important;
  padding: 7px 20px;
}

.left-nav .sideMenu dl dd a:before {
  display: none !important;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  color: #dd0000 !important;
}

.left-nav .sideMenu li.current,
.left-nav .sideMenu li:hover {
  background: #fff;
}

.left-nav .sideMenu li.current a,
.left-nav .sideMenu li:hover a {
  color: #dd0000;
}

.left-nav .sideMenu li.current a:before,
.left-nav .sideMenu li:hover a:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #dd0000;
}

.left-nav .sideMenu li.current i,
.left-nav .sideMenu li:hover i {
  background: url(../images/leftnav-ico2.png) center right no-repeat;
}

.left-nav .sideMenu li.current dl {
  display: block;
}

/* 右边内容区域 */
.right-con {
  width: 100%;
  float: right;
}

.location {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  line-height: 26px;
}

.location .weizhi {
  background: url(../images/home.png) left center no-repeat;
  padding-left: 18px;
  font-size: 12px;
  color: #999999;
}

.location .weizhi a {
  font-size: 12px;
  color: #999999;
}

.location .weizhi a:last-child {
  color: #dd0000 !important;
}

.list-con {
  width: 100%;
}

.list-con .leader-list {
  overflow: hidden;
  margin: 0 -20px;
}

.list-con .leader-list li {
  float: left;
  width: 50%;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.list-con .leader-list li a {
  display: block;
  margin: 0 20px;
  background: #f7f7f7;
  padding: 20px;
  overflow: hidden;
  height: 100%;
}

.list-con .leader-list .pic {
  float: left;
  width: 160px;
  height: 200px;
  top: 0;
  position: absolute;
  overflow: hidden;
}

.list-con .leader-list .pic img {
  position: absolute;
  width: 151px;
  top: 0;
  left: 0;
  z-index: 99;
}

.list-con .leader-list .pic:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 151px;
  height: 190px;
 
}

.list-con .leader-list .text {
  float: right;
  width: calc(100% - 170px);
}

.list-con .leader-list .tit {
  margin-bottom: 12px;
  font-size: 1.25rem;
  color: #323232;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.list-con .leader-list .zhicheng {
  font-weight: bold;
  color: #323232;
  font-size: 16px;
  background: url(../images/zhicheng.png) left center no-repeat;
  padding-left: 18px;
}

.list-con .leader-list .abst {
  margin-top: 10px;
  color: #323232;
  font-size: 0.875rem;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-con .leader-list li:hover img {
  transform: scale(1.05);
}

.list-con .leader-list li:hover .tit {
  color: #16a24c;
}

.list-con .list-pics li {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}

.list-con .list-pics .date {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-top: 38px;
  width: 65px;
  height: 65px;
  text-align: center;
}

.list-con .list-pics .date .day {
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
}

.list-con .list-pics .date .year {
  font-size: 0.75rem;
  color: #999999;
  line-height: 20px;
}

.list-con .list-pics .pic {
  float: left;
  position: relative;
  width: 210px;
  height: 145px;
  overflow: hidden;
}

.list-con .list-pics .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.list-con .list-pics .text {
  float: right;
  width: calc(100% - 315px);
}

.list-con .list-pics .text .tit {
  margin-top: 7px;
  color: #333333;
  font-size: 1.125rem;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-con .list-pics .text .abst {
    margin-top: 10px;
    font-size: 0.95rem;
    color: #999999;
    line-height: 27px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-con .list-pics .text.no-pic {
  width: calc(100% - 85px);
}

.list-con .list-pics li:nth-child(5n + 1) .date {
  border: 1px solid #036c2c;
}

.list-con .list-pics li:nth-child(5n + 1) .date p.day {
  background: url(../images/date-bg1.png);
}

.list-con .list-pics li:nth-child(5n + 2) .date {
  border: 1px solid #16a24c;
}

.list-con .list-pics li:nth-child(5n + 2) .date p.day {
  background: url(../images/date-bg2.png);
}

.list-con .list-pics li:nth-child(5n + 3) .date {
  border: 1px solid #64b571;
}

.list-con .list-pics li:nth-child(5n + 3) .date p.day {
  background: url(../images/date-bg3.png);
}

.list-con .list-pics li:nth-child(5n + 4) .date {
  border: 1px solid #97d64e;
}

.list-con .list-pics li:nth-child(5n + 4) .date p.day {
  background: url(../images/date-bg4.png);
}

.list-con .list-pics li:nth-child(5n + 5) .date {
  border: 1px solid #bde032;
}

.list-con .list-pics li:nth-child(5n + 5) .date p.day {
  background: url(../images/date-bg5.png);
}

.list-con .list-pics li:hover .tit {
  color: #16a24c;
  transform: translateX(5px);
}

.list-con .list-pics li:hover img {
  transform: scale(1.05);
}

.list-con .pic-pages {
  overflow: hidden;
  margin: 20px -10px;
}

.list-con .pic-pages li {
  float: left;
  width: 33.3%;
  margin-bottom: 30px;
}

.list-con .pic-pages li a {
  display: block;
  overflow: hidden;
  margin: 0 10px;
  box-shadow: 0 0 10px 0 #c1bfbf;
}

.list-con .pic-pages .pic {
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}

.list-con .pic-pages .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.list-con .pic-pages p {
  text-align: center;
  padding: 10px 0;
  background: #efefef;
  font-size: 1rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-con .pic-pages li:hover img {
  transform: scale(1.05);
}

.list-con .pic-pages li:hover p {
  background: #036c2c;
  color: #fff;
}

.list-con .zzjg-list {
  margin-bottom: 20px;
}

.list-con .zzjg-list .box {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ccc;
}

.list-con .zzjg-list .box .tit {
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  color: #036c2c;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.list-con .zzjg-list .box .tit:before {
  content: "";
  width: 4px;
  height: 20px;
  background: #036c2c;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.list-con .zzjg-list .box ul {
  overflow: hidden;
}

.list-con .zzjg-list .box ul li {
  float: left;
  width: 33.3%;
  margin: 0 0 10px;
  display: table;
}

.list-con .zzjg-list .box ul li a {
  font-size: 1rem;
  color: #323232;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  height: 50px;
  background: url(../images/list-li-ico.png) left center no-repeat;
  padding-left: 15px;
  padding-right: 10px;
}

.list-con .zzjg-list .box ul li:hover a {
  color: #036c2c;
}

.list-con .pages {
  margin-top: 40px;
}

/* 列表线条动画 */
.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread > .ui-border-element:before,
.bottom-inOutSpread > .ui-border-element:after {
  content: "";
  position: absolute;
}

.bottom-inOutSpread:after {
  border-bottom: 1px solid #0080ca;
  left: 51%;
  right: 51%;
  bottom: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
  left: 0%;
  right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/* 列表线条动画结束 */
/* 正文页 */
.article-con {
  margin-top: 10px;
  overflow: hidden;
  padding: 20px;
  background: #fff;
}

.article-con h1 {
  font-size: 1.625rem;
  line-height: 1.5;

  margin-bottom: 10px;
  font-weight: normal;
  color: #323232;
}

.article-con h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
  color: #323232;
}

.article-con .info {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  line-height: 1.2;
  text-align: center;
  background: #e8f0ed;
}

.article-con .info span {
  font-size: 0.875rem;
  color: #666666;
  text-align: center;
  margin: 0px 0px;
}

.article-con .info span img {
  margin-right: 5px;
}

.article-con .article-text {
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 2;
  color: #000;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}

.article-con .article-text p {
  text-indent: 2em;
  font-size: 17px !important;
  line-height: 36px !important;
  font-family: 微软雅黑 !important;
  margin-bottom: 10px;
}
.article-con .article-text span {
  text-indent: 2em;
  font-size: 17px !important;
  line-height: 36px !important;
  font-family: 微软雅黑 !important;
}
.article-con .article-text p img,
.article-con .article-text p video {
  /* margin-left: -2em; */
  max-width: 100%;
  height: auto !important;
}

.updown {
  overflow: hidden;
  margin-top: 25px;
}

.updown a {
  display: block;
  font-size: 1.125rem;
  color: #323232;
  padding: 5px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  whi]: n;
  overflow: hidden;
}

.updown a span {
  font-weight: bold;
}

.updown a:hover {
  color: #16a24c;
  transform: translateX(5px);
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #036c2c !important;
    color: #fff;
    background-color: #036c2c !important;
}

.phonesea{display:none;}