body {
  background-color:#f5f5f5;
}
.main_content {
  background-color:#f5f5f5;
  padding-bottom: 24px;

  min-width: 1200px;
}

.banner_img_box {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 370px;
  margin-bottom: 20px;
}

.main_content_1200 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.cif-top-module__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 286px;
  margin-right: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.cif-top-module__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  overflow: hidden;
  height: max-content;
}

.cif-top-module__left .left-cont {
  border: 1px solid #eee;
  margin-bottom: 24px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 278px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cif-top-module__left .left-module .left-module-head {
  padding: 10px 20px;
  background-color:#e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cif-top-module__left .left-module .left-module-head .sp1 {
  color: #333333;
  font-size: 16px;
}

.cif-top-module__left .left-module .left-module-head .sp2 {
  color: #333333;
  font-size: 14px;
}

.cif-top-module__left .left-module .left-module-cont {
  padding: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-direction: column;
}

.nav-item {
  margin-bottom: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  width: 50%;
}

.cif-top-module__left .left-module .left-module-cont .nav-item .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.click_effect {
  cursor: pointer;
}

.cif-top-module__left
  .left-module
  .left-module-cont
  .nav-item:not(.default):hover {
  color: var(--color);
}

.click_effect .icon {
  width: 6px;
  height: 6px;
  background: #d69b76;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.click_effect .text {
  font-size: 14px;
  color: #333c4f;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 5px;
}

.click_effect.max {
  width: 100%;
  margin-bottom: 16px;
}

.cif-top-module__left .left-module .left-module-cont .text:not(.default):hover {
  color: var(--color);
}

.article-title {
  font-size: 18px;
  word-break: break-all;
  color: #333;
  text-align: center;
}

.article-author.date {
  font-size: 12px;
  color: #999;
  margin-top: 24px;
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cif-top-module__right-title{
  width: 100%;
  height: 20px;
 
}
.title-cont{
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  padding: 25px 60px 0px;
}
.time-cont{
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  padding-right: 60px;
  border-bottom: 1px solid #eee;
}
.nr-cont{
  width: 100%;
  line-height: 2;
  padding: 30px 60px 18px;
}

.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 img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.left_module_cont_list {
  display: flex;
  align-items: center;
  /*width: 50%;*/
  margin-bottom: 15px !important;
}

.left_module_cont_list.active span {
  color: var(--color);
}

.left_module_cont_list img {
  width: 12px;
  height: 12px;
  margin-right: 12px;
}

.left_module_cont_list span {
  font-size: 16px;
  color: #333333;
}

.left-module-cont {
  width: 100%;
}

.left_module_cont_list {
  margin-bottom: 24px;
  cursor: pointer;
}

.left_module_cont_list:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.light_right_content {
  cursor: pointer;
  display: flex;
  margin-bottom: 20px;
}

.light_right_content.active .sp1 {
  color: var(--color);
}

.light_right_content:nth-last-child(1) {
  margin-bottom: 0;
}

.light {
  width: 4px;
  height: 4px;
  background-color: var(--color);
  border-radius: 50%;
}

.right_content {
  width: 212px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.light_box {
  margin-right: 20px;
  height: 21px;
  display: flex;
  align-items: center;
}

.right_content .sp1 {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  font-size: 16px;
}

.right_content .sp2 {
  color: #a9a9a9;
  font-size: 11px;
  margin-top: 10px;
}

.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;
}
