.banner_box {
  width: 100%;
  height: calc(60px + 25rem);
  background: url(../images/xwzx.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.banner {
  max-width: 1420px;
  width: 85%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.banner_nav_box {
  width: 100%;
  border-bottom: 1px #ffffff48 solid;
  position: absolute;
  top: 0;
  height: calc(10px + 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.banner_nav {
  max-width: 1420px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

.banner_nav div {

  font-family: PINGFANG;
  font-weight: 300;
  font-size: calc(6px + 0.5rem);
  color: #FFFFFF;

}

.banner_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(1px + 0.5rem);
}

.banner_text div:nth-of-type(1) {

  font-family: PINGFANG;
  font-weight: 400;
  font-size: calc(10px + 1.5rem);
  color: #FEFEFE;
}

.banner_text div:nth-of-type(2) {

  font-family: PINGFANG;
  font-weight: 400;
  font-size: calc(10px + 1rem);
  color: #FEFEFE;
}

.nav_box {
  width: 100%;

  height: calc(20px + 3rem);
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(3, 15, 53, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav {
  max-width: 1420px;
  width: 85%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.nav .navItem {
  height: 100%;
  font-family: PINGFANG;
  font-weight: 400;
  font-size: calc(10px + 0.5rem);
  color: #333333;
  display: flex;
  align-items: center;
}
.nav .navItem:hover{
  color: #D21010;
}
.nav a{
  position: relative;
}
.nav a:hover .nav_line{
  width: 100%;
  transition: .5s;
}
.nav_line{
  width: 0;
  height: 1px;
  background-color: #D21010;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav a {
  height: 100%;
}

.news {
  width: 100%;
}

.new_pro_box {
  width: 100%;
  margin-top: calc(20px + 4rem);
  margin-bottom: calc(20px + 4rem);
}

.new_pro {
  max-width: 1420px;
  width: 85%;
  margin: auto;
}

.news_select_card_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(10.5px + 1.5rem);
  margin-top: calc(14px + 2rem);
  display: none;
}

.news_select_card_box:nth-of-type(3) {
  display: flex;
}

.news_select_card {
  width: 23%;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;

  cursor: pointer;
}

.news_select_card:hover {
  box-shadow: 0px 16px 22px 2px rgba(0, 39, 61, 0.06);
  border: none;
  transition: .5s;
}

.news_select_card:hover .news_detail div {
  color: #D21010;
}

.news_select_card .news_pic {
  width: 100%;
  height: calc(10px + 10rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.bg-transparent{
  overflow: hidden;
  height: calc(10px + 10rem);
}

.news_select_card .bg-transparent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.news_select_card:hover .bg-transparent img {
  transform: scale(1.2);
}

.news_select_card .news_time {

  font-family: PINGFANG;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #B7B7B7;
  margin-top: calc(2px + 1.5rem);
  padding: 0 calc(8px + 1rem);
}

.news_select_card .news_name {
  font-family: PINGFANG;
  font-weight: 400;
  font-size: calc(10px + 0.5rem);
  color: #363636;
  margin-top: calc(1px + 0.5rem);
  padding: 0 calc(8px + 1rem);
  height: calc(13px + 2rem);
  overflow: hidden;
}

.news_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(1px + 1rem);
  padding: 0 calc(8px + 1rem);
  margin-bottom: calc(8px + 0.5rem);
}

.news_detail div:nth-of-type(1) {

  font-family: PINGFANG;
  font-weight: 300;
  font-size: calc(6px + 0.5rem);
  color: #050D64;

}

.news_detail div:nth-of-type(2) img {
  width: calc(6px + 1.5rem);
}

.news_detail div:nth-of-type(2) img:nth-of-type(2) {
  display: none;
}

.news_select_card:hover .news_detail div:nth-of-type(2) img:nth-of-type(1) {
  display: none;
}

.news_select_card:hover .news_detail div:nth-of-type(2) img:nth-of-type(2) {
  display: block;
}

.nav_box .nav .active {
  color: #D21010;
  border-bottom: 1px #D21010 solid;
}



.news_null {
  text-align: center;
  font-size: calc(5px + 0.75rem);
  color: #999999;
}

@media (max-width: 1100px) {
  .banner_nav_box {
    display: none;
  }

  .nav_box {
    overflow-x: scroll;
  }

  .nav {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(15px + 1rem);
    padding: 0 calc(5px + 1rem);
  }

  .nav a div {
    width: auto;

  }

  .news_select_card_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .news_select_card_box .news_select_card {
    width: 100%;
  }

  .news_select_card_box .news_select_card .news_pic {
    height: calc(90px + 12rem);
  }

  .news_pic img {
    height: 100%;
  }

  .news_select_card .news_name {
    height: auto;
    font-size: calc(9px + 1rem);
  }

  .news_detail div:nth-of-type(1) {
    font-size: calc(7px + 1rem);
  }

  .pagination {
    width: 100%;
  }
}