/*自动截断长文本*/
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
  display: -ms-flexbox;
}
/*更多图标*/
.icon {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
}

.icon a {
  display: contents;
}

.icon img {
  width: 1em;
  height: 1em;
}

/*新闻列表*/
.newslist {
  height: 48px;
  line-height: 46px;
  background-color: #f2f6fb; /* Fallback for var(--web-grey) */
  padding-left: 25px;
  padding-right: 10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAIAAAD0PzoJAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAJ0lEQVQImWM8dPQMAwMDAwODmLiYlJTky5evGG/ceQRhPX/2HCIHAP+MDfX+/4TpAAAAAElFTkSuQmCC");
  background-repeat: repeat-x;
  background-position: bottom;
}

.newslist:last-child {
  background-image: none;
}

.news3 .newslist:first-child a {
  font-weight: bold;
  color: #0152a9; /* Fallback for var(--web-bule) */
}

.bannerBox a.img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  font-size: 60px;
  font-weight: bold;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffff00;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
}

.bannerBox img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.ywBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ywBox .foucs {
  width: 740px; /* Fallback for var(--foucs-width) */
  height: 434px; /* Fallback for var(--foucs-height) */
}

.ywBox .news3 {
  width: 610px;
}

.ywBox .news3 .tit {
  font-size: 20px;
  line-height: 50px;
  background-color: #0152a9; /* Fallback for var(--web-bule) */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.ywBox .news3 .tit a {
  color: white;
}

.ywBox .news3 .tit .active {
  font-weight: bold;
}

