.bigcenbox{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.cen-bg{
  position: absolute;
  width: 100%;
  height: 2000px;
  top: 0;
  left: 0;
  background: url(../images/bg-right.jpg) top right no-repeat;
  background-size:auto 100%;
}
.cen-bg::before{
  content:"";
  display:block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg-left.jpg) top left no-repeat;
  background-size:auto 100%;
}
.cen-bg.upstyle{
  position: fixed;
  width: 100%;
}
.cen-bignrbox{
  position: relative;
  width: calc(100% - 40px);
  max-width: 1400px;
  height: auto;
  padding: 40px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
    z-index: 10;
}
.eleftbox-line{
  position: absolute;
  width: 1px;
  height: 100%;
  left: 280px;
  top: 40px;
  background: rgba(45,170,170,.4);
  z-index: 10;
}
.eleftbox-line.rightshow{
  left: calc(100% - 300px);
}
.eleft-bigbox{
  position: absolute;
  width: 100%;
  height: auto;
  top: 40px;
  left: 0;
  padding-bottom: 40px;
  overflow: hidden;
  z-index: 5;
}
.eleft-bigbox.upstyle{
  position: fixed;
  width: 100%;
  max-width: 1400px;
  height: auto;
  left: 50%;
  top: 0;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  z-index: 5;
}
.eleftbox{
  position: relative;
  float: left;
  width: 280px;
  height: auto;
  min-height: 500px;
  left: 0;
  padding-bottom: 40px;
}
.eleftbox.rightshow {
    float: right;
    width: 300px;
}

.eleftbox .lmtitle{
  position: relative;
  width: 100%;
  height: 45px;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: url(../images/title-bg1.jpg) top center repeat-y;
  background-size:100% auto ;
  z-index: 10;
}
.eleftbox .lmtitle::after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.1);
}
.eleftbox .lmtitle p{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  z-index: 10;
}

.eleftbox .linkbox{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 2px;
}

