/* pc端 */
.container {
  margin: 0 auto 50px;
  width: 1200px;
  justify-content: space-between;
  align-items: stretch;
}
.main {
  width: 893px;
}
.banner, .banner .swiper-slide {
  position: relative;
  width: 100%;
  height: 526px;
  /* overflow: hidden; */
  cursor: pointer;
}
.banner-line {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 4px solid #ccc;
}
.list-line {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  border-bottom: 4px solid #ccc;
}
.bottom-line {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 18px;
  width: 100%;
  border-bottom: 4px solid #ccc;
}
.last-line {
  margin-top: 16px;
  margin-bottom: 20px;
  padding-top: 18px;
  width: 100%;
  border-bottom: 4px solid #ccc;
}
.banner .item {
  position: relative;
}

.banner .opa {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 126px;
  background-color: rgba(100, 100, 100, 0.6);
}

.banner .label {
  position: absolute;
  left: 0;
  bottom: 126px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(270deg, #00BEF2 0%, #573996 100%);
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.banner .thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .title-box {
  padding: 0 21px;
  width: 100%;
  height: 99px;
}
.banner .title {
  width: 100%;
  line-height: 30px;
  color: #fff;
  font-size: 22px;
  text-align: left;
  font-weight: bold;
}

/* hot */
  .title-hot {
    margin-top: 10px;
    text-align: left;
    width: 100%;
    height: 45px;
    font-size: 30px;
    font-weight: 800;
    color: #222222;
    line-height: 45px;
  }

  .hot-list .list-item {
    padding: 2px 0;
    width: 100%;
    height: 185px;
  }
  .hot-list .rank {
    margin-right: 29px;
    width: 180px;
    height: 181px;
    font-size: 129px;
    font-weight: bold;
    /* color: #222; */
    line-height: 181px;
    background: linear-gradient(180deg, #00BEF2 0%, #376AB8 53%, #573996 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  .rank-img {
    display: inline-block;
    width: 180px;
    height: 160px;
    overflow: hidden;
    cursor: pointer;
  }
  .rank-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .hot-list .title-box {
    width: 569px;
    height: 85px;
    font-weight: bold;
  }

  .hot-list .title {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    /* color: #2E78C1; */
    line-height: 27px;
    text-decoration: none;
    color: #222;
    text-align: left;
    cursor: pointer;
  }
  .hot-list .title:hover {
    color: #2E78C1;
  }
  .hot-list .editor {
    width: 100%;
    height: 18px;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    line-height: 18px;
    text-align: left;
  }

  .hot-list .more {
    width: 80px;
    height: 80px;
    background: linear-gradient(270deg, #00BEF2 0%, #573996 100%);
    border-radius: 1px;
    background-size: auto 80%;
    cursor: pointer;
  }
  .hot-list .icon-more {
    width: 80px;
    height: 80px;
    background: url(./icon/icon-arrow-r.png) no-repeat center;
    background-size: 80%; 
  }
/* hot  -end */

.sidebar {
  padding: 0 26px;
  box-sizing: border-box;
  width: 333px;
}
.r-title {
  padding-top: 20px;
  height: 60px;
  font-size: 28px;
  font-weight: 800;
  color: #222222;
  line-height: 40px;
  text-align: left;
}
.recommend-list {
  margin-bottom: 30px;
}
.recommend-item {
  padding: 18px 0 15px;
  border-bottom: 1px solid #D8D8D8;
}
.recommend-item .title {
  margin-bottom: 12px;
  width: 281px;
  height: 42px;
  font-size: 15px;
  font-weight: 800;
  color: #222;
  line-height: 21px;
  text-align: left;
  text-decoration: none;
}
.recommend-item .title:hover {
  color: #2E78C1;
}
.recommend-item .label {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  width: 30px;
  height: 15px;
  color: #fff;
  line-height: 15px;
  font-size: 12px;
  background: linear-gradient(232deg, #00BEF2 0%, #573996 100%);
  border-radius: 2px;
  font-weight: bold;
  text-decoration: none;
}
.recommend-item .time {
  vertical-align: top;
  display: inline-block;
  height: 20px;
  color: #666;;
  line-height: 20px;
  font-size: 14px;
  /* font-weight: bold; */
}
.sidebar .more {
  width: 281px;
  height: 52px;
  text-decoration: none;
  background: linear-gradient(270deg, #00BEF2 0%, #573996 100%);
}
.sidebar .more .text {
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  line-height: 52px;
}
.sidebar .icon-arrow-r {
  margin-left: 6px;
  width: 35px;
  height: 4px;
  background: url(./icon/icon-arrow-r.png) no-repeat center;
  background-size: contain;
}
.pc-container .item-thumb {
  margin-right: 20px;
  width: 246px;
  height: 150px;
  overflow: hidden;
}

.pc-container .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease .1s;
}

.pc-container .item-thumb img:hover {
/* 放大1.3倍 */
  transform: scale(1.3);
}
.pc-container .js-banner .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 2px;
}
/* pc端结束 */

/* 移动端开始 */
.m-container .m-newsList {
  padding-bottom: 1.2rem;
}
.m-container .m-banner {
  width: 100% !important;
  height: 2.08rem;
  overflow: hidden;
}
/* .m-container .m-banner .swiper-wrapper,
.m-container .m-banner .swiper-slide {
  width: 100% !important;
  height: 2.08rem!important;
} */
.m-container .m-banner .opa {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.7rem 0 0.12rem;
  width: 100%;
  height: 0.5rem;
  line-height: 0.48rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  font-weight: bold;
}
.m-banner-item {
  position: relative;
  width: 100%;
  height: 2.08rem;
}
.m-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-page-title {
  padding-left: 0.1rem;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #eee;
  color: #222;
  font-size: 0.14rem;
  text-align: left;
  font-weight: bold;
}
.m-newItem {
  padding: 0 0.15rem;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: left;
  font-size: 0.14rem;
  border-bottom: 1px solid #eee;
}
/* 移动端结束 */