@charset "UTF-8";
.yj-wz-header {
  height: 6.46rem;
  background-image: url(../images/yj-wz-tzwz-img-head-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.yj-wz-header::before {
  content: "";
  width: 100%;
  height: 0.8rem;
  background: linear-gradient(to bottom, rgba(14, 30, 55, 0.5), rgba(14, 30, 55, 0));
  position: absolute;
  top: 0;
  left: 0;
}
.yj-wz-header .banner-logo {
  display: block;
  width: auto;
  height: 1.61rem;
  margin: 1.35rem auto 0.3rem;
}
@media screen and (min-width: 993px) {
  .yj-wz-header .logo-search-container {
    margin-top: 0;
  }
  .yj-wz-header .logo-search-container .search-container {
    position: absolute;
    top: -3.57rem;
    height: 0.35rem;
    line-height: 0.35rem;
    background: none;
    border-color: transparent;
    border-radius: 0.2rem;
    right: 3.6rem;
    width: 0.5rem;
    transition: all 0.3s ease;
    overflow: visible;
  }
  .yj-wz-header .logo-search-container .search-container input {
    background-color: transparent;
    color: #fff;
    font-size: 0.14rem;
    width: calc(100% - 0.5rem);
    display: none;
  }
  .yj-wz-header .logo-search-container .search-container button {
    background-color: transparent;
    width: 0.5rem;
    background-size: 0.2rem;
    background-image: url(../images/yj-wz-zz-index-ic-search.png);
  }
  .yj-wz-header .logo-search-container .search-container::after {
    content: "";
    width: 1px;
    height: 0.14rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
  }
  .yj-wz-header .logo-search-container .search-container:hover {
    width: 15%;
    overflow: hidden;
    border: solid 1px #fff;
  }
  .yj-wz-header .logo-search-container .search-container:hover input {
    display: block;
  }
  .yj-wz-header .logo-search-container .search-container:hover::after {
    display: none;
  }
  .yj-wz-header .logo-search-container .search-container.login {
    right: 4rem;
  }
  .yj-wz-header .logo-search-container .search-container.login:hover {
    width: 13%;
  }
}

.yj-wz-nav-menu {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 100%;
}
.yj-wz-nav-menu > .container > div > .children {
  background: transparent;
  box-shadow: unset;
}
.yj-wz-nav-menu > .container > div > .children a {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(6, 73, 142, 0.35);
}
.yj-wz-nav-menu > .container > div > .children a:hover {
  color: #fff;
  font-weight: bold;
}

.page-content-container .section-title span {
  display: block;
}
.page-content-container .section-title span.cn {
  font-size: 0.3rem;
  font-weight: bold;
}
.page-content-container .section-title span.en {
  font-size: 0.18rem;
  font-weight: bold;
  color: #d4d4d4;
}
.page-content-container .section-1 .zsxx-video-container {
  *zoom: 1;
}
.page-content-container .section-1 .zsxx-video-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.page-content-container .section-1 .zsxx-video-container .zsxx-container {
  float: left;
  width: 47.35294%;
}
.page-content-container .section-1 .zsxx-video-container .zsxx-container .news-list {
  margin-top: 0.14rem;
}
.page-content-container .section-1 .zsxx-video-container .zsxx-container .news-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
}
.page-content-container .section-1 .zsxx-video-container .zsxx-container .news-list a .title {
  height: 0.4rem;
  line-height: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  font-size: 0.16rem;
}
.page-content-container .section-1 .zsxx-video-container .zsxx-container .news-list a .time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.16rem;
  color: #999;
}
.page-content-container .section-1 .zsxx-video-container .zsxx-container .news-list a:hover .title,
.page-content-container .section-1 .zsxx-video-container .zsxx-container .news-list a:hover .time {
  color: #2f72da;
}
.page-content-container .section-1 .zsxx-video-container .video-container {
  float: right;
  width: 49.70588%;
  height: 3.62rem;
}
.page-content-container .section-1 .zsxx-video-container .video-container video {
  width: 100%;
  height: 100%;
}
.page-content-container .section-1 .items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  border-top: solid 1px #e1eafa;
  border-bottom: solid 1px #e1eafa;
  padding: 0.3rem 0;
  margin: 0.5rem 0;
}
.page-content-container .section-1 .items a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-content-container .section-1 .items a img {
  width: auto;
  height: 0.48rem;
}
.page-content-container .section-1 .items a img:nth-child(1) {
  display: block;
}
.page-content-container .section-1 .items a img:nth-child(2) {
  display: none;
}
.page-content-container .section-1 .items a .name {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.15rem;
}
.page-content-container .section-1 .items a:hover img:nth-child(2) {
  display: block;
}
.page-content-container .section-1 .items a:hover img:nth-child(1) {
  display: none;
}
.page-content-container .section-1 .items a:hover .name {
  font-weight: bold;
  color: #2f72da;
}
.page-content-container .section-2 {
  background-color: #f5f7fa;
  padding: 0.5rem 0;
}
.page-content-container .section-2 .section-2-content-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-content-container .section-2 .section-2-content-container .zszc-container {
  width: 42.86764%;
}
.page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container {
  margin-top: 0.3rem;
  background-color: #fff;
  padding: 0.2rem 0.27rem;
  height: 4.6rem;
}
.page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .container-name {
  font-size: 0.22rem;
  font-weight: bold;
}
.page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list {
  margin-top: 0.14rem;
}
.page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a .time-box {
  flex-shrink: 0;
  width: 0.76rem;
  height: 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 1px #e1eafa;
}
.page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a .time-box span {
  display: block;
  text-align: center;
  width: 100%;
}
.page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a .time-box span.day {
  font-size: 0.2rem;
  font-weight: bold;
}
.page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a .time-box span.year-month {
  font-size: 0.14rem;
}
.page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a .title {
  flex: 1;
  padding-left: 0.26rem;
  font-size: 0.16rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a:hover .time-box {
  border-color: #2f72da;
}
.page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a:hover .time-box span {
  color: #2f72da;
}
.page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a:hover .title {
  color: #2f72da;
}
.page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a + a {
  margin-top: 0.18rem;
}
.page-content-container .section-2 .section-2-content-container .zc-container {
  width: 21.39705%;
}
.page-content-container .section-2 .section-2-content-container .zc-container a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 2.18rem;
}
.page-content-container .section-2 .section-2-content-container .zc-container a img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-content-container .section-2 .section-2-content-container .zc-container a:nth-of-type(1) {
  margin-top: 0.3rem;
}
.page-content-container .section-2 .section-2-content-container .zc-container a:hover {
  box-shadow: 0px 0.02rem 0.2rem 0 rgba(14, 20, 42, 0.15);
}
.page-content-container .section-2 .section-2-content-container .zc-container a + a {
  margin-top: 0.24rem;
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container {
  width: 30.14705%;
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container .items {
  margin-top: 0.3rem;
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container .items a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 0.57rem;
  width: 100%;
  background-color: #fff;
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container .items a img {
  width: 0.32rem;
  height: auto;
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container .items a span {
  font-size: 0.2rem;
  margin-left: 0.3rem;
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container .items a.no-icon span {
  margin-left: 0;
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container .items a:hover {
  box-shadow: 0px 0.02rem 0.15rem 0 rgba(14, 20, 42, 0.08);
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container .items a:hover span {
  color: #2f72da;
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container .items a + a {
  margin-top: 0.1rem;
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container .two-items {
  margin-top: 0.1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container .two-items a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  height: 0.57rem;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.2rem;
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container .two-items a:nth-child(1) {
  width: 33.17073%;
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container .two-items a:nth-child(2) {
  width: 62.43902%;
}
.page-content-container .section-2 .section-2-content-container .zfxxgk-container .two-items a:hover {
  box-shadow: 0px 0.02rem 0.15rem 0 rgba(14, 20, 42, 0.08);
  color: #2f72da;
}
.page-content-container .section-3 {
  margin: 0.5rem auto;
}
.page-content-container .section-3 .zszd-types {
  margin-top: 0.3rem;
  display: flex;
  flex-direction: row;
}
.page-content-container .section-3 .zszd-types > div {
  flex: 1;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 33.33333%;
  height: 6.6rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.66rem 0 0 0.5rem;
}
.page-content-container .section-3 .zszd-types > div > img {
  display: block;
  height: 0.54rem;
  width: auto;
}
.page-content-container .section-3 .zszd-types > div .title-cn {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.4rem;
}
.page-content-container .section-3 .zszd-types > div .list {
  margin-top: 0.4rem;
  *zoom: 1;
}
.page-content-container .section-3 .zszd-types > div .list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.page-content-container .section-3 .zszd-types > div .list a {
  float: left;
  width: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 0.18rem;
  color: #fff;
  padding-left: 0.3rem;
  margin-top: 0.2rem;
}
.page-content-container .section-3 .zszd-types > div .list a::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-content-container .section-3 .zszd-types > div .list a:nth-child(1), .page-content-container .section-3 .zszd-types > div .list a:nth-child(2) {
  margin-top: 0;
}
.page-content-container .section-3 .zszd-types > div .more {
  display: block;
  box-sizing: border-box;
  width: 1.5rem;
  height: 0.45rem;
  line-height: 0.45rem;
  border-radius: 0.22rem;
  border: solid 1px #fff;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0.78rem;
  left: 0.5rem;
}
.page-content-container .section-3 .zszd-types > div:nth-child(1) {
  background-image: url(../images/yj-wz-tzwz-img-zszd-1.png);
}
.page-content-container .section-3 .zszd-types > div:nth-child(2) {
  background-image: url(../images/yj-wz-tzwz-img-zszd-2.png);
}
.page-content-container .section-3 .zszd-types > div:nth-child(3) {
  background-image: url(../images/yj-wz-tzwz-img-zszd-3.png);
}
.page-content-container .section-3 .zszd-types > div:hover {
  background: #2f72da;
}
.page-content-container .section-4 {
  background-color: #f5f7fa;
  padding: 0.5rem 0;
}
.page-content-container .section-4 .zspt-container {
  margin-top: 0.3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-content-container .section-4 .zspt-container > div {
  width: 30.5147%;
  height: 3.6rem;
  box-shadow: 0px 2px 20px 0 rgba(14, 20, 42, 0.15);
  transition: all 0.3s ease;
}
.page-content-container .section-4 .zspt-container > div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 35% center;
     object-position: 35% center;
  transition: all 0.3s ease;
}
.page-content-container .section-4 .zspt-container > div .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #fff;
  text-align: center;
  font-size: 0.18rem;
  transition: all 0.3s ease;
}
.page-content-container .section-4 .zspt-container > div a {
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  height: 3rem;
  width: 3.6rem;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 0.23rem 0.23rem 0;
  box-shadow: 0.1rem 0.1rem 0 0 #2f72da;
}
.page-content-container .section-4 .zspt-container > div a .title {
  font-size: 0.2rem;
}
.page-content-container .section-4 .zspt-container > div a .title b {
  color: #2f72da;
  font-size: 0.2rem;
  font-weight: bold;
}
.page-content-container .section-4 .zspt-container > div a .info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 6; /*设置多行的行数*/
  line-height: 0.3rem;
  font-size: 0.16rem;
  margin-top: 0.15rem;
  height: 1.8rem;
}
.page-content-container .section-4 .zspt-container > div a .more {
  position: absolute;
  left: 0.23rem;
  bottom: 0.2rem;
  font-size: 0.14rem;
  color: #85a6e7;
}
.page-content-container .section-4 .zspt-container > div.expand {
  width: 66.83823%;
}
.page-content-container .section-4 .zspt-container > div.expand img {
  -o-object-position: center;
     object-position: center;
}
.page-content-container .section-4 .zspt-container > div.expand .name {
  opacity: 0;
}
.page-content-container .section-4 .zspt-container > div.expand a {
  opacity: 1;
}
.page-content-container .section-5 {
  padding: 0.5rem 0;
}
.page-content-container .section-5 .qymsfw {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-content-container .section-5 .qymsfw img {
  height: 0.39rem;
  width: auto;
}
.page-content-container .section-5 .bsfw-container {
  margin-top: 0.3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-content-container .section-5 .bsfw-container > div {
  border-radius: 0.06rem;
  background-color: #f5f7fa;
  width: 23.60294%;
  height: 3.16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.22rem 0.22rem 0;
}
.page-content-container .section-5 .bsfw-container > div > img {
  width: auto;
  height: 0.45rem;
}
.page-content-container .section-5 .bsfw-container > div .name {
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  margin-top: 0.1rem;
  padding-bottom: 0.15rem;
  border-bottom: solid 1px #d2d2d2;
}
.page-content-container .section-5 .bsfw-container > div .list {
  width: auto;
  max-width: 95%;
  margin-top: 0.15rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-content-container .section-5 .bsfw-container > div .list a {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-content-container .section-5 .bsfw-container > div .list a::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: solid 1px #2f72da;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-content-container .section-5 .bsfw-container > div .list a:hover {
  color: #2f72da;
}
.page-content-container .section-5 .bsfw-container > div .list a + a {
  margin-top: 0.1rem;
}

@media screen and (max-width: 992px) {
  .yj-wz-header {
    height: 7.5rem;
  }
  .yj-wz-header .banner-logo {
    display: block;
    width: auto;
    height: 1.8rem;
    max-width: 485px;
    margin: 1.2rem auto 0.4rem;
  }
  .yj-wz-nav-menu {
    top: 1.2rem;
  }
  .yj-wz-nav-menu > .container {
    justify-content: flex-start;
  }
  .yj-wz-nav-menu > .container > div {
    flex: unset;
    width: 25%;
  }
  .page-content-container {
    margin-top: -1.2rem;
  }
  .page-content-container .section-title span {
    display: block;
  }
  .page-content-container .section-title span.cn {
    font-size: 0.4rem;
  }
  .page-content-container .section-title span.en {
    font-size: 0.35rem;
  }
  .page-content-container .section-1 .zsxx-video-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-content-container .section-1 .zsxx-video-container .zsxx-container {
    float: none;
    width: 100%;
    margin-top: 0.4rem;
  }
  .page-content-container .section-1 .zsxx-video-container .zsxx-container .news-list {
    margin-top: 0.25rem;
  }
  .page-content-container .section-1 .zsxx-video-container .zsxx-container .news-list a .title {
    height: 0.8rem;
    line-height: 0.8rem;
    width: 75%;
    font-size: 0.375rem;
  }
  .page-content-container .section-1 .zsxx-video-container .zsxx-container .news-list a .time {
    font-size: 0.375rem;
  }
  .page-content-container .section-1 .zsxx-video-container .video-container {
    float: none;
    width: 100%;
    height: 5rem;
  }
  .page-content-container .section-1 .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin: 0.4rem 0;
  }
  .page-content-container .section-1 .items a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    margin-top: 0.25rem;
  }
  .page-content-container .section-1 .items a img {
    width: auto;
    height: 0.6rem;
  }
  .page-content-container .section-1 .items a .name {
    font-size: 0.375rem;
    margin-top: 0.2rem;
  }
  .page-content-container .section-1 .items a:nth-child(-n+4) {
    margin-top: 0;
  }
  .page-content-container .section-2 {
    padding: 0.4rem 0;
  }
  .page-content-container .section-2 .section-2-content-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .page-content-container .section-2 .section-2-content-container .zszc-container {
    width: 100%;
  }
  .page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container {
    margin-top: 0.3rem;
    background-color: #fff;
    padding: 0.25rem;
    height: auto;
  }
  .page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .container-name {
    font-size: 0.375rem;
  }
  .page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list {
    margin-top: 0.25rem;
  }
  .page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a .time-box {
    width: 1.5rem;
    height: 1.2rem;
  }
  .page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a .time-box span.day {
    font-size: 0.375rem;
  }
  .page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a .time-box span.year-month {
    font-size: 0.3rem;
  }
  .page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a .title {
    padding-left: 0.2rem;
    font-size: 0.375rem;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
  }
  .page-content-container .section-2 .section-2-content-container .zszc-container .wzqzc-container .list a + a {
    margin-top: 0.25rem;
  }
  .page-content-container .section-2 .section-2-content-container .zc-container {
    margin-top: 0.4rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .page-content-container .section-2 .section-2-content-container .zc-container .section-title {
    display: none !important;
  }
  .page-content-container .section-2 .section-2-content-container .zc-container a {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: auto;
    width: 49%;
  }
  .page-content-container .section-2 .section-2-content-container .zc-container a img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .page-content-container .section-2 .section-2-content-container .zc-container a:nth-of-type(1) {
    margin-top: 0;
  }
  .page-content-container .section-2 .section-2-content-container .zc-container a + a {
    margin-top: 0;
  }
  .page-content-container .section-2 .section-2-content-container .zfxxgk-container {
    width: 100%;
    margin-top: 0.4rem;
  }
  .page-content-container .section-2 .section-2-content-container .zfxxgk-container .items {
    margin-top: 0.3rem;
  }
  .page-content-container .section-2 .section-2-content-container .zfxxgk-container .items a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 1rem;
  }
  .page-content-container .section-2 .section-2-content-container .zfxxgk-container .items a img {
    width: 0.5rem;
  }
  .page-content-container .section-2 .section-2-content-container .zfxxgk-container .items a span {
    font-size: 0.375rem;
    margin-left: 0.3rem;
  }
  .page-content-container .section-2 .section-2-content-container .zfxxgk-container .items a + a {
    margin-top: 0.2rem;
  }
  .page-content-container .section-2 .section-2-content-container .zfxxgk-container .two-items {
    margin-top: 0.2rem;
  }
  .page-content-container .section-2 .section-2-content-container .zfxxgk-container .two-items a {
    height: 1rem;
    font-size: 0.375rem;
  }
  .page-content-container .section-2 .section-2-content-container .zfxxgk-container .two-items a:nth-child(1) {
    width: 34%;
  }
  .page-content-container .section-2 .section-2-content-container .zfxxgk-container .two-items a:nth-child(2) {
    width: 63%;
  }
  .page-content-container .section-3 {
    margin: 0.4rem auto;
  }
  .page-content-container .section-3 .zszd-types {
    margin-top: 0.3rem;
    display: flex;
    flex-direction: column;
  }
  .page-content-container .section-3 .zszd-types > div {
    flex: auto;
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.5rem;
  }
  .page-content-container .section-3 .zszd-types > div > img {
    display: block;
    height: 0.7rem;
    width: auto;
  }
  .page-content-container .section-3 .zszd-types > div .title-cn {
    font-size: 0.45rem;
    font-weight: bold;
    color: #fff;
    margin-top: 0.2rem;
  }
  .page-content-container .section-3 .zszd-types > div .title-en {
    font-size: 0.35rem;
    margin-top: 0;
  }
  .page-content-container .section-3 .zszd-types > div .list {
    margin-top: 0.25rem;
  }
  .page-content-container .section-3 .zszd-types > div .list a {
    font-size: 0.35rem;
    margin-top: 0.1rem;
  }
  .page-content-container .section-3 .zszd-types > div .more {
    width: 3.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.375rem;
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 0.25rem;
    margin-left: auto;
    margin-right: auto;
  }
  .page-content-container .section-4 {
    padding: 0.4rem 0;
  }
  .page-content-container .section-4 .zspt-container {
    margin-top: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .page-content-container .section-4 .zspt-container > div {
    width: 100%;
    height: auto;
    box-shadow: 0px 2px 20px 0 rgba(14, 20, 42, 0.15);
    transition: all 0.3s ease;
  }
  .page-content-container .section-4 .zspt-container > div img {
    position: relative;
    display: block;
    height: 3.5rem;
    -o-object-position: center;
       object-position: center;
  }
  .page-content-container .section-4 .zspt-container > div .name {
    opacity: 0;
  }
  .page-content-container .section-4 .zspt-container > div a {
    display: block;
    box-sizing: border-box;
    position: relative;
    right: 0;
    top: 0;
    height: auto;
    width: 100%;
    background-color: #fff;
    opacity: 1;
    transition: all 0.3s ease;
    padding: 0.25rem;
    box-shadow: none;
  }
  .page-content-container .section-4 .zspt-container > div a .title {
    font-size: 0.375rem;
  }
  .page-content-container .section-4 .zspt-container > div a .title b {
    font-size: 0.375rem;
  }
  .page-content-container .section-4 .zspt-container > div a .info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    line-height: 1.6;
    font-size: 0.35rem;
    margin-top: 0.2rem;
    height: auto;
  }
  .page-content-container .section-4 .zspt-container > div a .more {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 0.35rem;
    margin-top: 0.2rem;
  }
  .page-content-container .section-4 .zspt-container > div.expand {
    width: 100%;
  }
  .page-content-container .section-4 .zspt-container > div + div {
    margin-top: 0.25rem;
  }
  .page-content-container .section-5 {
    padding: 0.4rem 0.25rem;
  }
  .page-content-container .section-5 .qymsfw img {
    height: 0.68rem;
    width: auto;
  }
  .page-content-container .section-5 .bsfw-container {
    margin-top: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .page-content-container .section-5 .bsfw-container > div {
    border-radius: 0.1rem;
    background-color: #f5f7fa;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.25rem;
    margin-bottom: 0.2rem;
  }
  .page-content-container .section-5 .bsfw-container > div > img {
    width: auto;
    height: 0.6rem;
  }
  .page-content-container .section-5 .bsfw-container > div .name {
    width: 100%;
    text-align: center;
    font-size: 0.375rem;
    font-weight: bold;
    margin-top: 0.1rem;
    padding-bottom: 0.2rem;
    border-bottom: solid 1px #d2d2d2;
  }
  .page-content-container .section-5 .bsfw-container > div .list {
    width: auto;
    max-width: 95%;
    margin-top: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-content-container .section-5 .bsfw-container > div .list a {
    font-size: 0.35rem;
  }
  .page-content-container .section-5 .bsfw-container > div .list a + a {
    margin-top: 0.15rem;
  }
}