@CHARSET "UTF-8";






.more {
  position: absolute;
  font-style: normal;
  font-size: 17px;
  font-weight: 600;
  right: 0;
  top: 12px;
  color: #26abe6;
  cursor: pointer;
  transition: all .3s;
}

.clearfix {
  zoom: 1;
}


.notice-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
}


.rankTitle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 7px;
  height: 46px;
  display: flex;
}


/* .h3-count {
  background: url(dist/images/src/index/images/icon-num.png) repeat;
  position: absolute;
  left: 0;
  top: 8px;
  width: 30px;
  height: 42px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  text-indent: 8px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
} */




.pr-content h4 span {
  display: inline-block;
  vertical-align: top;
}



.h3-count {
  font-weight: 700;
  color: #666;
  font-size: 16px;
  width: 30px;
  text-align: center;
}

.rank-blue {
  color: #26abe6;
}

.h3-span {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

.text-hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.h3-fr {
  float: right;
  margin-right: 5px;
  color: #888;
}



.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}






a {
  color: #333;
}

a {
  text-decoration: none;
}

a {
  background-color: transparent;
}


.pr-content ul li {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.pr-content ul li h3 {
  font-size: 14px;
}

.pr-content h3 span {
  display: inline-block;
  vertical-align: top;
}

.rank-blue {
  color: #26abe6;
}

.h3-span {
  width: 60%;
  vertical-align: -2px;
}


.re-box {
  height: 0;
}

.r-list {
  display: flex;
}

.boxhide,
.boxshow {
  transition: all .3s ease-in-out;
}

.boxshow {
  height: 70px !important;
}

.re-box {
  height: 0;
}

.r-list {
  display: flex;
}


.r-list-r {
  width: calc(65% - 34px);
  padding-left: 10px;
  color: #888;
  position: relative;
}

.p-r-10 {
  padding-right: 10px;
}

.font-13 {
  font-size: 13px;
}

.r-list-r span {
  position: absolute;
  top: 46px;
  right: 10px;
}

.banner {
  position: relative;
}

.banner-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, .3);
  width: 350px;
  color: #fff;
}

.notice-content {
  padding: 10px 0;
  height: calc((100% - 60px)/2);
  border-bottom: 1px solid #ccc;
}

.mb-notice-content {
  height: 180px;
}

.notice-content ul {
  height: 100%;
}

.notice-content ul li {
  color: #fff;
  font-size: 15px;
  height: 33.33333%;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.notice-count {
  height: 180px;
  /* height: calc((100% - 60px)/2); */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.notice-count>div {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.containerLeft,
.containerRight {
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 10px #ddd;
}

.containerLeft {
  width: calc(100% - 350px - 30px);
  margin-right: 30px;
}

.tv-container {
  width: 100%;
  height: 680px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  padding: 60px 0px;
}

.mainContent .tv-container:first-of-type {
  background-image: url(../images/backImg1.png);
}

.mainContent .tv-container:nth-of-type(3) {
  background-image: url(../images/backImg2.png);
}

.recommend {
  width: 100%;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 10px #ddd;
}

.program-content {
  position: relative;
}

.program-content {
  margin: 20px 0 0;
}

.left-big-image-with-rank,
.ten-pic-with-rank {
  display: flex;
}

.ten-pic-with-rank .leftBigCourse {
  width: 100%;
}

.ten-pic-with-rank ul.video-page>li {
  width: calc((100% - 64px)/5);
  margin: 0 16px 22px 0;
}


ul.video-page>li {
  width: calc((100% - 97px)/6);
  float: left;
  margin: 0 6px 25px;
}

.containerProgram {
  margin-top: 20px;
}







/* 排行榜样式 */
.boxhide,
.boxshow {
  transition: all .3s ease-in-out;
}

.boxshow {
  height: 70px !important;
}

.re-box {
  height: 0;
}



.p-r-10 {
  padding-right: 10px;
}

.font-13 {
  font-size: 13px;
}


@media (max-width:768px) {

  .main-width {
    width: 100% !important;
  }

  .swiper-container {
    height: 160px;
  }

  .containerLeft {
    width: 100%;
    margin-right: 0px;
    padding: 10px;
  }

  .tv-container {
    padding: 20px 0px;
  }

  .mainContent {
    margin-top: 0px;
  }

  .container {
    width: 750px;
  }

  .recommend {
    width: 100%;
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0 5px 10px #ddd;
  }

  .row-horizon {
    margin-left: 0px;
    margin-right: 0px;
  }

  .containerProgram {
    margin-top: 10px;
  }

  .notice-content {
    padding: 10px 0;
    height: 180px;
    border-bottom: unset;
  }

  .notice-content ul {
    height: 100%;
  }

  .notice-content ul li {
    color: #fff;
    font-size: 15px;
    height: 33.33333%;
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media screen and (max-width: 1500px) and (min-width: 300px) {

  .containerLeft {
    width: calc(100% - 300px - 30px);
    margin-right: 30px;
  }


}