@import url(reset.css);
@import url(font.css);
@import url(column.css);
@import url(common.css);
@import url(pc.css);
@import url(mobile.css);
.news .hot-list {
  margin-bottom: 7.8vw;
}
.news .hot-list h2 {
  margin-top: 5.26vw;
  margin-bottom: 4.79vw;
  font-size: 2.08vw;
  line-height: 4.17vw;
  color: #141414;
}
.news .hot-list .row {
  display: flex;
  flex-direction: row;
}
.news .hot-list .row .col1 {
  flex: 1;
}
.news .hot-list .row .col1 h5 {
  font-size: 1.25vw;
  color: #141414;
}
.news .hot-list .row .col1 p {
  margin-top: 2.97vw;
  font-size: 0.94vw;
  line-height: 4.17vw;
  color: #141414;
}
.news .hot-list .row .col2 {
  margin-right: 9.43vw;
  flex: none;
  width: 22.5vw;
}
.news .hot-list .row .col2 h4 {
  font-size: 1.25vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0.06vw;
  color: #141414;
  margin-bottom: 2.29vw;
}
.news .hot-list .row .col3 {
  flex: none;
}
.news .hot-list .row .col3 img {
  width: 39.06vw;
  height: 26.82vw;
  object-fit: cover;
}
.news .latest-list h2 {
  font-size: 2.08vw;
  line-height: 4.17vw;
  color: #141414;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.news .news-list {
  margin-top: 2.4vw;
}
.news .video-list {
  padding-left: 16vw;
  padding-top: 5vw;
}
.news .video-list h5 {
  font-size: 0.94vw;
  line-height: 1.13vw;
  color: #141414;
}
.news .video-list h2 {
  margin-top: 1.6vw;
  font-size: 1.88vw;
  line-height: 2.81vw;
  color: #141414;
}
.news .video-list ul {
  padding-left: 32vw;
  margin-top: 7.8vw;
}
.news .video-list ul li {
  line-height: 3.33vw;
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
  display: flex;
  flex-direction: row;
  font-size: 0.94vw;
  color: #141414;
}
.news .video-list ul li time {
  width: 5vw;
  flex: none;
}
.news .video-list ul li p {
  flex: 1;
  margin-left: 10vw;
}
.news .video-list ul li a {
  line-height: 3.33vw;
}
.news .article {
  padding-bottom: 12.3vw;
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
  margin-bottom: 4.58vw;
}
.news .article .first {
  display: flex;
}
.news .article .first .cover {
  position: relative;
  flex: none;
  align-items: center;
}
.news .article .first .cover img {
  width: 41.67vw;
  height: 26.04vw;
  object-fit: contain;
}
.news .article .first .title {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 3.4vw;
  justify-content: center;
}
.news .article .first .title .tag {
  font-size: 0.94vw;
  color: #141414;
}
.news .article .first .title h5 {
  margin-top: 0.3vw;
  margin-bottom: 2vw;
  font-size: 1.25vw;
  color: #141414;
}
.news .article .first .title h2 {
  width: 37.5vw;
  font-size: 2.08vw;
  color: #141414;
}
.news .article .content {
  width: 62.76vw;
  margin-left: 15.94vw;
  margin-top: 6.4vw;
}
.news .article .content h3 {
  margin-top: 3vw;
  margin-bottom: 1vw;
  font-size: 1.25vw;
  line-height: 1.88vw;
  color: #141414;
}
.news .article .content p {
  font-size: 0.94vw;
  color: #141414;
  margin-bottom: 2vw;
  font-weight: 300;
}
.news .article .content img {
  margin: 5.3vw 0;
}
@media screen and (max-width: 960px) {
  .news .hot-list {
    padding: 0 4vw;
  }
  .news .hot-list h2 {
    font-size: 5.33vw;
    line-height: 150%;
    margin-top: 28vw;
  }
  .news .hot-list .row {
    flex-direction: column;
  }
  .news .hot-list .row .col1 h5 {
    font-size: 7.34vw;
    line-height: 100%;
  }
  .news .hot-list .row .col1 p {
    font-size: 3.2vw;
    line-height: 150%;
  }
  .news .hot-list .row .col2 {
    width: 100%;
  }
  .news .hot-list .row .col2 h4 {
    margin-top: 10vw;
    font-size: 3.47vw;
    line-height: 150%;
  }
  .news .hot-list .row .col2 a {
    margin-top: 6.8vw;
  }
  .news .hot-list .row .col3 {
    margin-top: 12vw;
  }
  .news .hot-list .row .col3 img {
    width: 92.13vw;
    height: 63.33vw;
  }
  .news .latest-list {
    padding: 0 4vw;
  }
  .news .latest-list h2 {
    font-size: 5.33vw;
    margin-top: 26vw;
    padding-bottom: 9vw;
    border-bottom: 1px solid rgba(20, 20, 20, 0.2);
    margin-bottom: 10vw;
  }
  .news .video-list {
    padding: 25vw 4vw;
  }
  .news .video-list h5 {
    font-size: 3.2vw;
    line-height: 2.88vw;
  }
  .news .video-list h2 {
    margin-top: 4vw;
    font-size: 5.33vw;
    line-height: 7.2vw;
  }
  .news .video-list ul {
    padding-left: 0;
    margin-top: 13.2vw;
  }
  .news .video-list ul li {
    padding: 7.8vw 0;
    flex-wrap: wrap;
    font-size: 3.47vw;
    line-height: 150%;
  }
  .news .video-list ul li time {
    width: 22.8vw;
  }
  .news .video-list ul li p {
    margin-left: 0;
    width: 67.2vw;
    flex: none;
  }
  .news .video-list ul li a {
    margin-left: 22.8vw;
    margin-top: 3.2vw;
  }
  .news .article {
    padding-top: 27vw;
  }
  .news .article .first {
    flex-direction: column;
    padding: 0 4vw;
  }
  .news .article .first .cover img {
    width: 100%;
    height: auto;
  }
  .news .article .first .title {
    padding-left: 0;
    margin-top: 21.33vw;
  }
  .news .article .first .title .tag {
    font-size: 3.2vw;
    line-height: 100%;
  }
  .news .article .first .title h2 {
    font-size: 5.33vw;
    line-height: 150%;
    margin-top: 5.33vw;
    width: 100%;
  }
  .news .article .first .title h5 {
    margin-top: 2.13vw;
    font-size: 3.2vw;
    line-height: 100%;
  }
  .news .article .content {
    margin-left: 0;
    margin-top: 18.27vw;
    width: 100%;
    box-sizing: border-box;
    padding: 0 4vw;
  }
  .news .article .content h3 {
    font-size: 4.8vw;
    line-height: 150%;
  }
  .news .article .content p {
    font-size: 3.47vw;
    line-height: 150%;
    margin-bottom: 10vw;
  }
  .news .article .content img {
    margin: 16vw 0;
  }
}
/*# sourceMappingURL=./news.css.map */