﻿@charset "utf-8";

.head {
  position: static;
  box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.08);
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.4rem;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
}

.pagination a.active {
  background: #133db0;
  color: #fff;
  border: 1px solid #133db0;
}

.pagination a:hover {
  background: #133db0;
  color: #fff;
  border: 1px solid #133db0;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-bottom: 80px;
  padding-top: 20px;
}

.nymain .leftNav {
  float: left;
  width: 300px;
  position: relative;
}

.nymain .leftNav>h2 {
  color: #fff;
  height: 120px;
  background: url(../images/leftbg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 28px;
  font-weight: bold;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.nymain .leftNav>h2 a {
  color: #fff;
  display: block;
}

.nymain .leftNav>ul {
  background: url(../images/leftulbg.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 14px 0 52px 0;
  overflow: hidden;
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  width: 14px;
  height: 57px;
  background: url(../images/left-x.png) no-repeat;
  background-size: 100% 100%;
}

.nymain .leftNav>ul>li:last-child::before {
  width: 14px;
  height: 1px;
  background: url(../images/left-xd.png) no-repeat;
  background-size: 100% 100%;
}

.nymain .leftNav>ul>li>a {
  position: relative;
}

.nymain .leftNav>ul>li>a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -51px;
  background: url(../images/left-zsl.png) no-repeat;
  background-size: 100% 100%;
  width: 51px;
  height: 35px;
  transition: all 0.3s;
}

.nymain .leftNav>ul>li>a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 34px;
  background: url(../images/left-sj.png) no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 14px;
  display: none;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  padding: 20px 15px 20px 57px;
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav>ul>li.on>a {
  color: #133db0;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on>a::before,
.nymain .leftNav>ul>li.active>a::before,
.nymain .leftNav>ul>li:hover>a::before {
  left: 0;
}

.nymain .leftNav>ul>li.on>a::after,
.nymain .leftNav>ul>li.active>a::after,
.nymain .leftNav>ul>li:hover>a::after {
  display: block;
}

.nymain .leftNav>ul>li:hover>a {
  color: #133db0;
  font-weight: 600;
}

.nymain .leftNav>ul>li.active>a {
  color: #133db0;
  font-weight: 600;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
  color: #133db0;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  border-bottom: 1px solid #e5e5e5;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 15px;
  line-height: 46px;
  padding-left: 60px;
  color: #666666;
  border-bottom: none;
}

.ny-right {
  float: right;
  width: calc(100% - 334px);
  border-radius: 20px;
  min-height: 800px;
  padding: 36px 65px;
  background: #f0f8ff;
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: 66px;
  border-bottom: 1px solid #d2d2d2;
}

.position h3 {
  position: absolute;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  bottom: 0;
  left: 0;
}

.position span {
  color: #888;
  font-size: 14px;
  vertical-align: middle;
}

.position img {
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}

.position a {
  font-size: 14px;
  color: #888;
  margin: 0 5px;
  vertical-align: middle;
}

.position a:hover {
  color: #133db0;
}

.gg-k {}

.gg-jdt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gg-jdty {
  width: 60px;
  height: 60px;
  background: linear-gradient(138deg, #1b69e0 15%, #67b3fb 85%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gg-jdty p {
  font-size: 20px;
  color: #ffffff;
}

.gg-jdtc {
  flex: 1;
  margin-top: 25px;
}

.gg-jdtc .gg-jdtx {
  height: 10px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 5px 0px rgba(37, 121, 224, 0.5);
  margin: 0 23px;
  position: relative;
}

.gg-jdtc .gg-jdtxon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: #0cd4ed;
  width: 20px;
}

.gg-jdtc .gg-jdtx .gg-jdtczi {
  position: absolute;
  right: 0;
  top: -36px;
}

.gg-jdtc .gg-jdtx .gg-jdtczi b,
.gg-jdtc .gg-jdtx .gg-jdtczi span,
.gg-jdtc .gg-jdtx .gg-jdtczi em {
  font-size: 28px;
  font-weight: bold;
  color: #1768ec;
}

.gg-jdtc .gg-jdtx .gg-jdtczi em {
  font-style: normal;
}

.gg-box {
  margin-top: 21px;

  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.gg-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  background: linear-gradient(90deg, #133db0 0%, #2579e0 100%);
  z-index: -1;
}

.gg-box .gg-tit {
  padding: 27px 30px;
}

.gg-box .gg-tit h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
}

.gg-box .gg-bdbox {
  border-radius: 20px;
  background: #ffffff;
  padding: 30px 50px;
  overflow: hidden;
}

.gg-box .gg-bd ul li {
  background: #f0f8ff;
  border-radius: 10px;
  margin-top: 12px;
  overflow: hidden;
}

.gg-box .gg-bd ul li:first-child {
  margin-top: 0;
}

.gg-box .gg-bd ul li a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 14px 48px;
  transition: all 0.3s;
}

.gg-box .gg-bd ul li:hover a {
  background: linear-gradient(90deg, #133db0 0%, #2578df 100%);
  color: #fff;
}

.gg-box .gg-bd ul li.on a {
  background: linear-gradient(90deg, #133db0 0%, #2578df 100%);
  color: #fff;
}


.gg-box .gg-bd ul li.da {
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
}

.gg-box .gg-bd ul li.da .dal {
  border-radius: 10px;
  background: #ffffff;
  width: 140px;
  height: 140px;
  padding: 10px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gg-box .gg-bd ul li.da .dal img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.gg-box .gg-bd ul li.da .dar-box {
  flex: 1;
  min-width: 0;
  padding-right: 15px;
  max-height: 140px;
  overflow-y: auto;
}

.gg-box .gg-bd ul li.da .dar p {
  font-size: 18px;
  line-height: 28px;
}

.gg-box .gg-bd ul li.da .dar-box::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #fff;
}

.gg-box .gg-bd ul li.da .dar-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.gg-box .gg-bd ul li.da .dar-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1a6ced;
}

.gg-box .gg-tit2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 30px;
}

.gg-box .gg-tit2 h3 {
  flex: 1;
  min-width: 0;
}

.gg-box .gg-tit2 .gg-dc {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-left: 22px;
}

.gg-box .gg-tit2 .gg-dc img {
  max-width: 100%;
  max-height: 100%;
}

.gg-box .but {
  text-align: center;
  margin-top: 22px;
}

.gg-box .but a {
  display: inline-block;
  width: 230px;
  height: 65px;
  line-height: 65px;
  background: url(../images/but1.png) no-repeat;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  border-radius: 5px;
  margin: 0 9px;
  transition: all 0.3s;
}

.gg-box .but a:hover {
  box-shadow: 0px 4px 15px 0px rgba(22, 87, 184, 0.5);
}

/* 列表页 */
.text-list {
  margin-top: 0.2rem;
}

.text-list ul li {
  padding-left: 0.25rem;
  position: relative;
  line-height: 0.7rem;
  border-top: 1px dashed #e0e0e0;
  font-size: 0.18rem;
  position: relative;
  left: 0;
  transition: all 0.3s;
}

.text-list ul li:first-child {
  border-top: none;
}

.text-list ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #133db0;
}

.text-list ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-list ul li span {
  float: right;
  padding-left: 0.15rem;
  color: #999;
}

.text-list ul li:hover+li {
  border-top-color: #133db0;
}

.text-list ul li:hover a {
  color: #133db0;
}

.text-list ul li:hover span {
  color: #133db0;
}

.text-list ul li:hover {
  left: 0.05rem;
}

/* 内容页 */
.art-main .art-tit h3 {
  font-size: 30px;
}

.art-main .art-fbt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(129, 121, 110, 0.2);
}

