.banner {
  max-width: 1920px;
  height: 300px;
  margin: 0 auto;
  background: url(../images/common/news_banner_main.png) center no-repeat;
  color: #ffffff;
}

.banner .banner-layer {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}

.banner .banner-layer .banner-tit {
  position: relative;
  margin-top: 82px;
  font-size: 50px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  letter-spacing: 5px;
}

.banner .banner-layer .banner-tit::after {
  content: '';
  display: block;
  width: 48px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.banner .banner-layer .banner-tit-en {
  margin-top: 25px;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  letter-spacing: 5px;
}

.main {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}

.main .news-nav {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 30px 0 30px;
  border-bottom: 1px solid #dddddd;
}

.main .news-nav a {
  color: #444444;
}

.main .news-nav a.on {
  color: #377DC9;
}

.main .mo-news-nav {
  display: none;
}

.main .news-items .news-item {
  display: flex;
  height: 280px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 28px 0;
}

.main .news-items .news-item .item-img {
  width: 360px;
  margin-right: 80px;
  text-align: center;
}

.main .news-items .news-item .item-img img {
  max-width: 360px;
  height: 224px;
}

.main .news-items .news-item .item-info {
  flex: 1;
}

.main .news-items .news-item .item-info .time {
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}

.main .news-items .news-item .item-info .name {
  display: inline-block;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .news-items .news-item .item-info .name:hover {
  color: #377DC9;
}

.main .news-items .news-item .item-info .text {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.advisory {
  background-color: #377DC9;
}

.advisory .advisory-layer {
  max-width: 1920px;
  height: 150px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advisory .advisory-layer p {
  font-size: 32px;
  letter-spacing: 3px;
}

.advisory .advisory-layer button {
  width: 140px;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #fff;
  outline: none;
  font-size: 18px;
  color: #fff;
  margin-left: 220px;
  cursor: pointer;
  background-color: transparent;
}

.pages {
  margin: 20px 0;
  text-align: right;
}
.pages a, .pages span {
  border: 1px #eee solid;
  text-align: center;
  height: 28px;
  width: 28px;
  display: inline-block;
  margin-right: 5px;
  line-height: 28px;
  border-radius: 4px;
}
.pages span.active {
  color: #fff;
  background-color: #57227c;
}