﻿#main-navigation {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#main-navigation li {
  margin-left: 50px;
  position: relative;
}

#main-navigation li a {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

#main-navigation li::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #333333;
  border-radius: 2px;
  transition: width 0.3s;
}

#main-navigation li:hover::before {
  width: 30px;
}

#main-navigation li.active a {
  font-weight: bold;
  font-family: PingFang SC-Medium, PingFang SC;
}

#main-navigation li.active::before {
  width: 30px;
}

.news {
  width: 100%;
  padding: 100px 0;
}

.news .hot_container {
  margin: 0 auto;
  width: 1440px;
}

.news .news_swiper {
  width: 100%;
  height: 502px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.news .news_swiper .swiper {
  height: 502px;
  background-color: #fff;
}

.news .news_swiper .swiper .swiper-slide {
  height: 100%;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}

.news .news_swiper .swiper .swiper-slide .bottom_text {
  width: calc(100% - 168px);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 54%);
  padding: 28px 28px 14px;
}

.news .news_swiper .swiper .swiper-slide .bottom_text h4 {
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
}

.news .news_swiper .swiper_date {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 168px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 24px 30px;
}

.news .news_swiper .swiper_date .swiper_date_list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news .news_swiper .swiper_date .date_item {
  padding-bottom: 35px;
  position: relative;
  cursor: pointer;
}

.news .news_swiper .swiper_date .date_item:hover .date::before {
  width: 80%;
}

.news .news_swiper .swiper_date .date_item.active:hover .date::before {
  width: 0;
}

.news .news_swiper .swiper_date .date_item:last-child {
  padding-bottom: 0;
}

.news .news_swiper .swiper_date .date_item:last-child::before {
  content: none;
}

.news .news_swiper .swiper_date .date_item .date {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 22px;
  padding: 6px 8px;
  display: inline-block;
  transition: all .2s ease-in-out;
  position: relative;
}

.news .news_swiper .swiper_date .date_item .date::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: all .2s ease-in-out;
}

.news .news_swiper .swiper_date .date_item::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 43px;
  width: 1px;
  height: 22px;
  background: #f5f5f5;
}

.news .news_swiper .swiper_date .active .date {
  border-radius: 18px;
  background-color: #fff;
  color: #333;
}

.news .news_swiper .swiper_date .active::before {
  bottom: 0;
}

.news .news_title {
  margin-top: 60px;
}

.news .news_title .en {
  font-size: 20px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  margin-bottom: 12px;
}

.news .news_title .title {
  font-size: 48px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 56px;
}

.news .news_list {
  margin-top: 50px;
}

.news .news_list .news_list_item {
  width: 100%;
  height: 278px;
  padding-top: 80px;
  margin: 0 auto;
  background-color: #fff;
  transition: all .2s ease-in-out;
}

.news .news_list .news_list_item:hover {
  background-color: #FAFAFA;
}

