.news-page .banner {
  position: relative;
}
.news-page .banner .bg {
  height: 20em;
  background-image: url("/assets/imgs/images/home/banner.png");
}
.news-page .banner .p {
  left: 50%;
  width: 100%;
  padding: 0 3.7em;
  position: absolute;
  transform: translate(-50%, -50%);
}
.news-page .banner .horn {
  width: 100%;
  height: 7.7em;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
  max-width: 1000px;
  box-shadow: -5px -3px 9px 0px rgba(0, 0, 0, 0.07), 5px 4px 9px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
}
.news-page .banner .horn .icon-horn {
  width: 125px;
  height: 95px;
  margin-top: 20px;
}
.news-page .banner .horn .icon-list {
  cursor: pointer;
  font-size: 2.43em;
  margin-right: .2em;
}
.news-page .banner .horn .icon-list:hover {
  opacity: .8;
}
.news-page .banner .horn .icon-list:active {
  opacity: .6;
}
.news-page .banner .horn .wrap {
  height: 7.7em;
  position: relative;
}
.news-page .banner .horn .swiper {
  top: 0;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.news-page .banner .horn .swiper a {
  height: 7.7em;
  display: block;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.news-page .banner .horn .swiper a:hover .text::after {
  width: 100%;
}
.news-page .banner .horn .swiper .item {
  height: 7.7em;
}
.news-page .banner .horn .swiper .text {
  color: #21272d;
  font-size: 1.57em;
  position: relative;
  margin-left: 1.59em;
}
.news-page .banner .horn .swiper .text:after {
  left: 0;
  width: 0;
  bottom: 0;
  height: 0.1em;
  content: "";
  position: absolute;
  transition: all 0.15s ease-in-out;
  background-color: #21272d;
}
.news-page .section {
  padding-top: 8.21em;
  padding-bottom: 7.14em;
}
.news-page .section .item {
  padding: 1.71em 0;
  border-bottom: 1px solid #eeeeee;
}
.news-page .section .item-group {
  display: flex;
}
.news-page .section .item .img-wrap {
  width: 15.35em;
  height: 8.9em;
}
.news-page .section .item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page .section .item .info {
  flex: 1;
  padding: 0 2.85em;
  overflow: hidden;
}
.news-page .section .item .info .ct {
  color: inherit;
  display: block;
  font-size: 1.21em;
  font-weight: bold;
  line-height: 1.5;
}
.news-page .section .item .info .from {
  color: #b8bbbe;
  padding: 1em 0;
  font-size: 0.92em;
}
.news-page .section .item .info .from .name {
  color: #002fa7;
  cursor: pointer;
  margin-left: 1em;
}
.news-page .section .item .info .text {
  color: inherit;
  cursor: pointer;
  margin-top: 0.5em;
}
.news-page .section .item .info .text a {
  color: inherit;
  line-height: 1.65;
}
.news-page .section .foot {
  flex-wrap: wrap;
  margin-top: 1em;
}
.dialog .dialog-footer .btn,
.news-page .section .foot .btn {
  color: #555555;
  width: 3.5em;
  height: 3.5em;
  cursor: pointer;
  margin: .5em;
  border: solid 1px #dcdcdc;
  display: flex;
  align-items: center;
  border-radius: 0.28em;
  justify-content: center;
}
.dialog .dialog-footer .btn span,
.news-page .section .foot .btn span {
  font-size: 1.57em;
}
.dialog .dialog-footer .btn.active,
.news-page .section .foot .btn.active {
  color: #ffffff;
  cursor: no-drop;
  background-color: #002fa7;
}
.dialog .dialog-footer .btn:not(.active):hover,
.news-page .section .foot .btn:not(.active):hover {
  opacity: 0.8;
}  
.dialog .dialog-footer .btn:not(.active):active,
.news-page .section .foot .btn:not(.active):active {
  opacity: 0.6;
}

.dialog {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
  position: fixed;
}
.dialog .mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
.dialog .wrapper {
  top: 50%;
  left: 50%;
  width: 100%;
  overflow: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  max-width: min(1240px, 85%);
  max-height: 85vh;
  background-color: #ffffff;
}
.dialog .dialog-title {
  padding: 2.5em 1em;
  position: relative;
  text-align: center;
  border-top: 11px solid #012fa7;
}
.dialog .dialog-title span {
  color: #2f2f2f;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 2px;
}
.dialog .dialog-title .icon-close {
  right: 1.16em;
  cursor: pointer;
  position: absolute;
  font-size: 1.7em;
}
.dialog .dialog-title .icon-close:hover {
  opacity: .8;
}
.dialog .dialog-title .icon-close:active {
  opacity: .6;
}
.dialog .dialog-body {
  padding: 0 3.5em;
}
.dialog .dialog-body .item {
  padding: 1.14em 0;
  display: flex;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  justify-content: center;
}
.dialog .dialog-body .item:hover {
  background-color: rgba(0, 0, 0, 0.01);
}
.dialog .dialog-body .item:active {
  opacity: .6;
}
.dialog .dialog-body .item span:nth-child(1) {
  flex: 1;
  color: #383838;
  overflow: hidden;
  font-size: 1.285em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dialog .dialog-body .item span:nth-child(2) {
  font-size: 1.5em;
}
.dialog .dialog-footer {
  padding: 2.43em;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .news-page .banner .bg {
    height: 9.375em;
    background-image: url("/assets/imgs/images/home/banner@768.png");
  }
  .dialog {
    font-size: .65em;
  }
  .dialog .wrapper {
    max-width: 100%;
  }
  .news-page .banner .p {
    padding: 0 2.16em;
  }
  .news-page .banner .horn {
    height: 3.4em;
    border-radius: 1.7em;
  }
  .news-page .banner .horn .icon-horn {
    display: none;
  }
  .news-page .banner .horn .icon-list {
    font-size: 2em;
  }
  .news-page .banner .horn .wrap {
    height: 3.4em;
  }
  .news-page .banner .horn .wrap .item {
    height: 3.4em !important;
  }
  .news-page .banner .horn .wrap .item .text {
    font-size: 0.8em;
    margin-left: 1.2em;
  }
  .news-page .section {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  .news-page .section .body {
    padding: 0.8em 0;
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .news-page .section .body .item {
    padding: 1.66em 1.5em;
  }
  .news-page .section .body .item .img-wrap {
    width: 7.66em;
    height: 6.16em;
  }
  .news-page .section .body .item .info {
    padding: 0;
    padding-left: 1.25em;
  }
  .news-page .section .body .item .info h2 {
    font-size: 1em;
  }
  .news-page .section .body .item .info .from {
    padding: 0.8em 0;
    font-size: 0.75em;
  }
  .news-page .section .body .item .info .text {
    font-size: 0.83em;
    margin-top: 0;
  }
  .news-page .section .foot .btn {
    width: 2em;
    height: 2em;
    line-height: 2em;
  }
  .news-page .section .foot .btn span {
    font-size: 0.83em;
  }
}<!--0.00019192695617676-->