@charset "UTF-8";
html {
  width: 100%;
}

.bt {
  width: 3.6rem;
  height: .24rem;
  position: absolute;
  top: 7.93rem;
  left: 14.9rem;
  z-index:10;
}

.bt a {
  display: inline-block;
  font-size: .2rem;
  line-height: .24rem;
  color: #333;
  vertical-align: top;
  font-weight: 700;
}

.bt a.curr {
  cursor: default;
}

.bt .arrows {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: .18rem;
  line-height: .24rem;
  opacity: .3;
  margin: 0 .1rem;
}

.wrapper {
  width: 19.2rem;
  height: auto;
  min-height: 14rem;
  position: relative;
  background: #e3e3ef;
  margin: 0 auto;
}

.title {
  position: absolute;
  font-size: .48rem;
  font-family:"84font-bold";
  top: 1.2rem;
  left:3.4rem;
  width: 2.7rem;
  height: 0.44rem;
  background: url(././images/news-title.png) no-repeat;
  background-size: 100% 100%;
  font-style: italic;
  color:#fff;
}

.title h2{
  padding-left:.45rem;
  white-space: nowrap;
}

.swiper {
  width: 15.34rem;
  height: 4.6rem;
  position: absolute;
  top: 2.34rem;
  right: 0;
  overflow: hidden;
}

.swiper-wrapper {
  width: 13.64rem;
  height: 4.6rem;
}

.swiper-slide {
  width: 5.66rem;
  height: 4.6rem;
}

.swiper-slide .thumb {
  width: 5.52rem;
  height: 3.26rem;
  display: block;
  border: 6px solid transparent;
  cursor: pointer;
  border-radius: .24rem;
  overflow: hidden;
  border: .06rem solid transparent;
}

.swiper-slide .thumb:hover {
  border-color: #ccff40;
}

.swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper .desc {
  font-size: .2rem;
  color: #fff;
  font-weight:700;
  line-height: .43rem;
  padding: .18rem 0 .2rem .16rem;
  width: 5.52rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper .tag-desc {
  font-size: .24rem;
  color: #fff;
  font-weight: bold;
  padding-left: .16rem;
  line-height: .3rem;
  margin-top:.2rem;
}

.swiper .tag-desc .tag {
  width: 1.02rem;
  height: .3rem;
  font-size:700;
  font-size: .18rem;
  line-height: .3rem;
  color: #3b3d43;
  text-align: center;
  display: inline-block;
  background-color: #cbff3f;
  border-radius: .06rem;
  margin-left: .2rem;
  vertical-align: text-bottom;
}

.list {
  position:relative;
  width: 12.8rem;
  margin: 0 auto;
}

.list-container {
  display: flex;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  padding: 1rem 0 1rem .8rem;
}

.list-container .thumb {
  top: 0;
  left: .48rem;
  width: 4.46rem;
  height: 2.5rem;
  border-radius: .08rem;
  overflow: hidden;
}

.list-container .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-container .text {
  margin-left: 1rem;
}

.list-container::after {
  content: '';
  width: 100%;
  height: .06rem;
  background-color: #cfcfda;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-container:last-child::after {
  display: none;
}

.btn-read {
  color: #7640d4;
  font-size: .2rem;
  font-weight: bold;
  line-height: .24rem;
  display: inline-flex;
  margin-bottom: .1rem;
}

.btn-read::after {
  content: "\00BB";
  display: inline-flex;
  margin-left: .1rem;
  font-size: .3rem;
  font-weight: 400;
  position: relative;
}

.list .desc {
  color: #202121;
  font-size: .4rem;
  font-weight: bold;
  width: 5.6rem;
  line-height: .48rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 指定最大显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list .desc a {
  color: #202121;
}

.list .tag-desc {
  padding-top: .1rem;
  color: #202121;
  font-size: .24rem;
  line-height: .3rem;
  font-weight:700;
}

.list .tag-desc .tag {
  width: 1.02rem;
  height: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #202121;
  border-radius: 0.06rem;
  margin-left: 0.2rem;
  vertical-align: text-bottom;
}

.top-news{
  position:relative;
  height:8.28rem;
  background-image: url(./images/bg-list-top.png);
  background-color: #7640d4;
  background-size:19.2rem 6.68rem;
  background-position:0 101%;
}
