.news-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.news-section-title {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news-section-title h1 {
  font-size: 30px;
  font-weight: normal;
  color: #1d1d1f;
  text-align: center;
}
.news-section-hot-news {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
}
.hot-news-main {
  width: 65%;
  max-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.hot-news-main a {
  width: 100%;
  height: 100%;
  position: relative;
}
.hot-news-main img {
  min-height: 440px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.hot-news-main-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 2.68%,
    rgba(0, 0, 0, 0.72) 53.2%,
    rgba(0, 0, 0, 0.86) 69.35%,
    #000 86.01%
  );
  z-index: 1;
  border-radius: 8px;
}
.hot-news-main-content-wrapper .hot-news-main-content {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fbfbfb;
  padding: 25px;
}
.hot-news-sub {
  width: 35%;
  max-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.hot-news-sub-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.hot-news-sub-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.hot-news-sub-item img {
  width: 100%;
  height: 210px;
  border-radius: 8px;
  object-fit: cover;
}
.hot-news-sub-item-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 2.68%,
    rgba(0, 0, 0, 0.72) 53.2%,
    rgba(0, 0, 0, 0.86) 69.35%,
    #000 86.01%
  );
  z-index: 1;
  border-radius: 8px;
  
}
.hot-news-sub-item-content-wrapper .hot-news-sub-item-content {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #fbfbfb;
  padding: 25px;
}
.news-section-category {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 10px;
}
.news-section-category-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 8px rgb(0 0 0 / 15%);
  border-radius: 8px;
  padding: 10px 15px;
}
.news-section-category-item a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.news-section-category-item a i {
  font-size: 20px;
  color: #1d1d1f;
}
.news-section-category-item a span {
  font-size: 15px;
  line-height: 24px;
  color: #515154;
  white-space: nowrap;
}
.news-section-contents {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.news-section-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.news-section-item-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.news-section-item-title h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #1d1d1f;
}
.news-section-item-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.news-section-item-content-item {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #86868b;
}
.news-section-item-content-item:nth-last-child(-n + 2) {
  border-bottom: none;
}
.content-item-thumb {
  width: 50%;
  max-width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.content-item-thumb a {
  width: 100%;
  height: 100%;
}
.content-item-thumb img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
}
.content-item-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding: 16px 0px 28px;
}
.content-item-info-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-item-info-title a {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #1d1d1f;
}
.content-item-info-title a h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #1d1d1f;
}
.content-item-info-title a h2:hover {
  color: #0056b3;
}
.content-item-info-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.content-item-info-content i {
  font-size: 20px;
  line-height: 24px;
  color: #86868b;
}
.content-item-info-content .content-item-info-text-date {
  font-size: 15px;
  line-height: 24px;
  color: #86868b;
}
.news-section-view-more {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.news-section-view-more a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #0056b3;
  border: 1px solid #0056b3;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
}
.news-section-view-more a:after {
  content: "\e9c4";
  font-family: "iconsax", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #0056b3;
}
@media (max-width: 1240px) {
  .news-section {
    padding: 0 20px;
  }
}
@media (max-width: 1000px) {
  .news-section-hot-news {
    flex-direction: column;
  }
  .hot-news-main {
    width: 100%;
  }
  .hot-news-sub {
    width: 100%;
    flex-direction: row;
  }
}
@media (max-width: 700px) {
  .hot-news-sub {
    flex-direction: column;
  }
  .hot-news-main img  {
    min-height: 340px;
  }
  .news-section-contents {
    margin-top: 0px !important;
  }
  .news-section-category {
    justify-content: flex-start;
    overflow-x: auto;
  }
  .news-section-item-content {
    flex-direction: column;
    gap: 15px;
  }
  .news-section-item-content-item {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .content-item-thumb {
    width: 160px;
    height: 80px;
  }
  .content-item-thumb a {
    width: 100%;
    height: 100%;
  }
  .content-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content-item-info {
    padding: 0px;
    gap: 5px;
    flex: 1;
  }
  .content-item-info-title {
    height: 48px;
  }
  .content-item-info-title a h2 {
    font-size: 14px;
    line-height: 24px;
  }
}
