.content-xiu li a:nth-child(2) {
   width: 100%;
}
.cell-li {
  padding:20px;
  text-align: center;
}
.cell-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.28rem 0;
}
.headerRight_m img {
        width: 100%;
  		display: block;
    }
.nav-moblie-5g .header_tag {
	border:none;
}
.headerList a:hover {
	color:#C01E13;
}
.nav-moblie-5g {
	background:transparent;
   padding:0.3rem 0.18rem:
}
.footer {
  width: 100%;
  height: 84px;
  background-color: #444444;
}
.list-item {
      position: relative;
      overflow: hidden;
    }
@media screen and (min-width: 1025px) {
      .list-container {
        width: 1200px;
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
      }
  	 
      .wcb_left{
        width: 860px;
      }
      .wcb_right{
        width: 324px;
      }
      .wcb_top{
        width: 100%;
        background: #FFFFFF;
        padding:16px;
      }
      .wcb_input{
        width: 100%;
        height: 30px;
        background: #FFFFFF;
        border-radius: 15px;
        border: 1px solid #D7D7D7;
        display: flex;
        align-items: center;
        padding: 0 12px;
        position: relative;
      }
      .wcb_input img{
        width: 16px;
        height: 16px;
        margin-right: 7px;
      }
      .wcb_input input{
        background:none; 
        outline:none;
        border:none;
        display: flex;
        flex: 1;
      }
      .search_list{
        width: 100%;
        max-height: 412px;
        overflow: auto;
        background: rgba(255,255,255,0.95);
        box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.08);
        border-radius: 9px;
        position: absolute;
        left:0;
        top: 38px;
        padding: 8px 0 ;
        display: none;
        z-index:999;
      }
      .search_item{
        width: 100%;
        height: 36px;
        display: flex;
        align-items: center;
        padding: 0 13px;
        font-size: 14px;
        cursor: pointer;
      }
      .search_item:hover{
        background: #F5F5F5;
      }
      .search_empty{
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .history_list{
        width: 100%;
        margin-top: 8px;
        display: flex;
        flex-wrap: wrap;
      }
      .history_item{
        height: 26px;
        background: #F4F4F4;
        border-radius: 13px;
        font-size: 12px;
        display: flex;
        align-items: center;
        padding: 0 12px;
        margin-bottom: 8px;
        margin-right: 8px;
      }
      .history_item img{
        width: 16px;
        height: 16px;
        margin-left: 4px;
      }
      .wcb_list{
        width: 100%;
        margin-top: 12px;
        min-height: 100px;
      }
      .wcb_item{
        width: 100%;
        display: flex;
        cursor: pointer;
        margin-bottom: 10px;
      }
      .wcb_empty{
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
      }
      .wcb_item_left{
        width: 19px;
        padding-top: 8px;
      }
      .wcb_cir{
        width: 6px;
        height: 6px;
        background: #DBDBDB;
        border-radius: 50%;
      }
      .wcb_item:hover .wcb_cir{
        background: #C01E13;
      }
      .wcb_item_right{
        width: 270px;
      }
      .wcb_item_top{
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

      }
      .wcb_item:hover .wcb_item_top{
        color: #C01E13;
      }
      .wcb_item_bottom{
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        line-height:1.8;
      }
      .wcb_exchange{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        cursor: pointer;
      }
      .wcb_exchange img{
        width: 16px;
        height: 16px;
        margin-right: 6px;
      }
      .wcb_exchange span{
        font-size: 14px;
      }

      
      .list-item {
        width: 276px;
        height: 414px;
        position: relative;
        margin-right: 16px;
        margin-bottom: 20px;
      }

      .list-item:nth-child(3n) {
        margin-right: 0;
      }
      .list-item .item2Img {
        width: 100%;
      }

      .list-item .item2ImgTop {
        width: 100%;
        height: 48px;
        text-align: right;
        line-height: 48px;
        font-size: 20px;
        font-weight: 600;
        color: #FFFFFF;
        padding-right: 20px;
      }

      .list-item:nth-child(2n-1) .item2ImgTop {
        background: linear-gradient(270deg, #4E4E4E 0%, #FFFFFF 100%);
      }

      .list-item:nth-child(2n) .item2ImgTop {
        background: linear-gradient(270deg, #8F1E23 0%, #FFFFFF 100%);
      }

      .list-item .item2ImgBottom {
        width: 100%;
        height: 276px;
        overflow: hidden;
        background: #F5F5F5 url(//p4.img.cntv.cn/photoAlbum/templet/common/DEPA1675837854161389/logo5.jpg) center/90px no-repeat;
        border-radius: 32px 0px 0px 0px;
      }

      .list-item img {
        width: 100%;
        height: 100%;
        transition: all 0.5s;
      }

      .list-item:hover img {
        transform: scale(1.1);
      }

      .item2title {
        width: 100%;
        height: 50px;
        font-size: 18px;
        font-weight: 600;
        color: #000000;
        line-height: 22px;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
      }

      .item2name {
        width: 100%;
        height: 17px;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
      }
      .content-xiu{
        width: 324px;
        position: relative;
        margin-top:16px;
        
      }
      .content-xiu h2{
        font-size: 16px;
        line-height: 3;
        padding:0 16px;
        background: #fff;
      }
      .content-xiu ul{
        background: #fff;
        padding-bottom:16px;
        height: 324px;
      }
      .content-xiu li{
        display: flex;
        margin-bottom: 12px;
        padding:0 16px;
      }
      .content-xiu li .cover{
        width: 52px;
        height: 52px;
        position: relative;
        margin-right:12px;
      }
      .content-xiu li .cover::after{
        content: '推广';
        position:absolute;
        left:0;
        bottom:0;
        font-size:12px;
        color:#fff;
        background-color: rgba(0,0,0,0.5);
        padding:3px 6px;
        margin-left:-2px;
        margin-bottom: -2px;
        transform: scale(0.8);
      }
      .content-xiu li .cover img{
        width:100%;
        height: 100%;
        object-fit: cover;
      }
      .content-xiu li p{
        font-size: 15px;
        margin-bottom:10px;
        font-weight: bold;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient:vertical;
      }
      .content-xiu li p:hover{
        color:#C01E13;
      }
      .xiu-detail{
        flex:1;
        display: flex;
        flex-direction: column;
      }
      .content-xiu li:hover{
        color:#C01E13;
      }
      .xiu-detail img{
        height: 20px;
        width: 38px;
      }
      .changebtn{
        padding-bottom:20px;
        text-align: center;
        font-size:14px;
        background-color: #fff;
        cursor: pointer;
      }
      .changebtn span{
        width: 16px;
        height: 16px;
        background:url(//p4.img.cntv.cn/photoAlbum/templet/common/DEPA1675837854161389/wcb_refresh.png) no-repeat;
        background-size:100%;
        display: inline-block;
        margin-top:-2px;
        margin-right:6px;
        vertical-align: middle;
      }
      .changebtn:hover{
        color: #C01E13;
      }
      .changebtn:hover span{
        background:url(//p4.img.cntv.cn/photoAlbum/templet/common/DEPA1675837854161389/wcb_refresh_hover.png) no-repeat;
        background-size:100%;
      }
  	  .flowMoreLoading{
        display: flex;
        text-align: center;
        margin-top:10px;
      }
      .flowMoreLoadingM{
        display: none;
      }
    }
.list-box {
      display: flex;
      flex-wrap: wrap;
    }
.share_box {
  width: 100%;
  min-height: 3.16rem;
  background: #F5F5F5;
  border-radius: 0.1rem 0.1rem 0 0;
  position: fixed;
  left: 0;
  bottom: 0;
  transition: all .5s ease;
  transform: translateY(0);
}
.share-text {
  font-size: 0.2rem;
  color: #6b6b6b;
  line-height: 0.28rem;
  margin-top: 0.2rem;
}
.nav {
  width:100%;
  height:100vh;
  position: fixed;
  left: 0;
  top: 0;
  background:rgba(0,0,0,0.4);
  z-index: 9999;
}
.share_box.show {
  opacity: 1;
  z-index:999;
  transform: translateY(0);
}
.wcb_input input {
        height:100%;
        font-size: 13px;
    }
.list-container {
      margin: 0 auto;
    }
.headerRight_m {
        width: 0.4rem;
        height: 0.4rem;
  		display: block;
    }
.share-icon {
  min-width: 0.9rem;
  width: 1.12rem;
  padding-top: 1.12rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
      .list-container {
        padding: 0 0.16rem 0 0.16rem;
        margin-bottom: 1.6rem;
        background-color: #f5f5f5;
      }
      .list-item {
        width:3.5rem;
        position: relative;
        margin-right:0.18rem;
        margin-bottom: 0.3rem;
      }

      .list-item:nth-child(2n) {
        margin-right: 0;
      }

      .list-item:nth-last-child(-1n+2) {
        margin-bottom: 0;
      }

      .list-item .item2Img {
        width: 100%;
      }

      .list-item .item2ImgTop {
        width: 100%;
        height: 0.6rem;
        text-align: right;
        line-height: 0.6rem;
        font-size: 0.26rem;
        font-weight: 600;
        color: #FFFFFF;
        padding-right: 0.4rem;
      }

      .list-item:nth-child(2n-1) .item2ImgTop {
        background: linear-gradient(270deg, #4E4E4E 0%, #FFFFFF 100%);
      }

      .list-item:nth-child(2n) .item2ImgTop {
        background: linear-gradient(270deg, #8F1E23 0%, #FFFFFF 100%);
      }

      .list-item .item2ImgBottom {
        width: 100%;
        overflow: hidden;
        background: #F5F5F5 url(//p4.img.cntv.cn/photoAlbum/templet/common/DEPA1675837854161389/logo5.jpg) center/90px no-repeat;
        border-radius: 0.64rem 0px 0px 0px;
      }

      .list-item img {
        width: 100%;
        display: block;
        margin-bottom: 0.12rem;
        transition: all 0.5s;
      }

      .item2title {
        width: 100%;
        height: 0.8rem;
        line-height: 0.4rem;
        font-size: 0.28rem;
        font-weight: 600;
        color: #000000;
        
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
      }

      .item2name {
        width: 100%;
        font-size: 0.24rem;
        font-weight: 400;
        color: #999999;
        margin-top: 0.16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
      }
  	  .content-xiu::after{
        content: '';
        width: 0.8rem;
        height: 0.9rem;
        background: url(//p4.img.cntv.cn/photoAlbum/templet/common/DEPA1675837854161389/xiu.png) no-repeat top right;
        background-size:100%;
        position: absolute;
        top:13px;
        right:22px;
        display:none;
      }
      .content-xiu{
        position: relative;
        margin-top:16px;
      }
      .content-xiu h2{
        font-size: 0.32rem;
        line-height: 3;
        padding:0 0.24rem;
        background: #fff;
      }
      .content-xiu ul{
        background: #fff;
        padding-bottom:16px;
        height: 7.66rem;
      }
      .content-xiu li{
        display: flex;
        margin-bottom: 0.32rem;
        padding:0 0.24rem;
      }
      .content-xiu li a:nth-child(1){
        padding-right:0.24rem;
      }
      .content-xiu li .cover{
        width: 1.2rem;
        height: 1.2rem;
        position: relative;
        
      }
      .content-xiu li .cover::after{
        content: '推广';
        position:absolute;
        left:0;
        bottom:0;
        font-size:12px;
        color:#fff;
        background-color: rgba(0,0,0,0.5);
        padding:3px 6px;
        transform: scale(0.8);
        margin-left:-2px;
        margin-bottom:-1px;
      }
      .content-xiu li .cover img{
        width:100%;
        height: 100%;
        object-fit: cover;
      }
      .content-xiu li p{
        font-size: 0.3rem;
        margin-bottom:0.35rem;
        font-weight: bold;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient:vertical;
      }
      .content-xiu li p:hover{
        color:#c01e13;
      }
      .xiu-detail{
        flex:1;
        display: flex;
        flex-direction: column;
      }
      .xiu-detail img{
        height: 0.4rem;
        width: 0.76rem;
      }
      .changebtn{
        line-height: 0.88rem;
        text-align: center;
        font-size:0.28rem;
        background-color: #fff;
        margin: 0.24rem;
        border-radius: 6px;
        cursor: pointer;
      }
      .changebtn span{
        width: 0.32rem;
        height: 0.32rem;
        background:url(//p4.img.cntv.cn/photoAlbum/templet/common/DEPA1675837854161389/wcb_refresh.png) no-repeat;
        background-size:100%;
        display: inline-block;
        margin-top:-2px;
        margin-right:6px;
        vertical-align: middle;
      }
      .changebtn:hover{
        color: #C01E13;
      }
      .changebtn:hover span{
        background:url(//p4.img.cntv.cn/photoAlbum/templet/common/DEPA1675837854161389/wcb_refresh_hover.png) no-repeat;
        background-size:100%;
      }
      .wcb_top{
        width: 100%;
        background: #FFFFFF;
        padding:0.32rem;
        position: relative;
        margin-bottom:1.6rem;
      }
      .wcb_input{
        width: 100%;
        height: 0.72rem;
        background: #FFFFFF;
        border-radius: 0.36rem;
        border: 1px solid #D7D7D7;
        display: flex;
        align-items: center;
        padding: 0 0.24rem;
        position: relative;
      }
      .wcb_input img{
        width: 0.32rem;
        height: 0.32rem;
        margin-right: 7px;
      }
      .wcb_input input{
        background:none; 
        outline:none;
        border:none;
        display: flex;
        flex: 1;
      }
      .search_list{
        width: 100%;
        max-height: 412px;
        overflow: auto;
        background: rgba(255,255,255,0.95);
        box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.08);
        border-radius: 9px;
        position: absolute;
        left:0;
        top: 0.8rem;
        padding: 8px 0 ;
        display: none;
        z-index:99;
      }
      .search_item{
        width: 100%;
        height: 0.7rem;
        display: flex;
        align-items: center;
        padding: 0 13px;
        font-size: 0.28rem;
        cursor: pointer;
      }
      .search_item:hover{
        background: #F5F5F5;
      }
      .search_empty{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size:0.28rem;
      }
      .history_list{
        width: 100%;
        margin-top: 8px;
        display: flex;
        flex-wrap: wrap;
      }
      .history_item{
        width:3.1rem;
        height: 0.64rem;
        background: #F4F4F4;
        border-radius: 0.32rem;
        font-size: 0.24rem;
        display: flex;
        align-items: center;
        padding: 0 0.24rem;
        margin-bottom: 0.16rem;
        margin-right: 0.16rem;
        
      }
      .history_item span{
        width:2.24rem;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }
      .history_item img{
        width: 0.32rem;
        height: 0.32rem;
        margin-left: 4px;
      }
      .wcb_list{
        width: 100%;
        margin-top: 0.24rem;
        min-height: 100px;
      }
      .wcb_item{
        width: 100%;
        display: flex;
        cursor: pointer;
        margin-bottom: 0.4rem;
      }
      .wcb_empty{
        font-size: 0.28rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
      }
      .wcb_item_left{
        width: 0.4rem;
        padding-top: 8px;
      }
      .wcb_cir{
        width: 6px;
        height: 6px;
        background: #DBDBDB;
        border-radius: 50%;
      }
      .wcb_item:hover .wcb_cir{
        background: #C01E13;
      }
      .wcb_item_right{
        width: 6rem;
      }
      .wcb_item_top{
        width: 100%;
        font-size: 0.3rem;
        font-weight: 600;
        color: #000000;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

      }
      .wcb_item:hover .wcb_item_top{
        color: #C01E13;
      }
      .wcb_item_bottom{
        width: 100%;
        font-size: 0.24rem;
        font-weight: 400;
        color: #999999;
        line-height: 0.5rem;
      }
      .wcb_exchange{
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          line-height: 0.88rem;
          background: #fff;
          bottom: -1.1rem;
          left: 50%;
          transform: translate(-50%);
          width: calc(100% - 0.48rem);
          border-radius: 6px;
          text-align: center;
          
      }
      .wcb_exchange img{
        width: 0.32rem;
        width: 0.32rem;
        margin-right: 6px;
      }
      .wcb_exchange span{
        font-size: 0.28rem;
      }
      .wcb_input input{
         font-size:0.28rem;
      }
  	  .flowMoreLoading{
        display: none;
      }
      .flowMoreLoadingM{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        line-height: 0.88rem;
        height:0.88rem;
        margin: 0.3rem auto 0.4rem;
        background: #fff;
        width: calc(100% - 0.48rem);
        border-radius: 6px;
        text-align: center;
        font-size:0.28rem;
        cursor: pointer;
      }
    }
.flowMoreLoading {
            margin-top: 10px;
      }
.cancal-btn {
  width: 100%;
  height: 1.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-moblie-5g::-webkit-scrollbar { width: 0!important }
.footer p span {
      padding: 0 8px;
    }
.footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding-bottom: 7px;
  }
.footer  a {
      color: #ffffff;
      text-decoration: none;
    }
.link {
    padding: 14px 0 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
.share-btn-li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, -50%, 0);
}
.share_box.hide {
  transform: translateY(100%);
}
.cancal-btn span {
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
}
.nav-moblie-5g .currentActive {
	background:transparent;
}
.headerList .headerRight {
  font-weight: 400;
}