.bread {
  background: #F9F9F9;
}

.title {
  padding-bottom: 60px;
  border-bottom: 2px solid #D9D9D9;
  line-height: 1;
  font-weight: 500;
}

.all {
  padding: 68px 0 74px;
}

.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}

.l {
  width: 260px;
}
.l .swiper {
  overflow: inherit;
}
.l .swiper-wrapper {
  display: block;
}
.l .act {
  background: #F9F9F9;
}
.l .act::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  width: 3px;
  height: 100%;
  background: #2B69BF;
}

.r {
  width: calc(100% - 260px);
  border-left: 1px solid #D9D9D9;
  padding-left: 73px;
}

.swiper-slide {
  padding: 32px 41px;
  font-weight: 500;
  cursor: pointer;
  display: block;
  color: #333;
  transition: all 0.5s;
}
.swiper-slide:hover{
    background: #F9F9F9;
}
.sort_sub {
  color: #2B69BF;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list > div {
  width: calc((100% - 54px) / 2);
  background: #F9F9F9;
  padding: 36px 55px 41px 51px;
  height: 253px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          position: relative;
}
.list > div:nth-child(n+3) {
  margin-top: 54px;
}
.list > div:before{
        content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #2B69BF;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.list > div:hover:before{
    width: 100%;
}
.list_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.tit a {
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tit a:hover {
  color: #2B69BF;
}

.sum {
  margin-top: 10px;
  font-weight: 500;
}
.sum span {
  margin-right: 12px;
}

@media screen and (max-width: 1600px) {
  .all {
    padding: 50px 0 65px;
  }
  .title {
    padding-bottom: 30px;
  }
  .l {
    width: 230px;
  }
  .r {
    width: calc(100% - 230px);
    padding-left: 55px;
  }
  .list > div {
    width: calc((100% - 30px) / 2);
    padding: 25px 35px;
    height: 220px;
  }
  .list > div:nth-child(n+3) {
    margin-top: 30px;
  }
  .swiper-slide {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .list > div {
    width: calc((100% - 20px) / 2);
    padding: 20px 30px;
    height: 190px;
  }
  .list > div:nth-child(n+3) {
    margin-top: 20px;
  }
  .r {
    padding-left: 45px;
    width: calc(100% - 190px);
  }
  .l {
    width: 190px;
  }
  .swiper-slide {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 900px) {
  .title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    padding-bottom: 15px;
  }
  .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l {
    width: 100%;
    text-align: center;
  }
  .l .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l .swiper {
    overflow: hidden;
  }
  .swiper-slide {
    padding: 10px;
  }
  .r {
    border-top: 1px solid #D9D9D9;
    padding-top: 25px;
    padding-left: 0px;
    width: 100%;
    border-left: none;
  }
  .l .act::after {
    right: 0px;
    width: 100%;
    height: 2px;
    top: inherit;
    bottom: 0;
    display: none;
  }
  .all {
    padding: 40px 0;
  }
  .flx {
    margin-top: 25px;
  }
  .list > div {
    width: calc((100% - 15px) / 2);
    padding: 20px;
    height: 171px;
  }
  .list > div:nth-child(n+3) {
    margin-top: 15px;
  }
}
