.overflowhide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer {
  width: 100%;
  height: 2.23rem;
  background: #0067ac;
  position: relative;
  padding: 0.22rem 0.3rem;
  box-sizing: border-box;
}
.footer .main {
  width: 100%;
  height: 100%;
}
.footer .main p {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.35rem;
  letter-spacing: 0rem;
  color: #ffffff;
  position: relative;
}
.footer .main p:first-child {
  text-indent: 35px;
  font-size: 0.28rem !important;
  line-height: 0.4rem !important;
}
.footer .main p:first-child::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: url(../img/phone.png) center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.07rem;
}
.footer .main span {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.35rem;
  letter-spacing: 0rem;
  color: #ffffff;
  position: relative;
  padding-left: 0.25rem;
}
.footer .main span::before {
  content: "";
  width: 0.23rem;
  height: 0.23rem;
  background: url(../img/batb.png) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0.02rem;
}
.footer .main a span {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.35rem;
  letter-spacing: 0rem;
  color: #ffffff;
  position: relative;
  padding-left: 0;
}
.footer .main a span::before {
  content: none;
}
.footer .ewm {
  position: absolute;
  top: 0.22rem;
  right: 0;
}
.footer .ewm li {
  width: 0.85rem;
  margin-right: 0.1rem !important;
  float: left;
  position: relative;
}
.footer .ewm li .icon i {
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.footer .ewm li .icon span {
  display: block;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.26rem;
  letter-spacing: 0rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.09rem;
}
.footer .ewm li .ewm {
  display: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.footer .ewm li .ewm img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .ewm li:nth-child(1) .icon i {
  background-image: url(../img/weixin.png);
}
.footer .ewm li:nth-child(2) .icon i {
  background-image: url(../img/weibo.png);
}
.footer .ewm li:nth-child(3) .icon i {
  background-image: url(../img/qq.png);
}
.footer .ewm li:nth-child(4) .icon i {
  background-image: url(../img/douying.png);
}
.banner {
  width: 100%;
  height: 2.8rem;
}
.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.banner .swiper-pagination-bullet-active {
  width: 0.35rem !important;
  height: 0.14rem !important;
  background-color: #0376be !important;
  border-radius: 0.07rem !important;
  transition: all 0.3s;
}
.banner .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  background-color: #0376be;
  opacity: 1;
  margin: 0 0.08rem !important;
}
.bt {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.bt h3 {
  font-size: 0.3rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.03rem;
  color: #32454f;
  text-align: center;
}
.bt span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #32454f;
  text-align: center;
}
.bt img {
  width: 2.14rem;
  height: 0.14rem;
  display: block;
  text-align: center;
}
.bydt {
  width: 100%;
}
.bydt ul {
  width: 6.9rem;
  margin-bottom: 0.4rem;
}
.bydt ul li {
  width: 6.9rem;
  height: 1.5rem;
  background-color: #fafafa;
  padding: 0.28rem 0.3rem;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}
.bydt ul li:last-child {
  margin-bottom: 0;
}
.bydt ul li a {
  display: flex;
}
.bydt ul li a .bydt_text {
  width: 5.1rem;
  margin: 0;
}
.bydt ul li a .bydt_text h4 {
  width: 5rem;
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.26rem;
  letter-spacing: 0.02rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  margin-bottom: 0.1rem;
}
.bydt ul li a .bydt_text p {
  width: 4.5rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.01rem;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  margin: 0;
}
.bydt ul li a .bydt_time {
  width: auto;
  margin-right: 0;
  position: relative;
}
.bydt ul li a .bydt_time::before {
  content: "";
  width: 0.01rem;
  height: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: -0.28rem;
  top: 0;
}
.bydt ul li a .bydt_time p {
  font-size: 0.4rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.04rem;
  color: #999999;
  margin-top: 0.2rem;
  text-align: center;
}
.bydt ul li a .bydt_time span {
  display: block;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.26rem;
  letter-spacing: 0.02rem;
  color: #999999;
  text-align: center;
}
.more {
  width: 2rem;
  height: 0.7rem;
  border-radius: 0.05rem;
  border: solid 0.01rem #0376be;
  box-sizing: border-box;
  text-align: center;
}
.more a p {
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.7rem;
  letter-spacing: 0.03rem;
  color: #0376be;
}
.zysz {
  width: 100%;
}
.zysz .zysz_img .swiper-wrapper .swiper-slide {
  width: 5.9rem;
  height: 3.9rem;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  position: relative;
}
.zysz .zysz_img .swiper-wrapper .swiper-slide::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  left: 0;
  top: 0;
}
.zysz .zysz_img .swiper-wrapper .swiper-slide a {
  display: block;
}
.zysz .zysz_img .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 5.9rem;
  height: 3.9rem;
  object-fit: cover;
}
.zysz .zysz_img .swiper-wrapper .swiper-slide a .zysz_title {
  width: 5rem;
  height: auto;
  position: absolute;
  left: 0.45rem;
  bottom: 0.5rem;
}
.zysz .zysz_img .swiper-wrapper .swiper-slide a .zysz_title h3 {
  font-size: 0.26rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.03rem;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0.15rem;
}
.zysz .zysz_img .swiper-wrapper .swiper-slide a .zysz_title h3::before {
  display: inline-block;
  content: '【';
  color: #ffffff;
}
.zysz .zysz_img .swiper-wrapper .swiper-slide a .zysz_title h3::after {
  display: inline-block;
  content: '】';
  color: #ffffff;
}
.zysz .zysz_img .swiper-wrapper .swiper-slide a .zysz_title p {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.zysz .zysz_img .swiper-wrapper .swiper-slide-prev {
  transform: scale(0.8);
  left: 0.3rem;
}
.zysz .zysz_img .swiper-wrapper .swiper-slide-next {
  transform: scale(0.8);
  right: 0.3rem;
}
.szdw {
  width: 6.9rem;
}
.szdw .szdwBox {
  margin-bottom: 0.2rem;
}
.szdw .szdwBox ul {
  height: 4.3rem;
}
.szdw .szdwBox ul li {
  width: 100%;
  height: 4rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.szdw .szdwBox ul li .szdwBox_text {
  width: 3.3rem;
  height: 100%;
  padding: 0.18rem 0.15rem 0rem 0.15rem;
  box-sizing: border-box;
  margin: 0;
}
.szdw .szdwBox ul li .szdwBox_text .szdwBox_img {
  width: 3rem;
  height: 2.07rem;
  display: block;
  object-fit: cover;
  margin-bottom: 0.2rem;
}
.szdw .szdwBox ul li .szdwBox_text h4 {
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.01rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0.07rem;
}
.szdw .szdwBox ul li .szdwBox_text p {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.01rem;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0.15rem;
}
.szdw .szdwBox ul li .szdwBox_text span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.02rem;
  color: #999999;
}
.szdw .szdwBox .swiper-pagination {
  font-size: 0rem;
}
.szdw .szdwBox .swiper-pagination-bullet-active {
  width: 0.16rem !important;
  height: 0.16rem !important;
  background-color: #0376be !important;
}
.szdw .szdwBox .swiper-pagination-bullet {
  width: 0.16rem !important;
  height: 0.16rem !important;
  border: solid 0.01rem #0376be !important;
  background-color: #fff;
  opacity: 1;
  margin: 0 0.08rem !important;
}
.cxhz {
  width: 6.9rem;
  margin-bottom: 0.7rem;
}
.cxhz .cxhzBox {
  margin-bottom: 0.15rem;
}
.cxhz .cxhzBox ul {
  height: 5.05rem;
  margin-bottom: 0.2rem;
}
.cxhz .cxhzBox ul li {
  width: 100%;
  height: 4.75rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cxhz .cxhzBox ul li .cxhzBox_text {
  width: 3.3rem;
  margin: 0;
  box-sizing: border-box;
}
.cxhz .cxhzBox ul li .cxhzBox_text .cxhzBox_img img {
  width: 3.3rem;
  height: 2.27rem;
  display: block;
  object-fit: cover;
}
.cxhz .cxhzBox ul li .cxhzBox_text .cxhzBox_title {
  width: 3.3rem;
  height: 2.48rem;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
}
.cxhz .cxhzBox ul li .cxhzBox_text .cxhzBox_title h4 {
  font-size: 0.28rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  color: #333333;
  margin-bottom: 0.12rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cxhz .cxhzBox ul li .cxhzBox_text .cxhzBox_title p {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.02rem;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  margin-bottom: 0.2rem;
}
.cxhz .cxhzBox ul li .cxhzBox_text .cxhzBox_title em {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.2rem;
  letter-spacing: 0.01rem;
  color: #999999;
}
.cxhz .cxhzBox ul li .cxhzBox_text .cxhzBox_title span {
  float: right;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.01rem;
  color: #999999;
}
.cxhz .cxhzBox .swiper-pagination {
  font-size: 0rem;
}
.cxhz .cxhzBox .swiper-pagination-bullet-active {
  width: 0.16rem !important;
  height: 0.16rem !important;
  background-color: #0376be !important;
}
.cxhz .cxhzBox .swiper-pagination-bullet {
  width: 0.16rem !important;
  height: 0.16rem !important;
  border: solid 0.01rem #0376be !important;
  background-color: #fff;
  opacity: 1;
  margin: 0 0.08rem !important;
}
