.banner-container img {
  width: 100%;
}

.news-container .topNews {
  padding-top: 50px;
  height: 293px;
}

.news-container .topNews .left {
  width: 632px;
  float: left;
  height: 100%;
}

.news-container .topNews .left .date {
  font-size: 30px;
  color: #e6a722;
  font-weight: bold;
  margin-bottom: 8px;
}

.news-container .topNews .left .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
}

.news-container .topNews .left .summary {
  font-size: 14px;
  color: #727171;
  line-height: 30px;
  height: 120px;
  text-indent: 2em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.news-container .topNews .left .viewDetail {
  height: 38px;
  line-height: 38px;
  background: #ededed;
  padding: 0px 15px;
  margin-top: 30px;
  color: #838383;
  text-align: right;
  cursor: pointer;
}

.news-container .topNews .left .viewDetail:hover {
  background-color: #e0dede;
  transition: all 0.2s ease-out;
}

.news-container .topNews .right {
  float: right;
  width: 470px;
  height: 100%;
}

.news-container .topNews .right img {
  width: 100%;
  height: 100%;
}

.news-container .newsList {
  margin-top: 70px;
  border-top: 1px solid #e0e0e0;
}

.news-container .newsList .news-item {
  padding: 48px 108px;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
}

.news-container .newsList .news-item:hover {
  background: #ececec;
}

.news-container .newsList .news-item .left {
  float: left;
}

.news-container .newsList .news-item .left .dateBox {
  padding-right: 10px;
  border-right: 1px solid #d5d5d5;
}

.news-container .newsList .news-item .left .dateBox .date {
  font-size: 36px;
  color: #e6a722;
  font-weight: bold;
  line-height: 1;
}

.news-container .newsList .news-item .left .dateBox .month {
  margin-top: 3px;
  font-size: 12px;
  color: #727171;
}

.news-container .newsList .news-item .right {
  float: right;
  width: 906px;
}

.news-container .newsList .news-item .right .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 22px;
}

.news-container .newsList .news-item .right .summary {
  font-size: 14px;
  line-height: 24px;
  color: #838383;
}

.page-container {
  padding: 30px 0px;
  text-align: center;
}
