.main_content {
  background-color: #f5f5f5;
  padding-bottom: 24px;
  min-width: 1200px;
}

.main_content_1200 {
  width: 1200px;
  margin: 0 auto;
}

.J_selector_box {
  background-color: #fff;
}

.banner_img_box {
  height: 370px;
  margin-bottom: 20px;
}

.J_selector {
  background: #fff;
  margin-bottom: 30px;
}

.sl-wrap {
  position: relative;
  line-height: 34px;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

.sl-key {
  float: left;
  width: 100px;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  font-size: 15px;
}

.sl-value {
  margin-left: 110px;
  padding-right: 130px;
  padding-left: 10px;
  overflow: hidden;
  zoom: 1;
  background: #fff;
}

.sl-v-list {
  overflow: hidden;
  zoom: 1;
  padding-top: 4px;
}

.sl-v-list li {
  cursor: pointer;
  color: #333;
  margin-right: 5px;
  float: left;
  margin-right: 50px;
  margin-bottom: 4px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}

.sl-v-list li:hover {
  color: var(--color);
}

.item-ul {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

#page-box {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding-bottom: 25px;
}

.cif-live.is-type5 .cif-live__img {
  width: 100%;
  height: 144px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.cif-imgbox {
  display: block;
  position: relative;
  overflow: hidden;
}

.cif-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cif-live__flag.is-type2 {
  top: 6px;
  right: 6px;
  padding: 0 8px 0 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 20px;
  font-size: 12px;
}

.cif-live__flag.is-type2.jxz {
  background-color: #55bc61;
}

.cif-live__flag.is-type2.wks {
  background-color: #169bd5;
}

.cif-live__flag.is-type2.yjs {
  background-color: #d7d7d7;
}

.cif-live__flag {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 9px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  z-index: 1;
}

.cif-live.is-type5 .cif-live__tit {
  margin-top: 14px;
  font-size: 17px;
  line-height: 24px;
  color: #333;
  display: -webkit-box;
  padding: 0 20px;
  min-height: 48px;
}

.cif-live.is-type5 .cif-live__tit {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.cif-live.is-type5 .cif-live__desc {
  font-size: 14px;
  color: #333;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cif-live__desc .dv1 {
  display: flex;
  align-items: center;
}

.cif-live__desc .dv1 img {
  width: 14px;
  height: 16px;
  margin-right: 4px;
}

.cif-live__desc .dv1 {
  font-size: 14px;
  color: #333;
}

.item-list {
  cursor: pointer;
  width: 276px;
  margin-right: 18px;
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}

.item-list:nth-child(4n) {
  margin-right: 0px;
}

.item-list:nth-last-child(-n + 4) {
  bottom: 0px;
}

.item-list:hover .cif-live__tit {
  color: var(--color);
}

.screen_box_item {
  height: 50px;
  line-height: 35px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}

.screen_box_item_left {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  /*margin-right: 15px;*/
}

.screen_box_item_right {
  display: flex;
  align-items: center;
}

.screen_box_item_right .tabs {
  margin-right: 30px;
  font-size: 13px;
  color: #333333;
  position: relative;
  cursor: pointer;
}
.screen_box_item_right .citytabs {
  margin-right: 21px;
  font-size: 13px;
  color: #333333;
  position: relative;
  cursor: pointer;
}

.screen_box_item_right .tabs.active {
  color: var(--color);
  font-weight: bold;
}

.screen_box_item_right .tabs.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color);
}

.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;
}

.screen_box_item.diyu .screen_box_item_left {
  text-wrap: nowrap;
}

.screen_box_item.diyu {
  height: max-content;
  align-items: flex-start;
}

.screen_box_item_right.quyu {
  flex-wrap: wrap;
}

.quyu_zhanshi {
  position: absolute;
  right: 24px;
  font-size: 12px;
  color: var(--color);
  cursor: pointer;
}

.screen_box_item_right.quyu {
  height: 45px;
  overflow: hidden;
}

.screen_box_item.diyu {
  position: relative;
}

/*行业*/
.screen_box_item.hangye .screen_box_item_left {
  text-wrap: nowrap;
}
.screen_box_item.hangye {
  height: max-content;
  align-items: flex-start;
}

.screen_box_item_right.fenglei {
  flex-wrap: wrap;
}

.hangye_zhanshi {
  position: absolute;
  right: 24px;
  font-size: 12px;
  color: var(--color);
  cursor: pointer;
}
.screen_box_item.hangye {
  position: relative;
}

