#news {
  display: block;
}
#news .banner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 332px;
  background-image: url(/images/news/news_ph003.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#news .banner-box .banner-content {
  width: 100%;
  max-width: 1920px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
}
#news .part {
  width: 100%;
  background: url(/images/news/news_ph002.png) 50% 0% / 100% repeat-y;
}
#news .part .box {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  padding: 60px 0 160px 0;
}
#news .part .box .list {
  display: none;
  flex-wrap: wrap;
  font-size: 0;
  border-bottom: 1px solid rgba(91, 91, 91, 0.18);
}
#news .part .box .list.active {
  display: flex;
}
#news .part .box .list .item {
  flex: 0 0 50%;
  width: 50%;
  border-bottom: 1px solid rgba(91, 91, 91, 0.18);
  padding: 40px 0;
  box-sizing: border-box;
  position: relative;
}
#news .part .box .list .item:nth-child(2n-1) {
  padding-right: 60px;
}
#news .part .box .list .item:nth-last-child(2) {
  border-bottom: 0;
}
#news .part .box .list .item:nth-child(2n) {
  padding-left: 60px;
  border-bottom: 1px solid rgba(91, 91, 91, 0.18);
}
#news .part .box .list .item:nth-child(2n)::before {
  content: '';
  position: absolute;
  height: 148px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -0.5px;
  width: 1px;
  background: rgba(91, 91, 91, 0.18);
}
#news .part .box .list .item:nth-last-child(1) {
  border-bottom: 0;
}
#news .part .box .list .item h1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news .part .box .list .item .description {
  height: 66px;
  margin-top: 8px;
  color: #5B5B5B;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  overflow: hidden;
  word-break: break-all;
  display: -moz-box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .part .box .list .item .operation {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
#news .part .box .list .item .operation a {
  color: #2F77EC;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
#news .part .box .list .item .operation time {
  font-size: 14px;
  color: #5C5C5C;
  line-height: 22px;
  font-weight: 400;
}
#news .part .box .page {
  margin: 40px 0;
}
#news .part .box .page .item {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #A1A5AC;
  color: #A1A5AC;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#news .part .box .page .item + .item {
  margin-left: 30px;
}
#news .part .box .page .item.prev,
#news .part .box .page .item.next {
  width: 60px;
}
#news .part .box .page .item.prev-more,
#news .part .box .page .item.next-more {
  cursor: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#news .part .box .page .item.prev-more a,
#news .part .box .page .item.next-more a {
  cursor: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#news .part .box .page .item.active {
  background: #2F77EC;
  color: white;
}
#news .part .box .page .item.none {
  display: none;
}
#news .part .box .page .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #news .banner-box {
    display: none;
    height: 45.4667vw;
  }
  #news .banner-box .banner-content {
    width: 90%;
    font-size: 3.2vw;
  }
  #news .part {
    background: #F5F5F5;
  }
  #news .part .box {
    padding-top: 5.3333vw;
    padding-bottom: 8.5333vw;
  }
  #news .part .box .list {
    border: 0;
    justify-content: center;
  }
  #news .part .box .list + .list {
    margin-top: 5.3333vw;
  }
  #news .part .box .list.mobile-active {
    display: flex;
  }
  #news .part .box .list .item {
    flex: 0 0 93.6vw;
    position: relative;
    padding: 6.8vw 4.8vw 4.6667vw 4.8vw;
    box-sizing: border-box;
    box-shadow: 0px 0px 2.4vw rgba(0, 0, 0, 0.1);
    border-radius: 1.0667vw 1.0667vw;
    overflow: hidden;
    background: white;
  }
  #news .part .box .list .item + .item {
    margin-top: 5.3333vw;
  }
  #news .part .box .list .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 2.1333vw;
    width: 100%;
    background: #2F77EC;
  }
  #news .part .box .list .item:nth-child(2n-1) {
    padding: 6.8vw 4.8vw 4.6667vw 4.8vw;
  }
  #news .part .box .list .item:nth-child(2n) {
    border: 0;
    padding: 6.8vw 4.8vw 4.6667vw 4.8vw;
  }
  #news .part .box .list .item:nth-child(2n)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 2.1333vw;
    width: 100%;
    background: #2F77EC;
    margin: 0;
  }
  #news .part .box .list .item h1 {
    font-size: 4.2667vw;
    line-height: 6.6667vw;
    height: auto;
    line-clamp: unset;
    -webkit-line-clamp: unset;
  }
  #news .part .box .list .item .description {
    font-size: 3.7333vw;
    line-height: 5.8667vw;
    height: auto;
    max-height: 40vw;
    font-weight: 400;
    line-clamp: 5;
    -webkit-line-clamp: 5;
  }
  #news .part .box .list .item .operation {
    align-items: baseline;
    margin-top: 2.6667vw;
  }
  #news .part .box .list .item .operation a {
    font-size: 3.7333vw;
    line-height: 5.8667vw;
    font-weight: 700;
  }
  #news .part .box .list .item .operation .time {
    font-size: 3.2vw;
    line-height: 5.0667vw;
    font-weight: 400;
    color: #AEAEAE;
  }
  #news .part .box .page {
    display: none;
  }
}
