body {
  min-width: 1400px;
}

.banner {
  width: 100%;
}
.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.content-body {
  width: 1400px;
  margin: 0 auto;
  padding: 70px 0;
  font-size: 18px;
  color: #000000;
}

.el-carousel {
  width: 650px;
}
.el-carousel__item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.el-carousel__item img {
  width: 100%;
}

.el-carousel__container {
  border-radius: 8px;
}

.el-carousel__indicators--horizontal {
  bottom: 20px;
}

.el-carousel__button {
  width: 10px;
  height: 10px;
  opacity: 0.8;
  background: #ffffff;
  border-radius: 5px;
}
.el-carousel__indicator.is-active .el-carousel__button {
  width: 24px;
  opacity: 1;
}

.first-content {
  display: flex;
  justify-content: space-between;
}
.news-content {
  width: 670px;
}

.news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.news-title::after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 1px;
  right: 0;
  left: 186px;
  background-color: #b3d0f6;
}

.news-title img {
  width: 100%;
  margin-top: -30px;
}
.img-title {
  width: 255px;
  height: 60px;
  overflow: hidden;
}

.more-link {
  font-size: 16px;
  color: #3e61b1;
  align-self: self-end;
  margin-bottom: 10px;
  cursor: pointer;
}

.first-content .news-list {
  border: none;
  padding: 16px 0 0;
}

.first-content .news-item {
  display: block;
  cursor: pointer;
  padding: 16px 0;
  border-bottom: 1px dashed #c9c9c9;
  margin: 0;
}

.first-content .news-item:last-child {
  border-bottom: none;
}

.first-content .news-item h3 {
  font-size: 21px;
  color: #3e61b1;
  margin-bottom: 10px;
}
.first-content .news-item h3:hover {
  text-decoration: underline;
}
.first-content .news-item p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 25px;
}

.first-content .news-item a {
  color: #df3b2c;
}

.second-section {
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
}

.second-section .news-content {
  width: 670px;
  display: flex;
  flex-direction: column;
}

.second-section .news-title::after {
  display: none;
}
.news-list {
  border: 1px solid #b3d0f6;
  padding: 50px 40px 10px;
  border-radius: 4px;
  margin-top: -2px;
  height: 100%;
}
.news-item {
  display: flex;
  align-items: center;
  border-bottom: none;
  padding: 0;
  margin-bottom: 20px;
}

.news-item i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c3d9f9;
  margin-right: 10px;
}

.second-section .news-item:hover {
  text-decoration: underline;
  cursor: pointer;
}
