﻿.alllist .list_banner_1 {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(10, 9, 11, 0.07), 0px 2px 18px 4px rgba(6, 6, 6, 0.17);
          box-shadow: 0px 2px 7px 0px rgba(10, 9, 11, 0.07), 0px 2px 18px 4px rgba(6, 6, 6, 0.17);
  border-radius: 6px;
  margin-top: 20px;
  width: 1200px;
  height: 437px;
  overflow: hidden;
}

.alllist .list_banner_1 .swiper-container .swiper-wrapper .swiper-slide {
  width: 1200px;
  height: 437px;
}

.alllist .list_banner_1 .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alllist .list_banner_1 .swiper-container .swiper-pagination {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 27px;
  text-align: right;
}

.alllist .list_banner_1 .swiper-container .swiper-pagination span {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.alllist .list_banner_1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff5457;
}

.alllist .list_banner_1 .left {
  width: 777px;
}

.alllist .list_banner_1 .left img {
  display: block;
  width: 777px;
  height: 437px;
}

.alllist .list_banner_1 .right {
  overflow: hidden;
  width: 378px;
  padding: 45px 22px;
  background: url("../images/list_banner_bg.png") no-repeat center center;
}

.alllist .list_banner_1 .right h3 {
  margin: 0;
  line-height: 28px;
  font-size: 24px;
  font-family: Source Han Sans CN Heavy, Source Han Sans CN Heavy-Heavy;
  font-weight: 800;
  color: #ff575a;
  text-shadow: 0px 2px 7px 0px rgba(10, 9, 11, 0.07);
}

.alllist .list_banner_1 .right .line {
  margin: 24px 0 18px;
}

.alllist .list_banner_1 .right .line span {
  font-size: 14px;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  font-weight: 400;
  color: #6c6c6c;
  text-shadow: 0px 2px 7px 0px rgba(10, 9, 11, 0.07);
}

.alllist .list_banner_1 .right .brief {
  font-size: 16px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  text-align: justify;
  color: #636363;
  line-height: 30px;
  text-shadow: 0px 2px 7px 0px rgba(10, 9, 11, 0.07);
}

.alllist .list_tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
}

.alllist .list_tabs li {
  cursor: pointer;
  min-width: 120px;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
  font-weight: 500;
  color: #555555;
  background: #f4f4f4;
}
.alllist .list_tabs li a {
  color:#555;
}
.alllist .list_tabs li.selected, .alllist .list_tabs li:hover {
  color: #ff5659;
  font-weight: 800;
  background: #fff;
}