.eleftbox .linkbox li{
  position: relative;
  float: left;
  width: 100%;
  height: 42px;
  overflow: hidden;
  margin-bottom: 2px;
  background: rgba(170,220,210,.2);
}
.eleftbox .linkbox li::before{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/title-bg1.jpg) top center repeat-y;
  background-size:100% auto ;
  opacity: 0;
  transition: all 0.3s;
}
.eleftbox .linkbox li:hover::before,
.eleftbox .linkbox li.active::before{
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

.eleftbox .linkbox li::after{
  content: "";
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  top: 0;
  right: 30px;
  background: url(../images/mr.png) center center no-repeat;
  opacity: 0;
  z-index: 5;
  transition: all 0.5s;
}
.eleftbox .linkbox li:hover::after,
.eleftbox .linkbox li.active::after{
  right: 0px;
  opacity: 0.8;
}
.eleftbox .linkbox li h1{
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 42px;
  color: #555;
  text-align: center;
  transition: all 0.3s;
  z-index: 10;
  font-weight: normal;
}
.eleftbox .linkbox li:hover h1,
.eleftbox .linkbox li.active h1{
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.eleftbox .btnbox{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.eleftbox .btnbox li{
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  padding: 10px;
  padding-left: 0;
  padding-bottom: 0;
}
.eleftbox.rightshow .btnbox li{
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 0;
}
.eleftbox .btnbox li .btn{
  position: relative;
  width: 100%;
  background: rgba(170,220,210,.2);
  overflow: hidden;
}
.eleftbox .btnbox li .btn::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  background: url(../images/title-bg1.jpg) top center repeat-y;
  background-size:100% auto ;
  opacity: 0;
  transition: all 0.3s;
}
.eleftbox .btnbox li:hover .btn::before{
  height: 100%;
  opacity: 0.9;
}
.eleftbox .btnbox li .btn .ico{
  position: absolute;
  display: block;
  width: 100%;
  height: 38%;
  top: calc(32% - 12px);
  transition: all 0s;
  z-index: 10;
}
.eleftbox .btnbox li .btn .ico.ico1{
  background: url(../images/btn1.png) top center repeat-y;
  background-size:auto 100% ;
}
.eleftbox .btnbox li .btn .ico.ico2{
  background: url(../images/btn2.png) top center repeat-y;
  background-size:auto 100% ;
}
.eleftbox .btnbox li .btn .ico.ico3{
  background: url(../images/btn3.png) top center repeat-y;
  background-size:auto 100% ;
}
.eleftbox .btnbox li .btn .ico.ico4{
  background: url(../images/btn4.png) top center repeat-y;
  background-size:auto 100% ;
}
.eleftbox .btnbox li:hover .btn .ico.ico1{
  background: url(../images/btn1on.png) top center repeat-y;
  background-size:auto 100% ;
}
.eleftbox .btnbox li:hover .btn .ico.ico2{
  background: url(../images/btn2on.png) top center repeat-y;
  background-size:auto 100% ;
}
.eleftbox .btnbox li:hover .btn .ico.ico3{
  background: url(../images/btn3on.png) top center repeat-y;
  background-size:auto 100% ;
}
.eleftbox .btnbox li:hover .btn .ico.ico4{
  background: url(../images/btn4on.png) top center repeat-y;
  background-size:auto 100% ;
}

.eleftbox .btnbox li .btn .zi{
  position: absolute;
  display: block;
  width: 100%;
  height: 24px;
  top: calc(73% - 12px);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #999;
  transition: all 0.3s;
  z-index: 10;
}
.eleftbox .btnbox li:hover .btn .zi{
  color: #FFFFFF;
  font-weight: bold;
}
.ch70{
  margin-top: 70%;
}

.erightbox{
  position: relative;
  width: calc(97.5% - 280px);
  height: auto;
  min-height: 500px;
  float: right;
  right: 0;
  z-index: 20;
}
.erightbox.leftshow{
  width: calc(97.5% - 300px);
  height: auto;
  float: left;
  left: 0;
}
.erightbox .lmtitle{
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 45px;
  font-weight: bold;
  color: rgba(255,255,255,.8);
  background: url(../images/menu-bg.jpg) right top repeat-y;
}
.erightbox .lmtitle p{
  position: absolute;
  width: 100%;
  height: 45px;
  top: 0;
  left: 0;
  padding: 0 15px;
  line-height: 45px;
  font-weight: normal;
  text-align: right;
  z-index: 10;
}
.erightbox .lmtitle a{
  font-size: 14px;
  color: rgba(255,255,255,.7);
}
.dbimg{
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
.dbimg img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 5px;
  margin-left:auto ;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.video-spbox {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 5px;
  padding-bottom: 1px;
  margin-top: 20px;
}

.video-spbox video {
  width: auto;
    height: auto;
  max-width: 100%;
    object-fit: fill;
}
.xiangqing {
  position: relative;
  width: 100%;
  height: auto;
  color: #666;
  line-height: 200%;
  margin: 15px 0 ;
  z-index: 100;
}
.xiangqing img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, .2);
  margin: 10px 0px 0px 0px;
  padding: 5px;
}

.xq-title{
  position: relative;
  width: 100%;
  height: auto;
  line-height: 30px;
  margin-top: 38px;
  font-size: 20px;
  padding: 10px;
  color: #2DAAAA;
  text-align: center;
  border-bottom: 1px dashed rgba(0,0,0,.1);
}
.xq-orther{
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 20px;
  margin-top: 5px;
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
  text-align: center;
}
.xq-to{
  position: relative;
  width: 100%;
  height: auto;border-top: 1px dashed rgba(0,0,0,.1);
  margin-top: 10px;
  padding: 10px;
}
.xq-to li a{
  position: relative;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.xq-to li a:hover{
  color: #2DAAAA;
}
/*附属图片样式开始*/

.fs-picbox {
  position: relative;
  width: 101%;
  height: auto;
  overflow: hidden;
  left: 0;
}

.fs-picbox li {
  float: left;
  width: 23%;
  margin: 0px 2% 20px 0%;
  height: auto;
  cursor: pointer;
}

.fs-picbox li .pic-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fs-picbox li .pic-box .txt-box {
  position: absolute;
  width: 100%;
  height: 90px;
  z-index: 100;
  top: 100%;
  margin-top: -30px;
  left: 0;
  transition: all 0.3s;
}

.fs-picbox li:hover .pic-box .txt-box {
  position: absolute;
  width: 100%;
  height: 90px;
  z-index: 100;
  top: 50%;
  margin-top: -45px;
  left: 0;
  transition: all 0.3s;
}

.fs-picbox li .pic-box .txt-box .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding: 0px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fs-picbox li .pic-box .txt-box .search {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  margin-top: 10px;
  background: url(../images/search.png) top center no-repeat;
  background-size:auto 100%;
}

.fs-picbox li .pic-box .txt-box .more {
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding: 0px 10px;
  font-size: 12px;
}

.fs-picbox li .pic-box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  margin-top: -30px;
  background: rgba(0, 0, 0, .5);
  z-index: 90;
  transition: all 0.3s;
}

.fs-picbox li:hover .pic-box .bg {
  top: 0%;
  margin-top: 0px;
}

.fs-picbox li .pic-box .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.fs-picbox li:hover .pic-box .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*成员图片列表样式*/
.ks-qycy{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.ks-qycy li{
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  border-bottom: 1px solid rgb(0,0,0,.1);
  margin-bottom: 3%;
    padding-bottom: 3%;
    overflow: hidden;
}
.ks-qycy li:nth-child(odd){
  padding-right:30px;
}
.ks-qycy li:nth-child(even){
  padding-left:30px;
}
.ks-qycy li .picbox{
  position: relative;
  float: left;
  width: 50%;
  min-height: 180px;
  overflow: hidden;
  text-align: center;
}
.ks-qycy li .picbox .img{
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.ks-qycy li:hover .picbox .img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: saturate(150%) contrast(120%);
    filter: saturate(150%) contrast(120%);
}
.ks-qycy li .txtbox{
  position: relative;
  float: right;
  width: 50%;
  min-height: 180px;
  overflow: hidden;
  transition: all 0.4s;
}
.ks-qycy li:hover .txtbox{
  background: rgba(170,220,210,.2);
}

.ks-qycy li .txtbox h4 {
    position: absolute;
    width: 88%;
    left: 9%;
    color: #444;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom: 7px;
    height: 30px;
    top: 50%;
    margin-top: -90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.4s;
}
.ks-qycy li .txtbox h4 span {
    color: #2DAAAA;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    height: 30px;
    margin-left: 15px;
}
.ks-qycy li:hover .txtbox h4 {
    color: #2DAAAA;
}
.ks-qycy li .txtbox h5 {
  position: absolute;
  width: 88%;
    left: 9%;
    line-height: 25px;
    color: #888;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    margin-bottom: 18px;
    font-weight: normal;
    transition: all 0.4s;
}
.ks-qycy li:hover .txtbox h5 {
    color: #555;
}
.ks-qycy li .txtbox h6 {
  position: absolute;
  width: 90%;
    left: 9%;
  font-size: 14px;
  width: 65px;
  top: 50%;
  margin-top: 66px;
    color: #5fba5f;
    line-height: 20px;
    padding: 0 2px;
    padding-bottom: 2px;
    border-bottom: 2px solid #5fba5f;
    font-weight: normal;
    transition: all 0.4s;
}
.ks-qycy li:hover .txtbox h6 {
  color: #2DAAAA;
  border-bottom: 2px solid #2DAAAA;
}

/*图片列表样式*/
.pic-lsit1{
  position: relative;
  width: 102%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}
.pic-lsit1 li{
  position: relative;
  float:left;
  width: 22.5%;
  height: auto;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  background: rgba(170,220,210,.2);;
}

.pic-lsit1 li .pics{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pic-lsit1 li .pics .img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
    transition: 0.3s;
}
.pic-lsit1 li:hover .pics .img{
  -webkit-transform: scale(1.2) translateY(-40%) translateX(-40%);
  -ms-transform: scale(1.2) translateY(-40%) translateX(-40%);
  -o-transform: scale(1.2) translateY(-40%) translateX(-40%);
  transform: scale(1.2) translateY(-40%) translateX(-40%);
  -webkit-filter: saturate(150%) contrast(120%);
    filter: saturate(150%) contrast(120%);
}

.pic-lsit1 li .infobox{
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
}
.pic-lsit1 li .infobox::after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../images/title-bg1.jpg) top center repeat-y;
  /*background-size:100% auto ;*/
  transition: 0.3s;
}
.pic-lsit1 li:hover .infobox::after{
  height: 100%;
  opacity: 0.9;
}

