/* 新闻动态样式 */
._app {
  width: 100%;
}

body {
  background-color: #f9f9f9;
}

.news-banner-box {
  width: 100%;
}
.content-main-box {
  width: 100%;
  padding: 0px 13.2%;
  height: 100%;
}

.breadcrumb-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #333;
  padding: 47px 0 74px 0;
}
.breadcrumb-box > li:first-child {
  background: url(../images/bread_icon.png) no-repeat center left;
  padding-left: 22px;
}
.main-box {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  margin-bottom: 66px;
  cursor: pointer;
}

.main-box:hover {
  padding-top: 40px;
  padding-left: 40px;
  width: 100%;
  height: 330px;
  background-color: #fff;
  z-index: -1;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.main-box:hover .center-title {
  color: #004ea2;
}

.box-left {
  /*width: 32%;*/
  width: 449px;
  height: auto;
  border-radius: 10px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 449 / 254;
}

.box-left img {
  width: 449px;
  /*height: 100%;*/
  max-width: inherit;
  border-radius: 8px;
}

.box-right {
  /*width: 68%;*/
  width: calc(100% - 449px);
  height: 100%;
  padding-left: 47px;
}

.box-right-top {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}

.box-right-center {
  display: flex;
  flex-direction: column;
  padding-top: 47px;
}

.box-right-center a {
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.center-title {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  max-height: 50px;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.center-content {
  padding-top: 13px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  /*max-height: 95px;*/
  white-space: nowrap; /* 强制文本不换行 */
  overflow: hidden;
  text-overflow: ellipsis;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 3;*/
  /*-webkit-box-orient: vertical;*/
}

.box-right-bottom {
  width: 136px;
  height: 44px;
  border-radius: 22px;
  margin-top: 43px;
  display: flex;
}

.box-right-bottom.box-right-bottom-li{
  width: 100%;
}


.box-right-bottom > a > img {
  width: 21px;
  height: 12px;
}

/*.box-right-bottom:hover {*/
/*  background-color: #0055b1;*/
/*  justify-content: space-evenly;*/
/*}*/

.box-right-bottom:hover > .more {
  color: #fff;
}

.box-right-bottom:hover > a > img {
  margin-left: 0px;
  content: url("../images/news_arrow-active.png");
}

.more {
  width: 56px;
  height: 15px;
  color: #333333;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  margin-top: 10px;
}

.more.more_it{
  width: 106px;
}

.detail-breadcrumb-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #333;
  padding: 47px 0 74px 0;
}

.detail-breadcrumb-box > li:first-child {
  background: url(../images/bread_icon.png) no-repeat center left;
  padding-left: 22px;
}
.detail-breadcrumb-box > li{
  margin-right: 3px;
}
.pagination {
  display: flex;
  gap: 30px;
  justify-content: center;
}

#prev > a > img {
  width: 12px;
  height: 12px;
}

#next > a > img {
  width: 12px;
  height: 12px;
}

#page-numbers {
  cursor: pointer;
  display: flex;
}

#page-numbers > a > .active {
  width: 36px;
  height: 36px;
  background-color: #164ba3;
  border-radius: 10px;
  color: #fff;
}

#page-numbers > a > span:not(:last-child) {
  margin-right: 30px;
}

#page-numbers > a > span {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#prev,
#next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#prev > img,
#next > img {
  width: 10px;
}

.box-right-bottom > a > img {
  width: 21px;
  height: 12px;
  margin-top: 16px;
  margin-left: 4px;
}

.detail-main-box {
  width: 100%;
}

.detail-main-box-container {
  width: 63.5%;
  height: 100%;
  padding-bottom: 63px;
  margin: 0 18.25%;
}

.main-page {
  display: block;
}

.detail-page {
  display: block;
}

