@charset "UTF-8";
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

body {
  background-color: #f0f5fc;
  background-image: url(/images/yj-zx-ggqsy-img-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover 742px;
}

.header {
  height: auto;
}
.header .top-bg {
  display: none;
}
.header > .logo-search-container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 80px;
}
.header .header-text-container {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header .header-text-container img:nth-child(1) {
  width: 76.8656716418%;
}
.header .header-text-container img:nth-child(2) {
  width: 25.223880597%;
}

.ggqsy-container .box {
  border-radius: 20px;
  background-color: #f9f9f9;
  padding: 36px 30px;
}
.ggqsy-container .section-title {
  background-image: url(/images/yj-zx-ggqsy-img-section-title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 36px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  color: #327be9;
}
.ggqsy-container .container-title {
  text-align: center;
}
.ggqsy-container .container-title span {
  display: inline-block;
  position: relative;
  color: #327be9;
  font-size: 24px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
}
.ggqsy-container .container-title span::before {
  content: "";
  background-image: url(/images/yj-zx-ggqsy-img-section-title-decoration.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 4px;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.ggqsy-container .container-title span::after {
  content: "";
  background-image: url(/images/yj-zx-ggqsy-img-section-title-decoration.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 4px;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
}
.ggqsy-container .jiaoyu-container .xxlb-container {
  margin-top: 30px;
  float: left;
  width: 31.3432835821%;
}
.ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items {
  margin-top: 20px;
  *zoom: 1;
}
.ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a {
  display: block;
  position: relative;
  box-sizing: border-box;
  float: left;
  height: 90px;
  width: 47.619047619%;
  margin-left: 4.7619047619%;
  margin-top: 4.7619047619%;
  background-color: #f0f5fc;
}
.ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a img {
  height: 28px;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a span {
  font-size: 16px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  word-break: keep-all;
  display: block;
  width: 100%;
  text-align: center;
}
.ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a:nth-child(2n+1) {
  margin-left: 0;
}
.ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a:nth-child(-n+2) {
  margin-top: 0;
}
.ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a:hover span {
  color: #327be9;
}
.ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background-image: linear-gradient(to right, #6fbdff, #1693ff);
  position: absolute;
}
.ggqsy-container .jiaoyu-container .xxml-container {
  margin-top: 30px;
  float: right;
  width: 66.4179104478%;
}
.ggqsy-container .jiaoyu-container .xxml-container .swiper-container {
  margin-top: 20px;
  padding-bottom: 25px;
}
.ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 310px;
  overflow: hidden;
}
.ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a .infos {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 240px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a .infos .name {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 20px;
}
.ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a .infos .info-container {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 8; /*设置多行的行数*/
  padding: 0 18px;
  line-height: 1.7;
}
.ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a .infos .info-container .label {
  font-size: 16px;
  color: #fff;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
}
.ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a .infos .info-container .more {
  font-size: 16px;
  color: #fce521;
}
.ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a::after {
  z-index: 2;
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(49, 121, 230, 0.85));
}
.ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a:hover .infos {
  top: 0;
  background-color: rgba(49, 121, 230, 0.85);
}
.ggqsy-container .jiaoyu-container .xxml-container .swiper-container .xxml-swiper-pagination {
  text-align: center;
  bottom: 0;
  position: absolute;
}
.ggqsy-container .wsjk-container {
  margin-top: 40px;
}
.ggqsy-container .wsjk-container .wsjk-items {
  margin-top: 40px;
  *zoom: 1;
}
.ggqsy-container .wsjk-container .wsjk-items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ggqsy-container .wsjk-container .wsjk-items > a {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 23.8805970149%;
  margin-left: 1.4925373134%;
}
.ggqsy-container .wsjk-container .wsjk-items > a .img-container {
  height: 0;
  padding-top: 71.875%;
  overflow: hidden;
}
.ggqsy-container .wsjk-container .wsjk-items > a .img-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.ggqsy-container .wsjk-container .wsjk-items > a .name {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  background-color: #f0f5fc;
}
.ggqsy-container .wsjk-container .wsjk-items > a:hover .img-container img {
  transform: scale(1.02);
}
.ggqsy-container .wsjk-container .wsjk-items > a:hover .name {
  color: #327be9;
}
.ggqsy-container .wsjk-container .wsjk-items > a:nth-child(1) {
  margin-left: 0;
}
.ggqsy-container .wsjk-container .more {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 160px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  border: solid 1px #327be9;
  background-color: #fff;
  font-size: 16px;
  color: #327be9;
  margin: 40px auto 46px;
}
.ggqsy-container .wsjk-container .more:hover {
  background-color: #327be9;
  color: #fff;
}
.ggqsy-container .sdq-container .qygs-container {
  float: left;
  width: 67.3134328358%;
  margin-top: 40px;
}
.ggqsy-container .sdq-container .qygs-container .sdq-tabs {
  float: left;
  width: 19.955654102%;
  margin-top: 20px;
}
.ggqsy-container .sdq-container .qygs-container .sdq-tabs > div {
  cursor: default;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #f0f5fc;
  height: 94px;
}
.ggqsy-container .sdq-container .qygs-container .sdq-tabs > div img:nth-child(2) {
  display: none;
}
.ggqsy-container .sdq-container .qygs-container .sdq-tabs > div span {
  margin-left: 14px;
  font-size: 20px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  color: #327be9;
}
.ggqsy-container .sdq-container .qygs-container .sdq-tabs > div.active {
  background-image: linear-gradient(to right, #1c76fe, #80aff6);
}
.ggqsy-container .sdq-container .qygs-container .sdq-tabs > div.active img:nth-child(1) {
  display: none;
}
.ggqsy-container .sdq-container .qygs-container .sdq-tabs > div.active img:nth-child(2) {
  display: block;
}
.ggqsy-container .sdq-container .qygs-container .sdq-tabs > div.active span {
  color: #fff;
}
.ggqsy-container .sdq-container .qygs-container .sdq-tabs > div.active::after {
  content: "";
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-right: solid 10px #f9f9f9;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ggqsy-container .sdq-container .qygs-container .sdq-tabs > div + div {
  margin-top: 10px;
}
.ggqsy-container .sdq-container .qygs-container .sdq-contents {
  float: right;
  width: 78.7139689579%;
  margin-top: 20px;
}
.ggqsy-container .sdq-container .qygs-container .sdq-contents > a {
  display: none;
  box-sizing: border-box;
  position: relative;
  height: 300px;
  background-color: #f0f5fc;
  padding: 22px 25px 0;
}
.ggqsy-container .sdq-container .qygs-container .sdq-contents > a .name {
  margin-bottom: 18px;
  font-size: 20px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
}
.ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item {
  background-color: #e3eefc;
  padding: 16px 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 48px;
}
.ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item .label {
  flex-shrink: 0;
  font-size: 16px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
}
.ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item .value {
  flex: 1;
  font-size: 16px;
}
.ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item:nth-child(2) .value, .ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item:nth-child(3) .value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item:nth-child(4) {
  align-items: flex-start;
}
.ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item:nth-child(4) .value {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 3; /*设置多行的行数*/
  line-height: 1.6;
  margin-top: -5px;
}
.ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item:nth-child(4) .value .more {
  color: #327be9;
}
.ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item + .info-item {
  margin-top: 8px;
}
.ggqsy-container .sdq-container .qygs-container .sdq-contents > a.active {
  display: block;
}
.ggqsy-container .sdq-container .zxfw-container {
  float: right;
  width: 30.447761194%;
  margin-top: 40px;
}
.ggqsy-container .sdq-container .zxfw-container .zxfw-items {
  margin-top: 20px;
}
.ggqsy-container .sdq-container .zxfw-container .zxfw-items a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 92px;
  transition: all 0.2s ease;
}
.ggqsy-container .sdq-container .zxfw-container .zxfw-items a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18.137254902%;
  font-size: 20px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  color: #fff;
}
.ggqsy-container .sdq-container .zxfw-container .zxfw-items a img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.ggqsy-container .sdq-container .zxfw-container .zxfw-items a:nth-child(1) {
  background-color: #79a1ef;
}
.ggqsy-container .sdq-container .zxfw-container .zxfw-items a:nth-child(2) {
  background-color: #f7b46c;
}
.ggqsy-container .sdq-container .zxfw-container .zxfw-items a:nth-child(3) {
  background-color: #91d2a0;
}
.ggqsy-container .sdq-container .zxfw-container .zxfw-items a:hover:nth-child(1) {
  box-shadow: 0px 0px 15px rgba(121, 161, 239, 0.8);
}
.ggqsy-container .sdq-container .zxfw-container .zxfw-items a:hover:nth-child(2) {
  box-shadow: 0px 0px 15px rgba(247, 180, 108, 0.8);
}
.ggqsy-container .sdq-container .zxfw-container .zxfw-items a:hover:nth-child(3) {
  box-shadow: 0px 0px 15px rgba(145, 210, 160, 0.8);
}
.ggqsy-container .sdq-container .zxfw-container .zxfw-items a + a {
  margin-top: 12px;
}
.ggqsy-container .ggjt-container {
  margin-top: 58px;
}
.ggqsy-container .ggjt-container .ggjt-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 36px;
}
.ggqsy-container .ggjt-container .ggjt-tabs > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 68px;
  background-color: #f0f5fc;
  cursor: default;
}
.ggqsy-container .ggjt-container .ggjt-tabs > div img:nth-child(2) {
  display: none;
}
.ggqsy-container .ggjt-container .ggjt-tabs > div span {
  margin-left: 20px;
  color: #327be9;
  font-size: 20px;
  font-weight: bold;
  font-family: "MicrosoftYaHei-Bold";
}
.ggqsy-container .ggjt-container .ggjt-tabs > div.active {
  background-image: linear-gradient(to right, #1c76fe, #80aff6);
}
.ggqsy-container .ggjt-container .ggjt-tabs > div.active span {
  color: #fff;
}
.ggqsy-container .ggjt-container .ggjt-tabs > div.active img:nth-child(1) {
  display: none;
}
.ggqsy-container .ggjt-container .ggjt-tabs > div.active img:nth-child(2) {
  display: block;
}
.ggqsy-container .ggjt-container .ggjt-tabs > div.active::after {
  content: "";
  border-bottom: solid 10px #f9f9f9;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ggqsy-container .ggjt-container .ggjt-tabs > div + div {
  margin-left: 10px;
}
.ggqsy-container .ggjt-container .ggjt-contents {
  margin-top: 33px;
}
.ggqsy-container .ggjt-container .ggjt-contents > div {
  display: none;
}
.ggqsy-container .ggjt-container .ggjt-contents > div.active {
  display: block;
}
.ggqsy-container .ggjt-container .ggjt-contents .one-item a {
  width: 100%;
}
.ggqsy-container .ggjt-container .ggjt-contents .two-items {
  *zoom: 1;
}
.ggqsy-container .ggjt-container .ggjt-contents .two-items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ggqsy-container .ggjt-container .ggjt-contents .two-items a {
  width: 48.8805970149%;
}
.ggqsy-container .ggjt-container .ggjt-contents .two-items a:nth-child(1) {
  float: left;
}
.ggqsy-container .ggjt-container .ggjt-contents .two-items a:nth-child(2) {
  float: right;
}
.ggqsy-container .ggjt-container .ggjt-contents a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 300px;
  background-color: #f0f5fc;
  padding: 22px 25px 0;
}
.ggqsy-container .ggjt-container .ggjt-contents a .name {
  margin-bottom: 18px;
  font-size: 20px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
}
.ggqsy-container .ggjt-container .ggjt-contents a .info-item {
  background-color: #e3eefc;
  padding: 16px 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 48px;
}
.ggqsy-container .ggjt-container .ggjt-contents a .info-item .label {
  flex-shrink: 0;
  font-size: 16px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
}
.ggqsy-container .ggjt-container .ggjt-contents a .info-item .value {
  flex: 1;
  font-size: 16px;
}
.ggqsy-container .ggjt-container .ggjt-contents a .info-item:nth-child(2) .value, .ggqsy-container .ggjt-container .ggjt-contents a .info-item:nth-child(3) .value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ggqsy-container .ggjt-container .ggjt-contents a .info-item:nth-child(4) {
  align-items: flex-start;
}
.ggqsy-container .ggjt-container .ggjt-contents a .info-item:nth-child(4) .value {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 3; /*设置多行的行数*/
  line-height: 1.6;
  margin-top: -5px;
}
.ggqsy-container .ggjt-container .ggjt-contents a .info-item:nth-child(4) .value .more {
  color: #327be9;
}
.ggqsy-container .ggjt-container .ggjt-contents a .info-item + .info-item {
  margin-top: 8px;
}
.ggqsy-container .sthj-container {
  margin-top: 58px;
}
.ggqsy-container .sthj-container .sthj-orgs {
  margin-top: 37px;
  *zoom: 1;
  padding: 0 26px;
  background-color: #f0f5fc;
}
.ggqsy-container .sthj-container .sthj-orgs:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ggqsy-container .sthj-container .sthj-orgs a {
  width: 48.447%;
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 360px;
  background-color: #f0f5fc;
  padding: 22px 0 0;
}
.ggqsy-container .sthj-container .sthj-orgs a .name {
  margin-bottom: 18px;
  font-size: 20px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
}
.ggqsy-container .sthj-container .sthj-orgs a .info-item {
  background-color: #e3eefc;
  padding: 16px 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 48px;
}
.ggqsy-container .sthj-container .sthj-orgs a .info-item .label {
  flex-shrink: 0;
  font-size: 16px;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
}
.ggqsy-container .sthj-container .sthj-orgs a .info-item .value {
  flex: 1;
  font-size: 16px;
}
.ggqsy-container .sthj-container .sthj-orgs a .info-item:nth-child(2) .value, .ggqsy-container .sthj-container .sthj-orgs a .info-item:nth-child(3) .value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ggqsy-container .sthj-container .sthj-orgs a .info-item:nth-child(4) {
  align-items: flex-start;
}
.ggqsy-container .sthj-container .sthj-orgs a .info-item:nth-child(4) .value {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 5; /*设置多行的行数*/
  line-height: 1.6;
  margin-top: -5px;
}
.ggqsy-container .sthj-container .sthj-orgs a .info-item:nth-child(4) .value .more {
  color: #327be9;
}
.ggqsy-container .sthj-container .sthj-orgs a .info-item + .info-item {
  margin-top: 8px;
}
.ggqsy-container .sthj-container .sthj-orgs a:nth-child(1) {
  float: left;
}
.ggqsy-container .sthj-container .sthj-orgs a:nth-child(2) {
  float: right;
}
.ggqsy-container .sthj-container .sthj-items {
  *zoom: 1;
  margin-top: 27px;
}
.ggqsy-container .sthj-container .sthj-items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ggqsy-container .sthj-container .sthj-items a {
  float: left;
  width: 14.328358209%;
  margin-left: 2.7611940299%;
  height: 0;
  padding-top: 12.5373134328%;
  border-radius: 6px;
  background-color: #f0f5fc;
  display: block;
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.ggqsy-container .sthj-container .sthj-items a:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.ggqsy-container .sthj-container .sthj-items a img {
  height: 26%;
  max-height: 46px;
  position: absolute;
  top: 21.875%;
  left: 50%;
  transform: translateX(-50%);
}
.ggqsy-container .sthj-container .sthj-items a span {
  font-size: 16px;
  word-break: keep-all;
  position: absolute;
  top: 58.3333333333%;
  left: 50%;
  transform: translateX(-50%);
}
.ggqsy-container .sthj-container .sthj-items a:nth-child(1) {
  margin-left: 0;
}
.ggqsy-container .bzml-container {
  margin-top: 35px;
  margin-bottom: 46px;
  padding-bottom: 10px;
}
.ggqsy-container .bzml-container .bzml-list {
  margin-top: 15px;
}
.ggqsy-container .bzml-container .bzml-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.ggqsy-container .bzml-container .bzml-list a .title {
  padding-left: 15px;
  padding-right: 120px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ggqsy-container .bzml-container .bzml-list a .title::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #0764cc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ggqsy-container .bzml-container .bzml-list a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.ggqsy-container .bzml-container .bzml-list a:hover .title,
.ggqsy-container .bzml-container .bzml-list a:hover span {
  color: #0764cc;
}

@media screen and (max-width: 1300px) {
  .ggqsy-container .section-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  body {
    background-size: auto 400px;
  }
  .header > .logo-search-container {
    margin-top: 40px;
  }
  .header .header-text-container {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .header .header-text-container img:nth-child(1) {
    width: 90%;
  }
  .header .header-text-container img:nth-child(2) {
    display: none;
  }
  .ggqsy-container .box {
    border-radius: 10px;
    padding: 15px;
  }
  .ggqsy-container .section-title {
    background-image: none;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
  }
  .ggqsy-container .container-title span {
    font-size: 18px;
  }
  .ggqsy-container .container-title span::before {
    width: 12px;
    height: 2px;
    left: -20px;
  }
  .ggqsy-container .container-title span::after {
    width: 12px;
    height: 2px;
    right: -20px;
  }
  .ggqsy-container .jiaoyu-container .xxlb-container {
    margin-top: 15px;
    float: none;
    width: 100%;
  }
  .ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items {
    margin-top: 20px;
    *zoom: 1;
  }
  .ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a {
    height: 70px;
    width: 47.619047619%;
    margin-left: 4.7619047619%;
    margin-top: 4.7619047619%;
    background-color: #f0f5fc;
  }
  .ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a img {
    height: 24px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a span {
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    word-break: keep-all;
  }
  .ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a:nth-child(2n+1) {
    margin-left: 0;
  }
  .ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a:nth-child(-n+2) {
    margin-top: 0;
  }
  .ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a:hover span {
    color: #327be9;
  }
  .ggqsy-container .jiaoyu-container .xxlb-container .xxlb-items a:hover::after {
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    background-image: linear-gradient(to right, #6fbdff, #1693ff);
    position: absolute;
  }
  .ggqsy-container .jiaoyu-container .xxml-container {
    margin-top: 15px;
    float: none;
    width: 100%;
  }
  .ggqsy-container .jiaoyu-container .xxml-container .swiper-container {
    margin-top: 15px;
    padding-bottom: 25px;
  }
  .ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: 200px;
    overflow: hidden;
  }
  .ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a .infos {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 160px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
  }
  .ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a .infos .name {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: "MicrosoftYaHei-Bold";
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a .infos .info-container {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 6; /*设置多行的行数*/
    padding: 0 10px;
    line-height: 1.7;
  }
  .ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a .infos .info-container .label {
    font-size: 14px;
    color: #fff;
    font-family: "MicrosoftYaHei-Bold";
    font-weight: bold;
  }
  .ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a .infos .info-container .more {
    font-size: 14px;
    color: #fce521;
  }
  .ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a::after {
    z-index: 2;
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(49, 121, 230, 0.85));
  }
  .ggqsy-container .jiaoyu-container .xxml-container .swiper-container .swiper-slide > a:hover .infos {
    top: 0;
    background-color: rgba(49, 121, 230, 0.85);
  }
  .ggqsy-container .jiaoyu-container .xxml-container .swiper-container .xxml-swiper-pagination {
    text-align: center;
    bottom: 0;
    position: absolute;
  }
  .ggqsy-container .wsjk-container {
    margin-top: 20px;
  }
  .ggqsy-container .wsjk-container .wsjk-items {
    margin-top: 15px;
    *zoom: 1;
  }
  .ggqsy-container .wsjk-container .wsjk-items:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .ggqsy-container .wsjk-container .wsjk-items > a {
    float: none;
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .ggqsy-container .wsjk-container .wsjk-items > a .img-container {
    height: 0;
    padding-top: 50%;
    overflow: hidden;
  }
  .ggqsy-container .wsjk-container .wsjk-items > a .img-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
  }
  .ggqsy-container .wsjk-container .wsjk-items > a .name {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    background-color: #f0f5fc;
  }
  .ggqsy-container .wsjk-container .wsjk-items > a:hover .img-container img {
    transform: scale(1.02);
  }
  .ggqsy-container .wsjk-container .wsjk-items > a:hover .name {
    color: #327be9;
  }
  .ggqsy-container .wsjk-container .wsjk-items > a:nth-child(1) {
    margin-left: 0;
  }
  .ggqsy-container .wsjk-container .wsjk-items > a + a {
    margin-top: 10px;
  }
  .ggqsy-container .wsjk-container .more {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    border: solid 1px #327be9;
    background-color: #fff;
    font-size: 14px;
    color: #327be9;
    margin: 15px auto 20px;
  }
  .ggqsy-container .wsjk-container .more:hover {
    background-color: #327be9;
    color: #fff;
  }
  .ggqsy-container .sdq-container .qygs-container {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .ggqsy-container .sdq-container .qygs-container .sdq-tabs {
    display: none;
  }
  .ggqsy-container .sdq-container .qygs-container .sdq-contents {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .ggqsy-container .sdq-container .qygs-container .sdq-contents > a {
    margin-top: 10px;
    display: block;
    box-sizing: border-box;
    position: relative;
    height: auto;
    background-color: #f0f5fc;
    padding: 15px;
  }
  .ggqsy-container .sdq-container .qygs-container .sdq-contents > a .name {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item {
    background-color: #e3eefc;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 40px;
  }
  .ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item .label {
    flex-shrink: 0;
    font-size: 14px;
    font-family: "MicrosoftYaHei-Bold";
    font-weight: bold;
  }
  .ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item .value {
    flex: 1;
    font-size: 14px;
  }
  .ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item:nth-child(2) .value, .ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item:nth-child(3) .value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item:nth-child(4) {
    align-items: flex-start;
  }
  .ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item:nth-child(4) .value {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 3; /*设置多行的行数*/
    line-height: 1.6;
    margin-top: -5px;
  }
  .ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item:nth-child(4) .value .more {
    color: #327be9;
  }
  .ggqsy-container .sdq-container .qygs-container .sdq-contents > a .info-item + .info-item {
    margin-top: 5px;
  }
  .ggqsy-container .sdq-container .zxfw-container {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .ggqsy-container .sdq-container .zxfw-container .zxfw-items {
    margin-top: 10px;
  }
  .ggqsy-container .sdq-container .zxfw-container .zxfw-items a {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: 70px;
    transition: all 0.2s ease;
  }
  .ggqsy-container .sdq-container .zxfw-container .zxfw-items a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    font-size: 20px;
    font-family: "MicrosoftYaHei-Bold";
    font-weight: bold;
    color: #fff;
  }
  .ggqsy-container .sdq-container .zxfw-container .zxfw-items a img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
  .ggqsy-container .sdq-container .zxfw-container .zxfw-items a + a {
    margin-top: 10px;
  }
  .ggqsy-container .ggjt-container {
    margin-top: 20px;
  }
  .ggqsy-container .ggjt-container .ggjt-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
  }
  .ggqsy-container .ggjt-container .ggjt-tabs > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    height: 40px;
    background-color: #f0f5fc;
    cursor: default;
  }
  .ggqsy-container .ggjt-container .ggjt-tabs > div img {
    display: none !important;
  }
  .ggqsy-container .ggjt-container .ggjt-tabs > div span {
    margin-left: 2px;
    color: #327be9;
    font-size: 16px;
  }
  .ggqsy-container .ggjt-container .ggjt-tabs > div.active::after {
    border-bottom: solid 6px #f9f9f9;
    border-left: solid 3px transparent;
    border-right: solid 3px transparent;
  }
  .ggqsy-container .ggjt-container .ggjt-tabs > div + div {
    margin-left: 0;
  }
  .ggqsy-container .ggjt-container .ggjt-contents {
    margin-top: 15px;
  }
  .ggqsy-container .ggjt-container .ggjt-contents > div {
    display: none;
  }
  .ggqsy-container .ggjt-container .ggjt-contents > div.active {
    display: block;
  }
  .ggqsy-container .ggjt-container .ggjt-contents .one-item a {
    width: 100%;
  }
  .ggqsy-container .ggjt-container .ggjt-contents .two-items {
    *zoom: 1;
  }
  .ggqsy-container .ggjt-container .ggjt-contents .two-items:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .ggqsy-container .ggjt-container .ggjt-contents .two-items a {
    width: 100%;
  }
  .ggqsy-container .ggjt-container .ggjt-contents .two-items a:nth-child(1) {
    float: none;
  }
  .ggqsy-container .ggjt-container .ggjt-contents .two-items a:nth-child(2) {
    float: none;
    margin-top: 10px;
  }
  .ggqsy-container .ggjt-container .ggjt-contents a {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: auto;
    background-color: #f0f5fc;
    padding: 15px;
  }
  .ggqsy-container .ggjt-container .ggjt-contents a .name {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .ggqsy-container .ggjt-container .ggjt-contents a .info-item {
    background-color: #e3eefc;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 40px;
  }
  .ggqsy-container .ggjt-container .ggjt-contents a .info-item .label {
    font-size: 14px;
  }
  .ggqsy-container .ggjt-container .ggjt-contents a .info-item .value {
    flex: 1;
    font-size: 14px;
  }
  .ggqsy-container .ggjt-container .ggjt-contents a .info-item:nth-child(2) .value, .ggqsy-container .ggjt-container .ggjt-contents a .info-item:nth-child(3) .value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ggqsy-container .ggjt-container .ggjt-contents a .info-item:nth-child(4) {
    align-items: flex-start;
  }
  .ggqsy-container .ggjt-container .ggjt-contents a .info-item:nth-child(4) .value {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 3; /*设置多行的行数*/
    line-height: 1.6;
    margin-top: -5px;
  }
  .ggqsy-container .ggjt-container .ggjt-contents a .info-item:nth-child(4) .value .more {
    color: #327be9;
  }
  .ggqsy-container .ggjt-container .ggjt-contents a .info-item + .info-item {
    margin-top: 5px;
  }
  .ggqsy-container .sthj-container {
    margin-top: 20px;
  }
  .ggqsy-container .sthj-container .sthj-orgs {
    margin-top: 15px;
    *zoom: 1;
    padding: 0;
    background-color: transparent;
  }
  .ggqsy-container .sthj-container .sthj-orgs:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .ggqsy-container .sthj-container .sthj-orgs a {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .ggqsy-container .sthj-container .sthj-orgs a .name {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .ggqsy-container .sthj-container .sthj-orgs a .info-item {
    padding: 10px 15px;
    min-height: 40px;
  }
  .ggqsy-container .sthj-container .sthj-orgs a .info-item .label {
    font-size: 14px;
  }
  .ggqsy-container .sthj-container .sthj-orgs a .info-item .value {
    font-size: 14px;
  }
  .ggqsy-container .sthj-container .sthj-orgs a .info-item + .info-item {
    margin-top: 5px;
  }
  .ggqsy-container .sthj-container .sthj-orgs a:nth-child(1) {
    float: none;
  }
  .ggqsy-container .sthj-container .sthj-orgs a:nth-child(2) {
    float: none;
    margin-top: 10px;
  }
  .ggqsy-container .sthj-container .sthj-items {
    *zoom: 1;
    margin-top: 15px;
  }
  .ggqsy-container .sthj-container .sthj-items:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .ggqsy-container .sthj-container .sthj-items a {
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
    height: 0;
    padding-top: 49%;
    border-radius: 6px;
  }
  .ggqsy-container .sthj-container .sthj-items a img {
    height: 26%;
    max-height: 46px;
    position: absolute;
    top: 21.875%;
    left: 50%;
    transform: translateX(-50%);
  }
  .ggqsy-container .sthj-container .sthj-items a span {
    font-size: 14px;
    word-break: keep-all;
    position: absolute;
    top: 58.3333333333%;
    left: 50%;
    transform: translateX(-50%);
  }
  .ggqsy-container .sthj-container .sthj-items a:nth-child(2n+1) {
    margin-left: 0;
  }
  .ggqsy-container .bzml-container {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .ggqsy-container .bzml-container .bzml-list {
    margin-top: 10px;
  }
  .ggqsy-container .bzml-container .bzml-list a {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: 40px;
    line-height: 40px;
  }
  .ggqsy-container .bzml-container .bzml-list a .title {
    padding-left: 10px;
    padding-right: 100px;
    font-size: 14px;
  }
  .ggqsy-container .bzml-container .bzml-list a span {
    font-size: 14px;
  }
}