@charset "utf-8";

@media screen and (min-width: 1024px) {
  .foot {
    margin-top: -1rem;
  }
}

.nymain {
  padding-left: 0.1rem !important;
  padding-right: 0.1rem !important;
}

.ny-banner {
  position: relative;
  z-index: 1;
  /* max-width: 14rem;
    margin: 0 auto; */
}

.ny-banner img {
  display: block;
  width: 100%;
}

.v_news_content table {
  width: 100% !important;
}

.pagination {
  text-align: center;
  font-size: 0rem;
  padding-top: 0.5rem;
}

.pagination a {
  display: inline-block;
  border: 0.01rem solid rgb(220, 220, 220);
  padding: 0rem 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: rgb(102, 102, 102);
  margin: 0rem 0.07rem;
}

.pagination a.active {
  background: #3750b6;
  color: rgb(255, 255, 255);
  border: 0.01rem solid #3750b6;
}

.pagination a:hover {
  background: #3750b6;
  color: rgb(255, 255, 255);
  border: 0.01rem solid #3750b6;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

.nymain {
  padding-top: 0.8rem;
  padding-bottom: 6rem;
  background-color: #f7faff;
  background-image: url(../images/main-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 10.74rem;
}

.nymain > .w14 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.nymain .leftNav {
  width: 2rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.1rem;
  position: relative;
  z-index: 10;
}

.ny-bread {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ny-bread h3 {
  font-size: 0.32rem;
  color: #333333;
  line-height: 1;
  padding-left: 0.2rem;
  border-left: 0.03rem solid #3750b6;
  font-weight: 600;
}

.ny-wz span,
.ny-wz a {
  font-size: 0.16rem;
  color: #666666;
}

.ny-wz img {
  width: 0.16rem;
  margin-right: 0.1rem;
}

.ny-bread {
  margin-bottom: 0.1rem;
}

.ny-right {
  flex: 1;
  min-width: 0;
}

.nymain .leftNav > h2 {
  line-height: 0.9rem;
  color: rgb(255, 255, 255);
  background: #3750b6;
  font-size: 0.24rem;
  font-weight: 600;
  position: relative;
  padding-left: 0.5rem;
}

.nymain .leftNav > h2 b {
  display: inline-block;
  z-index: 9;
  position: relative;
}

.nymain .leftNav > h2 img {
  vertical-align: middle;
  margin-right: 0.1rem;
  margin-top: -0.05rem;
}

.nymain .leftNav p {
  margin-left: 0.2rem;
  font-size: 0.26rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding: 0.2rem 0rem;
}

.nymain .leftNav > ul {
  background: #fff;
  position: relative;
  min-height: 4.5rem;
  padding: 0.25rem 0;
  border-radius: 0.1rem;
}

.nymain .leftNav {
  position: relative;
  background-color: #fff;
}

.nymain .leftNav::after {
  content: "";
  background-color: #3750b6;
  width: 0.1rem;
  height: 95%;
  position: absolute;
  left: -0.1rem;
  top: 0;
  display: none;
}

.nymain .leftNav > ul > li {
  position: relative;
  margin-bottom: 0.1rem;
}

.nymain .leftNav > ul > li:first-child {
  border-top: none;
  margin-top: 0rem;
}

/* .nymain .leftNav>ul>li.active {
    background: url(../images/nav-tbg.png) no-repeat;
    background-size: 100% 100%;
} */

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.18rem;
  color: rgb(51, 51, 51);
  line-height: 0.5rem;
  position: relative;
}

.nymain .leftNav > ul > li:first-child > a {
  border-top: none;
}

.nymain .leftNav > ul > li > a {
  line-height: 0.3rem;
  padding: 0 0.3rem;
  border-radius: 0.1rem;
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
}

.nymain .leftNav > ul > li > span {
  position: absolute;
  width: 0.26rem;
  height: 0.2rem;
  right: 0.2rem;
  top: 0.2rem;
  line-height: 0.5rem;
  cursor: pointer;
}

.nymain .leftNav > ul > li.on > span,
.nymain .leftNav > ul > li:hover > span {
  background: url(../images/i1.png) center center no-repeat;
  background-size: 100% 100%;
}

.nymain .leftNav > ul > li:hover > span {
  display: block;
}

.nymain .leftNav > ul > li.on > a {
  color: #3750b6;
  background-position: 0.1rem center;
  background: rgba(231, 235, 249, 0.8);
  position: relative;
  left: 0.1rem;
  padding-left: 0.2rem;
}

.nymain .leftNav > ul > li.active > a {
  background-position: 0.2rem center;
  font-size: 0.2rem;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  color: #3750b6;
}

.nymain .leftNav .sub-menu li a:hover {
  text-decoration: underline;
}

.nymain .leftNav > ul > li > ul {
  display: none;
  padding-bottom: 0.13rem;
  padding-right: 0rem;
}

.nymain .leftNav > ul > li > ul > li a {
  font-size: 0.16rem;
  line-height: 0.32rem;
  position: relative;
  padding-left: 0.45rem;
}

.ny-right {
  overflow: hidden;
  padding-bottom: 0.7rem;
}

.ny-rcom {
  font-size: 0.24rem;
  color: #3750b6;
  margin-bottom: 0.15rem;
  font-weight: normal;
}

.position {
  margin-bottom: 0.2rem;
  padding-bottom: 0.06rem;
  border-bottom: 0.01rem solid #ccd8ed;
}

.position > div {
  position: relative;
  text-align: right;
  font-size: 0rem;
  line-height: 0.55rem;
  padding: 0rem 0.6rem 0 0.15rem;
  background-image: url(../images/i2.png);
  background-repeat: no-repeat;
  background-size: 0.5rem 0.3142rem;
  background-position: right bottom;
}

.position h3 {
  position: absolute;
  font-size: 0.36rem;
  color: rgb(51, 51, 51);
  text-align: left;
  bottom: -0.02rem;
  left: 0rem;
  z-index: 9;
}

.position span {
  color: rgb(113, 113, 113);
  font-size: 0.16rem;
  vertical-align: bottom;
  line-height: 0.21rem;
}

.position img {
  vertical-align: 0;
  margin-right: 0.1rem;
  width: 0.17rem;
}

.position a {
  font-size: 0.16rem;
  color: rgb(113, 113, 113);
  margin: 0rem 0.05rem;
  vertical-align: bottom;
  line-height: 0.21rem;
  display: inline-block;
}

.position a:hover {
  color: #3750b6;
}

.art-main {
  padding: 0rem 0.2rem;
}

.art-main .art-tit h3 {
  text-align: center;
  color: rgb(27, 27, 27);
  font-size: 0.22rem;
  margin-top: 0.3rem;
  font-weight: normal;
}

.art-main .art-tit h4 {
  text-align: center;
  color: rgb(51, 51, 51);
  font-weight: normal;
  font-size: 0.18rem;
  margin-top: 0.3rem;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body p {
  color: rgb(51, 51, 51);
  text-indent: 2em;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}

.art-main .art-body img {
  display: block;
  margin: 0rem auto;
  max-width: 80% !important;
}

.art-main .cont-tit p {
  font-size: 0rem;
  text-align: center;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  line-height: 0.2rem;
  background: rgb(245, 245, 245);
  margin-top: 0.2rem;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 0.16rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit p .liulan {
  margin-left: 0.5rem;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.14rem;
  color: rgb(119, 119, 119);
  padding: 0rem 0.1rem;
}

.art-main .cont-tit p span:first-child {
  border-left: none;
}

.art-info {
  border-top: 0.01rem solid rgb(225, 225, 225);
  padding: 0.3rem 0;
  margin-top: 0.5rem;
}

.pnext p {
  text-indent: initial;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: rgb(51, 51, 51);
  padding-left: 0.2rem;
  background-position: left 0.15rem;
  transition: all 0.3s ease 0s;
}

.pnext p:hover {
  text-decoration: underline;
}

.pnext p a {
  font-size: 0.18rem;
  display: inline;
  color: rgb(51, 51, 51);
}

.pnext p:hover {
  color: #3750b6;
}

.pnext p:hover a {
  color: #3750b6;
}

.img-lists ul {
  overflow: hidden;
}

.img-lists ul li {
  float: left;
  width: 22.5%;
  margin: 0.3rem 0rem 0.1rem 2%;
  transition: all 0.3s ease 0s;
  position: relative;
  top: 0rem;
}

.img-lists ul li:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0rem 0rem 0.1rem;
  border-color: #3750b6;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 67%;
}

.img-lists ul li a .pic::after {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  background-position: center center;
}

.img-lists ul li a > img {
  display: block;
  width: 100%;
  height: 1.96rem;
}

.img-lists ul li a p {
  text-align: center;
  color: rgb(48, 48, 48);
  font-size: 0.16rem;
  line-height: 0.4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.img-lists ul li a > div.info {
  padding: 0.1rem;
  font-size: 0rem;
}

.img-lists ul li a > div.info p {
  color: rgb(51, 51, 51);
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.05rem;
}

.img-lists ul li a > div.info img {
  height: 0.14rem;
  vertical-align: middle;
}

.img-lists ul li a > div.info span {
  font-size: 0.14rem;
  display: inline-block;
  margin-left: 0.05rem;
  color: rgb(153, 153, 153);
  vertical-align: middle;
}

/* list */

.list ul li a {
  display: block;
  line-height: 0.52rem;
}

.list ul li a span {
  float: right;
  font-size: 0.16rem;
  color: rgb(153, 153, 153);
}

.list ul li a p {
  font-size: 0.18rem;
  color: rgb(51, 51, 51);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list ul li a {
  border-bottom: 0.01rem solid rgb(221, 221, 221);
  position: relative;
  padding-left: 0.18rem;
}

.list ul li a p::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background-color: #3750b6;
  position: absolute;
  top: 50%;
  left: 0rem;
  transform: translateY(-50%);
  border-radius: 50%;
}

.list ul li a:hover p {
  color: #3750b6;
}

.list ul li a:hover span {
  color: #3750b6;
}

/* 组织机构 */
.agency h3 {
  line-height: 0.54rem;
  background-color: #3750b6;
  padding-left: 0.3rem;
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
  font-weight: normal;
}

.agency ul li {
  float: left;
  width: 22%;
  background-color: #f3f5fa;
  text-align: center;
  margin-bottom: 0.3rem;
  margin-left: 4%;
  padding: 0.2rem 0;
}

.agency ul li a {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #333333;
}

.agency ul li:nth-child(4n + 1) {
  margin-left: 0;
}

.agency > div {
  margin-bottom: 0.1rem;
}

.agency ul li a:hover {
  color: #3750b6;
  text-decoration: underline;
}

/* 图文 */
.qk-tit {
  font-size: 0;
  line-height: 0.2rem;
  padding: 0.15rem 0.2rem;
  background-color: #fff;
  border-bottom: 0.01rem solid #3750b6;
  margin-bottom: 0.2rem;
}

.qk-tit b {
  font-size: 0.14rem;
  color: #323232;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.qk-tit a,
.qk-tit span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.14rem;
  color: #a1a1a1;
}

.qk-tit span {
  margin: 0 0.3rem;
}

.qk-tit a {
  padding: 0 0.08rem;
  border-radius: 9.99rem;
}

.qk-tit a.active {
  background: #ebf6ff;
  color: #3750b6;
}

.qk-tit a:hover {
  color: #3750b6;
}

.qk-list ul li a .pic {
  width: 1.2rem;
  height: 0.8rem;
  padding-top: 0;
  float: left;
  margin-right: 2%;
}

.qk-tx {
  overflow: hidden;
}

.qk-tx h3 {
  color: #323232;
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  position: relative;
}

.qk-tx h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.29rem;
  height: 0.02rem;
  background: #235197;
}

.qk-tx h3 span {
  float: right;
  font-family: Georgia;
  font-size: 0.16rem;
  color: #a1a1a1;
  padding-left: 0.2rem;
  background: url(../images/icon-ny-date.png) no-repeat;
  background-position: left center;
}

.qk-tx p {
  color: #a1a1a1;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qk-list ul li {
  margin-bottom: 0.3rem;
}

.qk-list {
  background-color: #fff;
  padding: 0.45rem 0.3rem;
}

.qk-list ul li a {
  padding: 0.12rem 0.15rem;
}

.qk-list ul li a:hover {
  background: #3750b6;
}

.qk-list ul li a:hover h3 {
  color: #fff;
}

.qk-list ul li a:hover h3::after {
  background-color: #fff;
}

.qk-list ul li a:hover span {
  background: url(../images/icon-ny-date-hover.png) no-repeat;
  background-position: left center;
  color: #fff;
}

.qk-list ul li a:hover p {
  color: #fff;
  opacity: 0.6;
}

/* 团队教师 */
.tdjs {
  background-color: #fff;
}

.tdjs ul li a .pic {
  width: 1.64rem;
  height: 1.97rem;
  padding-top: 0;
  border-radius: 0 0.25rem 0 0;
  margin-right: 0.15rem;
}

.js-tx {
  width: calc(100% - 1.64rem);
}

.tdjs ul li {
  position: relative;
}

.tdjs ul li a {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0.15rem;
  padding-right: 0.2rem;
  position: relative;
  z-index: 2;
}

.tdjs ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 85%;
  left: 0;
  bottom: 0;
  background: #f2f7ff;
  z-index: 1;
}

.tdjs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.tdjs ul li {
  width: 48%;
  margin-bottom: 0.3rem;
}

.js-tx {
  overflow: hidden;
}

.js-tx h3 {
  line-height: 0.2rem;
  height: 0.5rem;
}

.js-tx h3 b {
  color: #3750b6;
  font-size: 0.2rem;
  margin-right: 0.1rem;
}

.js-tx h3 span {
  color: #323232;
  font-size: 0.14rem;
}

.js-tx h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.js-tx h4,
.js-tx p {
  color: #323232;
  font-size: 0.14rem;
  line-height: 0.26rem;
}

.js-tx p {
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 6.14师资详情 */
.td-info .pic {
  width: 1.8rem;
  height: 2.4rem;
  padding-top: 0;
  float: left;
  margin-right: 5%;
}

.td-info {
  padding-bottom: 0.3rem;
  border-bottom: 0.02rem solid #ddd;
  margin-bottom: 0.3rem;
}

.td-tx {
  overflow: hidden;
  padding-top: 0.2rem;
}

.td-tx b {
  font-size: 0.3rem;
  color: #000;
  font-weight: normal;
  display: block;
  margin-bottom: 0.3rem;
}

.td-tx p {
  font-size: 0.18rem;
  color: #777777;
  line-height: 0.3rem;
}

.td-c b {
  font-size: 0.2rem;
  line-height: 0.2rem;
  border-left: 0.05rem solid #3750b6;
  padding-left: 0.1rem;
  margin-bottom: 0.25rem;
  display: block;
  margin-top: 0.3rem;
}

.td-c p {
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #111;
}

/* twlb */
.tw-list ul li {
  margin-bottom: 0.3rem;
}

.tw-list ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem;
  padding-right: 0.5rem;
  background-color: #f8f8f8;
}

.tw-list ul li a .pic {
  padding-top: 0;
  width: 3rem;
  height: 1.88rem;
  margin-right: 0.34rem;
}

.tw-list ul li a .tw-tx {
  flex: 1;
  min-width: 0;
}

.tw-tx h3 {
  font-size: 0.2rem;
  color: #333333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.tw-tx p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  color: #666;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}

.tw-tx span {
  border-radius: 0rem 0.13rem 0.13rem 0.13rem;
  border: dashed 1px #f0d8d6;
  background-color: #f5edec;
  line-height: 0.25rem;
  text-align: center;
  color: #3750b6;
  font-size: 0.16rem;
  width: 1.2rem;

  display: block;
  position: relative;
  margin-left: 0.18rem;
}

.tw-line {
  flex: 1;
  min-width: 0;
  height: 1px;
  border-bottom: solid 1px #000000;
  opacity: 0.05;
}

.tw-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.tw-list ul li a:hover p,
.tw-list ul li a:hover h3 {
  color: #fff;
}

.tw-list ul li a:hover .tw-line {
  border-color: rgba(255, 255, 255, 1);
  opacity: 0.2;
}

.tw-list ul li a:hover {
  background: #3750b6;
}

.tw-list ul li a:hover .tw-date > span {
  background-color: #fbd6a2;
  border-color: transparent;
}

/* tzgg */
.tzgg ul li:first-child a {
  padding-top: 0;
}

.tzgg ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: dashed 0.01rem rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.tzgg ul li a:hover {
  padding-left: 0.22rem;
  border-bottom: solid 0.01rem #3750b6;
}

.tzgg ul li a:hover p {
  color: #3750b6;
}

.tz-date {
  text-align: center;
  padding: 0.26rem 0.15rem 0.14rem 0.15rem;
  background: url(../images/tz-date.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.18rem;
}

.tzgg ul li a:hover .tz-date {
  background: url(../images/tz-dateh.png) no-repeat;
  background-size: 100% 100%;
}

.tzgg ul li a:hover .tz-date > span,
.tzgg ul li a:hover .tz-date > b {
  color: #ffffff;
}

.tzgg ul li a p {
  flex: 1;
  min-width: 0;

  max-height: 0.64rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333333;
}

.tz-date b {
  font-size: 0.34rem;
  line-height: 1;
  color: #3750b6;
  display: block;
  margin-bottom: 0.1rem;
}

.tz-date span {
  display: block;
}

/* xxjj */
.xj-top img {
  float: right;
  margin-left: 0.4rem;
  display: block;
  width: 4.56rem;
}

.xxjj p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #333333;
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 0.3rem;
}

.xj-tx p span {
  color: #c51b14;
  font-size: 0.18rem;
  margin-right: 0.1rem;
  font-weight: 600;
}

.xj-data {
  padding: 0.5rem 0.6rem;
  background: url(../images/xxjj-tbg.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 0.4rem;
}

.xj-data ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding-top: 0.4rem;
  background: url(../images/xxjj-line.png) no-repeat center top;
  background-size: 100%;
}

.xj-data ul li:nth-child(odd) {
  margin-top: 0.3rem;
}

.xj-data ul li a {
  text-align: center;
  display: block;
}

.xj-data ul li a p {
  text-align: center;
  text-indent: 0;
}

.xj-data ul li a h3 {
  font-family: Athelas;
  font-size: 0.46rem;
  line-height: 1;
  color: #fbd6a2;
  margin-bottom: 0.15rem;
  font-weight: 600;
}

.xj-data ul li a p {
  font-family: PingFang-SC-Medium;
  font-size: 0.16rem;
  line-height: 1;
  color: #fbd6a2;
  opacity: 0.8;
}

.xj-data ul li {
  position: relative;
}

.xj-data ul li::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  left: 50%;
  top: -0.62rem;
  transform: translateX(-50%);
  background: url(../images/xxjj-dots.png) no-repeat;
  background-size: 100% 100%;
}

.xj-data ul li:nth-child(1)::before {
  top: -0.45rem;
}

.xj-data ul li:nth-child(2)::before {
  top: -0.62rem;
}

.xj-data ul li:nth-child(3)::before {
  top: -0.52rem;
}

.xj-data ul li:nth-child(4)::before {
  top: -0.5rem;
}

.xj-data ul li:nth-child(5)::before {
  top: -0.38rem;
}

.xj-bot img {
  float: left;
  margin-right: 40px;
  width: 4.56rem;
}

@media screen and (max-width: 1420px) {
  .position h3 {
    left: 0rem;
  }

  .dt-list2 li a > .dt-text h3 {
    font-size: 0.2rem;
  }

  .nymain .leftNav {
    margin-right: 0.3rem;
  }

  .ldtz-pic {
    width: 1.4rem;
    margin-right: 0.15rem;
  }

  .tdjs {
    padding: 0.3rem 0.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .xj-data ul {
    background-size: 0;
  }

  .xj-data ul li {
    margin: 0 !important;
  }

  .xj-data ul li::before {
    display: none;
  }

  .xj-data ul li a h3 {
    font-size: 0.36rem;
  }

  .xj-data {
    padding: 0.3rem;
  }

  .ldtz-info p {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }

  .xrld-pic {
    width: 2rem;
  }

  .agency ul li a {
    font-size: 0.16rem;
  }

  .tdjs ul li a {
    display: block;
    text-align: center;
  }

  .js-tx {
    width: auto;
  }

  .tdjs ul li a .pic {
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 1140px) {
  .list-jg ul li a {
    padding: 0rem 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .ny-banner {
    padding-top: 0rem;
  }

  .td-tx b {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }

  .td-tx p {
    font-size: 0.16rem;
  }

  .pnext p a,
  .pnext p {
    font-size: 0.16rem;
  }

  .art-info {
    padding: 0.25rem;
  }

  .nymain .leftNav > h2 {
    font-size: 0.24rem;
    line-height: 0.8rem;
  }

  .nymain .leftNav {
    margin-right: 0.3rem;
    width: 2.2rem;
  }

  .nymain .leftNav > ul > li.active > a {
    background-position: 0.1rem center;
    font-size: 0.17rem;
  }

  .nymain .leftNav ul li a {
    font-size: 0.16rem;
  }

  .nymain .leftNav > ul > li > span {
    top: 0.18rem;
    right: 0.05rem;
  }

  .nymain .leftNav > ul > li > ul > li a::before {
    left: 0.15rem;
  }

  .position span {
    font-size: 0.14rem;
  }

  .position a {
    font-size: 0.14rem;
  }

  .img-lists ul li {
    width: 47%;
    margin-left: 2%;
  }

  .img-lists ul li a > img {
    height: 2.09rem;
  }

  .img-lists ul li a > div.info p {
    font-size: 0.14rem;
  }

  .img-lists ul li a > div.info img {
    height: 0.12rem;
  }

  .img-lists ul li a > div.info span {
    font-size: 0.12rem;
  }

  .dt-list2 li {
    padding: 0.25rem 0rem;
  }

  .timg-list ul li a h3 {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }

  .ldtz-pic {
    float: none;
    margin: 0rem auto;
  }

  .ldtz-info {
    padding: 0rem 0.2rem;
    text-align: center;
  }

  .ldtz-info h3::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .ldtz ul li {
    padding: 0.15rem;
  }

  .list-jg ul li {
    width: 46%;
  }

  .list-jg ul li a span {
    font-size: 0.14rem;
  }

  .xrld-info div {
    padding-left: 0.2rem;
  }

  .xrld-info div h3 span {
    margin-right: 0.2rem;
  }

  .xrld-info div h3 {
    font-size: 0.16rem;
  }

  .agency ul li {
    width: 31.3%;
    margin-left: 3%;
  }

  .agency ul li:nth-child(4n + 1) {
    margin-left: 3%;
  }

  .agency ul li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .tw-list ul li a .pic {
    width: 2.4rem;
    height: 1.6rem;
  }

  .tw-list ul li a .tw-tx {
    width: calc(100% - 2.5rem);
  }
}

@media screen and (max-width: 768px) {
  .xj-bot img,
  .xj-top img {
    display: block;
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .ny-bread h3 {
    display: none;
  }

  .ny-bread {
    padding: 0.2rem 0;
    margin-bottom: 0.2rem;
  }

  .v_news_content table tr p {
    text-indent: 0 !important;
  }

  #vsb_content img {
    width: 100% !important;

  }

  .tw-tx h3 {
    font-size: 0.16rem;
  }

  .tw-tx p {
    font-size: 0.14rem;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
  }

  .tw-tx span {
    font-size: 0.14rem;
  }

  .tw-list ul li {
    margin-bottom: 0.2rem;
  }

  .tdjs {
    padding: 0.1rem;
  }

  .tdjs ul li {
    margin-bottom: 0.1rem;
  }

  .qk-list {
    padding: 0.2rem 0.1rem;
  }

  .qk-tx h3 {
    font-size: 0.16rem;
  }

  .nymain .leftNav::after {
    left: 0;
    height: 100%;
    width: 0.05rem;
  }

  .nymain .leftNav {
    margin-bottom: 0;
  }

  .nymain .leftNav > ul {
    min-height: auto;
  }

  .pnext p a,
  .pnext p {
    font-size: 0.14rem;
    line-height: 0.28rem;
  }

  .art-info {
    padding: 0.16rem;
  }

  .tit-list ul li a {
    padding: 0.2rem 0.4rem;
  }

  .ny-banner::after {
    content: none;
  }

  .nymain .leftNav > h2 {
    line-height: 0.4rem;
    font-size: 0.16rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
  }

  .nymain .leftNav > h2 b {
    padding-left: 0rem;
  }

  .nymain .leftNav > h2 span {
    float: right;
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.1rem;
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease 0s;
  }

  .nymain .leftNav > h2 span.on {
    transform: translateY(-50%) rotate(0deg);
  }

  .nymain {
    padding: 0rem 0rem 0.1rem;
    margin: 0rem;
  }

  .nymain .leftNav {
    width: 100%;
    top: 0rem;
    margin-right: 0rem;
    margin-top: 0.15rem;
  }

  .nymain .leftNav > p {
    font-size: 0.18rem;
    padding: 0.1rem 0rem;
  }

  .ny-right {
    flex: auto;
    width: 100%;
    float: none;
    width: auto;
    padding-top: 0rem;
  }

  .position {
    padding: 0.1rem 0rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .position > div {
    text-align: left;
    line-height: 0.3rem;
  }

  .position h3 {
    width: auto;
    height: 0.45rem;
    font-size: 0.2rem;
    line-height: 0.45rem;
    position: relative;
    left: 0rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
    /*display: none;*/
  }

  .position h3::after {
    width: 0.37rem;
    height: 0.37rem;
    right: -0.1rem;
    bottom: -0.15rem;
  }

  .pagination {
    padding-top: 0.5rem;
  }

  .pagination a {
    padding: 0rem 0.05rem;
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.12rem;
    margin: 0rem 0.03rem;
  }

  .nymain .leftNav ul {
    display: none;
  }

  .nymain .leftNav > ul > li > a {
    padding: 0 0.3rem;
  }

  .nymain .leftNav > ul > li > span {
    top: 0.14rem;
  }

  .art-main .art-tit h3 {
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-top: 0rem;
  }

  .art-main .art-tit h4 {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }

  .art-main .cont-tit p {
    padding-top: 0.1rem;
  }

  .art-main .art-body p {
    font-size: 0.14rem;
    line-height: 0.3rem;
    margin-bottom: 0.15rem;
  }

  .art-main .cont-tit p span {
    font-size: 0.12rem;
  }

  .art-main .cont-tit p img {
    height: 0.12rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .img-lists ul li {
    margin-top: 0.1rem;
  }

  .img-lists ul li a > img {
    height: 1.91rem;
  }

  .img-lists ul li a > div.info p {
    font-size: 0.12rem;
  }

  .xbxx {
    padding-top: 0rem;
  }

  .xbxx ul li a {
    padding: 0.15rem 0.1rem;
  }

  .xbxx ul li a h3 {
    font-size: 0.18rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.15rem;
  }

  .xbxx ul li a p {
    font-size: 0.14rem;
    line-height: 0.26rem;
    height: 0.72rem;
    padding: 0rem;
  }

  .xbxx ul li a div span {
    font-size: 0.12rem;
  }

  .xbxx ul li a div img {
    height: 0.14rem;
  }

  .img-lists2 ul li {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .nymain .leftNav > h2 img {
    height: 0.2rem;
  }

  .position a {
    margin: 0rem 0.02rem;
  }

  .dt-list2 li a > .dt-text h3 {
    font-size: 0.18rem;
  }

  .dt-list2 li a > .dt-text p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin-top: 0rem;
  }

  .dt-list2 li a > .dt-text {
    padding-left: 0.1rem;
  }

  .dt-list2 li .date {
    width: 0.6rem;
  }

  .dt-list2 li .date span {
    font-size: 0.24rem;
  }

  .dt-list2 li .date {
    padding: 0.04rem 0rem;
  }

  .dt-list2 li {
    padding: 0.15rem 0rem;
  }

  .nymain .leftNav > ul > li > ul > li > a {
    font-size: 0.14rem;
  }

  .art-main .art-body {
    padding-top: 0rem;
  }

  .timg-list-img {
    width: 1.5rem;
    margin-right: 0.2rem;
  }

  .timg-linfo span {
    margin-top: 0rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
  }

  .timg-linfo p {
    margin-top: 0rem;
    margin-bottom: 0.05rem;
  }

  .timg-list ul li {
    margin-top: 0rem;
  }

  .list-ld ul li {
    padding: 0.15rem 0rem;
  }

  .list-ld ul li h3 {
    font-size: 0.18rem;
  }

  .list-ld ul li p {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }

  .list-ls ul li {
    padding: 0.15rem 0rem;
  }

  .list-ls ul li h3 {
    font-size: 0.18rem;
  }

  .list-ls ul li p {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }

  .nymain .leftNav > ul {
    margin-top: 0rem;
    border-top: 0rem;
  }

  .list-ls ul {
    margin-top: 0rem;
    padding-bottom: 0rem;
  }

  .nymain .leftNav > ul::after {
    content: none;
  }

  .img-lists ul li a p {
    font-size: 0.16rem;
    line-height: 0.36rem;
  }

  .img-lists ul li a .pic::after {
    background-size: 0.3rem;
  }

  .xrld-pic {
    width: 1.6rem;
  }

  .xrld ul li a {
    margin-top: 0.15rem;
  }

  .nymain .leftNav > h2::before {
    content: none;
  }

  .group-sml li a {
    margin: 0rem 0.05rem;
  }

  .text-list2,
  .zzjg {
    padding: 0rem 0.1rem;
  }

  .zzjg ul li {
    min-width: 48.5%;
    line-height: 0.38rem;
    margin-left: 1%;
    margin-top: 0.1rem;
  }

  .zzjg ul li a {
    font-size: 0.14rem;
  }

  .tl-tx b {
    font-size: 0.2rem;
  }

  .tl-tx h3 {
    font-size: 0.16rem;
    margin: 0.15rem 0rem;
  }

  .tl-tx p {
    font-size: 0.14rem;
  }

  .tl-tx {
    text-align: left;
  }

  .list ul li a {
    line-height: 0.45rem;
  }

  .list ul li a p {
    font-size: 0.15rem;
  }

  .list ul li a span {
    font-size: 0.15rem;
  }

  .agency h3 {
    line-height: 0.4rem;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
  }

  .agency ul li {
    padding: 0.1rem 0;
    margin-bottom: 0.2rem;
  }

  .agency ul li a {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 640px) {
  .qk-tit span {
    margin: 0 0.1rem;
  }
}

@media screen and (max-width: 480px) {
  .xj-data {
    padding: 0 0.2rem;
  }

  .tw-list ul li a {
    padding: 0.2rem;
  }

  .tw-list ul li a .pic {
    width: 100%;
    margin: 0;
    margin-bottom: 0.2rem;
    padding-top: 66.6%;
    height: auto;
  }

  .tw-list ul li a .tw-tx {
    flex: auto;
    width: 100%;
  }

  .td-info .pic {
    float: none;
    margin: 0 auto;
  }

  .td-tx {
    text-align: center;
  }

  .tdjs ul {
    justify-content: center;
  }

  .tdjs ul li {
    width: 95%;
  }

  .js-tx h3 b {
    font-size: 0.18rem;
  }

  .qk-tit {
    padding: 0.1rem;
    white-space: nowrap;
    overflow-x: auto;
  }

  .qk-list {
    padding: 0;
  }

  .qk-tit a,
  .qk-tit span {
    font-size: 0.12rem;
  }

  .qk-tx h3 span {
    font-size: 0.12rem;
  }

  .qk-tit b {
    margin-right: 0rem;
    font-size: 0.12rem;
  }

  .qk-tx p {
    font-size: 0.14rem;
  }

  .qk-list ul li {
    margin-bottom: 0.1rem;
  }

  .qk-list ul li a .pic {
    width: 1rem;
    height: 0.66rem;
  }

  .tl-tx {
    text-align: center;
  }

  .tl-tx h3 {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tit-list ul li a {
    padding: 0.2rem 0.25rem;
  }

  .tl-top h3 {
    font-size: 0.16rem;
  }

  .tl-date b {
    font-size: 0.2rem;
  }

  .tl-date span {
    font-size: 0.12rem;
  }

  .tit-list ul li a p {
    font-size: 0.14rem;
  }

  .tit-list ul li {
    margin-bottom: 0.2rem;
  }

  .img-lists ul li a > img {
    height: 1rem;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 0.15rem;
  }

  .img-lists2 ul li {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .timg-list-img {
    float: none;
    width: auto;
    margin-right: 0rem;
    margin-bottom: 0.1rem;
  }

  .timg-linfo {
    padding-top: 0rem;
  }

  .ldtz ul li {
    float: none;
    width: auto;
  }

  .ldtz ul li:nth-child(2n + 1) {
    margin-right: 0rem;
  }

  .ldtz-pic {
    float: left;
  }

  .ldtz ul li {
    margin-bottom: 0.3rem;
  }

  .ldtz ul li a {
    padding: 0rem;
  }

  .ldtz-pic {
    width: 1.2rem;
  }

  .ldtz-info {
    text-align: left;
  }

  .ldtz-info h3::before {
    left: 0rem;
    transform: translateX(0rem);
  }

  .ldtz-info p {
    line-height: 0.28rem;
    margin-top: 0rem;
  }

  .ldtz ul li a {
    margin: 0rem;
  }

  .agency ul li {
    width: 49%;
    margin-left: 0;
  }

  .agency ul li:nth-child(odd) {
    margin-right: 2%;
  }

  .agency ul li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .agency ul li:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 320px) {
  .art-main .art-tit span {
    font-size: 0.12rem;
    padding-bottom: 0.05rem;
    line-height: 0.24rem;
    height: 0.24rem;
  }

  .art-main .art-body p {
    font-size: 0.12rem;
    line-height: 0.3rem;
  }

  .img-lists ul li a > img {
    height: 0.84rem;
  }
}

/* ------------------------------------------------------------------------------------------- */
.img-container img {
  width: 100%;
  height: auto;
border-radius: 20px;
}

.leftNav .nav-header {
  background: #3750b6;
  border-radius: 0.1rem;
  padding: 0.17rem 0.25rem;
}

.leftNav .nav-header h2 {
  font-size: 0.28rem;
  color: #ffffff;
  font-weight: normal;
}

.leftNav .nav-header h2:last-child {
  font-size: 0.14rem;
  text-align: right;
}

.leftNav .nav-header hr {
  margin: 0.09rem 0;
  border-color: #f5be5a;
}

.ny1 .part1 .img-container {
  width: 5.2rem;
  height: 5.2rem;
  float: right;
  margin-left: 0.4rem;
}

.ny1 .title-container {
}

.ny1 .title-container p {
  font-size: 0.14rem;
  color: #3750b6;
  padding-left: 0.17rem;
  position: relative;
}

.ny1 .title-container p::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.16rem;
  height: 0.01rem;
  background: #f5be5a;
}

.ny1 .title-container h3 {
  font-size: 0.24rem;
  color: #333333;
}

.ny1 .text p {
    font-size: 0.16rem!important;
    text-indent: 2em!important;
    margin-bottom: 0.3rem!important;
    line-height: 0.28rem!important;
    color: #333333!important;
}

.ny1 .part1 .text {
  margin-top: 0.4rem;
}

.ny1 .part2 {
  width: 10.4rem;
  height: 2.3rem;
  background-color: #fff;
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.16rem;
  z-index: 2;
  position: relative;
  top: -0.6rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ny1 .part2 .index-container {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px dashed #3750b6;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ny1 .part2 .index-container .num {
  font-size: 0.56rem;
  font-weight: bold;
  color: #3750b6;
  z-index: 2;
  font-family: "Cardo";
}

.ny1 .part2 .index-container .label {
  font-size: 0.16rem;
  color: #333333;
  z-index: 2;
}

.ny1 .part2 .index-container .bgIcon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ny1 .part2 .img-container {
  width: 100%;
  height: auto;
}

.ny2 .title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 0.5rem;
}

.ny2 .c-title {
  font-size: 0.24rem;
  font-weight: bold;
  padding-left: 0.13rem;
  border-left: solid 0.04rem #3750b6;
  height: 0.24rem;
  line-height: 0.24rem;
  margin-bottom: 0.3rem;
}

.ny2 .ny-right ul {
  display: flex;
  flex-wrap: wrap;
}

.ny2 .ny-right ul li {
  flex: 0 0 calc((100% + 0.2rem) / 4 - 0.2rem);
  height: 0.8rem;
  background-color: #fff;
  margin-bottom: 0.3rem;
  margin-right: 0.2rem;
  text-align: center;
  border-top: 0.02rem solid #3750b6;
}

.ny2 .ny-right ul li:nth-child(4n) {
  margin-right: 0;
}

.ny2 .ny-right ul li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0.8rem;
  color: #333333;
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ny2 .ny-right ul li:hover a {
  background-color: #3750b6;
  color: #fff;
  position: relative;
}

.ny2 .ny-right ul li:hover a::before {
  content: " ";
  width: 0.4rem;
  height: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-40%);
  background: url(../images/i2.png) no-repeat center center / 100%;
}

.ny2 .part1 {
  margin-top: 0.3rem;
}

.ny2 .part2 {
  margin-top: 0.4rem;
}

.ny3 .content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ny3 .content ul li {
  flex: 0 0 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ny3 .content ul li:nth-child(odd) {
  margin-right: 2%;
}

.ny3 .content ul li.header {
  font-size: 0.24rem;
  color: #3750b6;
  font-weight: bold;
  height: 0.84rem;
  border-bottom: 0.01rem solid #3750b6;
}

.ny3 .content ul li:not(.header) {
  font-size: 0.2rem;
  line-height: 0.84rem;
  border-bottom: 0.01rem solid #dedede;
}

.ny3 .content ul li:not(.header) span:first-child {
  color: #3750b6;
}

.ny3 .content ul li:not(.header) span:last-child a {
  color: #333333;
}
.ny4 .title {
  font-size: 0.24rem;
  font-weight: bold;
  padding-left: 0.13rem;
  border-left: solid 0.04rem #3750b6;
  height: 0.24rem;
  line-height: 0.24rem;
  margin-bottom: 0.1rem;
  color: #3750b6;
}

.ny4 .part1 {
  margin-top: 0.4rem;
}

.ny4 .ny-right ul li {
  display: flex;
  padding: 0.2rem 0;
  line-height: 0.44rem;
  border-bottom: 0.01rem solid #dedede;
}

.ny4 .ny-right ul li div.part_fir {
  width: 2.1rem;
  font-size: 0.2rem;
  color: #3750b6;
}

.ny4 .ny-right ul li div.part_sec{
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ny4 .ny-right ul li div.part_sec span {
  margin-right: 0.52rem;
  color: #333;
}

.ny4 .ny-right ul li div.part_sec a:hover span {
  color: #3750b6;
}
.ny4 .part2,
.ny4 .part3 {
  margin-top: 0.6rem;
}

.ny5 .title {
  font-size: 0.24rem;
  font-weight: bold;
  padding-left: 0.13rem;
  border-left: solid 0.04rem #3750b6;
  height: 0.3rem;
  line-height: 1;
  margin-bottom: 0.1rem;
  color: #3750b6;
}

.ny5 .part1 {
  margin-top: 0.5rem;
}

.ny5 .part1 ul {
  display: flex;
  margin-top: 0.6rem;
  position: relative;
}

.ny5 .part1 .indicator {
  content: " ";
  flex: none;
  position: absolute;
  width: 2.5%;
  height: 0.03rem;
  background: #3750b6;
  bottom: 17.8%;
  z-index: 2;
  transition: width 0.5s ease;
}

.ny5 .part1 ul::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 0.01rem;
  background: #d8d8d8;
  bottom: 18.5%;
}

.ny5 .part1 ul li {
  width: 25%;
}

.ny5 .part1 ul li img {
  width: 0.6667rem;
  height: 0.6667rem;
  margin-bottom: 0.37rem;
}

.ny5 .part1 ul li a p:first-of-type {
  color: #333333;
  font-size: 0.18rem;
  margin-bottom: 0.4rem;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ny5 .part1 ul li.active a p:first-of-type {
  font-weight: bold;
  color: #3750b6;
}

.ny5 .part1 ul li a p:last-child {
  font-size: 0.12rem;
  color: #666666;
padding-right: 0.1rem;
}

.ny5 .ny-right {
  overflow: visible !important;
}

.ny5 .part2 {
  margin-top: 0.6rem;
  border-radius: 0.16rem;
  padding: 0.4rem 0.4rem 0.6rem 0.4rem;
  background-color: #fff;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 3.9rem;
  box-shadow: 0px 4px 30px 0px rgba(55, 80, 182, 0.15);
}

.ny5 .part2 .item-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.ny5 .part2 .item-content.active {
  opacity: 1;
  height: auto;
}

.ny5 .part2 img {
  width: 5.3rem;
  height: 3.6rem;
  float: left;
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
}

.ny5 .part2 p {
    line-height: 0.32rem!important;
    font-size: 0.16rem!important;
    color: #333333!important;
    margin-bottom: 0.1rem!important;
}

.ny6 .content {
  padding-top: 0.2rem;
}

.ny6 .panel {
  width: 100%;
  margin-bottom: 0.8rem;
  position: relative;
}

.ny6 .panel:last-child {
  margin-bottom: 0;
}

.ny6 .panel .title {
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #e5f0ff;
  color: #3750b6;
}

.ny6 .panel:hover .title {
  color: #fff;
  background-color: #3750b6;
}

.ny6 .panel:hover::before {
  content: " ";
  width: 0.4rem;
  height: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-40%);
  background: url(../images/i2.png) no-repeat center center / 100%;
}

.ny6 .panel .list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0 0.4rem 0.6rem;
  background-color: #fff;
}

.ny6 .panel:hover .list {
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}

.ny6 .panel .list a {
  width: 20%;
}

.ny6 .panel .list a:hover span {
  color: #3750b6;
}

.ny6 .panel .list span {
  text-align: left;
  line-height: 0.5rem;
  color: #333;
}

.ny7 .content {
  padding-top: 0.2rem;
}

.ny7 .panel {
  width: 100%;
  margin-bottom: 0.8rem;
  position: relative;
  display: flex;
}

.ny7 .panel:last-child {
  margin-bottom: 0;
}

.ny7 .panel .title {
  text-align: center;
  width: 1.2rem;
  padding: 0.19rem;
  background-color: #e5f0ff;
  color: #3750b6;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ny7 .panel .title::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  border-left: 0.1rem solid #e5f0ff;
  right: 0;
  top: 50%;
  transform: translate(80%, -50%);
}

.ny7 .panel:hover .title {
  color: #fff;
  background-color: #3750b6;
}

.ny7 .panel:hover .title::after {
  border-left-color: #3750b6;
}

.ny7 .panel:hover::before {
  content: " ";
  width: 0.4rem;
  height: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-40%);
  background: url(../images/i2.png) no-repeat center center / 100%;
}

.ny7 .panel .list {
  flex: 1;
  background-color: #fff;
  padding: 0.2rem 0.55rem;
  display: flex;
  flex-wrap: wrap;
}

.ny7 .panel .list a {
  width: 12.5%;
}

.ny7 .panel .list a span {
  line-height: 0.5rem;
  color: #333;
}

.ny7 .panel .list a:hover span {
  color: #3750b6;
}

.ny7 .panel:hover .list {
  background-image: url(../images/bg3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ny8 .content {
  margin-top: 0.5rem;
}

.ny8 .content img {
  width: 100%;
  height: auto;
}

.ny9 .part1 ul li img {
  margin-bottom: 0.2rem;
}

.ny9 .part2 p:nth-child(2) {
  padding-bottom: 0.1rem;
}

.ny10 .content ul li {
  margin: 0.3rem 0;
}

.ny10 .content ul li a {
  display: flex;
  height: 2.68rem;
  padding: 0.26rem 0.3rem;
  border-bottom: 1px dashed #cdcdcd;
}

.ny10 .content ul li:hover a {
  background-color: #3750b6;
}

.ny10 .content ul li .item-right .time {
  color: #3750b6;
  font-size: 0.18rem;
  margin-bottom: 0.12rem;
}

.ny10 .content ul li .item-right .title {
  font-weight: normal;
  font-size: 0.22rem;
  color: #333333;
  border: 0;
  padding-left: 0;
  margin-bottom: 0.15rem;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ny10 .content ul li .item-right .text {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666666;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -ms-line-clamp: 4;
  max-height: 1.04rem;
  text-overflow: ellipsis;
}

.ny10 .content ul li:hover .item-right .time,
.ny10 .content ul li:hover .item-right .title,
.ny10 .content ul li:hover .item-right .text {
  color: #fff;
}

.ny10 .content ul li:hover .item-right .title {
  font-weight: bold;
}

.ny10 .content ul li a .pic {
  width: 3.4rem;
  height: 2.08rem;
  padding-top: 16.117%;
  margin-right: 0.4rem;
}

.ny10 .content ul li a .item-right {
  flex: 1;
  min-width: 0;
}

.ny11 .content ul li {
  margin: 0.3rem 0;
  background-color: #fff;
  position: relative;
}

.ny11 .content {
  margin-top: 0.5rem;
}

.ny11 .content ul li::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0.26rem;
  width: 1.28rem;
  height: 0.03rem;
  background-color: #3750b6;
}

.ny11 .content ul li:hover::after {
  background-color: #f5be5a;
}

.ny11 .content ul li:hover {
  background-color: #3750b6;
}

.ny11 .content ul li a {
  display: flex;
  padding: 0.26rem 0.3rem;
}

.ny11 .content ul li:hover a {
  background-color: #3750b6;
}

.ny11 .content ul li .item-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ny11 .content ul li .item-right .time {
  color: #3750b6;
  font-size: 0.18rem;
  margin-bottom: 0.2rem;
  vertical-align: middle;
  display: inline-block;
}

.ny11 .content ul li .item-right .title {
  width: calc(100% - 1.5rem);
  font-weight: normal;
  font-size: 0.22rem;
  color: #333333;
  border: 0;
  padding-left: 0;
  margin-bottom: 0.2rem;
  margin-left: 0.2rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.ny11 .content ul li .item-right .text {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666666;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -ms-line-clamp: 4;
  max-height: 1.04rem;
  margin-top: 0.1rem;
  text-overflow: ellipsis;
}

.ny11 .content ul li:hover .item-right .time,
.ny11 .content ul li:hover .item-right .title,
.ny11 .content ul li:hover .item-right .text {
  color: #fff;
}

.ny11 .content ul li:hover .item-right .title {
  font-weight: bold;
}

.ny11 .content ul li a .item-right {
  flex: 1;
}

.ny12 .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ny12 .content ul li {
  margin-bottom: 0.3rem;
  width: 32%;
  background-color: #fff;
}

.ny12 .content ul li a {
  display: flex;
  flex-direction: column;
  padding: 0.2rem;
  border-bottom: 1px dashed #cdcdcd;
}

.ny12 .content ul li:hover a {
  background-color: #3750b6;
}

.ny12 .content ul li a .pic {
  width: 100%;
  padding-top: 62.5%;
  margin-bottom: 0.25rem;
}

.ny12 .content ul li a .time {
  font-size: 0.18rem;
  margin-bottom: 0.12rem;
  color: #3750b6;
  padding-left: 0.1rem;
  border-left: 0.03rem solid #0326a1;
}

.ny12 .content ul li a .text {
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #333333;
  margin-bottom: 0.1rem;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-line-clamp: 2;
  max-height: 0.6rem;
  text-overflow: ellipsis;
}

.ny12 .content ul li:hover .time {
  color: #fff;
  border-color: #fff;
}

.ny12 .content ul li:hover .text {
  color: #fff;
}

.news-content .news-header {
  margin: 0.45rem 0;
  /*border-left: 0.03rem solid #0326a1;*/
  padding-left: 0.2rem;
font-size: 0.18rem;
    text-align: center;
}

.news-content .news-header p>span {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.36rem;
  margin-right: 0.2rem;
}

.news-content .news-header .title {
  font-size: 0.3rem;
  color: #333333;
text-align: center;
}

.news-content .content p {
    margin-bottom: 0.1rem!important;
    font-size: 0.18rem!important;
    color: #333333!important;
    line-height: 0.34rem!important;
    text-indent: 2em!important;
    background: none!important;
    margin-top: 0px!important;
}
.news-content .content p *{
  font-size: 0.18rem!important;
  color: #333333!important;
  background: none!important;
  font-family: "微软雅黑"!important;
}
.news-content .content img {
  /*display: block;*/
  margin: 0.2rem auto;
height: auto !important;
}
.news-content .content table{
  margin: 0 auto!important;
  /* width: auto!important; */
}
.news-content .content table p{
  margin-bottom:0rem!important;
  text-indent:0em!important;
  font-family: "微软雅黑"!important;
}
.news-content .content table span{
  font-family: "微软雅黑"!important;
}
.news-content .switch {
  margin-top: 0.6rem;
}

.news-content .switch p a {
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #3750b6;
}

.news-content .switch p a span {
  color: #333333;
}

.news-content .switch p:hover a span {
  color: #3750b6;
}

.news-content .news-footer {
  text-align: right;
  margin-top: 0.3rem;
}

.news-content .switch hr {
  border-color: #d6d6d6;
  opacity: 0.18;
  margin: 0.15rem 0;
}

@media screen and (max-width: 1024px) {
  .ny1 .title-container {
    margin: 0.2rem 0;
  }

  .ny1 .part1 .img-container {
    margin-bottom: 0.3rem;
  }

  .ny1 .part2 {
    top: 0;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
  }

  .ny1 .part2 .index-container {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0.1rem 3%;
  }
  .ny3 .content ul {
    padding: 0 0.2rem;
  }

  .ny3 .content ul li {
    flex: 0 0 100%;
  }

  .ny3 .content ul li.header:first-child {
    display: none;
  }
  .ny12 .content ul {
    margin-top: 0.3rem;
  }

  .ny12 .content ul li {
    width: 49%;
  }

  .ny10 .content ul li a {
    flex-direction: column;
    height: auto;
  }

  .ny10 .content ul li a .pic {
    width: 100%;
    height: auto;
    padding-top: 63.51%;
    margin-bottom: 0.2rem;
  }

  .ny2 .ny-right ul li {
    flex: 0 0 calc((100% + 0.2rem) / 2 - 0.2rem);
  }

  .ny2 .ny-right ul li:nth-child(4n) {
    margin-right: 0.2rem;
  }

  .ny2 .ny-right ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .ny-left {
    width: 100%;
  }

  .ny1 .part1 .img-container {
    width: 100%;
    height: auto;
  }

  .ny12 .content ul li {
    width: 100%;
  }

  .ny5 .part2 img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 480px) {
  .ny5 .part1 .indicator {
    margin-bottom: 0.5%;
  }

  .ny5 .part1 ul::after {
    margin-bottom: 0.5%;
  }
  .ny2 .ny-right ul li {
    flex: 0 0 100%;
  }

  .ny2 .ny-right ul li {
    margin-right: 0;
  }
}


         .sznr {
            border-radius: .15rem;
            background: #FFFFFF;
            padding: .3rem .4rem;
          }

          .sz-tit {
            color: #3750B6;
            font-size: .24rem;
            line-height: 1;
            border-left: .04rem solid #3750B6;
            padding-left: .13rem;
            margin-bottom: .15rem;
            font-weight: 600;
          }

          .sz-p {
            width: 2rem;
            margin-right: .5rem;
          }

          .sz-p img {
            width: 100%;
            display: block;
            border-radius: .1rem;
          }

          .sz-top {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            padding: .3rem 0;
            margin-bottom: .3rem;
            border-bottom: .01rem solid #CCD8ED;
          }

          .sz-tx {
            flex: 1;
            min-width: 0;
          }

          .sz-tx h3 b {
            color: #333333;
            font-size: .24rem;
            line-height: .46rem;
            border-bottom: .02rem solid #3750B6;
            margin-right: .18rem;
            display: inline-block;
          }

          .sz-tx h3 span {
            color: #666;
            font-size: .16rem;
            line-height: .46rem;
          }

          .sz-ifo {
            margin-top: .2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
          }

          .sz-ifo p {
            width: 50%;
            font-size: .18rem;
            line-height: .3rem;
            color: #333333;
          }

          .sz-con {
            font-size: .16rem;
            line-height: .26rem;
            color: #333333;
            margin-bottom: .4rem;
          }

          .sz-con p {
            margin-top: .1rem;
          }
          @media screen and (max-width: 768px) {
            .sz-tx h3 {
              text-align: center;
            }

            .sz-p {
              margin: 0 auto;
              margin-bottom: .2rem;
            }

            .sz-tx {
              flex: auto;
              width: 100%;
            }
            .ny7 .panel .list a{
              width:50%
            }
          }

          @media screen and (max-width: 640px) {
            .sz-ifo p {
              width: 100%;
              text-align: center;
            }
            .ny7 .panel .list a{
              width:50%
            }
          }


@media screen and (max-width: 360px) {
  .ny5 .part1 .indicator {
    margin-bottom: 3%;
  }

  .ny5 .part1 ul::after {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 200px) {
  .ny5 .part1 .indicator {
    margin-bottom: 10%;
  }

  .ny5 .part1 ul::after {
    margin-bottom: 10%;
  }
}