.alllist .tabs-content .tabs-pane {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.alllist .tabs-content .tabs-pane.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alllist .tabs-content .tabs-pane .column {
  padding: 15px 18px;
  border: 1px solid #ededed;
  width: 554px;
  height: 142px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
}

.alllist .tabs-content .tabs-pane .column .pic-con {
  width: 144px;
  height: 144px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.alllist .tabs-content .tabs-pane .column .pic-con img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.alllist .tabs-content .tabs-pane .column .con {
  width: 395px;
}

.alllist .tabs-content .tabs-pane .column .con h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-weight: normal;
  line-height: 24px;
  font-size: 20px;
  font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
  font-weight: 500;
  color: #363636;
}

.alllist .tabs-content .tabs-pane .column .con .brief {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  color: #a8a8a8;
  line-height: 18px;
  margin: 20px 0;
  text-align: justify;
}

.alllist .tabs-content .tabs-pane .column .con .date {
  line-height: 14px;
  font-size: 14px;
  font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
  font-weight: 500;
  color: #6c6c6c;
}

.alllist .tabs-content .tabs-pane .column .con .date span {
  display: block;
}

.alllist .tabs-content .tabs-pane .column .con .date span:first-child {
  margin-right: 26px;
}

.alllist .tabs-content-book {
  min-height: 300px;
}

.alllist .tabs-content-book .tabs-pane {
  display: none;
}

.alllist .tabs-content-book .tabs-pane.show {
  display: block;
}

.alllist .tabs-content-book .tabs-pane .book-table {
  width: 100%;
}

.alllist .tabs-content-book .tabs-pane .book-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.alllist .tabs-content-book .tabs-pane .book-table th,
.alllist .tabs-content-book .tabs-pane .book-table td {
  color: #000;
  font-size: 16px;
  text-align: left;
  height: 48px;
  line-height: 48px;
}

.alllist .list__2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.alllist .list__2:after {
  content: "";
  width: 390px;
}

.alllist .list__2 li {
  border-radius: 6px;
  width: 390px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 9px 0px rgba(47, 49, 51, 0.11);
          box-shadow: 0px 1px 9px 0px rgba(47, 49, 51, 0.11);
  position: relative;
  margin-bottom: 20px;
}

.alllist .list__2 li .pic {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: block;
  width: 390px;
  height: 220px;
}

.alllist .list__2 li .mask {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 220px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alllist .list__2 li .mask .icon {
  display: block;
  width: 44px;
  height: 43px;
}

.alllist .list__2 li .con {
  padding: 10px 15px;
}

.alllist .list__2 li .con p {
  font-size: 16px;
  font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
  font-weight: 500;
  color: #363636;
  line-height: 20px;
  margin-bottom: 10px;
}

.alllist .list__2 li .con span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  font-weight: 400;
  color: #b1b1b1;
  text-indent: 26px;
  background: url("../images/icon_headset.png") no-repeat left center;
}

.alllist .list__3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.alllist .list__3 li {
  border: 1px solid #e4e4e4;
  border-radius: 11px;
  width: 553px;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 25px 10px 10px;
}

.alllist .list__3 li .pic {
  border-radius: 10px;
  display: block;
  width: 140px;
  height: 186px;
}

.alllist .list__3 li .con {
  width: 395px;
}

.alllist .list__3 li .con .tit {
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alllist .list__3 li .con .tit h6 {
  font-weight: normal;
  font-size: 24px;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  color: #ff5458;
}

.alllist .list__3 li .con .tit .tag {
  margin-left: 12px;
  display: inline-block;
  padding: 6px 17px;
  text-align: center;
  height: 14px;
  background: #eeeeee;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  font-size: 14px;
  line-height: 14px;
  font-family: PingFang SC Regular, PingFang SC Regular-Regular;
  color: #848484;
}

.alllist .list__3 li .con p {
  font-size: 14px;
  line-height: 25px;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  text-align: justify;
  color: #939393;
  margin-top: 16px;
}

.alllist .list__3 li .con .bot {
  margin-top: 20px;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alllist .list__3 li .con .bot .zan {
  width: 18px;
  height: 18px;
  background: url("../images/zan.png") no-repeat;
  background-size: cover;
  position: relative;
}

.alllist .list__3 li .con .bot .zan span {
  display: inline-block;
  padding: 2px 6px;
  text-align: center;
  height: 14px;
  background: #eeeeee;
  border-radius: 7px;
  font-size: 12px;
  line-height: 14px;
  font-family: PingFang SC Regular, PingFang SC Regular-Regular;
  color: #848484;
  position: absolute;
  left: 18px;
  top: -7px;
}

.alllist .list__3 li .con .bot .zan.active {
  background: url("../images/zan.png") no-repeat;
  background-size: cover;
}

.alllist .list__3 li .con .bot .zan.active span {
  background: #fdb126;
  color: #fff;
}

.alllist .list__3 li .con .bot .btn {
  width: 130px;
  height: 36px;
  line-height: 36px;
  border-radius: 100px;
  text-align: center;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff474b), to(#ffa1a1));
  background: linear-gradient(#ff474b 0%, #ffa1a1 100%);
  font-size: 16px;
  font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
  color: #ffffff;
  letter-spacing: 2px;
}

.alllist .list__4 {
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alllist .list__4:after {
  content: "";
  width: 390px;
}

.alllist .list__4 li {
  margin-bottom: 20px;
  border-radius: 6px;
  position: relative;
  -webkit-box-shadow: 0px 1px 9px 0px rgba(47, 49, 51, 0.11);
          box-shadow: 0px 1px 9px 0px rgba(47, 49, 51, 0.11);
  width: 390px;
}

.alllist .list__4 li .pic {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: block;
  height: 220px;
  width: 390px;
}

.alllist .list__4 li .mask {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  height: 220px;
  width: 390px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4) url("../images/icon_play.png") no-repeat center center;
  background-size: 68px 68px;
}

.alllist .list__4 li .sub {
  padding: 10px 20px;
}

.alllist .list__4 li .sub p {
  font-size: 16px;
  line-height: 28px;
  font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
  font-weight: 500;
  color: #3c3c3c;
}

.alllist .list__4 li .sub .brief {
  max-height: 44px;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  text-align: justify;
  color: #7d7d7d;
  margin: 4px 0;
}

.alllist .list__4 li .sub .bot {
  height: 20px;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alllist .list__4 li .sub .bot .date {
  font-size: 12px;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  color: #807f7f;
}

.alllist .list__4 li .sub .bot .count {
  font-size: 12px;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  color: #807f7f;
  background: url("../images/icon_watch.png") no-repeat left center;
  background-size: 23px 13px;
  text-indent: 30px;
}

.alllist .list__4 li .sub .bot .rate span {
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url("../images/star_selected.png") no-repeat center center;
  background-size: cover;
}

.alllist .list__4 li:hover p,
.alllist .list__4 li:hover h6,
.alllist .list__4 li:hover .brief {
  color: #ff474b !important;
}

.list_banner_2 {
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative;
}

.list_banner_2 .swiper-container {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.list_banner_2 .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 430px;
}

.list_banner_2 .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.list_banner_2 .swiper-container .swiper-pagination span {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.list_banner_2 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff5457;
}

.list_banner_3 {
  background: url("../images/banner_list_3.jpg") no-repeat center top;
  width: 100%;
  height: 643px;
  overflow: hidden;
}

.list_banner_3 .swiper-container {
  height: 607px;
  padding-top: 36px;
  width: 1200px;
  margin: 0 auto;
}

.list_banner_3 .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  padding-top: 22px;
  background: url("../images/computer.png") no-repeat left top;
  width: 100%;
  height: 643px;
}

.list_banner_3 .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 567px;
  height: 355px;
  margin-left: 131px;
  position: relative;
}

.list_banner_3 .swiper-container .swiper-wrapper .swiper-slide .pic img {
  display: block;
  width: 567px;
  height: 355px;
}

.list_banner_3 .swiper-container .swiper-wrapper .swiper-slide .pic .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) url("../images/icon_play.png") no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}

.list_banner_3 .swiper-container .swiper-wrapper .swiper-slide .con {
  width: 388px;
  margin-left: 60px;
}

.list_banner_3 .swiper-container .swiper-wrapper .swiper-slide .con .tit {
  font-size: 24px;
  font-family: PingFang SC Semibold, PingFang SC Semibold-Semibold;
  font-weight: 600;
  color: #ff474b;
  margin: 30px 0;
}

.list_banner_3 .swiper-container .swiper-wrapper .swiper-slide .con .brief {
  height: 96px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: PingFang SC Regular, PingFang SC Regular-Regular;
  text-align: justify;
  color: #414141;
}

.list_banner_3 .swiper-container .swiper-wrapper .swiper-slide .con .btn {
  border-radius: 100px;
  width: 247px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(-45deg, #fc8901 0%, #ffee5e 100%);
  -webkit-box-shadow: 2px 3px 16px 8px rgba(8, 1, 3, 0.1);
          box-shadow: 2px 3px 16px 8px rgba(8, 1, 3, 0.1);
  font-size: 24px;
  font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
  font-weight: 500;
  text-align: center;
  color: #ff474b;
  letter-spacing: 2px;
  margin-top: 44px;
}

.list_banner_3 .swiper-container .swiper-wrapper .swiper-slide .con .tools {
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 44px;
}

.list_banner_3 .swiper-container .swiper-wrapper .swiper-slide .con .tools .count {
  font-size: 14px;
  line-height: 20px;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  color: #fff;
  background: url("../images/icon_watch.png") no-repeat left center;
  background-size: 37px 21px;
  text-indent: 50px;
}

.list_banner_3 .swiper-container .swiper-wrapper .swiper-slide .con .tools .rate {
  margin-left: 40px;
}

.list_banner_3 .swiper-container .swiper-wrapper .swiper-slide .con .tools .rate span {
  display: inline-block;
  width: 25px;
  height: 23px;
  background: url("../images/star.png") no-repeat center center;
  background-size: cover;
}

.list_banner_3 .swiper-container .swiper-wrapper .swiper-slide .con .tools .rate span.selected {
  background: url("../images/star_selected.png") no-repeat center center;
  background-size: cover;
}

.list_banner_3 .swiper-container .swiper-pagination {
  bottom: 94px;
}

.list_banner_3 .swiper-container .swiper-pagination span {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.list_banner_3 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.list_banner_3 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff5457;
}
/*# sourceMappingURL=list.css.map */
