.news-banner {
  background-size: 100% 80% !important;
  background-position: center top;
}

.newshot-list-wrap .newshot-pic picture {
  height: 400px;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.newshot-list-wrap .newshot-pic picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newshot-list-wrap .newshot-list .list {
  border-top: solid 1px #dfdfdf;
  padding: 1.25rem 0;
}
.newshot-list-wrap .newshot-list .list:first-child {
  border-top: 0;
}
.newshot-list-wrap .newshot-list .list a {
  display: block;
  text-decoration: none;
  color: #999;
}
.newshot-list-wrap .newshot-list .list a .title {
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
.newshot-list-wrap .newshot-list .list a:hover .title {
  color: rgb(0, 0, 0);
}
.newshot-list-wrap .newshot-list .list.active .title {
  color: #000;
}

.news-alllist {
  padding: 0;
}
.news-alllist li {
  list-style: none;
  padding: 0.875rem;
}
.news-alllist li a {
  display: block;
  text-decoration: none;
  color: #999;
  border: solid 1px #dfdfdf;
  border-radius: 1rem;
  overflow: hidden;
}
.news-alllist li a picture {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
@media (min-width:1600px) {
  .news-alllist li a picture {
    height: 260px;
  }
}
.news-alllist li a picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-alllist li a .cont {
  padding: 1rem;
}
.news-alllist li a .title {
  padding-top: 1rem;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  min-height: 70px;
}
.news-alllist li a:hover .title {
  color: #013ef8;
}

.guide-wrap {
  height: 56px;
}

.guide-wrap a,
.guide-wrap span {
  color: rgba(40, 40, 40, 0.8);
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 1.8;
}

.art-cont-wrap {
  margin-top: 48px;
}

.art-cont-wrap h1 {
  color: #282828;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 0.06em;
}

.art-cont-wrap p.time {
  color: rgba(40, 40, 40, 0.48);
  letter-spacing: 0.04em;
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.8;
  border-bottom: 1px solid #ECEEF5;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.art-cont-wrap .art-cont {
  margin-top: 48px;
  text-align: center;
}

.art-cont-wrap .art-cont p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
}

.art-cont-wrap .art-cont p:not(:first-of-type) {
  margin-top: 32px;
}

.art-cont-wrap .art-cont img {
  margin-top: 16px;
  max-width: 720px;
}

.related-read {
  margin-top: 80px;
}

.related-read .tit {
  letter-spacing: 0.06em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.related-read .cell {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-top: 24px;
  overflow: hidden;
}

.related-read .cell img {
  width: 245px;
  height: 189px;
  transition: all 0.4s;
}

.related-read .cell .cell-cont {
  margin-left: 48px;
  padding-right: 48px;
}

.related-read .cell .cell-cont p.tit {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #282828;
  font-weight: 400;
}

.related-read .cell .cell-cont p.related-time {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(40, 40, 40, 0.48);
  margin-bottom: 0;
}

.related-read .cell:hover {
  background: linear-gradient(0deg, #FF5740 0%, #FF9486 100%);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}

.related-read .cell:hover img {
  transform: scale(1.1);
}

.related-read .cell:hover p.tit {
  color: #FFFFFF;
}

.related-read .cell:hover p.related-time {
  color: #FFFFFF;
  opacity: 0.8;
}

@media (max-width: 1366px) {
  .art-cont-wrap {
    margin-top: 40px;
  }
  .art-cont-wrap .art-cont {
    margin-top: 40px;
  }
  .art-cont-wrap h1 {
    font-size: 40px;
  }
  .related-read {
    margin-top: 64px;
  }
}
@media (max-width: 840px) {
  .container.art-cont-wrap {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 720px) {
  .guide-wrap {
    padding-left: 16px;
  }
  .art-cont-wrap .art-cont img {
    max-width: 100%;
  }
  .art-wrap {
    padding-top: 57px;
  }
  .art-cont-wrap h1 {
    font-size: 28px;
  }
  .art-cont-wrap {
    margin-top: 40px;
  }
  .art-cont-wrap p.time {
    margin-top: 8px;
  }
  .art-cont-wrap .art-cont {
    margin-top: 32px;
  }
  .art-cont-wrap .art-cont p:not(:first-of-type) {
    margin-top: 24px;
  }
  .related-read {
    margin-top: 64px;
  }
  .related-read .cell .cell-cont {
    margin-left: 0;
    padding-right: 24px;
    padding: 32px 24px;
  }
  .related-read .cell .cell-cont a {
    font-size: 18px;
  }
}/*# sourceMappingURL=news.css.map */