.news .news_list .news_list_item .item_contianer {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.news .news_list .news_list_item .item_contianer .item_date {
  width: 320px;
  font-size: 24px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.news .news_list .news_list_item .item_contianer .item_content .content_title {
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 40px;
}

.news .news_list .news_list_item .item_contianer .item_content .content_desc {
  width: 1168px;
  font-size: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.news .news_list .news_company {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.news .news_list .news_company .news_company_item {
  width: 430px;
  height: 353px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  margin-right: 75px;
  margin-bottom: 50px;
}

.news .news_list .news_company .news_company_item:nth-child(3n) {
  margin-right: 0;
}

.news .news_list .news_company .news_company_item:hover {
  transform: translateY(-15px);
}

.news .news_list .news_company .news_company_item .news_items_img {
  width: 100%;
  height: 250px;
  margin-bottom: 24px;
}

.news .news_list .news_company .news_company_item .news_items_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .news_list .news_company .news_company_item .news_items_title {
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  -webkit-background-clip: text;
}

.news .news_list .news_company .news_company_item .news_items_date {
  position: absolute;
  right: 0;
  bottom: 24px;
  font-size: 14px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  -webkit-background-clip: text;
}

.news .news_list .page_content {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.news .news_list .page_content ul {
  display: flex;
}

.news .news_list .page_content ul .page-item {
  margin: 0 8px;
}

.news .news_list .page_content ul .page-item:first-child a,
.news .news_list .page_content ul .page-item:first-child span, .news .news_list .page_content ul .page-item:last-child a,
.news .news_list .page_content ul .page-item:last-child span {
  border-color: transparent;
}

.news .news_list .page_content ul .page-item a,
.news .news_list .page_content ul .page-item span {
  border-radius: 4px;
  color: #000;
  border-color: #DCDCDC;
  transition: all .2s ease-in-out;
}

.news .news_list .page_content ul .page-item a:hover,
.news .news_list .page_content ul .page-item span:hover {
  border-color: #0073C1;
  background-color: #fff;
}

.news .news_list .page_content ul .page-item.disabled span,
.news .news_list .page_content ul .page-item.disabled a {
  border-color: transparent;
}

.news .news_list .page_content ul .page-item.disabled span:hover,
.news .news_list .page_content ul .page-item.disabled a:hover {
  border-color: transparent;
}

.news .news_list .page_content ul .page-item.active span,
.news .news_list .page_content ul .page-item.active a {
  color: #fff;
  background-color: #0073C1;
  border-color: transparent;
  cursor: default;
}

@media screen and (max-width: 767px) {
  .news_navbar {
    position: absolute;
    right: 16rem;
    bottom: 8rem;
  }
  #main-navigation {
    margin-top: 0;
  }
  #main-navigation li {
    margin-left: 4rem;
  }
  #main-navigation li a {
    font-size: 13rem;
    color: #aaa;
    line-height: 13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30rem;
    padding: 9rem 11rem;
    border-radius: 30rem;
    border: 1rem solid #aaa;
  }
  #main-navigation li::before {
    content: none;
  }
  #main-navigation li.active a {
    background-color: #0076C1;
    border-color: #0076C1;
    color: #fff;
  }
  .news {
    padding: 0;
  }
  .news .hot_container {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  .news .news_swiper {
    height: 240rem;
    border-radius: 0;
  }
  .news .news_swiper .swiper {
    height: 240rem;
    border-radius: 0;
  }
  .news .news_swiper .swiper .swiper-slide {
    height: 240rem;
  }
  .news .news_swiper .swiper .swiper-slide .bottom_text {
    width: 100%;
    height: 84rem;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 54%);
    padding: 54rem 16rem 0;
  }
  .news .news_swiper .swiper .swiper-slide .bottom_text h4 {
    font-size: 15rem;
    line-height: 15rem;
  }
  .news .news_swiper .swiper_date {
    left: 0;
    top: 0;
    width: 100%;
    height: 84rem;
    background: linear-gradient(0, transparent 0%, rgba(0, 0, 0, 0.2) 54%);
    padding: 16rem;
  }
  .news .news_swiper .swiper_date .swiper_date_list {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    overflow-y: scroll;
  }
  .news .news_swiper .swiper_date .swiper_date_list::-webkit-scrollbar {
    display: none;
  }
  .news .news_swiper .swiper_date .date_item {
    padding-bottom: 0;
  }
  .news .news_swiper .swiper_date .date_item:last-child .date {
    margin-right: 0;
  }
  .news .news_swiper .swiper_date .date_item .date {
    font-size: 13rem;
    line-height: 13rem;
    padding: 6rem 8rem;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 30rem;
    margin-right: 8rem;
  }
  .news .news_swiper .swiper_date .date_item .date::before {
    content: none;
  }
  .news .news_swiper .swiper_date .date_item::before {
    content: none;
  }
  .news .news_swiper .swiper_date .active .date {
    border-radius: 30rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .news .news_title {
    margin-top: 0;
    padding: 8rem 16rem;
  }
  .news .news_title .en {
    display: none;
  }
  .news .news_title .title {
    font-size: 24rem;
    line-height: 32rem;
  }
  .news .news_list {
    margin-top: 0;
  }
  .news .news_list .news_list_item {
    height: auto;
    padding: 19rem 16rem;
    position: relative;
    margin: 0 auto;
  }
  .news .news_list .news_list_item .item_contianer {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .news .news_list .news_list_item .item_contianer .item_date {
    width: auto;
    font-size: 12rem;
    color: #999;
    line-height: 12rem;
    position: absolute;
    top: 44rem;
    left: 16rem;
  }
  .news .news_list .news_list_item .item_contianer .item_content .content_title {
    font-size: 16rem;
    color: #000;
    line-height: 24rem;
    margin-bottom: 24rem;
  }
  .news .news_list .news_list_item .item_contianer .item_content .content_desc {
    width: 100%;
    font-size: 12rem;
    line-height: 22rem;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .news .news_list .news_company {
    width: 100%;
    padding: 0 16rem;
  }
  .news .news_list .news_company .news_company_item {
    width: 100%;
    height: 280rem;
    border-radius: 0;
    margin: 0;
    padding: 16rem 0;
    border-bottom: 1rem solid #DDDDDD;
  }
  .news .news_list .news_company .news_company_item:hover {
    transform: none;
  }
  .news .news_list .news_company .news_company_item .news_items_img {
    width: 100%;
    height: 174rem;
    margin-bottom: 30rem;
  }
  .news .news_list .news_company .news_company_item .news_items_title {
    font-size: 12rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 22rem;
  }
  .news .news_list .news_company .news_company_item .news_items_date {
    position: absolute;
    left: 0;
    bottom: 67rem;
    font-size: 12rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 12rem;
  }
  .news .news_list .page_content {
    width: 100%;
  }
  .news .news_list .page_content ul .page-item {
    margin: 0 8rem;
  }
  .news .news_list .page_content ul .page-item a,
  .news .news_list .page_content ul .page-item span {
    border-radius: 8rem;
    border-color: transparent;
    background-color: #0073C1;
    color: #fff;
  }
  .news .news_list .page_content ul .page-item a:hover,
  .news .news_list .page_content ul .page-item span:hover {
    border-color: transparent;
    background-color: #0073C1;
    color: #fff;
  }
  .news .news_list .page_content ul .page-item.disabled span,
  .news .news_list .page_content ul .page-item.disabled a {
    border-color: transparent;
    background-color: #ccc;
  }
  .news .news_list .page_content ul .page-item.disabled span:hover,
  .news .news_list .page_content ul .page-item.disabled a:hover {
    border-color: transparent;
  }
  .news .news_list .page_content ul .page-item.active span,
  .news .news_list .page_content ul .page-item.active a {
    color: #fff;
    background-color: #0073C1;
    border-color: transparent;
    cursor: default;
  }
}