.breadcrumb {
  height: 54px;
  line-height: 54px;
}

.breadcrumb p {
  color: #a1a1a1;
}

.breadcrumb p span {
  color: #222;
  font-size: 14px !important;
}

.breadcrumb p a {
  text-decoration: none;
  color: #757F89;
  font-size: 14px !important;
  position: relative;
}

.breadcrumb p a:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 6px;
  background: url(../images/right-arrow-icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb p a+a,
.breadcrumb p a+span {
  margin-left: 28px;
}

.breadcrumb p a:hover {
  color: #004e97;
}

.page-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.page-main .ny_nav {
  width: 220px;
}

.page-main .ny_nav li a {
  height: 80px;
  border-bottom: 1px solid #EFF2F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: '#222';
  text-decoration: none;

}

.page-main .ny_nav li a:after {
  content: '';
  width: 8px;
  height: 10px;
  background: url(../images/right-arrow-icon.png) no-repeat;
  background-size: 100%;
}

.page-main .ny_nav li.on a,
.page-main .ny_nav li a:hover {
  color: #00509c;
}

.page-main .ny_nav li.on a:after,
.page-main .ny_nav li a:hover:after {
  background: url(../images/right-arrow-active-icon.png) no-repeat;
  background-size: 100%;
}

.page-main .cont {
  width: 948px;
}

.page-main .cont .biaoti1 h1 {
  height: 80px;
  line-height: 80px;
  font-size: 24px !important;
  font-weight: bold;
  text-align: left;
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #EFF2F5;
  margin-bottom: 25px;
}

.page-main .cont .news_wzxq {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 40px;
}

.page-main .cont .ny_news {}

.ny_news {
  background: #fff;
  padding: 0 0 20px 0;
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.news_list li {
  width: 44%;
  background: #ffffff;
  border: 1px solid #eff2f5;
  display: block;
  padding: 20px;
  margin-bottom: 20px;


  .news_list li+li {
    margin-top: 40px;
  }

  .news_list li a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
  }

  .news_list li .news_img {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }

  .news_list li .news_img img {
    width: 230px;
    transition: 0.5s all;
    height: 150px;
    object-fit: cover;
  }

  .news_wz {
    width: 100%;
    padding-top: 5px;
  }


  a:hover {
    text-decoration: none !important;
  }


  .news_wz h2 {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #222222;
    margin-bottom: 18px;
  }

  .news_wz p {
    font-size: 20px;
    color: #757F89;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .news_wz h4 {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #9EA6AF;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .news_wz h4 .detail {
    color: #00509C;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .news_wz h4 .detail::after {
    content: '';
    width: 10px;
    height: 9px;
    background: url(../images/to-detail-icon.png) no-repeat;
    background-size: 100%;
    display: block;
    margin-left: 7px;
  }

  .news_wz h4 img {
    margin-right: 0.12rem;
    width: 0.23rem;
  }

  .news_list li:hover .news_img img {
    transform: scale(1.1);
  }

  .news_list li:hover h2 {
    color: #1a4baf;
  }

  .news_list1 {}

  .news_list1 li {
    padding: 0.44rem 0 0 0;
    width: 5.173rem;
    float: left;
    margin-right: 0.4rem;
  }

  .news_list1 li:nth-child(3n) {
    margin-right: 0;
  }

  .news_list1 li a {
    text-decoration: none;
  }

  .news_list1 li .news_wz {
    width: 5.173rem;
    text-align: center;
  }

  .news_list1 li .news_wz h2 {
    font-weight: normal;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.66rem;
    border: 0.01rem solid #eee;
    margin-bottom: 0;
  }

  .news_list1 li .news_img1 {
    width: 5.173rem;
    height: 3rem;
    overflow: hidden;
  }

  .news_list1 li .news_img1 img {
    width: 100%;
    transition: 0.5s all;
  }

  .news_list1 li:hover img {
    transform: scale(1.1);
  }