.pic-lsit1 li .names{
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #555;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
    z-index: 10;
}
.pic-lsit1 li:hover .names{
  color: #fff;
  font-weight: bold;
}
.pic-lsit1 li .names span{
  position: relative;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 30px;
  color: #2eaaa8;
  transition: 0.3s;
}
.pic-lsit1 li:hover .names span{
  color: #fff;
  font-weight: bold;
}
.pic-lsit1 li .names span::after{
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  bottom: 3px;
  right: 0px;
  background: #5fba5f;
  transition: 0.3s;
}
.pic-lsit1 li:hover .names span::after{
  background: rgba(255,255,255.6);
}

.pic-lsit1 li .tinfo{
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 25px;
  color: #888888;
  font-weight: normal;
  display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s;
    z-index: 10;
}
.pic-lsit1 li:hover .tinfo{
  color: #fff;
}

.pic-lsit1 li .point{
  position: relative;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background: #5fba5f;
  margin-top: 15px;
  z-index: 10;
  transition: 0.3s;
}
.pic-lsit1 li .point::after{
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: -15px;
  left: 10px;
  border-radius: 3px;
  background: #5fba5f;
  margin-top: 15px;
  transition: 0.3s;
}
.pic-lsit1 li .point::before{
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: -15px;
  left: 20px;
  border-radius: 3px;
  background: #5fba5f;
  margin-top: 15px;
  transition: 0.3s;
}
.pic-lsit1 li:hover .point,.pic-lsit1 li:hover .point::before,.pic-lsit1 li:hover .point::after{
  background: #fff;
}