.art-main .art-fbt>div {
  font-size: 0;
  text-align: center;
  display: flex;
}

.art-main .art-fbt>div.art-fbt-l {
  flex-wrap: wrap;
}

.art-main .art-fbt>div span img {
  display: block;
  vertical-align: middle;
  max-height: 17px;
  margin-right: 5px;
}

.art-main .art-fbt>div span,
.art-main .art-fbt>div span a,
.art-main .art-fbt>div div {
  display: block;
  font-size: 16px;
  color: #999;
  margin-right: 26px;
  display: flex;
  align-items: center;
}

.art-main .art-fbt>div .fen {
  display: flex;
  align-items: center;
}

.art-main .art-fbt>div .fen img {
  margin-right: 3px;
}

.art-main .art-fbt>div .fen em {
  font-size: 16px;
  color: #999999;
  font-style: normal;
}

.art-main .art-fbt>div #share-2 {
  margin-right: 0;
}

.art-main .art-fbt>div.art-fbt-r span:last-child {
  margin-right: 0;
}

.art-main .art-fbt>div.art-fbt-r span a {
  margin-right: 0;
}

.art-main .art-fbt .help {
  display: none;
}

.art-main .art-body {
  overflow: hidden;
}

.art-main .art-body video {
  cursor: pointer;
  max-width: 100.2%;
  width: 100.2%;
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #333333;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 18px !important;
  line-height: 36px !important;
  margin-bottom: 20px !important;
}

.art-main .art-body img {
  max-width: 80% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.art-info {
  border-top: 1px dashed #e0e0e0;
  margin-top: 0.25rem;
}

.pnext {
  margin-top: 0.25rem;
}

.pnext p {
  text-indent: initial;
  line-height: 0.32rem;
  color: #555555;
}

.pnext p a {
  color: #555555;
}

.pnext p:hover {
  /* color: #96632C; */
}

.pnext p:hover a {
  color: #133db0;
}

/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29.333%;
  margin: 0.4rem 2% 0 2%;
  border: 1px solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
  top: -10px;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 61%;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 196px;
}

.img-lists ul li a>div.info {
  padding: 10px;
  font-size: 0;
  text-align: center;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
  color: #133db0;
}

/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {
  margin-left: -0.18rem;
  margin-right: -0.18rem;
}

.list-ld ul li {
  float: left;
  width: 25%;
}

.list-ld ul li a {
  display: block;
  margin: 0.25rem 0.2rem;
}

.list-ld ul li .pic {
  padding-top: 114.81%;
}

.list-ld ul li .ld-tx {
  background-color: #fff;
  box-shadow: 0px 0.02rem 0.08rem 0px rgba(10, 11, 24, 0.1);
  padding: 0.1rem 0;
}

.list-ld ul li h3 {
  font-size: 0.18rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 0 0.1em;
}

.list-ld ul li h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.04rem;
  height: 0.24rem;
  background: #133db0;
}

.list-ld ul li p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #999;
  margin-top: 0.1rem;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 0 0.1rem;
}

.list-ld ul li:hover h3::after {
  background-color: #133db0;
}

.list-ld ul li:hover h3 {
  color: #133db0;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

/* 师资内容 */
.sz-con {
  margin-top: 0.57rem;
}

.sz-con .pic1 {
  position: relative;
  z-index: 1;
  padding-left: 0.1rem;
  padding-bottom: 0.1rem;
}

.sz-con .pic1::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  left: 0;
  bottom: 0;
  background: #133db0;
  z-index: -1;
}

.sz-con .pic1 img {
  display: block;
  width: 1.8rem;
}

.sz-t {
  margin-top: 0.26rem;
}

.sz-ty {
  overflow: hidden;
  padding-left: 1rem;
}

.sz-ty h3 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #133db0;
}

.sz-ty>div {
  margin-top: 0.16rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.44rem;
  color: #666666;
  background: url(../images/leftNav-q.png) no-repeat left 20px;
  background-size: 0.05rem auto;
  padding-left: 0.25rem;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-d::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0.15rem;
  border-left: 1px solid rgba(13, 66, 167, 0.1);
  z-index: -1;
}

.sz-box {
  margin-top: 30px;
}

.sz-box h4 {
  font-size: 0;
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
  background-image: url(../images/sz-dot.png);
  background-repeat: no-repeat;
  background-size: 0.29rem auto;
  background-position: left center;
}

.sz-box h4 span {
  display: inline-block;
  font-family: "sySong";
  font-size: 0.26rem;
  font-weight: bold;
  color: #133db0;
}

.sz-box p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666666;
  padding-left: 0.8rem;
}

.sz-p p {
  text-indent: 2em;
  margin-top: 0.3rem;
}

.sz-p p:first-child {
  margin-top: 0;
}

/* 图文列表页  start */

.tw ul li a {
  display: block;
  overflow: hidden;
  padding: 0.3rem 0.2rem;
  border-top: 1px dashed #e0e0e0;
  transition: all 0.3s;
}

.tw ul li:first-child a {
  border-top: none;
}

.tw ul li a .pic {
  width: 2.6rem;
  height: 1.58rem;
  padding-top: 0;
}

.tw ul li a .tw-tx {
  overflow: hidden;
  padding-left: 0.3rem;
}

