@charset "UTF-8";
.gaj-index-header {
  background-image: url(/images/yj-gaj-index-v2-img-head-bg.png);
  background-size: cover;
  background-position: bottom center;
  height: 4.04rem;
}
.gaj-index-header .top-nav {
  z-index: 2;
  top: 0.14rem;
  color: #fff;
  font-size: 0.14rem;
}
.gaj-index-header .top-nav .left-container a,
.gaj-index-header .top-nav .right-container a {
  color: #fff;
}
.gaj-index-header .top-nav .left-container a + a,
.gaj-index-header .top-nav .right-container a + a {
  margin-left: 0.21rem;
}
.gaj-index-header .top-nav .left-container a + a::after,
.gaj-index-header .top-nav .right-container a + a::after {
  width: 1px;
  height: 0.14rem;
  background-color: #fff;
  left: -0.12rem;
}
.gaj-index-header .top-nav .left-container .nav-qrcode-container,
.gaj-index-header .top-nav .right-container .nav-qrcode-container {
  top: 0.2rem;
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 0.2rem, 0);
  }
}
.gaj-index-header > .container:nth-child(2) {
  height: 100%;
}
.gaj-index-header .guoqi {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.2rem;
  height: auto;
}
.gaj-index-header .logo {
  display: block;
  top: 0.18rem;
  height: 2.07rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.gaj-index-header .search-container {
  width: 32.8571428571%;
  position: absolute;
  top: 2.49rem;
  left: 50%;
  transform: translateX(-50%);
}
.gaj-index-header .search-container .search-box {
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  border-radius: 0.23rem;
  box-shadow: 0 0 5.5px 0.5px #a4c0f2;
  background-color: rgba(254, 254, 255, 0.7);
  overflow: hidden;
}
.gaj-index-header .search-container .search-box input {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 0.5rem);
  padding-left: 0.15rem;
  font-size: 0.18rem;
  color: #5e5743;
  background-color: transparent;
}
.gaj-index-header .search-container .search-box .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.5rem;
  border-top-right-radius: 0.23rem;
  border-bottom-right-radius: 0.23rem;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  background-image: url(/images/yj-gaj-index-v2-ic-search.png);
  background-size: 0.27rem 0.27rem;
  background-position: center;
  background-repeat: no-repeat;
}
.gaj-index-header .search-container .search-tags-container {
  margin-top: 0.13rem;
  position: absolute;
  width: 60vw;
  left: 0;
  padding-left: 0.15rem;
  *zoom: 1;
}
.gaj-index-header .search-container .search-tags-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.gaj-index-header .search-container .search-tags-container::before {
  content: "";
  width: 0.19rem;
  height: 0.24rem;
  background-image: url(/images/yj-gaj-index-v2-ic-hot.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.gaj-index-header .search-container .search-tags-container span {
  height: 0.24rem;
  line-height: 0.24rem;
  float: left;
  color: #718ec1;
  font-size: 0.16rem;
}
.gaj-index-header .search-container .search-tags-container a {
  height: 0.24rem;
  line-height: 0.24rem;
  float: left;
  font-size: 0.16rem;
  color: #718ec1;
  cursor: pointer;
}
.gaj-index-header .search-container .search-tags-container a + a {
  margin-left: 0.16rem;
}

.gaj-nav-menu-v2 {
  background-color: #1b54b8;
  background-image: url(/images/yj-gaj-index-v2-img-nav-bg.png);
  background-repeat: no-repeat;
  background-size: cover 0.1rem;
  background-position: center bottom 0.04rem;
}
.gaj-nav-menu-v2 > .container {
  display: flex;
  flex-direction: row;
}
.gaj-nav-menu-v2 > .container a {
  flex: 1;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 0.63rem;
  line-height: 0.63rem;
}
.gaj-nav-menu-v2 > .container a span {
  z-index: 2;
  color: #eef2ff;
  font-size: 0.22rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 0.03rem;
  transform: translateX(-50%);
}
.gaj-nav-menu-v2 > .container a.active span {
  color: #fff;
}
.gaj-nav-menu-v2 > .container a.active::before {
  content: "";
  width: 2.02rem;
  height: 0.7rem;
  background-image: url(/images/yj-gaj-index-v2-img-nav-active-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #1b54b8;
  text-align: center;
}
.section-title::before {
  content: "";
  background-image: url(/images/yj-gaj-jwgk-img-section-title-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  width: 34.2142857143%;
  height: 100%;
  right: 57.1428571429%;
  top: 0;
}
.section-title::after {
  content: "";
  background-image: url(/images/yj-gaj-jwgk-img-section-title-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  width: 34.2142857143%;
  height: 100%;
  left: 57.1428571429%;
  top: 0;
  transform: rotate(180deg);
}

.section-1 {
  background-image: linear-gradient(to top, #fff, #ecf5fe);
}
.section-1 .banner-container {
  padding-top: 0.2rem;
}
.section-1 .banner-container img {
  display: block;
  width: 100%;
  height: auto;
}
.section-1 .banner-container img:hover {
  box-shadow: 0px 0.04rem 0.15rem 0 rgba(53, 101, 208, 0.3);
}
.section-1 .banner-container a img:nth-child(2) {
  display: none;
}
.section-1 .banner-container a + a img {
  margin-top: 0.15rem;
}
.section-1 .zyzz-container {
  margin-top: 0.2rem;
  *zoom: 1;
}
.section-1 .zyzz-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-1 .zyzz-container .zyzz-img {
  width: 0.73rem;
  height: 0.75rem;
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.section-1 .zyzz-container .zyzz-img img {
  width: 100%;
  height: 100%;
}
.section-1 .zyzz-container .swiper-container {
  float: right;
  width: calc(100% - 1rem);
  height: 0.75rem;
}
.section-1 .zyzz-container .swiper-container .swiper-slide a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 0.75rem;
  line-height: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 0.32rem;
  color: #1b54b8;
}
.section-1 .toutiao-container {
  margin-top: 0.15rem;
}
.section-1 .toutiao-container .clearfix {
  *zoom: 1;
}
.section-1 .toutiao-container .clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-1 .toutiao-container .clearfix #hot-news-swiper {
  float: left;
  width: 5.88rem;
  height: 3.3rem;
}
.section-1 .toutiao-container .clearfix #hot-news-swiper .swiper-slide a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
}
.section-1 .toutiao-container .clearfix #hot-news-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.section-1 .toutiao-container .clearfix #hot-news-swiper .swiper-slide a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  padding-left: 0.15rem;
  padding-right: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.16rem;
}
.section-1 .toutiao-container .clearfix #hot-news-swiper .swiper-slide a:hover img {
  transform: scale(1.02);
}
.section-1 .toutiao-container .clearfix #hot-news-swiper .hot-news-swiper-pagination {
  position: absolute;
  right: 0;
  left: auto;
  z-index: 100;
  bottom: 0.16rem;
  text-align: right;
  padding-right: 0.16rem;
}
.section-1 .toutiao-container .clearfix #hot-news-swiper .hot-news-swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background: #fff;
}
.section-1 .toutiao-container .clearfix #hot-news-swiper .hot-news-swiper-pagination .swiper-pagination-bullet-active {
  background: #efc976;
}
.section-1 .toutiao-container .clearfix .news-container {
  float: right;
  width: calc(100% - 6.1rem);
}
.section-1 .toutiao-container .clearfix .news-container .toutiao-news-tabs {
  *zoom: 1;
  border-bottom: solid 1px #ededed;
}
.section-1 .toutiao-container .clearfix .news-container .toutiao-news-tabs:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-1 .toutiao-container .clearfix .news-container .toutiao-news-tabs a {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0.15rem;
  font-size: 0.22rem;
  font-weight: bold;
  margin-right: 6%;
}
.section-1 .toutiao-container .clearfix .news-container .toutiao-news-tabs a.active {
  color: #1b54b8;
}
.section-1 .toutiao-container .clearfix .news-container .toutiao-news-tabs a.active::after {
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #1b54b8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-1 .toutiao-container .clearfix .news-container .swiper-container .swiper-slide a {
  display: flex;
  box-sizing: border-box;
  position: relative;
  flex-direction: row;
  width: 100%;
  line-height: 0.3rem;
  margin-top: 0.18rem;
}
.section-1 .toutiao-container .clearfix .news-container .swiper-container .swiper-slide a::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background-color: #1b54b8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-1 .toutiao-container .clearfix .news-container .swiper-container .swiper-slide a .title {
  width: 100%;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  padding-left: 0.15rem;
}
.section-1 .toutiao-container .clearfix .news-container .swiper-container .swiper-slide a .time {
  flex-shrink: 0;
  font-size: 0.16rem;
  margin-left: 0.15rem;
  color: #999;
}
.section-1 .toutiao-container .clearfix .news-container .swiper-container .swiper-slide a:hover .title,
.section-1 .toutiao-container .clearfix .news-container .swiper-container .swiper-slide a:hover .time {
  color: #1b54b8;
}
.section-1 .toutiao-container .yjts-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  margin-top: 0.25rem;
  height: 0.2rem;
}
.section-1 .toutiao-container .yjts-container .icon {
  width: 0.24rem;
  margin-right: 0.14rem;
}
.section-1 .toutiao-container .yjts-container .label {
  flex-shrink: 0;
  color: #1b54b8;
  font-size: 0.2rem;
  font-weight: bold;
  margin-right: 0.2rem;
}
.section-1 .toutiao-container .yjts-container .marquee {
  flex: 1;
  *zoom: 1;
  overflow: hidden;
  white-space: nowrap;
}
.section-1 .toutiao-container .yjts-container .marquee:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-1 .toutiao-container .yjts-container .marquee a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  font-size: 0.16rem;
  color: #666;
  padding: 0 0.15rem;
}
.section-1 .toutiao-container .yjts-container .marquee a::after {
  content: "";
  height: 0.18rem;
  width: 1px;
  background-color: #666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-1 .toutiao-container .yjts-container .marquee a:hover {
  color: #1b54b8;
}
.section-1 .toutiao-container .esdjsld-container {
  margin-top: 0.16rem;
}
.section-1 .toutiao-container .esdjsld-container img {
  display: block;
  width: 100%;
}

