.all {
  background-image: url(/static/cn/img/dj_bg.png), -webkit-gradient(linear, left top, left bottom, from(#FBF9F9), to(rgba(249, 239, 239, 0)));
  background-image: url(/static/cn/img/dj_bg.png), linear-gradient(180deg, #FBF9F9 0%, rgba(249, 239, 239, 0) 100%);
  background-color: #FFFFFF;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.top {
  position: relative;
}
.top .top_point {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 47.4%;
  padding: 0 4.6875%;
}
.top .point {
  padding: 45px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top .point span {
  background: #737373;
}
.top .point .swiper-pagination-bullet-active {
  background: #B30504;
}
.top .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .l {
  width: 52.6%;
  position: relative;
}
.top .r {
  width: 47.4%;
  padding: 6.25% 4.6875%;
}
.top .r > div {
  padding-right: 60px;
}
.top .img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.top .sj {
  width: 106px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 65px;
  right: 65px;
}
.top .sj > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .sj .day {
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  color: #B30504;
}
.top .sj .month {
  color: #737373;
  line-height: 2;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.top .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.top .tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top .tit a:hover {
  color: #B30504;
}
.top .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.875;
  color: #737373;
}
.top .more {
  width: 150px;
  height: 40px;
  border-radius: 0px 15px 0px 15px;
  background: #B30504;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.list > div {
  position: relative;
  padding-bottom: 55px;
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.list > div::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 22px);
  background: #fff;
  border-radius: 0 30px 0 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list > div:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.list > div:hover .tit a {
  color: #B30504;
}
.list > div:hover::after {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.list .l {
  width: 35.4%;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.list .img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.list .img_pic img{
    height: auto;
    width: auto;
    max-height: 60%;
    max-width: 60%;
}
.list .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.list .r {
  width: 64.6%;
  padding: 0 6.8%;
  position: relative;
  z-index: 2;
}
.list .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list .tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.875;
  height: 3.75em;
  color: #737373;
  margin-top: 10px;
}
.list .line {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

#page .laypage_curr {
  background: #B30504 !important;
}
#page span:not(.laypage_curr):hover {
  color: #B30504;
}
#page a:not(.laypage_curr):hover {
  color: #B30504;
}
@media screen and (max-width: 1700px){
    .top .r{
        padding:5% 4%;
    }
    .top .point {
    padding: 25px 0;
        
    }
    .top .more {
    width: 120px;
        
    }
    .top .sj {
    width: 90px;
    height: 90px;
        top: 40px;
        right: 40px;
    }
    .list .l {
        border-radius: 0 20px 0 20px;
    }
    .list > div::after{
            border-radius: 0 20px 0 20px;
    }
    .list > div{
        padding-bottom: 45px;
    }
}
@media screen and (max-width: 1200px){
    .top .r{
        padding:20px 30px;
    }
    .top .point {
        padding: 20px 0 0;
    }
    .top .sj {
        top: 30px;
        right: 30px;
    }
    .list .line{
        margin: 20px 0;
    }
    .list > div{
       padding: 0;
       align-items: center;
    }
    .list > div::after{
        display: none;
    }
}
@media screen and (max-width: 1000px){
    .top .swiper-slide{
        flex-direction: column;
    }
    .top .l{
        width: 100%;
    }
    .top .r{
        width: 100%;
    }
    .top .top_point{
        width: 100%;
    }
    .top .r{
        padding: 5% 5% 0;
    }
    .top .top_point{
        position: relative;
        margin-top: 30px;
    }
    .top .point{
        justify-content: center;
        border-top:none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding: 0 0 20px;
    }
    .top .r > div {
    padding-right: 0px;
}
}
@media screen and (max-width: 768px){
    .list .l {
        border-radius: 0 15px 0 15px;
        width: 120px;
    }
    .list .img{
        padding-bottom: 80%;
    }
    .list .r{
        width: calc(100% - 140px);
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .list .des{
        display: none;
    }
    .list .line{
        display: none;
    }
    .list > div{
        align-items: inherit;
        justify-content: space-between;
    }
    .list .tit{
            -webkit-line-clamp: 2;
    }
    .top .sj {
        top: 20px;
        right: 20px;
        width: 80px;
        height: 80px;
    }
}
