#news {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#news .main-catainer {
  width: 1200px;
  margin: 0 auto;
}
#news .topBg {
  width: 100%;
}
#news .topBg img {
  width: 100%;
  height: auto;
  display: block;
}
#news .news-section {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
#news .news-section .news-section-title {
  height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 16px;
}
#news .news-section .news-section-title::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 6px;
  height: 26px;
  background: #3393ff;
}
#news .news-section .section-right .image {
  width: 100%;
  height: 100%;
  display: block;
}
#news .news-section .section-right .new-item {
  width: 300px;
  height: 160px;
  display: block;
  margin-bottom: 10px;
}
#news .newsList .newsDataList {
  width: 858px;
  box-sizing: border-box;
  padding: 18px 29px 18px 16px;
  box-shadow: 0px 2px 20px 0px rgba(0, 68, 150, 0.08);
  border-radius: 4px;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: 20px;
}
#news .newsList .newsDataList .image {
  width: 213px;
  height: 137px;
  display: block;
  margin-right: 25px;
}
#news .newsList .newsDataList .content {
  width: 575px;
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
#news .newsList .newsDataList .content .title {
  width: 100%;
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
}
#news .newsList .newsDataList .content .text {
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 3 !important;
  margin-bottom: 11px;
}
#news .newsList .newsDataList .content .time {
  height: 14px;
  font-size: 14px;
  font-family: ArialMT;
  color: #bfc1d0;
  line-height: 14px;
  display: flex;
  align-items: center;
}
#news .newsList .newsDataList .content .btn {
  width: fit-content;
}
#news .newsList .newsDataList .content .btn > div {
  width: fit-content;
  color: #8c9abb;
  height: 18px;
  font-size: 14px;
  font-family: SourceHanSansSCVF-Regular, SourceHanSansSCVF;
  font-weight: 400;
  color: #307fff;
  line-height: 18px;
  margin-right: 12px;
}
#news .newsList .newsDataList .content .btn .rightArrowsIcon {
  width: 7px;
  height: 10px;
  background: url('../../imgs/comm/rightArrowsIconHover.png');
  background-size: 7px 10px !important;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
#news .newsList .newsDataList:hover {
  box-shadow: 0px 0px 20px 0px rgba(60, 113, 176, 0.1);
}
#news .page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  margin-top: 40px;
}
#news .page .pageUp,
#news .page .nextPage {
  width: 106px;
  height: 46px;
  border: 1px solid #c5cfe7;
  display: flex;
  align-items: center;
}
#news .page .pageUp > div,
#news .page .nextPage > div {
  color: #7184b0;
}
#news .page .pageUp > div:nth-child(1),
#news .page .nextPage > div:nth-child(1) {
  height: 12px;
  width: 16px;
  background-size: 16px 12px !important;
  margin-left: 18px;
  margin-right: 12px;
}
#news .page .pageUp > div:nth-child(2),
#news .page .nextPage > div:nth-child(2) {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
}
#news .page .pageUp {
  margin-right: 10px;
}
#news .page .pageUp > div:nth-child(1) {
  background: url('../../imgs/comm/leftAsh.png');
}
#news .page .pageUp:hover {
  border: 1px solid #6dacff;
}
#news .page .pageUp:hover > div {
  color: #6dacff;
}
#news .page .pageUp:hover > div:nth-child(1) {
  background: url('../../imgs/comm/leftblue.png');
}
#news .page .nextPage > div:nth-child(1) {
  background: url('../../imgs/comm/rightAsh.png');
}
#news .page .nextPage:hover {
  border: 1px solid #6dacff;
}
#news .page .nextPage:hover > div {
  color: #6dacff;
}
#news .page .nextPage:hover > div:nth-child(1) {
  background: url('../../imgs/comm/rightblue.png');
}
#news .page .pageNumber {
  display: flex;
}
#news .page .pageNumber .page-num {
  width: 46px;
  height: 46px;
  border: 1px solid #c5cfe7;
  line-height: 46px;
  text-align: center;
  color: #c5cfe7 !important;
  margin-right: 10px;
}
#news .page .pageNumber .page-num-current {
  color: #307fff !important;
  border: 1px solid #6dacff;
}
#news .page .pageNumber .page-num:hover {
  color: #307fff !important;
  border: 1px solid #6dacff;
}
@media (max-width: 1200px) {
  #news .topBg {
    padding: 30px 16px;
    display: none;
  }
  #news .topBg > div:nth-child(1) {
    height: 24px;
    font-size: 22px;
    line-height: 24px;
  }
  #news .topBg > div:nth-child(2) {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
  }
  #news .news-section {
    display: block;
  }
  #news .newsList {
    width: 100%;
    padding: 32px 16px 0;
    box-sizing: border-box;
  }
  #news .newsList .newsDataList {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    height: auto;
    display: block;
  }
  #news .newsList .newsDataList .image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
    border-radius: 4px;
  }
  #news .newsList .newsDataList .content {
    flex: 1;
    width: auto;
    height: auto;
    display: block;
  }
  #news .newsList .newsDataList .content .title {
    height: auto;
    margin-bottom: 12px;
  }
  #news .newsList .newsDataList .content .time {
    margin-bottom: 12px;
  }
  #news .newsList .newsDataList .content .text {
    width: auto;
    margin-bottom: 12px;
    height: auto;
  }
  #news .newsList .newsDataList .content .btn {
    display: none;
  }
  .pageUp > div:nth-child(2),
  .nextPage > div:nth-child(2) {
    display: none;
  }
  .pageUp > div:nth-child(1),
  .nextPage > div:nth-child(1) {
    margin: 0 auto !important;
  }
  .nextPage,
  .pageUp {
    width: 32px !important;
    height: 32px !important;
  }
  .page-num {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    margin-right: 8px;
  }
}