/*新闻幻灯片*/
.e-zdxw-title{
  position: relative;
  width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 20px;
  color: #2DAAAA;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 2px;
}
.e-zdxw-title.nx{
  border-bottom: 1px dashed rgba(0,0,0,.1);
  padding-bottom: 5px;
  margin-top: 50px;
}
.e-zdxw-title span{
  font-size: 12px;
  line-height: 16px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.e-zdxw{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
  background: #f5f5f5;
}
.news-container{
  position: relative;
  height: 340px;
  color: #fff;
  overflow: hidden;
}
.e-zdxw .swiper-slide{
  overflow: hidden;
}
.news-container>.swiper-pagination-bullets{
  bottom: 3px;
  text-align: right;
}
.swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #953656;
}
/*a连接*/
.news-container a,.news-clist a,.view-list a,.xn-left a,
.bea-list a,.news-btns a,.logo a{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.news-container .spicbox{
  position: relative;
  float: left;
  width: 48%;
        height:100%;
  overflow: hidden;
}
.news-container .spicbox .img{
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.news-container:hover .spicbox .img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}


.news-container .news-desc{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 47%;
  height: 100%;
  line-height: 20px;
  padding: 4px 10px;
}

.news-container .nw-title,.news-clist .nw-title{
  font-size: 22px;
        line-height:26px;
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  transition: all 0.3s;
}
.news-container:hover .nw-title{
  color: #2DAAAA;
} 
.news-container .nw-date{
  font-size: 14px;
  color: #828282;
  margin-top: 10px;
}
.news-container .news-desc .nw-infos{
  font-size: 14px;
  color: #777;
  width: 100%;
  height: 90px;
  line-height: 30px;
  margin-top: 30px;
  display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: 0.3s;
}
.news-container:hover .news-desc .nw-infos{
  color: #555;
} 
.news-container .news-desc .morebox{
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: 25px;
  z-index: 10;
  transition: all 0.3s;
}
.news-container .news-desc .morebox a span{
  float: left;
  color: #555;
  padding-right: 10px;
  transition: all.3s;
}
.news-container:hover .news-desc .morebox a span{
  color: #2DAAAA;
}
.news-container .news-desc .morebox .yuan{
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #555;
  border-radius: 50%;
  font-family: '宋体';
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #555;
  transition: all.3s;
}
.news-container:hover .news-desc .morebox .yuan{
  border: 1px solid #2DAAAA;
  color: #2DAAAA;
}

.e-zdxw  .swiper-container-horizontal>.swiper-pagination-bullets, .e-zdxw  .swiper-pagination-custom, .e-zdxw  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-right: 10px;
}

.e-zdxw  .news-container>.swiper-pagination-bullets {
    bottom: 10px;
    text-align: right;
}

