﻿
.fb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sl {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sl-1 {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sl-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.sl-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.w1560 {
  width: 15.6rem;
  margin: 0 auto;
}
.w1120 {
  width: 71.79%;
  margin: 0 auto;
}
/* banner */
.zxCenter_banner {
  padding: 0.66rem 0;
  background-color: #f4f6f9;
}
.zxCenter_banner .left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 38.33%;
  height: 3.5rem;
  border: solid 0.15rem #ffffff;
  overflow: hidden;
  margin-right: 0.24rem;
}
.zxCenter_banner .left .img,
.zxCenter_banner .left img {
  width: 100%;
  height: 100%;
}
.zxCenter_banner .left img {
  object-fit: cover;
}
.zxCenter_banner .right {
  width: 60%;
  height: 3.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}
.zxCenter_banner .right .swiper-slide {
  padding: 0.17rem 1rem 0.97rem 0.24rem;
}
.zxCenter_banner .right .content_a {
  display: block;
}
.zxCenter_banner .right a {
  width: 100%;
  height: 100%;
  display: block;
}
.zxCenter_banner .right a:hover {
  color: #ff5050;
}
.zxCenter_banner .right .mark {
  display: inline-block;
  text-align: center;
  width: 1.03rem;
  height: 0.34rem;
  background-color: #ff5050;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.34rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
}
.zxCenter_banner .right .text_box {
  margin-top: 0.32rem;
}
.zxCenter_banner .right .text_box .mainTitle {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0.01rem;
  color: #001330;
  margin-bottom: 0.13rem;
}
.zxCenter_banner .right .text_box .time {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0.01rem;
  color: #000000;
  margin-bottom: 0.27rem;
}
.zxCenter_banner .right .text {
  font-family: PingFang-SC-Heavy;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.01rem;
  color: #979797;
}
.zxCenter_banner .right .text .all_text {
  font-family: PingFang-SC-Heavy;
  display: inline-block;
  color: #ff5050;
}
/* banner-right -轮播 */
.news_swiper {
  width: 100%;
  position: relative;
}
.news_swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.05rem;
}
.news_swiper .navi {
  position: absolute;
  width: 60%;
  bottom: 0.25rem;
  left: 0;
  text-align: left;
  padding-left: 0.24rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news_swiper .navi li {
  width: 0.3rem;
  height: 0.04rem;
  border-radius: 0;
  background-color: #e6e6e6;
}
.news_swiper .navi li.on {
  background-color: #bfbfbf;
}
.news_swiper .swiper-pagination-bullet {
  border: 0 solid #fff;
  background: none;
  opacity: 1;
}
.news_swiper .navi .swiper-pagination-bullet-active {
  background-color: #bfbfbf;
}
.zq_nav {
  margin-top: 0.34rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0.01rem;
  border-bottom: 0.01rem solid #f4f6f9;
  margin-bottom: 0.97rem;
}
.zq_nav li {
  width: 1.6rem;
  text-align: center;
  padding-bottom: 0.28rem;
  border-bottom: 0.05rem solid transparent;
}
.zq_nav li:hover,
.zq_nav li.current {
  border-bottom: 0.05rem solid #2c66da;
}
.zq_nav a {
  color: #000000;
}
.pane {
  display: none;
}
.pane.current {
  display: block;
}
/*列表  */
.zq_list {
  margin-right: -5%;
}
.zq_list li {
  background-color: #fff;
  float: left;
  width: -webkit-calc(33.3% - 5%);
  width: -moz-calc(33.3% - 5%);
  width: calc(33.3% - 5%);
  border: solid 0.02rem #f4f6f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.82rem;
  margin-right: 5%;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.zq_list li:hover {
  -webkit-transform: scale(1.05) translate3d(0, 0.2rem, 0);
  -moz-transform: scale(1.05) translate3d(0, 0.2rem, 0);
  transform: scale(1.05) translate3d(0, 0.2rem, 0);
}
.zq_list li .img {
  width: 100%;
  height: 2.26rem;
}
.zq_list li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zq_list li h3 {
  font-family: PingFang-SC-Heavy;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0.01rem;
  color: #000000;
  margin-bottom: 0.17rem;
}
.zq_list li p {
  font-family: PingFang-SC-Heavy;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: 0.01rem;
  color: #979797;
  margin-bottom: 0.24rem;
}
.zq_list li .time {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0.01rem;
  color: #959595;
}
.zq_list .text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.35rem 0.53rem 0.43rem 0.16rem;
}
.pages {
  margin-bottom: 1.12rem;
}
/* 分页-公共 */
.pages {
  text-align: center;
}
.pages .prev,
.pages .next {
  width: 1rem;
}
.pages .prev {
  color: #cccccc;
}
.pages a {
  display: inline-block;
  margin-right: 0.06rem;
  margin-bottom: 0.1rem;
  width: 0.5rem;
  background-color: #fff;
  color: #666;
  font-size: 0.14rem;
  line-height: 0.5rem;
  border: 0.01rem solid #dddddd;
}
.pages a:hover,
.pages a.current {
  background-color: #e61717;
  color: #fff;
}