.tw ul li a .tw-tx .date {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: rgba(48, 93, 183, 0.7);
}

.tw ul li a .tw-tx .date span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #133db0;
  padding-right: 0.05rem;
}

.tw ul li a .tw-tx h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.32rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.1rem;
}

.tw ul li a .tw-tx p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  color: #999;
}

.tw ul li:hover a {
  background-color: #133db0;
}

.tw ul li:hover a .date,
.tw ul li:hover a .date span {
  color: #fff;
}

.tw ul li:hover a .tw-tx h3 {
  color: #fff;
}

.tw ul li:hover a .tw-tx p {
  color: rgba(255, 255, 255, 0.68);
}

.sjtw ul li a .tw-tx {
  width: calc(100% - 90px);
}

/*  */
.dtjgy-right {
  background: url(../images/xf-bg.png) no-repeat;
  background-size: 100% 100%;
  min-height: 700px;
}

.mail {
  position: relative;
  /* height: 609px; */
  transition: all 1s 1s;
  overflow: hidden;
}

.mail .fg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 609px;
  background: url(../images/xf.png) no-repeat center bottom;
  background-size: 100% auto;
  z-index: 1;
  opacity: 0;
  transition: all 1s;
  display: none;
}

.mail.show .fg {
  opacity: 1;
}

.mail.show {
  height: 1150px;
}

.mail.show .msg {
  visibility: visible;
}

.mail.show .msg-t,
.mail.show .txt,
.mail.show .an {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mail.show .bg {
  top: 0;
}

.mail .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 100%;
  background: url(../images/xf-bg.png) no-repeat;
  background-size: 100% 100%;
  display: none;
  /* transition: all 1s 1.5s; */
}

.mail .msg {
  /* visibility: hidden; */
  transition: all 1s 1s;
  position: relative;
  z-index: 1;
  /* padding: 70px 120px 0 120px; */
}

.mail .msg b {
  color: #1c5cc9;
}

.mail .msg-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* opacity: 0;
  transform: translateY(200px);
  transition: all 1s 2.5s;
  visibility: hidden; */
}

.mail .msg-t .l p {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}

.mail .msg-t .l p b {
  font-weight: bold;
}

.mail .msg-t .yz {
  /* flex: 1; */
  min-width: 0;
  display: block;
  max-width: 170px;
}

.mail .txt {
  border-radius: 10px;
  background: #ffffff;
  padding: 15px 20px;
  margin-top: 20px;
  /* opacity: 0;
  transform: translateY(200px);
  transition: all 1s 3s;
  visibility: hidden; */
}

.mail .txt h3 {
  font-size: 26px;
  font-weight: bold;
}

.mail .txt h3 b {
  font-weight: bold;
}

.mail .txt p {
  border-left: 5px solid #1c5cc9;
  font-size: 18px;
  line-height: 24px;
  margin-top: 25px;
  padding-left: 35px;
}

.mail .an {
  text-align: center;
  /* opacity: 0;
  transform: translateY(200px);
  transition: all 1s 3.5s;
  visibility: hidden; */
}

.mail .an a {
  display: inline-block;
  border-radius: 10px;
  background: linear-gradient(90deg, #143eb1 0%, #2579e0 97%);
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  padding: 25px 43px;
  margin-top: 30px;
  transition: all 0.3s;
}

.mail .an a:hover {
  box-shadow: 0px 4px 15px 0px rgba(22, 87, 184, 0.5);
}

.bg-white {
  background-color: #fff;
  padding: 0;
}

.ny-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eaf5fe;
  margin-bottom: 50px;
}

.ny-nav ul li a {
  display: block;
  font-size: 28px;
  font-weight: bold;
  padding: 12px 40px;
  position: relative;
}

.ny-nav ul li a::before {
  position: absolute;
  content: "";
  width: 95px;
  height: 25px;
  background: url(../images/ny-navon.png) no-repeat;
  background-size: auto 100%;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ny-nav ul li.on a::before {
  visibility: visible;
  opacity: 1;
}

.ny-nav ul li a:hover::before {
  opacity: 1;
}

.ny-nav ul li.on a {
  color: #0151a9;
}

.cx-gg {
  position: relative;
}

.cx-gg img {
  max-width: 100%;
}

/* 精品短视频 */
.title {
  position: relative;
  text-align: center;
  padding-bottom: 5px;
}

.title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: 63px;
  width: 100%;
  height: 34px;
  background: url(../images/nytit-l.png) no-repeat right top;
  background-size: auto 100%;
}

.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 63px;
  width: 100%;
  height: 34px;
  background: url(../images/nytit-r.png) no-repeat left top;
  background-size: auto 100%;
}

.tit-c {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.tit-c h3 {
  font-size: 40px;
  font-weight: bold;
  color: #133caf;
  background: -webkit-linear-gradient(270deg, #267AE1 0%, #133CAF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s;
}

.more a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #3869df;
  background: url(../images/more.png) no-repeat left center;
  padding-left: 43px;
  transition: all 0.5s;
}

.more:hover {
  right: 5px;
}

.more:hover a {}

.cx-zxkt {
  overflow: hidden;
}

.zxkt-box {
  margin-bottom: 30px;
}

.zxkt-box ul {
  /* display: flex;
  flex-wrap: wrap; */
  display: block;
  margin-top: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 20px;
}

.zxkt-box2 ul {
  display: flex;
  flex-wrap: wrap;
  overflow: visible !important;
}

.zxkt-box ul::-webkit-scrollbar {
  width: 6px;
  height: 9px;
  opacity: 0;
}

.zxkt-box ul:hover::-webkit-scrollbar {
  opacity: 1;
}

.zxkt-box ul::-webkit-scrollbar-track {
  width: 1px;
  background: rgba(0, 0, 0, .03);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em
}

.zxkt-box ul::-webkit-scrollbar-thumb {
  background-color: #0151a9;
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em
}

.zxkt-box ul::-webkit-scrollbar-thumb:hover {
  background-color: #0151a9
}

.zxkt-box ul li {
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
}

.zxkt-box ul li a {
  display: block;
  /* height: 398px; */
  padding: 34px 32px 14.5px 32px;
  margin: 0 12px;
  position: relative;
  transition: all 0.3s;
}

.zxkt-box ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(224deg, #6AB2FA 18%, #206DE1 100%);
  transition: all 0.3s;
}

.zxkt-box ul li a .bg_img {
  padding-top: 62.42%;
  /* height: 200px; */
}

.zxkt-box ul li a .bg_img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 59px;
  height: 59px;
  background: url(../images/bf.png) no-repeat;
  background-size: 100% 100%;
}

