body{
    margin: 0;
}
/*
bannner
*/
.header-title{
    color: #ffffff;
    position: relative;
    line-height: 26px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-header{
    height: 175px !important;
    position: relative;
}
.news-header-item{
    height: 175px !important;
}
.news-header img{
    width: 100%;
}
.news-swiper-pagination{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 15px;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: flex-end;
    align-items: center;
	opacity:0.8;
}
.swiper-pagination-switch{
    background-image: url(/app2020/img/dot@3x.png);
    background-size:100%;
    width: 8px;
    height: 8px;
    margin-right: 10px;
}
.swiper-active-switch{
    background-image: url(/app2020/img/doton@3x.png);
    width: 16px;
}
.banner-title{
    position: absolute;
    bottom: 15px;
	height:30px;
	line-height:30px;
    
}

.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #809ed4;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #809ed4;
}

/*
选项卡
*/
.competition-tabs{
    position: relative;
    padding: 12px 0;
    margin: 0 12px;
    list-style-type:none;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    border-bottom: 1px solid #ececec;
    width: calc(100% - 24px);
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: visible;
  }
  .competition-tabs::-webkit-scrollbar {
    display: none
  }
  .competition-tabs li{
    position: relative;
    width: 33.3%;
    font-size: 15px;
    color: #999999;
    display: initial;
    margin-right: 5px;
  }
  .active{
    font-weight: 600;
    color: #333333 !important;
  }
  .active::after{
    content: "";
    display: block;
    background: #3275F6;
    position: absolute;
    height: 4px;
    width: 25px;
    left: 36%;
    bottom: -12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  /*
  内容
  */

  .new-content{
      margin: 10px 12px 0 12px;
      width: calc(100% - 24px);
      /* overflow-y: hidden; */
      
  }
  .new-content img{
      width: 100%;
      height: 100%;
      max-width: 100%;
  }
  .new-content-header{
      width: 100%;
      margin:0;
      overflow-x: scroll;
      white-space: nowrap;
      overflow-y: visible;
  }
  .new-content-header::-webkit-scrollbar {
    display: none
  }
  .new-content-header span{
      display: inline-block;
      border: 1px solid #accdf2;
      padding: 6px;
      color: #1177eb;
      margin-right: 10px;
      overflow-x: visible;
  }
  .active-item{
      background-image: url(/app2020/img/indivonbg@3x.png);
      /* background-color: #0062c6; */
      background-size: 100% 34px;
      background-repeat: no-repeat;
      background-position:50%;
      color: #ffffff !important;
      border: none !important;
      height: 22px;
  }
  .content-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
  }

 .ds-content-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
  }
  .content{
    margin-right: 10px;
	  width:65%;
  }
  .ds-content-item img{
     width: 6rem;
	  height:7rem;
  }

  .content-item img{
     width: 6rem;
	  height:4rem;
  }
  .content-img-list{
    width: 100%;
    clear: both;
  }
  .content-img-item{
      width: calc(50% - 20px);
      padding: 10px;
      float: left;
      position: relative;
  }
  .content-img-item p{
      margin: 6px;
      width: calc(100% - 12px);
  }
  .content-img-item .play-video{
      position: absolute;
      width: 40px !important;
      height: 40px;
      left: 0px;
      right: 0;
      top:0;
      bottom:0;
      margin-left: auto;
      margin-right: auto;
      margin-top:auto;
      margin-bottom:auto;
  }
  .content-img-item img{
    width:100%;
	 height:5.5rem;
  }
.tabs-user-item {
    position: relative; 
    margin-bottom: 1.5rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: calc((100% - 15px) / 3); 
    height: auto;
    float: left;
    margin-left: 1%;
}
.tabs-user-item img{
    width: 100%; 
}

.news-video-list {
    margin: 10px 12px 0 12px;
}
.news-video-list .hidden {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.news-video-list .hidden a {
    width: calc(50% - 8px);
}
.news-video-list .hidden a .content-img-item {
    width: 100%;
}