.time {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.title {
  height: auto;
  font-family: MicrosoftYaHei;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 30px;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.1;
}

.form {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 16px;
}

.center-bottom,
.center-top {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}

.center-bottom > p {
  margin: 20px 0;
}

.center-bottom > p > img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.center-image {
  width: 100%;
  height: 100%;
  margin: 20px 0;
}

.detail-main-top {
  height: auto;
  border-bottom: 1px solid #e0e0e0;
}

.detail-main-center {
  margin-top: 45px;
}

.detail-main-bottom {
  max-width: 1200px;
  height: 98px;
  border-top: 1px solid #e0e0e0;
  margin-top: 69px;
}

.last-page {
  margin-top: 40px;
  cursor: pointer;
  display: block;
}

.next-page {
  margin-top: 23px;
  cursor: pointer;
  display: block;
}

.footer-box {
  margin-top: 90px;
  background-color: #f3f7fc;
}

.banner_pc {
  display: block;
}
.banner_h5 {
  display: none;
}

.pagination_pc {
  display: flex;
}
.pagination_h5 {
  display: none;
}

@media (max-width: 640px) {
  body {
    background-color: #f9f9f9;
    padding-bottom: 0;
  }

  .box-left img {
    width: 100%;
    height: auto;
    max-width: inherit;
  }

  #next_h5 {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner_pc {
    display: none;
  }
  .banner_h5 {
    display: block;
    height: 263px;
  }
  .footer.footer_pc {
    display: none;
  }
  .footer.footer_h5 {
    display: block;
  }
  .footer .footer_end {
    border-top: none;
  }

  .pagination_pc {
    display: none;
  }

  .pagination_h5 {
    display: block;
  }

  .bannerImg_h5 {
    height: 263px;
  }
  .breadcrumb-box {
    display: none;
  }

  #next {
    font-family: MicrosoftYaHei;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
  }

  #list {
    padding-top: 20px;
  }

  .content-main-box {
    width: 100%;
    padding: 0px 20px;
    /*height: 1733px;*/
    min-height: 100vh;
  }

  .main-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
  }

  .main-box:hover {
    width: 100%;
    height: auto;
    padding: 0 10px;
  }

  .box-right {
    width: 100%;
    height: 131px;
    padding: 0 13px;
  }

  .box-left {
    width: 100%;
    max-width: 640px;
    overflow: hidden;
    height: auto;
    aspect-ratio: 449 / 254;
  }

  .box-left > img {
    border-radius: 8px;
    width: 100%;
    /*height: 100%;*/
  }

  .center-title {
    width: 100%;
    /*height: 20px;*/
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    display: block;
    line-height: 1.5;
    max-height: 3em;
    padding-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .box-right-top {
    font-size: 12px;
    color: #999999;
    padding-top: 12px;
  }

  .box-right-center {
    padding-top: 6px;
  }

  .center-content {
    width: 100%;
    /*max-height: 62px;*/
    font-size: 12px;
    color: #666666;
    padding-top: 12px;
    padding-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*white-space: normal;*/
  }

  .box-right-bottom {
    display: none;
  }

  .pagination {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .footer-box {
    margin-top: 24px;
  }

  .footer .footer_end p {
    padding: 0;
    line-height: 1;
    margin-bottom: 12px;
    font-size: 12px;
  }

  /* 详情页 */
  .detail-main-box-container {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    margin: 0 0;
  }

  .detail-breadcrumb-box {
    display: none;
  }
  .detail-main-top {
    height: auto;
    padding-top: 40px;
  }
  .detail-main-box {
    width: 100%;
    height: 100%;
  }
  .detail-main-bottom {
    width: 100%;
    margin-top: 40px;
  }
  .detail-main-center {
    margin-top: 19px;
  }
  .center-top,
  .center-bottom {
    font-size: 13px;
  }

  .center-image {
    margin: 20px 0 0 0;
  }

  .time {
    font-size: 12px;
  }

  .title {
    font-family: MicrosoftYaHei-Bold;
    margin-top: 18px;
    font-size: 16px;
    font-weight: bold;
  }
  .form {
    color: #666666;
    margin-top: 0px;
    font-size: 12px;
  }

  .center-bottom > p {
    margin: 10px 0;
  }

  .last-page {
    margin-top: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
  }

  .next-page {
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: MicrosoftYaHei;
    font-size: 13px;
  }
}