.section-2 {
  margin-bottom: 0.25rem;
}
.section-2 .section-title {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.section-2 .jwgk-container {
  *zoom: 1;
}
.section-2 .jwgk-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-2 .jwgk-container .zwgk-container {
  width: 56.4285714286%;
  float: left;
  border: solid 1px #c9d1de;
  padding: 0.28rem 0.28rem 0.13rem;
}
.section-2 .jwgk-container .zwgk-container .box-title {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
}
.section-2 .jwgk-container .zwgk-container .clearfix {
  margin-top: 0.28rem;
  *zoom: 1;
}
.section-2 .jwgk-container .zwgk-container .clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-2 .jwgk-container .zwgk-container .clearfix .left-container {
  float: left;
  width: 65.3950953678%;
}
.section-2 .jwgk-container .zwgk-container .clearfix .left-container .zwgk-news-tabs {
  *zoom: 1;
  border-bottom: solid 1px #ebebeb;
}
.section-2 .jwgk-container .zwgk-container .clearfix .left-container .zwgk-news-tabs:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-2 .jwgk-container .zwgk-container .clearfix .left-container .zwgk-news-tabs a {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0.15rem;
  float: left;
  font-size: 0.2rem;
  font-weight: bold;
  margin-right: 6%;
}
.section-2 .jwgk-container .zwgk-container .clearfix .left-container .zwgk-news-tabs a.active {
  color: #1b54b8;
}
.section-2 .jwgk-container .zwgk-container .clearfix .left-container .zwgk-news-tabs a.active::after {
  content: "";
  height: 0.04rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1b54b8;
}
.section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-top: 0.25rem;
}
.section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background-color: #1b54b8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a .type {
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.16rem;
  color: #1b54b8;
}
.section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a .title {
  padding-left: 0.8rem;
  padding-right: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.16rem;
}
.section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a .time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 0.16rem;
}
.section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a:hover .title,
.section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a:hover .time {
  color: #1b54b8;
}
.section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide:nth-child(1) .title {
  padding-left: 0.15rem;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container {
  float: right;
  width: 29.9727520436%;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .items a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  border-radius: 0.04rem;
  background-color: #f5f7fa;
  margin-top: 0.1rem;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .items a img {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.22rem;
  margin-right: 0.16rem;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .items a span {
  display: inline-block;
  font-size: 0.16rem;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .items a:nth-child(1) {
  margin-top: 0;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .items a:hover {
  border: solid 1px #a5c1ef;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .items a:hover span {
  color: #1b54b8;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .two-items {
  display: flex;
  flex-direction: row;
  margin-top: 0.1rem;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .two-items a {
  display: block;
  box-sizing: border-box;
  position: relative;
  flex: 1;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  color: #4880dd;
  font-size: 0.16rem;
  font-weight: bold;
  background-image: url(/images/yj-gaj-index-v2-img-zwgk-item-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .two-items a:hover {
  font-size: 0.17rem;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .two-items a + a {
  margin-left: 0.06rem;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .swiper-container {
  margin-top: 0.1rem;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .swiper-container .swiper-slide a img {
  width: 100%;
  height: 0.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .swiper-container .swiper-slide a:hover img {
  transform: scale(1.02);
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .swiper-container .baobiao-swiper-pagination {
  text-align: center;
  z-index: 100;
  bottom: 0.08rem;
  position: absolute;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .swiper-container .baobiao-swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 0.04rem;
  height: 0.04rem;
}
.section-2 .jwgk-container .zwgk-container .clearfix .right-container .swiper-container .baobiao-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.section-2 .jwgk-container .zfgk-container {
  width: 42.1428571429%;
  float: right;
  border: solid 1px #c9d1de;
  padding: 0.28rem;
  padding-bottom: 0.18rem;
}
.section-2 .jwgk-container .zfgk-container .box-title {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
}
.section-2 .jwgk-container .zfgk-container .gsgg-section-title {
  margin-top: 0.28rem;
  border-bottom: solid 1px #ebebeb;
}
.section-2 .jwgk-container .zfgk-container .gsgg-section-title span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.15rem;
  color: #1b54b8;
  font-size: 0.2rem;
  font-weight: bold;
}
.section-2 .jwgk-container .zfgk-container .gsgg-section-title span::after {
  content: "";
  height: 0.04rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1b54b8;
}
.section-2 .jwgk-container .zfgk-container .gsgg-section-title .more {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  font-size: 0.14rem;
  color: #999;
}
.section-2 .jwgk-container .zfgk-container .gsgg-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-top: 0.2rem;
}
.section-2 .jwgk-container .zfgk-container .gsgg-list a::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background-color: #1b54b8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-2 .jwgk-container .zfgk-container .gsgg-list a .title {
  font-size: 0.16rem;
  padding-left: 0.15rem;
  padding-right: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-2 .jwgk-container .zfgk-container .gsgg-list a .time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 0.16rem;
}
.section-2 .jwgk-container .zfgk-container .gsgg-list a:hover .title,
.section-2 .jwgk-container .zfgk-container .gsgg-list a:hover .time {
  color: #1b54b8;
}
.section-2 .jwgk-container .zfgk-container .swiper-container {
  margin-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.section-2 .jwgk-container .zfgk-container .swiper-container .swiper-slide a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 1.08rem;
  border: solid 1px #d1d6e1;
  background-color: #f5f7fa;
  padding: 0 1px;
}
.section-2 .jwgk-container .zfgk-container .swiper-container .swiper-slide a img {
  position: absolute;
  left: 50%;
  top: 0.16rem;
  height: 0.33rem;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.section-2 .jwgk-container .zfgk-container .swiper-container .swiper-slide a .name {
  position: absolute;
  top: 0.6rem;
  text-align: center;
  left: 0;
  width: 100%;
  font-size: 0.16rem;
  line-height: 1.2;
  padding: 0 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
}
.section-2 .jwgk-container .zfgk-container .swiper-container .swiper-slide a:hover {
  border: solid 1px #1b54b8;
}
.section-2 .jwgk-container .zfgk-container .swiper-container .swiper-slide a:hover img {
  top: 0.12rem;
}
.section-2 .jwgk-container .zfgk-container .swiper-container .swiper-slide a:hover .name {
  color: #1b54b8;
}
.section-2 .jwgk-container .zfgk-container .swiper-container .zfgk-items-swiper-pagination {
  position: absolute;
  bottom: 0;
  text-align: center;
}
.section-2 .jwgk-container .zfgk-container .swiper-container .zfgk-items-swiper-pagination .swiper-pagination-bullet {
  background: #b8c6e4;
  opacity: 1;
  height: 0.04rem;
  width: 0.04rem;
  border-radius: 0.02rem;
  transition: all 0.3s ease;
}
.section-2 .jwgk-container .zfgk-container .swiper-container .zfgk-items-swiper-pagination .swiper-pagination-bullet-active {
  width: 0.2rem;
  background: #b8c6e4;
}

.section-3 {
  background-image: url(/images/yj-gaj-index-img-zwfw-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.section-3 .section-title {
  margin-bottom: 0.25rem;
}
.section-3 .zwfw-items {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.section-3 .zwfw-items a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 13.5%;
  background-color: #fff;
  padding-top: 0.35rem;
  padding-bottom: 0.3rem;
  border: solid 1px #fff;
}
.section-3 .zwfw-items a img {
  display: block;
  margin: 0 auto;
  height: 0.63rem;
}
.section-3 .zwfw-items a .name {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  line-height: 1.6;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.section-3 .zwfw-items a:hover {
  box-shadow: 0px 0.04rem 0.16rem 0 rgba(27, 84, 184, 0.2);
  border: solid 1px #1b54b8;
}
.section-3 .zwfw-items a:hover .name {
  color: #1b54b8;
}

.section-4 .section-title {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.section-4 .jmhd-container {
  *zoom: 1;
}
.section-4 .jmhd-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-4 .jmhd-container > .left-container {
  float: left;
  width: 58%;
}
.section-4 .jmhd-container > .left-container .box-title .title {
  font-size: 0.22rem;
  font-weight: bold;
}
.section-4 .jmhd-container > .left-container .box-title .right-container {
  position: absolute;
  right: 0;
  bottom: 0;
  *zoom: 1;
}
.section-4 .jmhd-container > .left-container .box-title .right-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-4 .jmhd-container > .left-container .box-title .right-container a {
  float: left;
  display: block;
  position: relative;
}
.section-4 .jmhd-container > .left-container .box-title .right-container a img {
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-4 .jmhd-container > .left-container .box-title .right-container a span {
  font-size: 0.18rem;
}
.section-4 .jmhd-container > .left-container .box-title .right-container a:nth-child(1) {
  padding-left: 0.3rem;
}
.section-4 .jmhd-container > .left-container .box-title .right-container a:nth-child(2) {
  padding-left: 0.25rem;
}
.section-4 .jmhd-container > .left-container .box-title .right-container a:hover span {
  color: #1b54b8;
}
.section-4 .jmhd-container > .left-container .box-title .right-container a + a {
  margin-left: 0.2rem;
}
.section-4 .jmhd-container > .left-container .list {
  margin-top: 0.12rem;
}
.section-4 .jmhd-container > .left-container .list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 0.48rem;
  line-height: 0.48rem;
  border-bottom: solid 1px #ebebeb;
}
.section-4 .jmhd-container > .left-container .list a::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #1b54b8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-4 .jmhd-container > .left-container .list a .title {
  padding-left: 0.15rem;
  padding-right: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.16rem;
}
.section-4 .jmhd-container > .left-container .list a .time {
  color: #b6b6b6;
  font-size: 0.16rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-4 .jmhd-container > .left-container .list a:hover .title,
.section-4 .jmhd-container > .left-container .list a:hover .time {
  color: #1b54b8;
}
.section-4 .jmhd-container > .right-container {
  float: right;
  width: 38.9285714286%;
  *zoom: 1;
}
.section-4 .jmhd-container > .right-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-4 .jmhd-container > .right-container a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 48.2568807339%;
  height: 1.3rem;
  margin-left: 3.4862385321%;
  margin-top: 0.14rem;
  background-color: #f5f7fa;
  transition: all 0.3s ease;
}
.section-4 .jmhd-container > .right-container a:nth-child(1) {
  height: 2.74rem;
  margin-left: 0;
}
.section-4 .jmhd-container > .right-container a:nth-child(1) > div img {
  top: 0.9rem;
}
.section-4 .jmhd-container > .right-container a:nth-child(1) > div .name {
  top: 1.5rem;
}
.section-4 .jmhd-container > .right-container a:nth-child(-n+2) {
  margin-top: 0;
}
.section-4 .jmhd-container > .right-container a > div {
  width: 100%;
  height: 100%;
}
.section-4 .jmhd-container > .right-container a > div img {
  position: absolute;
  height: 0.4rem;
  top: 0.26rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
.section-4 .jmhd-container > .right-container a > div .name {
  text-align: center;
  position: absolute;
  top: 0.85rem;
  width: 100%;
  left: 0;
  font-size: 0.18rem;
}
.section-4 .jmhd-container > .right-container a > div::before, .section-4 .jmhd-container > .right-container a > div::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #1b54b8;
  transition: all 0.3s linear;
}
.section-4 .jmhd-container > .right-container a > div::before {
  left: 0;
  top: 0;
}
.section-4 .jmhd-container > .right-container a > div::after {
  right: 0;
  bottom: 0;
}
.section-4 .jmhd-container > .right-container a::before, .section-4 .jmhd-container > .right-container a::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #1b54b8;
  transition: all 0.3s linear;
}
.section-4 .jmhd-container > .right-container a::before {
  left: 0;
  top: 0;
}
.section-4 .jmhd-container > .right-container a::after {
  right: 0;
  bottom: 0;
}
.section-4 .jmhd-container > .right-container a:hover {
  background-color: #fff;
  box-shadow: 0px 0.04rem 0.16rem 0 rgba(27, 84, 184, 0.2);
}
.section-4 .jmhd-container > .right-container a:hover::before, .section-4 .jmhd-container > .right-container a:hover::after {
  width: 100%;
}
.section-4 .jmhd-container > .right-container a:hover > div::before, .section-4 .jmhd-container > .right-container a:hover > div::after {
  height: 100%;
}
.section-4 .jmhd-container > .right-container a:hover > div img {
  transform: translateX(-50%) rotateY(360deg);
}
.section-4 .jmhd-container > .right-container a:hover > div .name {
  color: #1b54b8;
}
.section-4 .jmhd-items {
  *zoom: 1;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.section-4 .jmhd-items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-4 .jmhd-items a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 49.5714285714%;
  margin-left: 1.7857%;
  overflow: hidden;
  height: 0;
  padding-top: 8.5714285714%;
}
.section-4 .jmhd-items a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease;
}
.section-4 .jmhd-items a:nth-child(1) {
  margin-left: 0;
  width: 48.6428571429%;
}
.section-4 .jmhd-items a:nth-child(1) img:nth-child(2) {
  display: none;
}
.section-4 .jmhd-items a:nth-child(1) img:nth-child(1) {
  display: block;
}
.section-4 .jmhd-items a:hover img {
  transform: scale(1.02);
}

.section-5 {
  background-color: #f5f6f7;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.section-5 > .container .swiper-container .swiper-slide {
  padding-bottom: 0.1rem;
}
.section-5 > .container .swiper-container .swiper-slide a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  box-shadow: 0px 0.02rem 0.1rem 0 rgba(32, 38, 134, 0.1);
}
.section-5 > .container .swiper-container .swiper-slide a .img-container {
  height: 1.4rem;
  overflow: hidden;
}
.section-5 > .container .swiper-container .swiper-slide a .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.section-5 > .container .swiper-container .swiper-slide a .title {
  background-color: #fff;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  font-size: 0.16rem;
  padding: 0 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-5 > .container .swiper-container .swiper-slide a:hover .img-container img {
  transform: scale(1.02);
}
.section-5 > .container .zt-swiper-pagination {
  text-align: center;
  margin-top: 0.1rem;
}
.section-5 > .container .zt-swiper-pagination .swiper-pagination-bullet {
  background: #e0e0e0;
  opacity: 1;
}
.section-5 > .container .zt-swiper-pagination .swiper-pagination-bullet-active {
  background: #f9cf4f;
}
.section-5 > .container .zt-swiper-pagination span + span {
  margin-left: 0.1rem;
}

.float-toolbox {
  position: fixed;
  bottom: 10vh;
  right: 5px;
  z-index: 900;
}
.float-toolbox > div + div {
  margin-top: 5px;
}
.float-toolbox > div:nth-last-child(1) {
  cursor: pointer;
}
.float-toolbox > div {
  width: 0.8rem;
  position: relative;
}
.float-toolbox > div img {
  width: 100%;
  height: auto;
}
.float-toolbox > div .pop {
  display: none;
}
.float-toolbox > div:hover .pop {
  display: block;
  position: absolute;
  top: 0;
  right: 0.8rem;
  width: 105px;
  padding-right: 10px;
  box-sizing: border-box;
}
.float-toolbox > div:hover .pop::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #5a84cd;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 18px;
  right: 0;
}
.float-toolbox > div:hover .pop .pop-content {
  border-radius: 6px;
  border: solid 1px #5a84cd;
  background-color: #fff;
  padding: 5px;
}
.float-toolbox > div:hover .pop .pop-content > img {
  display: block;
  width: 100%;
}
.float-toolbox > div:hover .pop .pop-content > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}
.float-toolbox > div:hover .pop .pop-content > a span {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.4;
}
.float-toolbox > div:hover .pop .pop-content > a + a {
  border-top: 1px solid #5a84cd;
}
.float-toolbox > div:nth-child(1) {
  display: block;
}
.float-toolbox > div:nth-child(2) {
  display: none;
}

@media screen and (max-width: 992px) {
  .gaj-index-header {
    height: 240px;
    background-position: top center;
  }
  .gaj-index-header .logo {
    top: 30px;
    height: 120px;
  }
  .gaj-index-header .search-container {
    width: 55%;
    min-width: 280px;
    top: 170px;
  }
  .gaj-index-header .search-container .search-box {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  .gaj-index-header .search-container .search-box input {
    width: calc(100% - 50px);
    padding-left: 15px;
    font-size: 14px;
  }
  .gaj-index-header .search-container .search-box .search-btn {
    width: 50px;
    background-size: 20px 20px;
  }
  .gaj-index-header .search-container .search-tags-container {
    display: none;
  }
  .gaj-nav-menu-v2 {
    background-image: none;
  }
  .gaj-nav-menu-v2 > .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
  .gaj-nav-menu-v2 > .container a {
    flex: none;
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 33.3%;
    height: 40px;
    line-height: 40px;
  }
  .gaj-nav-menu-v2 > .container a span {
    font-size: 18px;
    bottom: 0;
    word-break: keep-all;
  }
  .gaj-nav-menu-v2 > .container a.active span {
    color: #fff;
  }
  .gaj-nav-menu-v2 > .container a.active::before {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff;
    background-image: none;
    bottom: 0;
  }
  .section-title {
    font-size: 20px;
    font-weight: bold;
    color: #1b54b8;
    text-align: center;
  }
  .section-title::before, .section-title::after {
    display: none;
  }
  .section-1 .banner-container {
    padding-top: 10px;
  }
  .section-1 .banner-container a img:nth-child(1) {
    display: none;
  }
  .section-1 .banner-container a img:nth-child(2) {
    display: block;
  }
  .section-1 .banner-container a + a img {
    margin-top: 10px;
  }
  .section-1 .zyzz-container {
    *zoom: 1;
  }
  .section-1 .zyzz-container:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-1 .zyzz-container .zyzz-img {
    width: 42px;
    height: 40px;
  }
  .section-1 .zyzz-container .swiper-container {
    width: calc(100% - 55px);
    height: 40px;
  }
  .section-1 .zyzz-container .swiper-container .swiper-slide a {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .section-1 .toutiao-container {
    margin-top: 10px;
  }
  .section-1 .toutiao-container .clearfix #hot-news-swiper {
    float: none;
    width: 100%;
    height: 170px;
  }
  .section-1 .toutiao-container .clearfix #hot-news-swiper .swiper-slide a .title {
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    font-size: 16px;
  }
  .section-1 .toutiao-container .clearfix #hot-news-swiper .swiper-slide a:hover img {
    transform: scale(1.02);
  }
  .section-1 .toutiao-container .clearfix #hot-news-swiper .hot-news-swiper-pagination {
    bottom: 10px;
    padding-right: 10px;
  }
  .section-1 .toutiao-container .clearfix #hot-news-swiper .hot-news-swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .section-1 .toutiao-container .clearfix .news-container {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .section-1 .toutiao-container .clearfix .news-container .toutiao-news-tabs a {
    float: left;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 3.3%;
  }
  .section-1 .toutiao-container .clearfix .news-container .toutiao-news-tabs a.active::after {
    height: 2px;
  }
  .section-1 .toutiao-container .clearfix .news-container .swiper-container .swiper-slide a {
    display: block;
    margin-top: 10px;
    background-color: #f5f7fa;
    padding: 10px;
    line-height: auto;
  }
  .section-1 .toutiao-container .clearfix .news-container .swiper-container .swiper-slide a::before {
    display: none;
  }
  .section-1 .toutiao-container .clearfix .news-container .swiper-container .swiper-slide a .title {
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 0;
  }
  .section-1 .toutiao-container .clearfix .news-container .swiper-container .swiper-slide a .time {
    display: block;
    margin-left: 0;
    font-size: 14px;
    text-align: right;
    margin-top: 5px;
  }
  .section-1 .toutiao-container .yjts-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    margin-top: 15px;
    height: 20px;
  }
  .section-1 .toutiao-container .yjts-container .icon {
    width: 24px;
    margin-right: 10px;
  }
  .section-1 .toutiao-container .yjts-container .label {
    display: none;
  }
  .section-1 .toutiao-container .yjts-container .marquee a {
    font-size: 14px;
    padding: 0 10px;
  }
  .section-1 .toutiao-container .esdjsld-container {
    margin-top: 15px;
  }
  .section-1 .toutiao-container .esdjsld-container img {
    display: block;
    width: 100%;
  }
  .section-2 {
    margin-bottom: 20px;
  }
  .section-2 .section-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-2 .jwgk-container .zwgk-container {
    width: 100%;
    float: none;
    padding: 15px;
  }
  .section-2 .jwgk-container .zwgk-container .box-title {
    font-size: 18px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix {
    margin-top: 15px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .left-container {
    float: none;
    width: 100%;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .left-container .zwgk-news-tabs a {
    padding-bottom: 12px;
    font-size: 18px;
    margin-right: 6%;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .left-container .zwgk-news-tabs a.active::after {
    height: 2px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a {
    margin-top: 10px;
    background-color: #f5f7fa;
    padding: 10px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a::before {
    display: none;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a .type {
    left: 0;
    font-size: 14px;
    display: block;
    top: auto;
    bottom: 3px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a .title {
    padding-left: 0;
    padding-right: 0;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    font-size: 16px;
    line-height: 1.4;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a .time {
    position: relative;
    right: 0;
    top: auto;
    transform: none;
    color: #999;
    font-size: 14px;
    text-align: right;
    margin-top: 5px;
    display: block;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a:hover .title,
  .section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide a:hover .time {
    color: #1b54b8;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .left-container .swiper-container .swiper-slide:nth-child(1) .title {
    padding-left: 0;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .right-container {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .right-container .items a {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 10px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .right-container .items a img {
    width: 20px;
    height: 22px;
    margin-right: 16px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .right-container .items a span {
    display: inline-block;
    font-size: 16px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .right-container .two-items {
    margin-top: 10px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .right-container .two-items a {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .right-container .two-items a:hover {
    font-size: 16px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .right-container .two-items a + a {
    margin-left: 6px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .right-container .swiper-container {
    margin-top: 10px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .right-container .swiper-container .swiper-slide a img {
    height: 60px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .right-container .swiper-container .baobiao-swiper-pagination {
    bottom: 8px;
  }
  .section-2 .jwgk-container .zwgk-container .clearfix .right-container .swiper-container .baobiao-swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  .section-2 .jwgk-container .zfgk-container {
    width: 100%;
    float: none;
    padding: 15px;
    padding-bottom: 18px;
    margin-top: 15px;
  }
  .section-2 .jwgk-container .zfgk-container .box-title {
    font-size: 18px;
  }
  .section-2 .jwgk-container .zfgk-container .gsgg-section-title {
    margin-top: 15px;
  }
  .section-2 .jwgk-container .zfgk-container .gsgg-section-title span {
    padding-bottom: 12px;
    font-size: 18px;
  }
  .section-2 .jwgk-container .zfgk-container .gsgg-section-title span::after {
    height: 2px;
  }
  .section-2 .jwgk-container .zfgk-container .gsgg-section-title .more {
    bottom: 10px;
    font-size: 12px;
  }
  .section-2 .jwgk-container .zfgk-container .gsgg-list a {
    margin-top: 10px;
    padding: 10px;
    background-color: #f5f7fa;
  }
  .section-2 .jwgk-container .zfgk-container .gsgg-list a::before {
    display: none;
  }
  .section-2 .jwgk-container .zfgk-container .gsgg-list a .title {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    line-height: 1.4;
  }
  .section-2 .jwgk-container .zfgk-container .gsgg-list a .time {
    position: relative;
    right: 0;
    top: auto;
    transform: none;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    text-align: right;
  }
  .section-2 .jwgk-container .zfgk-container .swiper-container {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .section-2 .jwgk-container .zfgk-container .swiper-container .swiper-slide a {
    height: 108px;
    padding: 0 1px;
  }
  .section-2 .jwgk-container .zfgk-container .swiper-container .swiper-slide a img {
    top: 16px;
    height: 33px;
  }
  .section-2 .jwgk-container .zfgk-container .swiper-container .swiper-slide a .name {
    top: 60px;
    font-size: 16px;
    padding: 0 10px;
  }
  .section-2 .jwgk-container .zfgk-container .swiper-container .swiper-slide a:hover img {
    top: 12px;
  }
  .section-2 .jwgk-container .zfgk-container .swiper-container .zfgk-items-swiper-pagination .swiper-pagination-bullet {
    height: 4px;
    width: 4px;
    border-radius: 2px;
  }
  .section-2 .jwgk-container .zfgk-container .swiper-container .zfgk-items-swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-3 .section-title {
    margin-bottom: 20px;
  }
  .section-3 .zwfw-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .section-3 .zwfw-items a {
    width: 49%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 2%;
  }
  .section-3 .zwfw-items a img {
    height: 30px;
  }
  .section-3 .zwfw-items a .name {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.2;
    width: 85%;
  }
  .section-3 .zwfw-items a:nth-child(-n+2) {
    margin-top: 0;
  }
  .section-4 .section-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-4 .jmhd-container > .left-container {
    float: none;
    width: 100%;
  }
  .section-4 .jmhd-container > .left-container .box-title .title {
    font-size: 18px;
  }
  .section-4 .jmhd-container > .left-container .box-title .right-container {
    position: absolute;
    right: 0;
    bottom: 0;
    *zoom: 1;
  }
  .section-4 .jmhd-container > .left-container .box-title .right-container:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-4 .jmhd-container > .left-container .box-title .right-container a {
    float: left;
    display: block;
    position: relative;
  }
  .section-4 .jmhd-container > .left-container .box-title .right-container a img {
    height: 15px;
  }
  .section-4 .jmhd-container > .left-container .box-title .right-container a span {
    font-size: 14px;
  }
  .section-4 .jmhd-container > .left-container .box-title .right-container a:nth-child(1) {
    padding-left: 25px;
  }
  .section-4 .jmhd-container > .left-container .box-title .right-container a:nth-child(2) {
    padding-left: 20px;
  }
  .section-4 .jmhd-container > .left-container .box-title .right-container a + a {
    margin-left: 10px;
  }
  .section-4 .jmhd-container > .left-container .list {
    margin-top: 15px;
  }
  .section-4 .jmhd-container > .left-container .list a {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: auto;
    line-height: 1;
    border-bottom: 0;
    background-color: #f5f7fa;
    padding: 10px;
    margin-bottom: 10px;
  }
  .section-4 .jmhd-container > .left-container .list a::before {
    display: none;
  }
  .section-4 .jmhd-container > .left-container .list a .title {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    white-space: initial;
    font-size: 16px;
    line-height: 1.4;
  }
  .section-4 .jmhd-container > .left-container .list a .time {
    color: #b6b6b6;
    font-size: 14px;
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    margin-top: 5px;
    text-align: right;
    display: block;
  }
  .section-4 .jmhd-container > .right-container {
    float: none;
    width: 100%;
    *zoom: 1;
  }
  .section-4 .jmhd-container > .right-container:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-4 .jmhd-container > .right-container a {
    height: 100px;
    margin-top: 10px;
  }
  .section-4 .jmhd-container > .right-container a:nth-child(1) {
    height: 210px;
    margin-left: 0;
  }
  .section-4 .jmhd-container > .right-container a:nth-child(1) > div img {
    top: 70px;
  }
  .section-4 .jmhd-container > .right-container a:nth-child(1) > div .name {
    top: 120px;
  }
  .section-4 .jmhd-container > .right-container a > div img {
    height: 30px;
    top: 20px;
  }
  .section-4 .jmhd-container > .right-container a > div .name {
    top: 60px;
    font-size: 16px;
  }
  .section-4 .jmhd-items {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .section-4 .jmhd-items a {
    float: none;
    width: 100%;
    margin-left: 0;
    overflow: visible;
    height: auto;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .section-4 .jmhd-items a img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.2s ease;
  }
  .section-4 .jmhd-items a:nth-child(1) {
    margin-left: 0;
    width: 100%;
  }
  .section-4 .jmhd-items a:nth-child(1) img:nth-child(2) {
    display: block;
  }
  .section-4 .jmhd-items a:nth-child(1) img:nth-child(1) {
    display: none;
  }
  .section-5 {
    background-color: #f5f6f7;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-5 > .container .swiper-container {
    height: auto;
  }
  .section-5 > .container .swiper-container .swiper-slide a {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    box-shadow: none;
  }
  .section-5 > .container .swiper-container .swiper-slide a .img-container {
    height: 100px;
  }
  .section-5 > .container .swiper-container .swiper-slide a .type {
    background-color: #1b54b8;
    padding: 7px 17px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .section-5 > .container .swiper-container .swiper-slide a .title {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section-5 > .container .zt-swiper-pagination {
    text-align: center;
    margin-top: 5px;
  }
  .section-5 > .container .zt-swiper-pagination .swiper-pagination-bullet {
    background: #e0e0e0;
    opacity: 1;
  }
  .section-5 > .container .zt-swiper-pagination .swiper-pagination-bullet-active {
    background: #f9cf4f;
  }
  .section-5 > .container .zt-swiper-pagination span + span {
    margin-left: 10px;
  }
  .float-toolbox > div:nth-child(1) {
    display: none;
  }
  .float-toolbox > div:nth-child(2) {
    display: block;
  }
}