.container {
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/617a2ca7e4f1450011362b37/6323fed229af760011dc5703/16633876634968463873.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hot-container {
  padding: 0 30px 30px 30px;
  background-color: #fff;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.16);
  width: 1200px;
  height: 757px;
  margin-bottom: 30px;
}
.swiper {
  width: 641px;
  overflow: hidden;
}
.news-box {
  background-color: #f5f5f5;
  width: 641px;
  padding: 20px;
  text-align: left;
}
.news-box .indicator-box {
  display: flex;
  justify-content: center;
}
.news-box .indicator-box .indicator-item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #666666;
  margin: 3px 8px;
  cursor: pointer;
}
.news-box .indicator-box .indicator-active {
  background-color: #275CAA;
}
.news-box .news-title {
  color: #000;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  padding: 10px 0;
}
.news-box .textline-2 {
  line-height: 25px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #666666;
  background-color: #f5f5f5;
}
.hot-right {
  overflow: hidden;
  flex: 1;
  text-align: left;
  margin-left: 20px;
  max-height: 570px;
}
.hot-right .news-title {
  height: 25px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.hot-right .news-title .title-content {
  color: #2c2c2c;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  line-height: 14px;
  display: flex;
}
.hot-right .news-title .title-content .title-content-item {
  margin-right: 30px;
  cursor: pointer;
}
.hot-right .news-title .title-content .title-active {
  color: #1c7fd5;
  border-bottom: 3px solid #1c7fd5;
}
.hot-right .news-item {
  align-self: flex-start;
  color: #666666;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 300;
  line-height: 10px;
  padding: 12px 10px 20px 0;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  cursor: pointer;
}
