.banner_img_box {
  margin-left: auto;
  margin-right: auto;
  height: 370px;
  background-size: cover;
}

.main_content {
  background-color: #f2f4f6;
  padding-top: 17px;
  padding-bottom: 17px;
}

.cif-banner__page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 16px !important;
  left: 0;
  width: 100%;
  padding-right: 10px;
  text-align: right;
  z-index: 1;
}

.cif-banner__page .swiper-pagination-bullet {
  width: 9px;
  height: 5px;
  background: #ffffff;
  opacity: 0.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: width 0.3s, opacity 0.3s;
  -o-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}

.cif-banner__page .swiper-pagination-bullet-active {
  width: 18px;
  height: 6px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 1;
}

.main_content_1200 {
  width: 1200px;
  margin: 0 auto;
  border-radius: 3px;
  background: #fff;
  color: #333;
  padding: 38px 60px;
  text-align: center;
}

.article-title {
  font-size: 34px;
  word-break: break-all;
  color: #333;
}

.article-author.date {
  font-size: 12px;
  color: #999;
  margin-top: 24px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.article-content {
  margin-top: 30px;
  color: #333;
  text-align: left;
}

.article-content p {
  margin-bottom: 35px;
  color: #333;
  line-height: 28px;
  word-break: break-word;
}

.article-content p a.is-textlink {
  position: relative;
  display: inline-block;
  color: #f60;
}

.article-content img {
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.banner_box {
  background-color: #f2f4f6;
}
.main_content_cn {
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  background-color: #fff;
}
