/*Technical Support SudyTech*/
/* banner */
.banner {
  height: 460px;
}
.banner .swiper-container-1 {
  height: 100%;
}
.banner .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.swiper-container-1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background-color: #e5bd32;
}

@media screen and (max-width: 1380px) {
  .banner {
    height: 400px;
  }
}


/* section */
section.container {
  background-color: #fff;
  padding: 14px 30px 52px 30px;
  box-sizing: border-box;
}
.pic-news .common-title {
  margin-bottom: 27px;
}
.news-swiper {
  flex: none;
  width: 640px;
  height: 330px;
  margin: 0;
}
.news-swiper .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.news-swiper .swiper-slide-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 70px 0 19px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  line-height: 64px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pic-news .swiper-pagination-2 {
  right: 0;
  font-size: 12px;
  text-align: right;
  padding: 0px 12px 0px 12px;
  box-sizing: border-box;
}
.swiper-container-2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.pic-news .swiper-pagination-bullet-active {
  background-color: #e5bd32;
}

.section-item {
  margin-bottom: 13px;
}
.section-item .section-news {
  width: 640px;
}
.section-item .section-news .news-list {
  padding-top: 12px;
}

@media screen and (max-width: 1380px) {
  .news-swiper {
    width: 556px;
  }
  .news-swiper .swiper-slide-title {
    height: 52px;
    line-height: 52px;
  }
  .section-item .section-news {
    width: 556px;
  }
}


/* list-ny */
.list-ny {
  margin-top: 18px;
}
.list-ny-item {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  border-bottom: 1px #e6e6e6 solid;
  display: flex;
  justify-content: space-between;
}
.list-ny-item::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 7px transparent solid;
  border-bottom: 7px transparent solid;
  border-left: 7px #ffba00 solid;
}
.list-ny-item a {
  display: block;
  flex: 1;
  padding: 0 20px;
  box-sizing: border-box;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-ny-item span {
  flex: none;
  color: #888;
}
.list-ny-item:hover a {
  color: #00864e;
}


/* news-detail */
.news-title {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  padding: 35px 18px 26px 18px;
  box-sizing: border-box;
  text-align: center;
}
.news-info {
  font-size: 14px;
  color: #686868;
  text-align: center;
  padding-bottom: 26px;
  border-bottom: 1px #e4e4e4 solid;
}
.news-info span {
  padding-right: 24px;
}
.wp_paging {
    float: left;
    margin-top: 50px;
}
.wp_articlecontent p img ,.wp_articlecontent div img{
    width: 75%;
    height: auto;
}
.possplit {
    background: url(../images/jiantou.png) no-repeat center center;
   background-size: 55%;
    width: 20px;
 
}