.zxkt-box ul li a .zxkt-tx {
  background: linear-gradient(67deg, #E7EEFE 3%, #F0F8FF 31%, #F0F8FF 64%, #E1E9F8 99%);
  border: 1px solid #D8E0F5;
  padding: 32px 18px 58px 18px;
  border-radius: 0 0 10px 10px;
  /* transition: all 0.3s; */
  position: relative;
}

.zxkt-box ul li a .zxkt-tx h3 {
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 60px;
  white-space: normal;
}

.zxkt-box ul li a .zxkt-tx p {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  /* transition: all 0.3s; */
}

.zxkt-box ul li a .zxkt-tx .gd {
  font-size: 0;
  padding-left: 30px;
  /* transition: all 0.3s; */
  position: relative;
}

.zxkt-box ul li a .zxkt-tx .gd::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -42px;
  width: 62px;
  height: 24px;
  background: url(../images/zxkt-zs.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}

.zxkt-box ul li a .zxkt-tx .zxkt-jt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  background-image: url(../images/zxkt-jt1.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* transition: all 0.3s; */
}

.jpkc .zxkt-box .title::before {
  margin-right: 102px;
}

.jpkc .zxkt-box .title::after {
  margin-left: 105px;
}

/* 精品短视频 */
/* 政策宣贯 */
.cx-zcxg .zxkt-box ul li .zxkt-tx {
  background: linear-gradient(67deg, #F4EFEB 0%, #FFF9F0 31%, #FFF9F0 64%, #F8E1E1 99%);
  border: 1px solid #F5D8D8;
  padding: 32px 18px 18px 18px;
}

.cx-zcxg .zxkt-box ul li .zxkt-tx .cs {
  position: relative;
}

.cx-zcxg .zxkt-box ul li .zxkt-tx .cs span {
  display: inline-block;
  font-size: 16px;
  color: #696969;
  line-height: 40px;
}

.cx-zcxg .zxkt-box ul li .zxkt-tx .cs span:first-child {
  background: url(../images/djs1.png) no-repeat left center;
  padding-left: 26px;
}

.cx-zcxg .zxkt-box ul li .zxkt-tx .cs span:nth-child(2) {
  background: url(../images/time1.png) no-repeat left center;
  padding-left: 22px;
  margin-left: 20px;
}

.cx-zcxg .zxkt-box ul li .zxkt-tx .cs::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -42px;
  width: 42px;
  height: 24px;
  background: url(../images/zxkt-zs.png) no-repeat left center;
  background-size: auto 100%;
  display: none;
}

.cx-zcxg .zxkt-box ul li:hover .zxkt-tx .cs span {
  color: #fff;
}

.cx-zcxg .zxkt-box ul li:hover .zxkt-tx .cs span:first-child {
  background-image: url(../images/djs2.png);
}

.cx-zcxg .zxkt-box ul li:hover .zxkt-tx .cs span:nth-child(2) {
  background-image: url(../images/time2.png);
}

.cx-zcxg .zxkt-box ul li:hover .zxkt-tx .cs::before {
  display: block;
}

.cx-zcxg .zxkt-box ul li:hover a .zxkt-tx {
  padding: 22px 0;
}

.cx-zcxg .zxkt-box ul li a .zxkt-tx .zxkt-jt {
  background-position: center 10px;
}

.cx-zcxg .zxkt-box ul li:hover a .zxkt-tx .zxkt-jt {
  background-position: center center;
}

/* 政策宣贯 */

/* 学校社区1 */
.cx-xxsq1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 60px;
}

.cx-xxsq1 ul li {
  width: 47.73%;
  margin-bottom: 42px;
}

.cx-xxsq1 ul li a {
  display: block;
  border-radius: 20px;
  background: linear-gradient(42deg, #E7EEFE 0%, #F0F8FF 31%, #F0F8FF 64%, #E1E9F8 99%);
  border: 1px solid #D8E0F5;
  padding: 20px 20px 26px;
}

.cx-xxsq1 ul li a .pic {
  padding-top: 56.72%;
  border-radius: 10px;
}

.cx-xxsq1 ul li a .xxsq-tx {
  padding-top: 14px;
}

.cx-xxsq1 ul li a .xxsq-tx h3 {
  font-size: 32px;
  font-weight: 500;
  color: #0151A9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  left: 0;
  padding-left: 30px;
  margin-bottom: 6px;
  transition: all 0.3s;
}

.cx-xxsq1 ul li a .xxsq-tx h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 30px;
  background: #0151A9;
}

