main {
  background: #eff6ff;
padding-bottom: .2rem;
}
main .left {
  width: 10.2rem;
}
main .right {
  width: 4.4rem;
}

.location-wrap {
  padding: 0.2rem 0;
}
.location-wrap .location {
  align-items: center;
}
.location-wrap .location img {
  width: 0.13rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}
.location-wrap .location span {
  font-size: 0.16rem;
  color: #888;
}
.location-wrap .location span a {
  color: #888;
}
.location-wrap .location span a:hover {
  color: #2164d5;
}
.location-wrap .location .line {
  margin: 0 0.1rem;
}

.news-wrap .list-wrap {
  width: 100%;
  margin-bottom: 0.5rem;
}
.news-wrap .list-wrap ul {
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  /* gap: 0.18rem; */
}

.news-wrap .list-wrap ul li{
  border-bottom: 1px solid #c5d7e7;
  line-height: 0.3rem;
}

.news-wrap .list-wrap ul li a {
  padding: 0.15rem 0.2rem;
  /* background: #fff; */
  /* box-shadow: 0px 0px 13px 0px rgba(0, 99, 182, 0.21); */
}

.news-wrap .list-wrap ul li a .title {
  font-size: 0.18rem;
  color: #333;
  /* font-weight: bold; */
}
.news-wrap .list-wrap ul li a .date {
  font-size: 0.16rem;
  color: #222;
}
.news-wrap .list-wrap ul li a:hover .title,
.news-wrap .list-wrap ul li a:hover .date {
   color: #024ac2;
}
.news-wrap .phone {
  display: none;
}
.news-wrap .swiper .banner {
  width: 100%;
  height: auto;
  background: #0063b6;
}
.news-wrap .swiper .banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 440/293;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-wrap .swiper .info {
  width: 100%;
}
.news-wrap .swiper .info .title {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  color: #222;
  font-weight: bold;
  margin-bottom: 0.16rem;
}
.news-wrap .swiper .info .desc {
  font-size: 0.14rem;
  color: #888;
  line-height: 2;
  margin-bottom: 0.16rem;
  /* padding-top: 0.16rem; */
  text-align: justify;
  height: 1.5rem;
  overflow: hidden;
}
.news-wrap .swiper .swiper-pagination {
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 530/350;
  top: 0;
  bottom: 0.12rem;
  padding-bottom: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
}
.news-wrap .swiper .swiper-pagination .swiper-pagination-bullet {
  pointer-events: all;
}
.news-wrap .listzt-wrap {
  margin-top: 0.3rem;
}
.news-wrap .listzt-wrap .tab-title {
  height: 0.63rem;
  border-bottom: 1px solid #b7cae5;
}
.news-wrap .listzt-wrap .tab-title .title {
  margin-right: 0.2rem;
}
.news-wrap .listzt-wrap .tab-title .title a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.13rem;
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
}
.news-wrap .listzt-wrap .tab-title .title.on {
  border-bottom: 4px solid #2164d5;
}
.news-wrap .listzt-wrap .tab-title .title.on a {
  color: #2164d5;
}
.news-wrap .listzt-wrap .list-wrap {
  margin-bottom: 0.5rem;
}
.news-wrap .listzt-wrap .list-wrap ul {
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  /* gap: 0.2rem; */
}
.news-wrap .listzt-wrap .list-wrap ul li a {
  padding: 0.17rem 0.3rem 0.17rem 0.2rem;
  /* background: #fff; */
  /* box-shadow: 0px 0px 13px 0px rgba(0, 99, 182, 0.21); */
}
.news-wrap .listzt-wrap .list-wrap ul li a .title {
  font-size: 0.18rem;
  /* color: #222; */
  /* font-weight: bold; */
}
.news-wrap .listzt-wrap .list-wrap ul li a .date {
  font-size: 0.16rem;
  color: #222;
}
.news-wrap .listzt-wrap .list-wrap ul li a:hover .title,
.news-wrap .listzt-wrap .list-wrap ul li a:hover .date {
  color: #2164d5;
}
.news-wrap .listzt-wrap .right .content {
  padding-top: 0.3rem;
}
.news-wrap .listzt-wrap .right .content a img {
  width: 4.4rem;
  height: 1.6rem;
  margin-bottom: 0.2rem;
}
.news-wrap .content {
  padding-top: 0.22rem;
}
.news-wrap .content a img {
  width: 4.4rem;
  height: auto;
  margin-bottom: 0.2rem;
object-fit: cover;
}

@media screen and (max-width: 768px) {
  .news-wrap .container {
    flex-direction: column;
  }
  .news-wrap .phone {
    display: block;
  }
  .news-wrap .pc {
    display: none;
  }
  .news-wrap .content a img {
    width: 100%;
    height: auto;
  }
  main .left,
  main .right {
    width: 100%;
  }
}/*# sourceMappingURL=jyyw.css.map */