@charset "utf-8";

.wrapper {
  max-width: 1366px;
  width: 80%;
}

/* section titles */
.section-active-img {
  margin-top: -72px;
}

.section-active-img .section-title {
  background: url(../img/icon-comment.png) left top no-repeat;
}

.section-report .section-title {
  background: url(../img/icon-imgpaper.png) left top no-repeat;
}

/* .section-cnt .swiper-container-01,
.section-cnt .swiper-container-02 {
  height: 370px;
} */

/* .section-cnt .swiper-wrapper {
  height: 328px;
} */

.section-cnt .swiper-wrapper .col-sub {
  width: 486px;
  height: 100%;
  float: left;
}

.section-cnt .swiper-wrapper .col-sub img {
  width: 100%;
  height: 100%;
  display: block;
}

.section-cnt .swiper-wrapper .col-main {
  width: 426px;
  height: 243px;
  float: right;
  background: #f0f0f0;
  padding: 50px 50px 35px;
}

.section-cnt .swiper-wrapper .col-main .slide-title {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  height: 106px;
}

.section-cnt .swiper-wrapper .col-main .slide-title a {
  color: #333;
}

.section-cnt .swiper-wrapper .col-main .slide-text {
  border-top: 2px solid #c7c7c7;
  font-size: 14px;
  padding-top: 15px;
  height: 85px;
  overflow: hidden;
}

.c-pagination {
  justify-content: center;
}

.section-cnt .swiper-button-prev,
.section-cnt .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: 0;
  position: initial;
}

.swiper-pagination-current{
  color: #e65504;
}

.c-pagination .pagination-num .pagination-cur {
  color: #666;
}

.swiper-pagination-total {
  color: #666;
}

.section-cnt .swiper-button-prev {
  background: url(../img/arr-left-05.png) center center no-repeat;
  left: 0;
  margin-right: 25px;
  background-size: contain;
}

.section-cnt .swiper-button-next {
  background: url(../img/arr-right-05.png) center center no-repeat;
  right: 0;
  margin-left: 25px;
  background-size: contain;
}

.btn-more {
  width: 92px;
  height: 25px;
  line-height: 25px;
  float: right;
  font-size: 14px;
}

.section-cnt .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
  margin: 0 4px;
}

.section-cnt .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #f15a24;
}

.img-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

.img-list-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 4);
}

.img-item-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: #00000029 0 6px 10px 0px;
  border-radius: 0 0 4px 4px;
}

.image-box {
  width: 100%;
  height: 200px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .4s;
}

.image-box img:hover {
  height: 110%;
  margin-top: -5%;
  transition: .4s;
}

.image-p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.image-p a {
  width: 86%;
}

.image-icon {
  background-image: url(../img/img-see.png);
  background-position-y: 3.5px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 21px;
  height: 21px;
  margin-right: 5px;
  transition: .4s;
}
.image-icon:hover {
  transform: rotateY(180deg);
  transition: .4s;
}

.image-p p {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
}
.image-p p:hover {
  color: #333;
}


@media screen and (max-width: 900px) {
  .wrapper {
    width: 100%;
  }

  .swiper-slide {
    height: 53%;
  }
  .section-active-img {
    margin-top: 0;
  }

  

  .section-cnt .swiper-wrapper .col-sub,
  .section-cnt .swiper-wrapper .col-main {
    width: 100%;
    float: none;
  }

  .section-cnt .swiper-wrapper .col-sub {
    height: 4.15rem;
  }

  .section-cnt .swiper-wrapper .col-main {
    height: 2.35rem;
    padding: .3rem .4rem;
    background-color: #e75312;
    box-sizing: border-box;
  }

  .section-cnt .swiper-wrapper .col-main .slide-title {
    font-size: .32rem;
    height: .55rem;
    color: #fff;
    font-weight: bold;
    height: 1.1rem;
    overflow: hidden;
  }

  .section-cnt .swiper-wrapper .col-main .slide-title a {
    color: #fff;
  }

  .section-cnt .swiper-wrapper .col-main .slide-text {
    border-top: none;
    height: auto;
    float: right;
    color: #fff;
  }

  .btn-more {
    display: none;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }

  .section-cnt .swiper-pagination-bullet {
    background: #f4aa89;
  }

  .img-list .img-list-item .text-part {
    width: 4.5rem;
  }

  .image-box img:hover {
    height: 100%;
    width: 100%;
    margin-top: 0;
    object-fit: cover;
    transition: .4s;
  }

}

@media screen and (max-height: 600px) {
  .image-box {
    height: 140px;
  }
}