.main_content {
  background-color: #ebeced;
  padding-bottom: 24px;
  min-width: 1200px;
}

.main_content_1200 {
  padding-top: 20px;
  width: 1200px;
  margin: 0 auto;
}

.cif-playbox {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cif-playbox__left {
  position: relative;
  width: 920px;
  min-width: 920px;
  background-color: #fff;
}

.cif-playbox__cover,
.cif-playbox__hover {
  width: 100%;
  height: 100%;
}

.cif-playbox__hover.zhiboyijieshu video {
  object-fit: cover;
  width: 920px;
  height: 550px;
}

.cif-playbox__cover img {
  display: block;
  width: 100%;
  height: 100%;
}

.cif-playbox__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  width: 280px;
  min-width: 280px;
  background-color: #323232;
  -webkit-box-direction: normal;
}

.cif-playbox__author {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 17px 20px;
  background: #404040;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cif-playbox__author .hint {
  margin-bottom: 12px;
  color: #b2b2b2;
  font-size: 12px;
}

.is-pr {
  position: relative !important;
}

.cif-playbox__author .cont {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding-right: 78px;
}

.cif-playbox__author .cif-imgbox {
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.cif-imgbox {
  display: block;
  position: relative;
  overflow: hidden;
}

.cif-imgbox .img1 {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.cif-playbox__author .detail {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
  font-size: 14px;
  color: #fff;
}

.ellipsis,
.ellipsis--1 {
  -webkit-line-clamp: 1;
}

.ellipsis,
.ellipsis--2 {
  -webkit-line-clamp: 2;
}

.ellipsis,
.ellipsis--1,
.ellipsis--2,
.ellipsis--3 {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cif-playbox__author .desc {
  font-size: 12px;
  color: #fff;
}

.cif-playbox__author .btns {
  width: 58px;
  height: 28px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.cif-playbox__author .cif-btn {
  cursor: pointer;
  width: 58px;
  height: 28px;
  background-color: #f60;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 28px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cif-playbox__author .cif-btn .iconfont {
  font-size: 6px;
}

.cif-playbox__author .cif-btn span {
  font-size: 12px;
  margin-left: 2px;
}

.cif-playbox__counttime {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.cif-playbox__counttime .tit {
  font-size: 14px;
  color: #b2b2b2;
}

.cif-playbox__counttime .time {
  margin-top: 13px;
  font-size: 24px;
  color: #fff;
}

.cif-playbox__counttime .desc {
  color: #fff;
  font-size: 13px;
  margin-top: 15px;

  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cif-playbox__counttime .desc a {
  color: #419eff;
  cursor: pointer;
}

.cif-playbox__counttime .desc a:hover {
  opacity: 0.75;
}

.cif-playbox__counttime .zzzb_box {
  display: block;
  color: #fff;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  height: 29px;
  background-color: var(--color);
  border-radius: 4px;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
}

.cif-live-detail {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 306px 14px 20px;
  background: #fff;
  z-index: 1;
}

.cif-live-detail__tit {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 30px;
  color: #333;
}

.cif-live-detail__tit .cif-live__flag {
  line-height: 24px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cif-live__flag.is-type2 {
  background-color: rgb(85, 188, 97);
  width: 66px;
  height: 24px;
  border-radius: 4px;
  font-size: 12px;
  vertical-align: middle;
  color: #fff;
}

.cif-live__flag.is-type2 img {
  width: 10px;
  height: 10px;
}
.cif-live__flag.is-type2 span {
  margin-left: 3px;
  color: #fff;
  font-size: 12px;
}

.cif-live__flag.is-type2.zbz {
  background-color: #f30;
}

.cif-live__flag.is-type2.yjs {
  background-color: #333333;
}

.cif-live__flag.is-type2.yuyue {
  background-color: #55bc61;
}

.cif-live__flag.is-type2.huifang {
  background-color: #299cf7;
}

.cif-live-detail__tit .text {
  vertical-align: middle;
}

.cif-live-detail__bottom {
  margin-top: 10px;
  line-height: 26px;
  color: #999;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.cif-live-detail__bottom .live {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-right: 24px;
  cursor: pointer;
}

.cif-live-detail__bottom .live img {
  width: 27px;
  height: 27px;
}

.cif-live-detail__bottom .live .num {
  margin-left: 6px;
  margin-right: 6px;
}

.cif-live-detail__tit .text {
  font-size: 15px;
  color: #333;
}

.mr20 {
  margin-right: 20px !important;
}

.fl {
  float: left;
}

.cif-section--b.is-detail {
  width: 880px;
  margin-right: 20px;
}

.cif-section--b.is-detail + .cif-section--s.fl {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.cif-section--s {
  width: 300px;
}

.cif-section--box,
.cif-section--solid {
  -webkit-box-sizing: border-box;
  background: #fff;
}

.cif-section {
  position: relative;
  width: 100%;
}

.cif-navtab,
.cif-section__head.is-nohide,
.cif-section__head.is-nohide .cif-navtab {
  overflow: initial;
}

.cif-section__head {
  margin-bottom: 0;
}

.cif-section__head {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cif-navtab {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 20px;
}

.cif-navtab,
.cif-section__head.is-nohide,
.cif-section__head.is-nohide .cif-navtab {
  overflow: initial;
}

.cif-navtab {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.cif-navtab .swiper-container {
  width: 100%;
  z-index: 0;
}

.cif-navtab__itembox {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cif-navtab.is-switch .cif-navtab__item:first-child {
  margin-left: 0;
}

.cif-navtab.is-switch .cif-navtab__item {
  font-size: 16px;
}

.cif-navtabs-show .on {
  position: relative;
  font-weight: 700;
  color: #f60;
  cursor: default;
}

.cif-navtab__item {
  width: auto;
  margin: 0 28px 0 0;
}

.cif-navtab__item {
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 56px;
  cursor: pointer;
}

.cif-section__head {
  border-bottom: 1px solid #ebeced;
}

.cif-navtabs-show .on::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid #f60;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.cif-mainbox {
  margin-top: 20px;
  display: flex;
}

.cif-active-main {
  padding: 32px 40px 38px;
}

.cif-active-main .tag-title {
  font-size: 16px;
  font-weight: 700;
  color: #666;
  padding-left: 17px;
  position: relative;
}

.cif-active-main .tag-title::before {
  content: "";
  width: 5px;
  height: 18px;
  background-color: var(--color);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cif-active-main__detail.is-type1 {
  word-wrap: break-word;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 28px;
  padding-top: 14px;
}

.cif-active-main__detail.is-type1 img {
  max-width: 100%;
}

.cif-recommend-box.is-type3 .cif-recommend-box__head {
  background: url(https://img.cifnews.com/dev/20221208/f0af189afe97471aa968f6e189d36311.png)
    left top no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding-left: 20px;
  border-bottom: 0;
}

.cif-recommend-box__head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  padding-left: 30px;
  padding-right: 30px;
  background: url(//static1.cifnews.com/img/product/recommend_head.png?v=1) left
    top no-repeat;
}

.cif-recommend-box__head .text:first-child {
  margin-left: 0;
}

.cif-recommend-box__head .text {
  position: relative;
  float: left;
  margin: 0 14px;
  cursor: default;
  font-weight: bold;
  line-height: 56px;
  color: var(--color);
  font-size: 16px;
}

.cif-recommend-box.is-type3 .cif-recommend-box__cont {
  padding: 20px 20px 30px;
}

.cif-recommend-box__cont {
  padding: 0px 20px 20px 30px;
  position: relative;
}

.cif-recommend.is-type3:first-child {
  margin-top: 0;
}

.cif-recommend.is-type3 {
  margin-top: 30px;
  border-bottom: 1px solid #ebeced;
  padding-bottom: 24px;
}

.cif-recommend.is-type3:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}

.cif-recommend.is-type3:hover .cif-recommend__tit {
  color: var(--color);
}

.cif-recommend {
  position: relative;
}

.cif-recommend.is-type3 .link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cif-recommend.is-type3 .cif-recommend__img {
  width: 110px;
  height: 110px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cif-recommend.is-type3 .cif-recommend__img img {
  width: 100%;
  height: 100%;
}

.cif-recommend.is-type3 .cif-recommend__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 12px;
  justify-content: space-between;
}

.cif-recommend.is-type3 .cif-recommend__tit {
  line-height: 21px;
}

.cif-recommend__tit {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.cif-recommend__cont span {
  font-size: 14px;
  line-height: 21px;
  color: #999;
  margin-top: 7px;
}

.cif-playbox__hover {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.cif-playbox__icon {
  background-image: url(../../images/new/img_18.png);
  width: 80px;
  height: 80px;
  background-size: cover;
  cursor: pointer;
}

.zhengzaozhibo_box {
  margin-top: 20px;
  display: flex;
  width: 272px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 21px;
  align-items: center;
  justify-content: center;
}

.zhengzaozhibo_box img {
  width: 16px;
  height: 16px;
  margin-right: 20px;
}

.zhengzaozhibo_box span {
  font-size: 16px;
  color: #fff;
}

.lijiguankan_box {
  margin-top: 40px;
  width: 198px;
  height: 56px;
  background-color: var(--color);
  border-radius: 4px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
}

.lijiguankan_box a {
  color: #fff;
}

.lijiguankan_box:hover {
  opacity: 0.95;
}

.cif-playbox__hover .cif-playbox__btn {
  display: block;
  margin: 30px auto 0;
  width: 178px;
  height: 48px;
  background: #f60;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
  line-height: 48px;
}

.cif-playbox__icon:hover .iconfont {
  color: #f60;
}

.zzzb_box:hover {
  color: #ccc;
}

.backgourd_img {
  height: 146px;
  width: 146px;
  margin: 48px auto 0;
}

.backgourd_img img {
  height: 146px;
  width: 146px;
}

.cif-playbox__counttime .span {
  margin-top: 48px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.saoyisao {
  margin-top: 20px;
  line-height: 56px;
  text-align: center;
  width: 240px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid var(--color);
  color: var(--color);
}
.cif_recommend_box_dv1 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  height: 105px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
  background-color: #fff;
}

.cif_recommend_box_dv1 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.cif_recommend_box_dv1 .item img.one {
  width: 34px;
  height: 27px;
  margin-bottom: 13px;
}

.cif_recommend_box_dv1 .item img.two {
  width: 33px;
  height: 33px;
  margin-bottom: 9px;
}

.cif_recommend_box_dv1 .item span {
  color: #333333;
  font-size: 14px;
}
.cif_recommend_box_dv2 {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #fff;
}

.cif_recommend_box_dv2 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
}

.cif_recommend_box_dv2 .head .sp1 {
  font-size: 18px;
  color: #333333;
}

.cif_recommend_box_dv2 .head .sp2 {
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.cif_recommend_box_dv2 .foot {
  padding: 20px;
}

.cif_recommend_box_dv2 .foot .foot_item {
  margin-bottom: 20px;
}

.cif_recommend_box_dv2 .foot .foot_item:nth-last-child(1) {
  margin-bottom: 0;
}

.cif_recommend_box_dv2 .foot .foot_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cif_recommend_box_dv2 .foot .foot_item .dv1 {
  display: flex;
  align-items: center;
}

.cif_recommend_box_dv2 .foot .foot_item .dv1 img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  object-fit: cover;
}

.cif_recommend_box_dv2 .foot .foot_item .dv1 span {
  font-size: 12px;
  color: #333333;
  margin-left: 10px;
}

.cif_recommend_box_dv2 .foot .foot_item .dv2 {
  cursor: pointer;
  width: 58px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid var(--color);
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: var(--color);
}

.cif_recommend_box_dv3 {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  background-color: #fff;
}

.cif_recommend_box_dv3 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
}

.cif_recommend_box_dv3 .head .sp1 {
  font-size: 18px;
  color: #333333;
}

.cif_recommend_box_dv3 .head .sp2 {
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.cif_recommend_box_dv3 .foot {
  padding: 20px;
}

.cif_recommend_box_dv3 .foot .foot_item {
  margin-bottom: 20px;
}

.cif_recommend_box_dv3 .foot .foot_item:nth-last-child(1) {
  margin-bottom: 0;
}

.cif_recommend_box_dv3 .foot .foot_item {
  display: flex;
  cursor: pointer;
}

.cif_recommend_box_dv3 .foot .foot_item img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 4px;
}

.cif_recommend_box_dv3 .foot .foot_item .dv1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cif_recommend_box_dv3 .foot .foot_item .dv1 .sp1 {
  color: #333333;
  font-size: 12px;
}

.cif_recommend_box_dv3 .foot .foot_item .dv1 .sp2 {
  color: #cccece;
  font-size: 12px;
}

.yijieshu_box {
  width: 198px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #f3f4f4;
  border-radius: 4px;
  font-size: 22px;
  color: #333333;
}

.zhengzaozhibo_box .time {
  font-size: 18px;
}

.yuyue_title p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding-left: 48px;
  padding-right: 48px;
}

.shoucang_active {
  margin-left: 6px;
}

.lijiguankan_box.lijiguankansts a {
  display: block;
  width: 100%;
  height: 100%;
}
