@charset "UTF-8";
.banner-img {
  width: 100%;
  height: 640px;
  background-size: cover !important;
}

.news-list {
  background-color: #fff;
}

.news-list .news-item {
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
  padding: 80px 0;
  border-bottom: 3px solid #E6E6E6;
}

.news-list .news-item .intro {
  flex: 1;
  margin-right: 80px;
}

.news-list .news-item .intro .title {
  color: #1A1A1A;
  font-size: 60px;
  font-weight: 600;
  line-height: 80px;
  cursor: pointer;
}

.news-list .news-item .intro .title:hover {
  color: #083EC7;
}

.news-list .news-item .intro .date {
  display: flex;
  align-items: center;
  color: #808080;
  font-size: 34px;
  margin: 50px 0;
  cursor: pointer;
}

.news-list .news-item .intro .date .time-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../img/time-icon.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
}

.news-list .news-item .intro .date:hover {
  color: #083EC7;
}

.news-list .news-item .intro .date:hover .time-icon {
  background: url(../img/time-icon2.png) no-repeat;
  background-size: 100% 100%;
}

.news-list .news-item .intro .des {
  color: #808080;
  font-size: 34px;
  line-height: 42px;
}

.news-list .news-item .img {
  width: 600px;
  height: 520px;
  object-fit: cover;
}

/*新闻详情*/
.news-detail {
  background-color: #fff;
}

.news-detail .container {
  padding: 30px 0;
}

.news-detail .container .title {
  color: #083EC7;
  font-size: 60px;
  font-weight: 600;
  line-height: 80px;
  cursor: pointer;
}

.news-detail .container .date {
  display: flex;
  align-items: center;
  color: #808080;
  font-size: 34px;
  margin: 50px 0;
  cursor: pointer;
}

.news-detail .container .date .time-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../img/time-icon.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
}

.news-detail .container .des {
  color: #333;
  font-size: 34px;
  line-height: 42px;
}

.news-detail .container .des image {
  max-width: 100%;
  height: auto;
}