.ztBox {
  height: 156px;
  background-color: #f2f6fb; /* Fallback for var(--web-grey) */
  padding-left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.ztBox .zt-menu {
  width: 160px;
  height: 116px;
  background-color: #0152a9; /* Fallback for var(--web-bule) */
  border-radius: 10px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 60px;
}

.newsBox {
  height: 620px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsBox .news {
  width: 444px;
}

.newsBox .news .tit {
  background-color: #0152a9; /* Fallback for var(--web-bule) */
  line-height: 50px;
  display: -ms-flexbox;
  display: flex;
}

.newsBox .news .tit a {
  padding: 0px 20px;
  width: calc(100% - 40px);
  font-size: 20px; /* Fallback for var(--web-fontsize-x) */
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.qtBox {
  height: 480px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.qtBox .video,
.qtBox .gyzg,
.qtBox .zgyy {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.qtBox .video {
  width: 768px;
  height: 480px;
  border-radius: 10px 0px 0px 10px;
}
/* .qtBox .video {
  background-image: url(202504150951349592.jpg);
} */
.qtBox .gyzg {
  background-image: url(202502051701045359.jpg);
}
.qtBox .zgyy {
  background-image: url(202502051659148209.jpg);
}
.qtBox .gyzg,
.qtBox .zgyy {
  width: 584px;
  height: 228px;
  border-radius: 0px 10px 10px 0px;
}

.qtBox .micon {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.qtBox .micon svg {
  width: 50px;
  height: 50px;
  fill: #0152a9; /* Fallback for var(--web-bule) */
}

.qtBox .micon .tit {
  width: 100%;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 24px; /* Fallback for var(--web-fontsize-xx) */
  font-weight: bold;
}

.swiperZT {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.swiperZT .prev,
.swiperZT .next {
  display: inline-block;
  height: 40px;
  width: 50px;
  text-decoration: none;
}

.swiperZT .prev {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADzoH0MAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAyUlEQVQ4jaXTMS5EURiG4e+KTkJnAWIBorAC01uBRHRWoLQEUY01aIQlTKLTa6mEyiioPBp3MnLHuPecP/nK9ylOchqk4NaTXCfZCIZuD09+bmh84ve9DYkvdW/aJ9zC/YK4F3CAzz/if4GzJeFSYA23PeKFwC4ee8Yd4HhA2AHGBfEMuCmMYdrgK0lT8iGSvK8k2U/yUQikfYNt3JW+wfwuaoHgqBYIdvBQAwSruKoB2p3WAsEIzzVAsIlJDdDufF4oAYJDvOLlGwaurdcBEgZXAAAAAElFTkSuQmCC")
    no-repeat center;
}

.swiperZT .next {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADzoH0MAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAyUlEQVQ4jaXTMS5EURiG4e+KTkJnAWIBorAC01uBRHRWoLQEUY01aIQlTKLTa6mEyiioPBp3MnLHuPecP/nK9ylOchqk4NaTXCfZCIZuD09+bmh84ve9DYkvdW/aJ9zC/YK4F3CAzz/if4GzJeFSYA23PeKFwC4ee8Yd4HhA2AHGBfEMuCmMYdrgK0lT8iGSvK8k2U/yUQikfYNt3JW+wfwuaoHgqBYIdvBQAwSruKoB2p3WAsEIzzVAsIlJDdDufF4oAYJDvOLlGwaurdcBEgZXAAAAAElFTkSuQmCC")
    no-repeat center;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE10 */
}

.swiperZT .swiper-button-lock {
  display: block;
}

.swiperZT .swiper {
  width: 1090px;
  height: 116px;
  border-radius: 10px;
  overflow: hidden;
}

.swiperZT .swiper .swiper-wrapper {
}

.swiperZT .swiper .swiper-wrapper .swiper-slide {
}

.swiperZT .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.swiperZT .swiper .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner {
  position: relative;
  width: 740px; /* Fallback for var(--foucs-width) */
  height: 434px; /* Fallback for var(--foucs-height) */
  overflow: hidden;
  margin: 0 auto;
}

.banner_pic {
  position: absolute;
  width: 740px; /* Fallback for var(--foucs-width) */
  height: 434px; /* Fallback for var(--foucs-height) */
  overflow: hidden;
  left: 0;
  top: 0;
}

.banner_pic ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 99999px;
  height: 434px; /* Fallback for var(--foucs-height) */
}

.banner_pic ul li {
  float: left;
  width: 740px; /* Fallback for var(--foucs-width) */
}

.banner_pic ul li .img {
  width: 740px; /* Fallback for var(--foucs-width) */
  height: 434px; /* Fallback for var(--foucs-height) */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f6fb; /* Fallback for var(--web-grey) */
}

.banner a.btn_prev,
.banner a.btn_next {
  display: block;
  width: 14px;
  height: 29px;
  overflow: hidden;
  margin-top: 0;
  text-indent: -9999px;
  outline: 0;
  position: absolute;
  bottom: 15px;
  z-index: 9;
}

.banner a.btn_prev {
  left: 15px;
  background: url(https://image.cns.com.cn/default/5ddb9ec3/20231113/images/focus_l1.png)
    no-repeat center;
  display: none;
}

.banner a.btn_next {
  right: 15px;
  background: url(https://image.cns.com.cn/default/5ddb9ec3/20231113/images/focus_r1.png)
    no-repeat center;
  display: none;
}

.banner a.btn_prev:hover {
  background: url(https://image.cns.com.cn/default/5ddb9ec3/20231113/images/focus_l2.png)
    no-repeat center;
}

.banner a.btn_next:hover {
  background: url(https://image.cns.com.cn/default/5ddb9ec3/20231113/images/focus_r2.png)
    no-repeat center;
}

.banner_info_bg_图片版 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 740px; /* Fallback for var(--foucs-width) */
  height: 164px;
  overflow: hidden;
  background: url(https://image.cns.com.cn/default/5ddb9ec3/20231113/images/focus_bg.png)
    repeat-x center;
}

.banner_info_bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 740px; /* Fallback for var(--foucs-width) */
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner_info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 740px; /* Fallback for var(--foucs-width) */
  overflow: hidden;
  z-index: 2;
  /* text-align: center; */
}

.banner_info li {
  display: none;
  padding: 0 140px 0 15px;
  line-height: 50px;
  overflow: hidden;
  font-size: medium;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.banner_info li.current {
  display: block;
}

.banner_info li a {
  color: #fff;
  text-decoration: none;
}

.banner_count {
  position: absolute;
  left: 20px;
  color: red;
  font-size: 50px;
  display: none;
}

.banner_pages {
  position: absolute;
  right: 10px;
  bottom: 16px;
  overflow: hidden;
  width: auto;
  z-index: 10;
}

.banner_pages ul {
  float: left;
}

.banner_pages li {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
}

.banner_pages li span-图片版 {
  background: url(https://www.chinanews.com/fileftp/2018/01/2018-01-03/U435P4T47D41072F24534DT20180104150212.png)
    no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}

.banner_pages li span-图片版:hover {
  background: url(https://www.chinanews.com/fileftp/2018/01/2018-01-03/U435P4T47D41073F24534DT20180104150151.png)
    no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
}

.banner_pages li.current span-图片版,
.banner_pages li.current span-图片版:hover {
  background: url(https://www.chinanews.com/fileftp/2018/01/2018-01-03/U435P4T47D41073F24534DT20180104150151.png)
    no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  overflow: hidden;
}

.banner_pages li span {
  border-radius: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d1d5d9;
  text-indent: -9999px;
  cursor: pointer;
}

.banner_pages li span:hover {
  background-color: white;
}

.banner_pages li.current {
  width: 44px;
  overflow: visible;
}

.banner_pages li.current span,
.banner_pages li.current span:hover {
  width: 40px;
  background: #0152a9;
}