.e-zdxw  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #666;
    opacity: .5;
}
.e-zdxw .picbox:hover .swiper-pagination-bullet {
    background: #fff;
}
.e-zdxw  .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    border-radius: 3px;
    background: #5fba5f;
}
.e-zdxw  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.e-newslist{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.e-newslist li{
  position: relative;
  float: left;
  width: 50%;
  height: 205px;
  padding: 20px 3% 20px 0px;
  border-bottom: 1px dashed rgba(0,0,0,.1);
}
.e-newslist li.gg{
  height: 150px;
}
.e-newslist li:nth-child(even){
  padding: 20px 0px 20px 3%;
}

.e-newslist li:nth-child(even)::after{
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: calc(100% - 60px);
  top: 30px;
  left: 1px;
  border-left: 1px dashed rgba(0,0,0,.1);
}

.e-newslist li .ns-infobox{
  position: relative;
  width: 100%;
  height: 100%;
  padding:5px 20px 5px 25px;
  background: rgba(170,220,210,.0);
  transition: all 0.3s;
}
.e-newslist li .ns-infobox:hover{
  background: rgba(170,220,210,.2);
}
.e-newslist li .ns-infobox::after {
  content: "";
    position: absolute;
    top: 27px;
    left: 10px;
    display: block;
    width: 4px;
  height: 4px;
  border-radius: 3px;
  background:#2DAAAA;
  transition: all 0.3s;
}

.e-newslist li .ns-infobox:hover::after {
  opacity: 0;
}

.e-newslist li .ns-infobox .title {
    position: relative;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    transition: all 0.3s;
}
.e-newslist li .ns-infobox .title.list {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.e-newslist li .ns-infobox .title.ggao {
    height: auto;
    min-height: 25px;
    max-height: 50px;
    line-height: 25px;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.e-newslist li .ns-infobox:hover .title {
    color: #2DAAAA;
}


.e-newslist li .ns-infobox  .info {
    height: 70px;
    line-height: 23px;
    font-size: 12px;
    color: #999;
    margin-top: 12px;
    overflow: hidden;
    transition: all 0.3s;
}
.e-newslist li .ns-infobox:hover  .info {
    color: #666;
}
.e-newslist li .ns-infobox .info .imgbox {
    position: relative;
    float: left;
    width: 100px;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
}
.e-newslist li .ns-infobox .info .imgbox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.e-newslist li .ns-infobox:hover .info .imgbox .img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.e-newslist li .ns-infobox .data{
  position: relative;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

.e-newslist li .point{
  position: absolute;
  left: 80px;
    top: -6px;  
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background: #5fba5f;
  margin-top: 15px;
  z-index: 10;
  transition: 0.3s;
}
.e-newslist li .point::after{
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: -15px;
  left: 10px;
  border-radius: 3px;
  background: #5fba5f;
  margin-top: 15px;
  transition: 0.3s;
  opacity: 0.7;
}
.e-newslist li .point::before{
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: -15px;
  left: 20px;
  border-radius: 3px;
  background: #5fba5f;
  margin-top: 15px;
  transition: 0.3s;
  opacity: 0.3;
}
.ny-tlist:hover .point,.ny-tlist:hover .point::before,.ny-tlist:hover .point::after{
  background: #fff;
}

/*分页*/
.pages {
  padding: 0px 0;
  margin-top: 0px;
  text-align: center;
        clear:both;
}
.pages .p_fun_d, .pages .p_no_d, .pages .p_no_o, .pages .p_fun a, .pages .p_no a{
  display: inline-block;
  width: 25px;
  height: 25px;
  /*border-radius: 50%;*/
  background: rgba(170,220,210,.2);;
  line-height: 23px;
  font-size: 14px;
  font-family: "微软雅黑";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #999;
  border-radius: 2px;
  border:1px solid rgba(170,220,210,.2);;
  margin:0 3px;
}
.pages a:hover{
  background: #c0a063;
  color: #fff;
}
.p_pages{
  margin:0 auto;
}
.pagination{
  padding:0;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
}

.pagination .p_no_d{
  color: #fff;
  background: #2DAAAA;
  border:1px solid #2DAAAA;
}

.pages .p_first, .pages .p_first_d, .pages .p_last, .pages .p_last_d{
  display: none;
}
.pagination a{
  border:1px solid rgba(170,220,210,.2);;
  color: #999;
}

.pagination a:hover{
  background: #2DAAAA;
  border:1px solid #2DAAAA;
  color: #fff;
}

/*附属图片样式结束*/
@media (max-width: 1440px) {
  .eleft-bigbox.upstyle {
      width: calc(100% - 40px);
  }
}
@media (max-width: 1025px) {
  .fs-picbox li .pic-box .txt-box {
    margin-top: -26px;
  }
  .fs-picbox li .pic-box .bg {
      margin-top: -25px;
  }
  .news-container .nw-title, .news-clist .nw-title {
      font-size: 16px;
  }
  .news-container .nw-date {
      font-size: 12px;
      margin-top: 5px;
  }
  .news-container .news-desc .nw-infos{
    font-size: 12px;
    height: 50px;
      -webkit-line-clamp: 2;
      margin-top: 10px;
      line-height: 24px;
  }
}

@media (max-height: 1025px) {
  .cen-bg{
    position: absolute;
    width: 100%;
    height: 1080px;
    top: 0;
    left: 0;
    background: url(../images/bg-right.jpg) top right no-repeat;
    background-size:auto 100%;
  }
}