.cx-xxsq1 ul li a .xxsq-tx h4 {
  font-size: 20px;
  font-weight: 350;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.cx-xxsq1 ul li a .xxsq-tx hr {
  background: none;
  border: none;
  border-top: 1px dashed #C1D3F4;
  margin: 12px 0;
}

.cx-xxsq1 ul li a .xxsq-tx p {
  font-size: 18px;
  font-weight: 350;
  line-height: 28px;
  height: 84px;
  color: #818181;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cx-xxsq1 ul li a .xxsq-tx .gd {
  text-align: right;
  margin-top: 7px;
}

.cx-xxsq1 ul li a .xxsq-tx .gd>span {
  display: inline-block;
  width: 125px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: url(../images/xxsq1-gd.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  transition: all 0.3s;
}

.cx-xxsq1 ul li:hover a .xxsq-tx h3 {
  left: 5px;
}

.cx-xxsq1 ul li:hover a .xxsq-tx .gd>span {
  box-shadow: 0 5px 10px rgba(1, 81, 169, 0.2);
}

/* 学校社区1 */

/* 学校社区2 */
.cx-xxsq2 {}

.xxsq2-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.xxsq2-tl {
  flex: 1;
  min-width: 0;
  border-radius: 20px;
  background: linear-gradient(68deg, #E7EEFE 6%, #F0F8FF 31%, #F0F8FF 64%, #E1E9F8 99%);
  border: 1px solid #D8E0F5;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.xxsq2-tl .xxsq2-tlimg {
  width: 50%;
}

.xxsq2-tl .xxsq2-tlimg .bg_img {
  height: 293px;
}

.xxsq2-tl .xxsq2-tltx {
  padding-left: 20px;
  flex: 1;
  min-width: 0;
}

.xxsq2-tl .xxsq2-tltx h3,
.xxsq2-d>h3 {
  font-size: 30px;
  font-weight: 500;
  color: #0151A9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
  margin-top: 14px;
}

.xxsq2-tl .xxsq2-tltx h3::after,
.xxsq2-d>h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 25px;
  background: #0151A9;
}

.xxsq2-tl .xxsq2-tltx h3:nth-of-type(2) {
  margin-top: 10px;
}

.xxsq2-tl .xxsq2-tltx p {
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.xxsq2-tl .xxsq2-tltx p.f {
  font-size: 22px;
}

.xxsq2-tl .xxsq2-tltx .gd {
  text-align: right;
  margin-top: 17px;
}

.xxsq2-tl .xxsq2-tltx .gd a {
  display: inline-block;
  width: 125px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: url(../images/xxsq1-gd.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  transition: all 0.3s;
}

.xxsq2-tl .xxsq2-tltx .gd a:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 10px rgba(1, 81, 169, 0.2);
}

.xxsq2-tr {
  width: 30%;
  margin-left: 15px;
  border-radius: 20px;
  background: url(../images/xxsq2-trbg.png) no-repeat center bottom;
  background-size: cover;
  padding: 20px;
}

.xxsq2-tr>img {
  display: block;
}

.xxsq2-tr p {
  font-size: 18px;
  line-height: 30px;
}

.xxsq2-tr p:nth-of-type(2) {
  margin-top: 13px;
}

.xxsq2-d {
  margin-top: 30px;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(53deg, #E7EEFE 0%, #F0F8FF 31%, #F0F8FF 64%, #E1E9F8 99%);
  border: 1px solid #D8E0F5;
}

.xxsq2-d>h3 {
  margin-top: 0;
}

.xxsq2-d>h3:nth-of-type(2) {
  margin-top: 22px;
}

.xxsq2-d>p {
  font-size: 20px;
  line-height: 30px;
}

.xxsq2-dlb {
  margin-top: 10px;
  background: url(../images/xxsq2-dlb.png) no-repeat left center;
  background-size: 85% auto;
}

.xxsq2-dlb .tit {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #0151A9;
  margin-bottom: 24px;
}

.xxsq2-dlb ul li a {
  display: block;
  margin: 0 30px;
}

.xxsq2-dlb ul li a .xxsq2-dlb-pic {
  position: relative;
}

.xxsq2-dlb ul li a .xxsq2-dlb-pic::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  bottom: -10px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  background: linear-gradient(180deg, #133DB0 0%, #2578DF 100%);
}

.xxsq2-dlb ul li a .pic {
  padding-top: 100%;
}

.xxsq2-dlb ul li a .pic img {
  transform: none;
}

.xxsq2-dlb ul li a .xxsq2-dlb-tx {
  margin-top: 30px;
}

.xxsq2-dlb ul li a .xxsq2-dlb-tx h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.3s;
}

.xxsq2-dlb ul li a .xxsq2-dlb-tx p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #646464;
}

.xxsq2-dlb ul li:hover a .xxsq2-dlb-tx h3 {
  color: #0151A9;
}

.xxsq2-dlb .slick-list {
  margin: 0 70px;
}

.xxsq2-dlb .slick-prev,
.xxsq2-dlb .slick-next {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px #8cb6ed;
  border-radius: 50%;
  top: 25%;
  transform: none;
  z-index: 1;
  transition: all 0.5s;
}

.xxsq2-dlb .slick-prev::before,
.xxsq2-dlb .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  padding: 0;
  border-radius: 50%;
  background: #1d5eca;
  opacity: 0.2;
  z-index: -1;
  font-size: 0;
  transition: all 0.5s;
}

.xxsq2-dlb .slick-prev {
  left: 0;
  background-image: url(../images/s3-lbprev.png);
  background-repeat: no-repeat;
  background-position: center;
}

.xxsq2-dlb .slick-next {
  right: 0;
  background-image: url(../images/s3-lbnext.png);
  background-repeat: no-repeat;
  background-position: center;
}

.xxsq2-dlb .slick-prev:hover {
  background-color: #1d5eca;
  background-image: url(../images/s3-lbprev2.png);
}

.xxsq2-dlb .slick-next:hover {
  background-color: #1d5eca;
  background-image: url(../images/s3-lbnext2.png);
}

.xxsq2-dlb .slick-prev:hover::before,
.xxsq2-dlb .slick-next:hover::before {
  width: 100%;
  height: 100%;
  padding: 7px;
}

/* 学校社区2 */
.cx-fsjaq a {
  display: block;
  position: absolute;
  width: 34.94%;
  height: 46.82%;
  left: 32.52%;
  top: 8.04%;
  font-size: 0;
}

.zcxg .nymain .leftNav>ul {
  background: url(../images/leftulbg2.png) no-repeat center bottom;
}

.zcxg .ny-right {
  background: none;
}

.zcxg .ny-nav ul {
  background: #fffaf5;
}

/*  */

@media screen and (min-width: 1024px) {
  .zxkt-box ul li:hover a::before {
    height: 100%;
  }

  .zxkt-box ul li:hover a {
    padding: 34px 30px 12px 30px;
  }

  .zxkt-box ul li:hover a .zxkt-tx {
    background: none;
    border: none;
  }

  .zxkt-box ul li:hover a .zxkt-tx {
    padding: 23px 0;
  }

  .zxkt-box ul li:hover a .zxkt-tx h3,
  .zxkt-box ul li:hover a .zxkt-tx p {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
  }

  .zxkt-box ul li:hover a .zxkt-tx h3 {
    height: 64px;
  }

  .zxkt-box ul li:hover a .zxkt-tx p {
    height: 34px;
  }


  .zxkt-box ul li:hover a .zxkt-tx .gd {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 8px;
  }

  .zxkt-box ul li:hover a .zxkt-tx .gd::before {
    display: block;
  }

  .zxkt-box ul li:hover a .zxkt-tx .zxkt-jt {
    background-color: #0CD4ED;
    background-image: url(../images/zxkt-jt2.png);
    right: -30px;
    bottom: -12px;
  }

}

@media screen and (max-width: 1400px) {
  .mail .msg-t .l p {
    font-size: 30px;
  }

  .mail .msg-t .yz {
    max-width: 210px;
  }

  .mail .txt h3 {
    font-size: 28px;
  }

  .mail .txt p {
    font-size: 18px;
  }

  .mail .an a {
    font-size: 24px;
    padding: 25px 40px;
  }

  .mail .fg {
    height: 500px;
  }

  .mail .bg {
    height: 1290px;
  }

  .mail.show {
    height: 1290px;
  }

  .zxkt-box ul li a {
    /* height: 358px; */
  }

  .zxkt-box ul li a .bg_img {
    /* height: 160px; */
  }

  .zxkt-box ul li a .bg_img::after {
    width: 49px;
    height: 49px;
  }

  .cx-zcxg .zxkt-box ul li .zxkt-tx .cs span:nth-child(2) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .cx-zcxg .zxkt-box ul li a {
    padding: 34px 15px 12px 15px;
  }

  .cx-zcxg .zxkt-box ul li .zxkt-tx .cs::before {
    left: -27px;
    width: 28px;
  }

  .zxkt-box ul li:hover a .zxkt-tx .zxkt-jt {
    /* right: -15px; */
  }

  .xxsq2-tr {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .cx-zcxg .zxkt-box ul li {
    width: 50%;
  }

  .cx-zcxg .zxkt-box ul li a {
    height: 404px;
  }

  .cx-zcxg .zxkt-box ul li a .bg_img {
    height: 206px;
  }
}

@media screen and (max-width: 1100px) {
  .sz-ty>div {
    padding: 10px 0 0 25px;
  }

  .sz-ty h3 {
    padding-left: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .nymain {
    padding-bottom: 30px;
  }

  .nymain .leftNav {
    width: 220px;
  }

  .nymain .leftNav>h2 {
    font-size: 22px;
    height: 90px;
  }

  .nymain .leftNav ul li a {
    font-size: 20px;
  }

  .ny-right {
    width: calc(100% - 254px);
    padding: 30px;
    min-height: auto;
  }

  .gg-jdtc .gg-jdtx .gg-jdtczi {
    top: -30px;
  }

  .gg-jdtc .gg-jdtx .gg-jdtczi b,
  .gg-jdtc .gg-jdtx .gg-jdtczi span,
  .gg-jdtc .gg-jdtx .gg-jdtczi em {
    font-size: 20px;
  }

  .position>div {
    line-height: 50px;
  }

  .position h3 {
    font-size: 22px;
  }

  .position h3::after {
    height: 2px;
  }

  .tw ul li a {
    padding: 0.2rem 0.1rem;
  }

  .tw ul li a .pic {
    width: 2rem;
    height: 1.21rem;
  }

  .tw ul li a .tw-tx .date {
    margin-top: 0;
  }

  .tw ul li a .tw-tx .date span {
    font-size: 0.22rem;
  }

  .tw ul li a .date span {
    font-size: 16px;
  }

  .tw ul li a .date p {
    font-size: 22px;
  }

  .tw ul li a .date em {
    width: 30px;
    height: 30px;
  }

  .tw ul li a .date p {
    font-size: 20px;
  }

  .tw ul li a .date em {
    width: 22px;
    height: 22px;
    background-size: auto 12px;
    margin-top: 25px;
  }

  .tw ul li a .tw-tx h3 {
    margin-top: 0.05rem;
  }

  .tw ul li a .tw-tx p {
    margin-top: 0.05rem;
  }

  .sjtw ul li a .tw-tx {
    width: calc(100% - 80px);
  }

  .list-ld ul {
    margin-left: -0.18rem;
    margin-right: -0.18rem;
  }

  .list-ld ul li a {
    display: block;
    margin: 0.2rem;
  }

  .art-main .art-tit h3 {
    font-size: 24px;
  }

  .mail {
    height: auto !important;
    padding-bottom: 240px !important;
  }

  .mail .msg {
    padding: 134px 80px 0 80px;
  }

  .ny-nav ul {
    margin-bottom: 30px;
  }

  .ny-nav ul li a {
    font-size: 24px;
  }

  .tit-c h3 {
    font-size: 30px;
  }

  .title::before {
    margin-right: 60px;
    height: 24px;
  }

  .title::after {
    margin-left: 60px;
    height: 24px;
  }

  .more a {
    font-size: 14px;
    background-size: 24px auto;
    padding-left: 34px;
  }

  .zxkt-box ul li a {
    padding: 0;
    /* height: 292px; */
  }

  .zxkt-box ul li a .zxkt-tx {
    padding: 20px 15px 50px 15px;
  }

  .cx-xxsq1 ul {
    padding: 0;
  }

  .cx-xxsq1 ul li a .xxsq-tx h3 {
    font-size: 24px;
    padding-left: 20px;
  }

  .cx-xxsq1 ul li a .xxsq-tx h3::after {
    width: 4px;
    height: 20px;
  }

  .cx-xxsq1 ul li a .xxsq-tx h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .cx-xxsq1 ul li a .xxsq-tx p {
    font-size: 16px;
  }

  .cx-xxsq1 ul li a .xxsq-tx .gd>span {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }

  .xxsq2-tl .xxsq2-tltx h3,
  .xxsq2-d>h3 {
    font-size: 20px;
  }

  .xxsq2-tl .xxsq2-tltx p {
    font-size: 16px;
    line-height: 28px;
  }

  .xxsq2-tl .xxsq2-tltx p.f {
    font-size: 18px;
  }

  .xxsq2-tl .xxsq2-tlimg .bg_img {
    height: 228px;
  }

  .xxsq2-tr p {
    font-size: 16px;
    line-height: 28px;
  }

  .xxsq2-d>p {
    font-size: 16px;
    line-height: 28px;
  }

  .xxsq2-dlb .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .xxsq2-dlb ul li a {
    margin: 0 15px;
  }

  .xxsq2-dlb ul li a .xxsq2-dlb-pic::before {
    left: -8px;
    bottom: -8px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
  }

  .xxsq2-dlb ul li a .xxsq2-dlb-tx h3 {
    font-size: 16px;
  }

  .xxsq2-dlb ul li a .xxsq2-dlb-tx p {
    font-size: 14px;
  }

  .xxsq2-dlb .slick-prev,
  .xxsq2-dlb .slick-next {
    width: 40px;
    height: 40px;
    background-size: 16px auto;
  }

  .xxsq2-dlb .slick-list {
    margin: 0 55px;
  }

  .jpkc .zxkt-box .title::before {
    margin-right: 80px;
  }

  .jpkc .zxkt-box .title::after {
    margin-left: 84px;
  }
}

@media screen and (max-width: 900px) {
  .sz-t .pic {
    float: none;
    margin: 0 auto;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }

  .sz-ty>div {
    padding: 0 20px;
  }

  .ny-nav ul li a {
    font-size: 22px;
  }

  .gg-box .gg-bd ul .da .dal {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .nymain .leftNav>h2 {
    height: inherit;
    font-size: 18px;
    font-weight: 600;
    background: #133db0;
    justify-content: flex-start;
    padding: 0 20px;
    height: 50px;
    position: relative;
  }

  .nymain .leftNav>h2 span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
  }

  .nymain .leftNav ul {
    display: none;
    padding: 14px 0 30px 0;
  }

  .nymain .leftNav ul li a {
    font-size: 16px;
    padding: 15px 15px 15px 57px;
  }

  .nymain .leftNav>ul>li::before {
    top: 28px;
  }

  .nymain .leftNav>ul>li>span {
    top: 13px;
  }

  .ny-right {
    float: none;
    width: auto;
    margin-top: 30px;
    padding: 20px;
  }

  .gg-jdty p {
    font-size: 16px;
  }

  .gg-jdty {
    width: 46px;
    height: 46px;
  }

  .gg-jdtc {
    margin-top: 18px;
  }

  .gg-jdtc .gg-jdtx .gg-jdtczi {
    top: -24px;
  }

  .gg-jdtc .gg-jdtx .gg-jdtczi b,
  .gg-jdtc .gg-jdtx .gg-jdtczi span,
  .gg-jdtc .gg-jdtx .gg-jdtczi em {
    font-size: 18px;
  }

  .gg-box .gg-tit h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .gg-box .gg-tit {
    padding: 15px 30px;
  }

  .gg-box .gg-bdbox {
    padding: 20px;
  }

  .gg-box .gg-bd ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
  }

  .gg-box .gg-bd ul li.da .dar p {
    font-size: 16px;
  }

  .gg-box .gg-bd ul li.da .dal {
    width: 80px;
    height: 80px;
  }

  .gg-box .but a {
    width: 110px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    margin: 5px;
  }

  .gg-box .gg-tit2 {
    padding: 6px 20px;
  }

  .gg-box .gg-tit2 .gg-dc {
    width: 45px;
    height: 45px;
    margin-left: 20px;
  }

  .position {
    padding: 16px 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .position>div {
    text-align: left;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .position h3 {
    left: 0;
    width: auto;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    position: relative;
    left: 0;
    margin-bottom: 10px;
    font-weight: 600;
    display: none;
  }

  .position h3::after {
    width: 37px;
    height: 37px;
    right: -10px;
    bottom: -15px;
  }

  .pagination {
    padding-top: 25px;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .text-list {
    margin-top: 0;
  }

  .text-list ul li {
    line-height: 0.6rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .zzjg_text li {
    width: 50%;
  }

  .img-lists ul li {
    width: 47.333%;
    margin: 10px 1%;
  }

  .img-lists ul li a>img {
    height: 191px;
  }

  .xbxx {
    padding-top: 0;
  }

  .xbxx ul li a {
    padding: 15px 10px;
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0;
  }

  .xbxx ul li a div span {
    font-size: 12px;
  }

  .xbxx ul li a div img {
    height: 14px;
  }

  .nymain .leftNav>h2 img {
    height: 20px;
  }

  .dt-list2 li a>.dt-text h3 {
    font-size: 18px;
  }

  .dt-list2 li a>.dt-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .dt-list2 li a>.dt-text {
    padding-left: 10px;
  }

  .dt-list2 li .date {
    width: 60px;
  }

  .dt-list2 li .date span {
    font-size: 24px;
  }

  .dt-list2 li .date {
    padding: 4px 0;
  }

  .dt-list2 li {
    padding: 15px 0;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .sz-con {
    margin-top: 0.25rem;
  }

  .sz-t {
    margin-top: 0.2rem;
  }

  .sz-ty h3 {
    font-size: 0.26rem;
  }

  .sz-box h4 span {
    font-size: 0.26rem;
  }

  .sz-box p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-left: 0.5rem;
  }

  .sz-box h4 {
    background-size: 0.25rem auto;
    padding-left: 0.5rem;
  }

  .sz-d::before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .mail {
    padding-bottom: 280px !important;
  }

  .mail .msg {
    padding: 80px 60px 0 60px;
  }

  .mail .msg-t .l p {
    font-size: 20px;
  }

  .mail .msg-t .yz {
    max-width: 138px;
  }

  .mail .txt h3 {
    font-size: 18px;
  }

  .mail .txt p {
    border-left: 2px solid #1c5cc9;
    font-size: 16px;
    margin-top: 20px;
    padding-left: 22px;
  }

  .mail .txt {
    padding: 20px 20px;
  }

  .mail .an a {
    font-size: 18px;
    padding: 15px 20px;
    margin-top: 20px;
  }

  .mail {
    padding-bottom: 0 !important;
  }

  .mail .bg,
  .mail .fg {
    display: none;
  }

  .mail .msg {
    padding: 0;
    display: block;
  }

  .mail .msg-t {
    transition: all 0.5s;
  }

  .mail .txt {
    transition: all 1s;
  }

  .mail .an {
    transition: all 1.5s;
  }

  .ny-right.bg-white {
    margin-top: 0;
    padding: 20px 0;
  }

  .zxkt-box ul li {
    width: 100% !important;
    margin-top: 30px;
  }

  /* .zxkt-box ul li:first-child {
    margin-top: 0;
  } */

  .zxkt-box ul li a {
    height: auto;
  }

  .zxkt-box ul li a .bg_img {
    /* height: auto;
    padding-top: 62.42%; */
  }

  .zxkt-box ul li a .zxkt-tx h3,
  .zxkt-box ul li a .zxkt-tx p {
    font-size: 16px;
    line-height: 28px;
  }

  .zxkt-box ul li a .zxkt-tx .zxkt-jt {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }

  .zxkt-box ul li a .zxkt-tx {
    padding: 20px 20px 40px 20px;
  }

  .cx-zcxg .zxkt-box ul li a {
    height: auto;
    padding: 0;
  }

  .cx-zcxg .zxkt-box ul li a .bg_img {
    height: auto;
  }

  .cx-zcxg .zxkt-box ul li .zxkt-tx .cs span {
    font-size: 14px;
  }

  .cx-zcxg .zxkt-box ul li .zxkt-tx {
    padding: 20px;
  }

  .cx-xxsq1 ul li a .xxsq-tx h3 {
    font-size: 18px;
    padding-left: 17px;
  }

  .cx-xxsq1 ul li a .xxsq-tx h3::after {
    width: 3px;
    height: 16px;
  }

  .cx-xxsq1 ul li a .xxsq-tx h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .cx-xxsq1 ul li a .xxsq-tx p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }

  .cx-xxsq1 ul li a .xxsq-tx .gd>span {
    width: 90px;
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .sz-ty h3 {
    padding-left: 20px;
  }

  .sz-ty>div {
    padding-left: 20px;
  }

  .list-ld ul li {
    width: 33.333%;
  }

  .xxsq2-tl .xxsq2-tlimg {
    width: 100%;
  }

  .xxsq2-tl .xxsq2-tlimg .bg_img {
    height: auto;
    padding-top: 68.61%;
  }

  .xxsq2-tl .xxsq2-tltx {
    padding-left: 0;
    padding-top: 20px;
    flex: none;
    width: 100%;
  }

  .xxsq2-tl .xxsq2-tltx .gd {
    margin-top: 10px;
  }

  .xxsq2-tl .xxsq2-tltx .gd a {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 480px) {
  .nymain>div {
    padding: 0 10px 10px;
  }

  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px;
  }

  .nymain .leftNav ul li a {}

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 12px;
  }

  .sz-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sz-con .sz-r {
    width: 100%;
  }

  .sz-r {
    width: calc(100% - 2rem);
  }

  .sz-ty {
    padding-left: 0;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
  }

  .sz-ty>div p {
    line-height: 0.34rem;
  }

  .tw ul li a {
    height: auto;
  }

  .tw ul li a .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 60.61%;
    margin-bottom: 0.1rem;
  }

  .tw ul li a .date p {
    font-size: 18px;
  }

  .tw ul li a .date em {
    margin-top: 20px;
  }

  .tw ul li a .tw-tx {
    padding-left: 0;
  }

  .list-ld ul li {
    width: 50%;
  }

  .list-ld ul {
    margin-left: -0.12rem;
    margin-right: -0.12rem;
  }

  .list-ld ul li a {
    margin: 0.15rem;
  }

  .ny-nav ul li a {
    font-size: 18px;
    padding: 12px 16px;
  }

  .ny-nav ul li a::before {
    width: 61px;
    height: 16px;
    bottom: -8px;
  }

  .cx-xxsq1 ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .xxsq2-dlb .slick-prev,
  .xxsq2-dlb .slick-next {
    top: 35%;
  }
}

@media screen and (max-width: 430px) {
  .gg-box .gg-bd ul li.da {
    flex-direction: column;
  }

  .gg-box .gg-bd ul li.da .dar-box {
    margin-top: 20px;
  }

  .gg-box .but a {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .text-list ul li {
    line-height: 40px;
  }

  .art-main .art-tit span {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 24px;
    height: 24px;
  }

  .art-main .art-body p {
    font-size: 15px;
  }

  .img-lists ul li a>img {
    height: 84px;
  }
}



/* 2025年2月19日17:43:20 */
.gg-box .gg-bd ul li {
  position: relative;
}

.gg-box .gg-bd ul li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 26px;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  transform: translateY(-50%);
  border-radius: 50%;
}

.gg-box .gg-bd ul li::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 26px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  opacity: 0;
}

.gg-box .gg-bd ul li.on::before {
  border-color: #fff;
}

.gg-box .gg-bd ul li.on::after {
  opacity: 1;
}

.gg-box .gg-bd ul li.disabled {
  cursor: not-allowed;
}

.gg-box .gg-bd ul li.disabled a {
  cursor: not-allowed;
}

.gg-box .gg-bd ul li.disabled:hover a {
  color: #333;
  background: none;
}

.gg-box .gg-bd ul .da {
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
  background: #f0f8ff;
  border-radius: 10px;
  margin-top: 12px;
  overflow: hidden;
}


.gg-box .gg-bd ul .da .dal {
  border-radius: 10px;
  background: #ffffff;
  width: 140px;
  height: 140px;
  padding: 10px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gg-box .gg-bd ul .da .dal div {
  width: 100%;
  height: 100%;
}

.gg-box .gg-bd ul .da .dal.true div {
  background: url(../images/da-d.png) no-repeat;
  background-position: center center;
  background-size: 96px auto;
}

.gg-box .gg-bd ul .da .dal.false div {
  background: url(../images/da-c.png) no-repeat;
  background-position: center center;
  background-size: 104px auto;
}

/* .gg-box .gg-bd ul .da .dal img {
  display: block;
  max-width: 100%;
  max-height: 100%;
} */

.gg-box .gg-bd ul .da .dar-box {
  flex: 1;
  min-width: 0;
  padding-right: 15px;
  max-height: 140px;
  overflow-y: auto;
}

.gg-box .gg-bd ul .da .dar p {
  font-size: 18px;
  line-height: 28px;
}

.gg-box .gg-bd ul .da .dar-box::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #fff;
}

.gg-box .gg-bd ul .da .dar-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.gg-box .gg-bd ul .da .dar-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1a6ced;
}



/* .gg-box .gg-tit2 .gg-dc.true{} */

.gg-box .gg-tit2 .gg-dc div {
  width: 100%;
  height: 100%;
}

.gg-box .gg-tit2 .gg-dc.true div {
  background: url(../images/da-d.png) no-repeat;
  background-position: center center;
  background-size: contain;
}

.gg-box .gg-tit2 .gg-dc.false div {
  background: url(../images/da-c.png) no-repeat;
  background-position: center center;
  background-size: contain;
}

.gg-jdtc .gg-jdtxon {
  transition: all .5s;
}


/*2025-2-25*/
@media screen and (max-width: 900px) {

  .gg-box .gg-bd ul .da .dal {
    width: 60px;
    height: 60px;
    margin: 5px auto;
  }

  .gg-box .gg-bd ul .da .dal.true div {
    background-size: 100%;
  }

  .gg-box .gg-bd ul .da .dal.false div {
    background-size: 100%;
  }

  .gg-box .gg-bd ul .da .dar p {
    font-size: 16px;
    line-height: 24px;
  }

  .gg-box .gg-bd ul li::before {
    top: 50%;
    left: 10px;
  }

  .gg-box .gg-bd ul li::after {
    left: 14px;
    top: 50%;
  }

  .gg-box .gg-bd ul li a {
    padding: 10px 20px 10px 30px;
  }

  .gg-box .gg-bd ul .da {
    flex-wrap: wrap;
  }

  .gg-box .gg-bd ul .da .dar-box {
    flex: none;
    width: 100%;
  }
}