.leftmenu{
    display: block;
    width:200px;
	height:auto;
    text-align: center;
    background-color: #01204D;
    padding-top: 20px;
}
.leftmenu a{
    height:16px;
    line-height: 16px;
    display:flex;
    font-size: 16px;
    color: #fff;
    padding: 20px 48px;
    text-align: left;
}
.leftmenu .active{
    font-weight: bold;
}
.leftmenu a img{
    margin-right: 4px;
}
.rightcontent{
    display: block;
    width: calc(100% - 200px);
    height:auto;
    background-color: #01204D;
    position: relative;
    overflow: auto;
}
.rightcontent .right-content{
    overflow: hidden;
	padding-bottom: 50px;
}
.rightcontent img{
    width: 100%;
}
.topcont{
    position: relative;
    display: block;
    float: left;
}

.toptext{
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 500px;
    padding-left: 2%;
    height: 280px;
    color: #fff;
    overflow: hidden;
	background: rgba(130, 129, 129, 0.3);
}
.toptext b{
    display: block;
    font-size: 40px;
    font-weight: bolder;
    padding: 12px 0px;
}
.toptext span{
    display: block;
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    padding: 0px 8px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 8px;
    margin-bottom: 12px;
}
.toptext p{
    display: block;
    float: left;
    width:100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
	margin-bottom: 8px;
}
.toptext a{
	    height: clamp(34px,2.91vw,54px);
  line-height: clamp(34px,2.91vw,54px);
  width: clamp(74px,6.9444vw,144px);
  background: rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #ffffff;
  border-radius: 8px;
  margin-right: 12px;
  font-size: clamp(12px,1.1111vw,20px);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

}
.video-list{
	width: 100%;overflow: hidden;
}
.rightlist{
    position: relative;
width: 90%;
margin: 0 auto;

}
.swiper-button-next{
    background: url(images/qt-58.png) no-repeat;
    right: -3%;
}
.swiper-button-next::after{
    content:'' ;
}
.swiper-button-prev{
    background: url(images/qt-55.png) no-repeat;
    left: -3%;
}
.swiper-button-prev::after{
    content:'' ;
}
 .videoSwiper  {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
.rightvideo{
    position: relative;
    width: 100%;
    
   
}
.rightvideo a{
    display:block;
    float: left;
    margin-right: 1%; 
    width: 100%;
    height:220px;
    position: relative;
}
.rightvideo a img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 8px;  
}

.rightvideo a span{
    position:absolute;
    border-radius:0 0 8px 8px;
    left: 0px;
    bottom: 0px; 
    color: #fff;
    font-size: 14px;
    width:98%;
    padding-left: 2%;
    height:28px;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.3);
	    overflow: hidden;
}
.video-head a::before{
      content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); 
}
.video-head .on{
    border: 2px #fff solid;
    border-radius: 8px;
    background-color:none;
}

.video-head .on span{
    background-color: rgba(0, 0, 0, 0.8);
}
.video-head a.on::before{
 content: none;
}
.title-r{
    height:40px;
    display: block;
    float: left;
    color: #fff;
    line-height: 40px;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    padding-left: 40px;
    margin: 30px 2%;
}
/*视频内容页*/
  .show {
      background: #01204D;
    }

    .player-container {
      position: relative;
      width: calc(100% - 472px);
      height: calc(56.25vw - 265.5px);
      min-height: 353.25px;
    }

    .player-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    }
    .bottom-container {
      width: calc(100% - 536px);
      position: relative;
      padding: 0 24px 0 40px;
    }

    .recommend-title {
      font-size: 22px;
      font-weight: 500;
      height: 51px;
      line-height: 31px;
      color: #fff;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin-top: 28px;
    }
	.bottom-container .video-list{
    position: relative;
    width: 100%;
	display:flex;
	flex-wrap: wrap;
}
.bottom-container .video-list a{
    display:block;
    float: left;
    margin: 0 1% 30px;
    width: 23%;
    height:220px;
    position: relative;
}
.bottom-container .video-list a img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 8px;  
}

.bottom-container .video-list a span{
    position:absolute;
    border-radius:0 0 8px 8px;
    left: 0px;
    bottom: 0px; 
    color: #fff;
    font-size: 14px;
    width:98%;
    padding-left: 2%;
    height:28px;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.3);
	    overflow: hidden;
}
    .right-container {
      width: 472px;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .right-container .right-wrap {
      position: relative;
      height: 100%;
      overflow: hidden;
      background-color: #01204D;
      padding: 0 20px;
    }

    .right-container .right-wrap .catname {
      box-sizing: border-box;
      border-bottom: 1px solid rgba(255, 255, 255, .1);
      height: 63px;
    }

    .right-container .right-wrap .catname p {
      float: left;
      position: relative;
      width: 150px;
      line-height: 62px;
      text-align: center;
      font-size: 22px;
      padding: 0;
      margin: 0;
      cursor: pointer;
      color: #fff;
      font-weight: 500;
    }

    .right-container .right-wrap .catname p::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 18px;
      right: 18px;
      border-bottom: 4px solid #0080ff;
    }

    .right-container .right-wrap .title h2 {
      font-size: 24px;
      font-weight: 500;
      color: #fff;
      overflow: hidden;
    }

    .right-container .right-wrap .title-feature {
      position: relative;
      font-size: 14px;
      height: 30px;
      line-height: 20px;
      color: rgba(153, 153, 153, .95);
      margin-top: 12px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }

    .right-container .right-wrap .title-feature .hot {
      background: url('images/icon/hot.png') no-repeat;
      background-size: 100%;
      display: inline-block;
      width: 16px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      color: #fff;
      margin-right: 5px;
    }

    .right-container .right-wrap .video-desc {
      font-size: 14px;
      line-height: 24px;
      color: rgba(255, 255, 255, .6);
      margin-top: 12px;
      display: -webkit-box;
      overflow: hidden;
      white-space: normal;
      text-overflow: ellipsis;
      word-wrap: break-word;
      -webkit-line-clamp: 11;
      -webkit-box-orient: vertical;
    }

    .right-container .right-wrap .zy-video .video-img {
      width: 196px;
      position: relative;
      float: left;
      margin-right: 12px;
      font-size: 22px;
      height: 100%;
      overflow: hidden;
      border-radius: 4px;
    }

    .right-container .right-wrap .zy-video .video-img img {
      width: 100%;
    }

    .right-container .right-wrap .zy-video .video-title {
      height: calc(100% - 4px);
      margin-top: 4px;
      position: relative;
      overflow: hidden;
    }

    .right-container .right-wrap .zy-video a {
      position: relative;
      display: block;
      margin-top: 12px;
      overflow: hidden;
      height: 110px;
      cursor: pointer;
    }

    .right-container .right-wrap .zy-video .video-title p {
      font-size: 14px;
      line-height: 20px;
      max-height: 65px;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-word;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      color: #fff;
    }

    .right-container .right-wrap .zy-video .video-title .time {
      color: rgba(255, 255, 255, .3);
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-size: 14px;
      height: 20px;
      line-height: 20px;
    }
