@charset "utf-8";

body {
  padding-top: 1.15rem;
}

.pagination .PrevDisabled,
.pagination .NextDisabled {
  height: auto !important;
}

.pagination .Next,
.pagination .Prev {
  height: auto !important;
}

.pagination input {
  border: 1px solid #eee !important;
}

.pagination .defaultButtonStyle {
  padding: 0 5px !important;
}



.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
}

.banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2rem;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 4%, rgba(0, 0, 0, 0) 72%);
}

/* 分页 */

.pagination {
  font-size: 0;
  padding-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .l a {
  display: inline-block;
  width: 0.8rem;
  height: 0.68rem;
  font-size: 0.18rem;
  line-height: 0.68rem;
  text-align: center;
  color: #4b4b4b;
  background-color: #f8f7f8;
  transition: all 0.5s;
}

.pagination .l a.active {
  background-image: linear-gradient(13deg,
      #024cc9 0%,
      #1fccc8 100%);
  color: #fff;
}

.pagination .l a:hover {
  background-image: linear-gradient(13deg,
      #024cc9 0%,
      #1fccc8 100%);
  color: #fff;
}

.pagination .r a {
  display: inline-block;
  width: 1.16rem;
  height: 0.68rem;
  font-size: 0.18rem;
  line-height: 0.68rem;
  text-align: center;
  color: #4b4b4b;
  background-color: #f8f7f8;
  transition: all 0.5s;
}

.pagination .r a:hover {
  background-color: #eee;
}

/* 主体 */
.nymain {
  position: relative;
  z-index: 1;
  padding-bottom: 0.7rem;
}

.nymain .leftNav {
  float: left;
  width: 3.37rem;
  position: relative;
}

.nymain .leftNav>h2 {
  line-height: 1.28rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  background: url(../images/left-titibg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  margin-top: -1.28rem;
}

.nymain .leftNav>ul {
  border-right: 1px solid #1053c5;
  background: #fff;
  box-shadow: 0px 0.06rem 0.29rem 0px rgba(0, 0, 0, 0.07);
}

.nymain .leftNav>ul>li>a {
  position: relative;
  z-index: 1;
  border-top: 1px solid #e5e5e5;
}

.nymain .leftNav>ul>li:first-child a {
  border-top: none;
}

.nymain .leftNav>ul>li>a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: url(../images/left-libg.png) no-repeat right bottom;
  background-size: 100% 100%;
  z-index: -1;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li>a::after {
  content: '';
  position: absolute;
  top: 100%;
  right: -0.42rem;
  border-top: 0.17rem solid #d2b530;
  border-right: 0.42rem solid transparent;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.nymain .leftNav>ul>li>a>span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  background: url(../images/left-sj.png) no-repeat;
  background-size: 100% auto;
  width: 0.12rem;
  height: 0.14rem;
  transition: all 0.5s;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.2rem;
  line-height: 0.36rem;
  padding: 0.25rem 0.4rem 0.25rem 0.64rem;
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav>ul>li.on>a {
  font-weight: 600;
}

.nymain .leftNav>ul>li.on>a::after,
.nymain .leftNav>ul>li.active>a::after {
  opacity: 1;
  visibility: visible;
}

.nymain .leftNav>ul>li:hover>a::before,
.nymain .leftNav>ul>li.active>a::before,
.nymain .leftNav>ul>li.on>a::before {
  width: calc(100% + 0.42rem);
}

.nymain .leftNav>ul>li.active>a>span,
.nymain .leftNav>ul>li.on>a>span {
  transform: translateY(-50%) rotate(90deg);
}

.nymain .leftNav>ul>li:hover>a {
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  font-weight: 600;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: inherit;
  color: #888;
  border-bottom: none;
  padding: 0.1rem 0.2rem 0.1rem 0.64rem;
}

.ny-right {
  float: right;
  width: calc(100% - 4.2rem);
  padding: 0.3rem 0 0 0;
  min-height: 7rem;
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: 0.6rem;
  border-bottom: 1px solid #0B54AE;
}

.position h3 {
  position: absolute;
  font-size: 0.24rem;
  text-align: left;
  bottom: 0;
  left: 0;
  color: #3B3B3B;
}


.position span {
  color: #3B3B3B;
  font-size: 0.16rem;
  vertical-align: middle;
}

.position img {
  height: 0.16rem;
  vertical-align: middle;
  margin-right: 0.05rem;
}

.position a {
  font-size: 0.16rem;
  color: #3B3B3B;
  margin: 0 0.05rem;
  vertical-align: middle;
}

.position a:hover {
  color: #0B54AE;
}

/* 列表页 */
.text-list {}

.text-list ul li a {
  display: flex;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.text-list ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.4rem;
  right: -0.4rem;
  height: 0;
  background-image: linear-gradient(13deg,
      #024cc9 0%,
      #1fccc8 100%);
  border-radius: 0.2rem 0px 0.2rem 0px;
  opacity: 0.9;
  z-index: -1;
  transition: all 0.5s;
}

.text-list ul li a .date {
  width: 0.63rem;
  height: 0.67rem;
  text-align: center;
  background-image: linear-gradient(13deg,
      #024cc9 0%,
      #1fccc8 100%);
  opacity: 0.9;
  border-radius: 0.1rem;
  margin-right: 0.36rem;
  transition: all 0.5s;
}

.text-list ul li a .date b {
  display: block;
  font-size: 0.3rem;
  color: #fff;
  transition: all 0.5s;
}

.text-list ul li a .date span {
  display: block;
  font-size: 0.13rem;
  color: #fff;
  transition: all 0.5s;
}

.text-list ul li a .tx {
  flex: 1;
  min-width: 0;
}

.text-list ul li a .tx h3 {
  font-size: 0.2rem;
  transition: all 0.5s;
}

.text-list ul li a .tx p {
  font-size: 0.15rem;
  line-height: 0.24rem;
  height: 0.48rem;
  margin-top: 0.2rem;
  color: #9f9f9f;
  transition: all 0.5s;
}

.text-list ul li:hover a::before {
  height: 100%;
}

.text-list ul li:hover a .date {
  background: rgba(255, 255, 255, 0.9);
}

.text-list ul li:hover a .date b {
  color: #1b5ece;
}

.text-list ul li:hover a .date span {
  color: #1b5ece;
}

.text-list ul li:hover a .tx h3 {
  color: #fff;
}

.text-list ul li:hover a .tx p {
  color: #fff;
  opacity: 0.7;
}


/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 0.24rem;
  margin-top: 0.57rem;
  font-weight: 600;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #333333;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.19rem !important;
  line-height: 0.46rem !important;
  margin-bottom: 0.3rem !important;
  word-break: break-all;
  white-space: normal;
  text-align: justify;
  text-justify: inter-ideograph;
}

.art-main .art-body img {
  max-width: 80% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  padding-top: 0.07rem;
  padding-bottom: 0.07rem;
  line-height: 0.3rem;
  background: rgba(0, 0, 0, 0.04);
  margin-top: 0.26rem;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 0.16rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit p .span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.14rem;
  color: #9E9E9E;
  margin: 0 0.2rem;
}

.art-info {
  border-top: 1px dashed #e0e0e0;
  margin-top: 0.25rem;
}

.pnext {
  margin-top: 0.25rem;
}

.pnext p {
  font-size: 0.18rem;
  font-weight: bold;
  text-indent: initial;
  line-height: 0.32rem;
  color: #0B54AE;
  padding: 0.1rem 0.2rem;
}

.pnext p a {
  color: #3D3D3D;
  font-weight: normal;
}

.pnext p:hover {
  background: rgba(0, 0, 0, 0.04);
}

.pnext p:hover a {
  color: #0B54AE;
}


/* 图片列表 */

.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: #0B54AE;
}


/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-ld ul li {
  width: 48%;
  margin-top: 0.8rem;
}

.list-ld ul li a {
  display: flex;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.03);
}

.list-ld ul li .sz-pic {
  width: 2.4rem;
}

.list-ld ul li .pic {
  padding-top: 132.08%;
}

.list-ld ul li .sz-tx {
  flex: 1;
  min-width: 0;
  border: 1px solid transparent;
  border-left: none;
  padding: 0.3rem;
  transition: all 0.4s;
}

.list-ld ul li h3 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #3D3D3D;
  margin-bottom: 0.16rem;
}

.list-ld ul li p {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.4s;
}

.list-ld ul li .xq {
  margin-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.24rem;
}

.list-ld ul li .xq span {
  display: inline-block;
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #000;
  padding-right: 0.47rem;
  background: url(../images/xq-jt.png) no-repeat right center;
  background-size: 0.37rem auto;
  opacity: 0.32;
  transition: all 0.4s;
}


.list-ld ul li:hover p {
  color: #0B54AE;
}

.list-ld ul li:hover .sz-tx {
  border-color: #0B54AE;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

.list-ld ul li .xq span {
  opacity: 1;
}


/* 师资内容 */
.sz-con {
  margin-top: 0.57rem;
  border-bottom: 2px solid #0B54AE;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(1, 117, 182, 0.2);
  padding: 0.23rem;
}

.sz-con .pic1 {
  width: 2.09rem;
}

.sz-con .pic1 img {
  display: block;
  max-width: 100%;
}

.sz-con .pic1 img {}

.sz-r {
  flex: 1;
  min-width: 0;
  padding-left: 0.42rem;
}

.sz-ty {
  overflow: hidden;
}

.sz-ty h3 {
  font-size: 0.2rem;
  font-weight: bold;
}

.sz-ty>div {
  margin-top: 0.32rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-box {
  margin-top: 0.52rem;
}

.sz-box h4 {
  font-size: 0;
  margin-bottom: 0.3rem;
  background: #F4F6F6;
  padding: 0.12rem 0.18rem;
}

.sz-box h4 span {
  display: inline-block;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 36px;
  background: url(../images/sz-f.png) no-repeat left center;
  background-size: 0.14rem auto;
  padding-left: 0.24rem;
}

.sz-box p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #666666;
}

.sz-box p.z {
  text-align: center;
}

.sz-box .tz {
  margin-top: 0.3rem;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.sz-box .tz img {
  display: block;
  max-width: 48%;
}


.sz-p p {}

.sz-p p:first-child {
  margin-top: 0;
}

/* 图文列表页  start */
.tw {}

.tw ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.38rem 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.tw ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.4rem;
  right: -0.4rem;
  height: 0;
  background-image: linear-gradient(13deg,
      #024cc9 0%,
      #1fccc8 100%);
  border-radius: 0.2rem 0px 0.2rem 0px;
  opacity: 0.9;
  z-index: -1;
  transition: all 0.5s;
}

.tw ul li a .pic {
  width: 3.14rem;
  height: 1.92rem;
  padding-top: 0;
  margin-right: 0.42rem;
}

.tw ul li a .tw-tx {
  flex: 1;
  min-width: 0;

}

.tw ul li a .tw-tx .date {
  font-size: 0.2rem;
  line-height: 0.22rem;
  color: #024cc6;
}

.tw ul li a .tw-tx h3 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.tw ul li a .tw-tx p {
  font-size: 0.15rem;
  line-height: 0.24rem;
  height: 0.48rem;
  margin-top: 0.2rem;
  color: #9f9f9f;
}

.tw ul li:hover a .tw-tx .date {
  color: #fff;
}

.tw ul li:hover a .tw-tx h3 {
  font-weight: bold;
  color: #fff;
}

.tw ul li:hover a .tw-tx p {
  color: #fff;
  opacity: 0.5;
}

.tw ul li:hover a::before {
  height: 100%;
}

/* 研究生培养  */
.yjspy {
  margin-top: 0.57rem;
}

.yjspy h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  color: #333333;
}

.yjspy h4 {
  margin-top: 0.65rem;
  color: #0B54AE;
  font-size: 0.19rem;
  font-weight: bold;
  line-height: 0.46rem;
}

.yjspy p {
  color: #333;
  font-size: 0.19rem !important;
  line-height: 0.46rem !important;
}

/* 学院简介 */
.intro-box {
  overflow: hidden;
}

.introduction {}

.introduction h3 {
  text-align: center;
  margin-top: 0.6rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #0B54AE;
}

.introduction h4 {
  margin-top: 0.3rem;
  font-size: 0.19rem;
  font-weight: 400;
  line-height: 0.6rem;
  color: #333333;
  padding-left: 0.3rem;
}

.introduction h5 {
  font-size: 0.19rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #0B54AE;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}

.introduction h5::before {
  content: "";
  display: block;
  width: 0.05rem;
  height: 0.48rem;
  border-radius: 0.04rem;
  background: #0B54AE;
  margin-right: 0.15rem;
}

.introduction p {
  font-size: 0.19rem;
  font-weight: 400;
  line-height: 0.46rem;
  text-indent: 2em;
}

.introduction img {
  display: block;
  max-width: 100%;
}

.intro {
  margin-top: 0.6rem;
}

.intro1 {
  margin-top: 0;
}

.intro1 .k1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.48rem;
}

.intro1 .k1 .kl {
  width: 46.35%;
}

.intro1 .k1 .kl p {
  padding: 0 0.4rem 0 0.3rem;
}

.intro1 .k1 .kl .kl-t {
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
  padding-left: 0.3rem;
  padding-bottom: 0.1rem;
}

.intro1 .k1 .kl .kl-t::before {
  content: '';
  position: absolute;
  top: 0.74rem;
  left: 0;
  right: 0.52rem;
  bottom: 0;
  background: #0B54AE;
  z-index: -1;
}

.intro1 .k1 .kl .kl-t p {
  color: #fff;
  text-align: left;
  line-height: 0.24rem;
  padding: 0.2rem 0.8rem 0.15rem 0;
  text-indent: 0;
}

.intro1 .k1 .kr {
  width: 52.27%;
}

.intro1 .k1 .kr .kl-t {
  position: relative;
  z-index: 1;
  padding-bottom: 0.1rem;
  margin-bottom: 0.65rem;
}

.intro1 .k1 .kr .kl-t::before {
  content: '';
  position: absolute;
  top: 1.66rem;
  left: 1.36rem;
  right: auto;
  width: calc((100vw - 16rem)/2 + 100%);
  bottom: 0;
  background: #0B54AE;
  z-index: -1;
}

.intro1 .k1 .kr .kl-t p {
  color: #fff;
  text-align: right;
  line-height: 0.24rem;
  padding: 0.2rem 0 0.15rem 1.7rem;
  text-indent: 0;
}

.intro1 .k1 .kr .k-tx {
  padding-left: 0.58rem;
}

.intro1>p {
  padding-left: 0.3rem;
}

.intro2 p {
  padding-left: 0.3rem;
}

.intro3>p {
  padding-left: 0.3rem;
}

.intro3 .k3 {
  position: relative;
  z-index: 1;
  padding-bottom: 0.2rem;
  margin-top: 0.5rem;
}

.intro3 .k3::before {
  content: '';
  position: absolute;
  top: 0.47rem;
  left: 0;
  right: auto;
  width: calc((100vw - 16rem)/2 + 100%);
  bottom: 0;
  z-index: -1;
  background: #FCF1E9;
}

.intro3 .k3 ul {
  display: flex;
  justify-content: space-between;
  width: calc((100vw - 16rem)/2 + 100%);
}

.intro3 .k3 ul li {
  margin: 0 0.47rem;
  text-align: center;
}

.intro3 .k3 ul li:last-child {
  margin-right: 0;
}

.intro3 .k3 ul li>p {
  text-indent: 0;
  text-align: center;
  line-height: 0.24rem;
  padding: 0.2rem 0 0.15rem 0;
}

.intro4>p {
  padding-left: 0.3rem;
}

.intro4 .k3 {
  position: relative;
  z-index: 1;
  padding-bottom: 0.2rem;
  margin-top: 0.5rem;
}

.intro4 .k3::before {
  content: '';
  position: absolute;
  top: 1.43rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #633C44;
}

.intro4 .k3 ul {
  display: flex;
  justify-content: center
}

.intro4 .k3 ul li {
  margin: 0 0.14rem;
  text-align: center;
}

.intro4 .k3 ul li>p {
  text-indent: 0;
  text-align: center;
  color: #fff;
  line-height: 0.24rem;
  padding: 0.2rem 0 0.15rem 0;
}

.intro5 .k5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.intro5 .k5 .k5-l {
  width: 55.23%;
  padding-left: 0.3rem;
}

.intro5 .k5 .k5-l>p {
  text-indent: 0;
}

.intro5 .k5 .k5-l>p b {
  color: #0B54AE;
}

.intro5 .k5 .k5-r {
  width: 41.79%;
}

.intro5 .k5 .k5-r p {
  text-align: right;
  color: #fff;
  background: #0B54AE;
  margin-left: 1rem;
  line-height: 0.24rem;
  padding: 0.2rem;

}

.intro8 .k8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.intro8 .k8 .k8-l {
  width: 38.52%;
  position: relative;
  z-index: 1;
  padding-left: 0.3rem;
  padding-bottom: 0.15rem;
}

.intro8 .k8 .k8-l::before {
  content: '';
  position: absolute;
  top: 0.97rem;
  right: 0.55rem;
  left: 0;
  bottom: 0;
  background: #0B54AE;
  z-index: -1;
}

.intro8 .k8 .k8-l p {
  color: #fff;
  text-indent: 0;
  line-height: 0.24rem;
  padding: 0.2rem 0.8rem 0.05rem 0;
}

.intro8 .k8 .k8-r {
  width: 61.48%;
  padding: 0 0.5rem;
}


.intro9>p {
  padding-left: 0.3rem;
}

/* 学院简介3.25 */
.xzjj1 {
  padding: 1.25rem 0 1rem 0;
  background-color: #f9f9f9;
  background-image: url(../images/xzjj1-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 70.1% auto;
  overflow: hidden;
}

.xzjj1 img {
  float: left;
  display: block;
  width: 34.18%;
  margin-right: 0.6rem;
}

.xzjj1 .tx h4 {
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #525252;
}

.xzjj1 .tx h3 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #1f4bbf;
  margin-top: 0.1rem;
}

.xzjj1 .tx p {
  text-indent: 2em;
  margin-top: 0.4rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
}

.xzjj2 {
  background: url(../images/xzjj2-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 1rem 0;
  color: #fff;
  overflow: hidden;
}

.xzjj2 img {
  display: block;
  float: right;
  margin-top: 0.36rem;
  margin-left: 1rem;
  width: 29.375%;
}

.xzjj2 .tx h4 {
  font-size: 0.26rem;
  line-height: 0.42rem;
}

.xzjj2 .tx h3 {
  font-weight: bold;
  font-size: 0.32rem;
  margin-top: 0.1rem;
}

.xzjj2 .tx .k {
  margin-top: 0.4rem;
}

.xzjj2 .tx p {
  text-indent: 2em;
  font-size: 0.18rem;
  line-height: 0.42rem;
}

.xzjj3 {
  background: url(../images/xzjj3-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.xzjj3 img {
  display: block;
  float: left;
  margin-right: 0.6rem;
  width: 42.5%;
}

.xzjj3 .tx {
  padding-top: 0.3rem;
}

.xzjj3 .tx h4 {
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #525252;
}

.xzjj3 .tx h3 {
  font-weight: bold;
  font-size: 0.32rem;
  margin-top: 0.1rem;
  color: #1f4bbf;
}

.xzjj3 .tx .k {
  margin-top: 0.4rem;
}

.xzjj3 .tx .k+.k {
  margin-top: 1rem;
}

.xzjj3 .tx p {
  text-indent: 2em;
  font-size: 0.18rem;
  line-height: 0.42rem;
}

.xzjj4 {
  background: url(../images/xzjj4-bg.png) no-repeat right bottom;
  background-size: 100% auto;
  overflow: hidden;
  padding-top: 0.9rem;
  padding-bottom: 0.5rem;
}

.xzjj4 .c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xzjj4 .l {
  width: 30%;
}

.xzjj4 h4 {
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #525252;
}

.xzjj4 h4:nth-of-type(2) {
  margin-top: 1.55rem;
}

.xzjj4 h3 {
  font-weight: bold;
  font-size: 0.32rem;
  margin-top: 0.1rem;
  color: #1f4bbf;
}

.xzjj4 .tx {
  width: 66.25%;
}

.xzjj4 .tx .k {
  margin-bottom: 0.4rem;
}

.xzjj4 .tx p {
  text-indent: 2em;
  font-size: 0.18rem;
  line-height: 0.42rem;
}

/* 组织架构 */

.zzjg-box {
  margin-top: 0.7rem;
}

.zzjg-box h3 {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 0.27rem 0.5rem;
  background-image: linear-gradient(13deg,
      #024cc9 0%,
      #1fccc8 100%);
  border-radius: 0.06rem 0.06rem 0px 0px;
}

.zzjg-box ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  background-image: url(../images/jg-box.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.08);
  padding: 0.3rem 0.5rem 0.5rem 0.5rem;
}

.zzjg-box ul li {
  width: 30.333%;
  margin: 0 1.5%;
  position: relative;
  z-index: 1;
}

.zzjg-box ul li a {
  display: block;
  padding: 0.2rem 0.2rem 0.2rem 0.28rem;
  background: url(../images/jg-sj.png) no-repeat left center;
  background-size: 0.18rem 0.05rem;
}

.zzjg-box ul li a span {
  font-size: 0.18rem;
  color: #282828;
  transition: all 0.5s;
}

.zzjg-box ul li:hover::before {
  width: 100%;
}

.zzjg-box ul li:hover a span {
  color: #1d5fcb;
}

/* 学校领导 */
.xyld {
  margin-top: 0.5rem;
}

.xyld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xyld ul li {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  padding: 0.35rem 0;
}

.xyld ul li .l {
  flex: 1;
  min-width: 0;
}

.xyld ul li .l b {
  font-weight: bold;
  font-size: 0.26rem;
  color: #024cc6;
  border-left: 1px solid #024cc6;
  padding-left: 0.4rem;
}

.xyld ul li .r {
  width: 1.5rem;
  margin-left: 0.2rem;
}

.xyld ul li .r a {
  display: block;
  font-size: 0.2rem;
  transition: all 0.5s;
}

.xyld ul li .r a:hover {
  color: #03419E;
}

/* 专业介绍 */

.zyjs {}

.zyjs ul li {
  margin-top: 0.6rem;
}

.zyjs ul li a {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(238, 245, 252, 0.7);
  border-radius: 0.26rem 0px 0.26rem 0px;
  border: 0.04rem solid rgba(238, 245, 252, 0.7);
  padding: 0.6rem 0.7rem 0.7rem 0.4rem;
  transition: all 0.5s;
}

.zyjs ul li a .pic {
  padding-top: 0;
  width: 1.82rem;
  height: 1.82rem;
  border-radius: 50%;
  margin-right: 0.65rem;
}

.zyjs ul li a .tx {
  flex: 1;
  min-width: 0;
}

.zyjs ul li a .tx h3 {
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
  transition: all 0.5s;
}

.zyjs ul li a .tx h3 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.3rem;
  background-image: linear-gradient(171deg,
      #024cc9 0%,
      #1fccc8 100%);
  color: #fff;
  font-size: 0.15rem;
  margin-left: 0.2rem;
  border-radius: 0.15rem;
  padding: 0 0.12rem;
}

.zyjs ul li a .tx p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666;
  margin-top: 0.05rem;
}

.zyjs ul li:hover a {
  border-color: #024cc6;
}

.zyjs ul li a .tx h3 {
  color: #024cc6;
}

/* 学生社团 */
.xsst {
  padding-top: 0.73rem;
}

.xsst-tit img {
  display: block;
  margin: 0 auto;
  width: 6.45rem;
  max-width: 100%;
}

.xsst-tit h3 {
  text-align: center;
  font-size: 0.2rem;
  font-weight: bold;
  margin-top: -0.25rem;
}

.xsst-tit p {
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #666;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 0.65rem;
}

.xsst .k {
  margin-top: 0.97rem;
}

.xsst-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.st-pic {
  width: 48.89%;
}

.st-pic .pic {
  padding-top: 0;
  height: 3.66rem;
}

.xsst-box .tx {
  width: 47.2%;
}

.xsst-box:nth-child(even) .st-pic {
  order: 2;
}

.xsst-box:nth-child(even) .tx {
  order: 1;
}

.xsst-box .tx h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #262626;
  margin-bottom: 0.3rem;
  margin-top: 0.4rem;
}

.xsst-box .tx ul {
  display: flex;
  flex-wrap: wrap;
  max-height: 2.4rem;
  overflow-y: auto;
}

.xsst-box .tx ul::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #f5f5f5;
}

.xsst-box .tx ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e2e2e2;
}

.xsst-box .tx ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(2, 76, 198, 0.5);
}

.xsst-box .tx ul li {
  margin-top: 0.16rem;
  margin-right: 0.17rem;
}

.xsst-box .tx ul li a {
  display: inline-block;
  border-radius: 0.21rem;
  line-height: 0.4rem;
  padding: 0 0.27rem;
  border: solid 1px #d5d5d5;
  transition: all 0.5s;
}

.xsst-box .tx ul li:hover a {
  border-color: #024cc6;
  color: #024cc6;
}

/* 文化理念 */
.whln>img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.whln-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.whln-box li {
  width: 32.03%;
  background-color: #f7fafd;
  border-top: 0.03rem solid;
  border-image: linear-gradient(90deg,
      #024cc9 0%,
      #1fccc8 100%) 1;
  padding: 0.4rem;
  margin-top: 0.4rem;
}

.whln-box1 li:nth-child(2) {
  width: 65.84%;
}

.whln-box li h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #262626;
  margin-bottom: 0.2rem;
}

.whln-box li p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666;
}

.whln-box2 li:nth-child(4) {
  width: 48.13%;
}

.whln-box2 li:nth-child(5) {
  width: 49.32%;
}

.whln-dw {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.56rem;
}

.whln-dw .l {
  width: 48.13%;
}

.whln-dw .l img {
  display: block;
  width: 100%;
}

.whln-dw .r {
  width: calc(51.87% + 1.66rem);
  margin-left: -1.66rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.38rem 0px rgba(0, 0, 0, 0.14);
  padding: 0.4rem;
  position: relative;
  z-index: 1;
}

.whln-dw .r::after {
  content: '';
  position: absolute;
  bottom: -0.04rem;
  left: 1.66rem;
  right: 0;
  height: 0.04rem;
  background: linear-gradient(90deg,
      #024cc9 0%,
      #1fccc8 100%);
  opacity: 0.3;
}

.whln-dw .r h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #262626;
  margin-bottom: 0.2rem;
}

.whln-dw .r p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666;
}

/* 学院简介 */
.nymain-jj {
  background: url(../images/xyjj-bg.png) no-repeat right bottom;
  background-size: 43.64% auto;
}

.xyjj {
  padding-top: 1rem;
}

.xyjj p {
  font-size: 0.18rem;
  line-height: 0.42rem;
  margin-bottom: 0.5rem;
  text-indent: 2em;
}

.xyjj1,
.xyjj3 {
  display: flex;
  flex-wrap: wrap;
}

.xyjj1 .l,
.xyjj3 .r {
  flex: 1;
  min-width: 0;
}

.xyjj1 .r {
  width: 43.89%;
  margin-left: 0.6rem;
}

.xyjj1 .r img,
.xyjj3 .l img {
  display: block;
  width: 100%;
}

.xyjj3 .l {
  width: 38.13%;
  margin-right: 0.4rem;
}

.xyjj2 {
  background-color: #e9f3fc;
  background-image: url(../images/xyjj2-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  /* height: 3.16rem; */
  margin-bottom: 0.5rem;
}

.xyjj2 ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 0.43rem 0;
}

.xyjj2 li {
  width33.333%;
  width: 33.333%;
  text-align: center;
  padding: 0 0.2rem;
  margin: 0.2rem 0;
}

.xyjj2 li .sz {
  font-size: 0;
}

.xyjj2 li .sz b {
  font-family: Arial;
  font-size: 0.48rem;
  font-weight: bold;
  color: #05224f;
  transition: all 0.5s;
}

.xyjj2 li .sz span {
  font-size: 0.24rem;
  color: #05224f;
  transition: all 0.5s;
}

.xyjj2 li p {
  font-size: 0.18rem;
  line-height: 1.5;
  margin-top: 0.12rem;
  margin-bottom: 0;
  text-align: center;
  text-indent: 0;
  color: #05224f;
  transition: all 0.5s;
}

.xyjj2 li:hover .sz b,
.xyjj2 li:hover .sz span,
.xyjj2 li:hover p {
  color: #024cc6;
}

/* 校园环境 */
.dmht-nav ul {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.22rem;
  margin-bottom: 0.5rem;
}

.dmht-nav li+li {
  margin-left: 0.28rem;
}

.dmht-nav li a {
  display: block;
  width: 1.32rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.41);
  border: 1px solid rgba(161, 161, 161, 0.41);
  font-size: 0.15rem;
  color: #000;
  transition: all 0.5s;
}

.dmht-nav li.on a {
  background-color: #f9d302;
  border-color: #f9d302;
  font-weight: bold;
}

.dmht-d {
  overflow: hidden;
}

.dmht-d ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}

.dmht-d ul li {
  width: 25%;
}

.dmht-d ul li a {
  display: block;
  position: relative;
  margin: 0.1rem;
}

.dmht-d ul li a .pic {
  padding-top: 66.78%;
  border-radius: 0 0.12rem 0 0.12rem;
}

.dmht-d ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.8rem;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 99%);
}

.dmht-c ul>div {
  width: 50%;
  display: flex;
  flex-wrap: wrap;

}

.dmht-c ul>div li {
  width: 50%;
}

.dmht-c ul>div li:nth-child(3) {
  width: 100%;
}

.dmht-c ul>div li:nth-child(3) .pic {
  padding-top: 31.11%;
}

.dmht-c ul>div li:nth-child(3) .pic::after {
  content: none;
}

.dmht-c ul>div li:nth-child(3) .info {
  padding: 0 0.1rem 0.4rem 0.4rem;
}

.dmht-c ul>div li:nth-child(3) .info h3 {
  font-size: 0.26rem;
  font-weight: bold;
  color: #fff;
}

.dmht-c ul>div li:nth-child(3) .info p {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.15rem;
  padding-left: 0;
}

.dmht-c ul>div li:nth-child(3) .info p::after {
  content: none;
}

.dmht-c ul li.ts {
  width: 50%;
}

.dmht-d ul li.ts a .pic {
  padding-top: 66.89%;
}

.dmht-d ul li a .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.1rem 0.2rem 0.2rem;
}

.dmht-d ul li a .info p {
  font-size: 0.18rem;
  color: #FFFFFF;
  padding-left: 0.16rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.dmht-d ul li.ts a .info p {
  font-weight: bold;
}

.dmht-d ul li a .info p::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #FFFFFF;
}

/* 合作交流 */
.nymain-hz {
  background: url(../images/hz-dbgpng.png) no-repeat right bottom;
  background-size: 72% auto;
  position: relative;
  z-index: 1;
}

.nymain-hz .hz1-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 72.86%;
  z-index: -1;
}

.gjhz .k1>h3,
.gjhz .k4>h3,
.gjhz .k5>h3 {
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.35rem;
}

.gjhz .k1 {
  padding-top: 0.5rem;
}

.gjhz .k1 .k1d {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.65rem;
}

.gjhz .k1 .k1-l {
  width: 42.54%;
}

.gjhz .k1 .k1-l a {
  display: block;
}

.gjhz .k1 .k1-l .tx span {
  display: block;
  font-size: 0.2rem;
  color: #003d88;
}

.gjhz .k1 .k1-l .tx h3 {
  font-size: 0.2rem;
  line-height: 0.35rem;
  height: 0.7rem;
  color: #333;
  opacity: 0.9;
  margin-top: 0.15rem;
  padding-right: 0.65rem;
  transition: all 0.5s;
}

.gjhz .k1 .k1-l .pic {
  border-radius: 0.2rem 0 0.2rem 0;
  margin-top: 0.35rem;
}

.gjhz .k1 .k1-l a:hover .tx h3 {
  color: #024cc6;
}

.gjhz .k1 .k1-r {
  width: 53.22%;
}

.gjhz .k1 .k1-r ul li a {
  display: block;
  padding: 0.3rem 1.09rem 0.3rem 0.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.gjhz .k1 .k1-r ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
  width: 0.37rem;
  height: 0.37rem;
  background: url(../images/hz2-jt.png) no-repeat;
  background-size: 100% 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.gjhz .k1 .k1-r ul li:first-child a {
  border-top: none;
}

.gjhz .k1 .k1-r ul li a span {
  display: block;
  font-size: 0.2rem;
  color: #003d88;
}

.gjhz .k1 .k1-r ul li a h3 {
  font-size: 0.2rem;
  line-height: 0.35rem;
  height: 0.7rem;
  color: #333;
  opacity: 0.9;
  margin-top: 0.15rem;
  transition: all 0.5s;
}

.gjhz .k1 .k1-r ul li:hover a {
  background-color: rgba(255, 255, 255, 0.71);
  box-shadow: 0px 0.03rem 0.16rem 0px rgba(0, 0, 0, 0.18);
}

.gjhz .k1 .k1-r ul li:hover a::after {
  visibility: visible;
  opacity: 1;
}

.gjhz .k2 {
  margin-top: 0.84rem;
  margin-bottom: 0.89rem;
}

.gjhz .k2 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.78rem 0 0.78rem 0.78rem;
  position: relative;
  z-index: 1;
}

.gjhz .k2 a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc((100vw - 16rem)/2 + 99.8%);
  background: url(../images/hz2-bg.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}

.gjhz .k2 a .l {
  flex: 1;
  min-width: 0;
  padding-right: 0.56rem;
}

.gjhz .k2 h4 {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.3rem;
}

.gjhz .k2 .l p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.72rem;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.44rem;
}

.gjhz .k2 .l .gd {
  width: 0.43rem;
  height: 0.43rem;
  background: url(../images/hz2-jt.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.5rem;
}

.gjhz .k2 a .r {
  width: 38.3%;
}

.gjhz .k2 a .r .pic {
  border-radius: 0.2rem 0 0.2rem 0;
}



.gjhz .k3 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.gjhz .k3 a .l {
  flex: 1;
  min-width: 0;
  padding-left: 0.7rem;
}

.gjhz .k3 h4 {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.3rem;
}

.gjhz .k3 .l p {
  font-size: 0.16rem;
  line-height: 0.25rem;
  height: 1rem;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.44rem;
}

.gjhz .k3 .l .gd {
  width: 0.43rem;
  height: 0.43rem;
  background: url(../images/hz2-jt.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.5rem;
}

.gjhz .k3 a .r {
  width: 40%;
  padding-left: 0.2rem;
  position: relative;
  z-index: 1;
}

.gjhz .k3 a .r::before {
  content: '';
  position: absolute;
  top: -0.2rem;
  left: 0;
  bottom: 0.6rem;
  right: 1.06rem;
  background-image: linear-gradient(16deg,
      #024cc9 0%,
      #1fccc8 100%);
  border-radius: 0.2rem 0px 0.2rem 0px;
  opacity: 0.4;
}

.gjhz .k3 a .r .pic {
  border-radius: 0.2rem 0 0.2rem 0;
}

.gjhz .k4 {
  margin-top: 1.2rem;
}

.gjhz .k4 .zy {
  font-size: 0.19rem;
  color: #666;
  margin-top: 0.2rem;
  text-align: center;
}

.gjhz .k4d {
  margin-top: 0.5rem;
  position: relative;
}

.gjhz .k4d ul li a {
  display: block;
}

.gjhz .k4d ul li a .pic {
  padding-top: 118.97%;
  border-radius: 0.2rem 0 0.2rem 0;
}

.gjhz .k4d ul li a .tx .name {
  text-align: center;
  margin-top: 0.24rem;
  font-size: 0.2rem;
  font-weight: bold;
}

.gjhz .k4d ul li a .tx p {
  text-align: center;
  font-size: 0.15rem;
  color: #999;
  margin-top: 0.1rem;
}

.gjhz .k4d .swiper-button-next,
.gjhz .k4d .swiper-button-prev {
  width: 0.43rem;
  height: 0.43rem;
  background: url(../images/hz4-prev.png) no-repeat;
  background-size: 100% 100%;
  top: 40%;
  transition: all 0.5s;
}

.gjhz .k4d .swiper-button-next {
  background: url(../images/hz4-next.png) no-repeat;
  background-size: 100% 100%;
}

.gjhz .k4d .swiper-button-prev {
  left: -0.21rem;
}

.gjhz .k4d .swiper-button-next {
  right: -0.21rem;
}

.gjhz .k4d .swiper-button-prev:hover {
  background: url(../images/hz4-prevon.png) no-repeat;
  background-size: 100% 100%;
}

.gjhz .k4d .swiper-button-next:hover {
  background: url(../images/hz2-jt.png) no-repeat;
  background-size: 100% 100%;
}

.gjhz .k5 {
  padding: 1rem 0;
}

.gjhz .k5 ul {
  display: flex;
  flex-wrap: wrap;
}

.gjhz .k5 li {
  width: 20%;
  text-align: center;
  margin-top: 0.7rem;
}

.gjhz .k5 li a {
  display: block;
}

.gjhz .k5 li .icon1 {
  height: 1.11rem;
}

.gjhz .k5 li .icon1 img {
  height: 100%;
}

.gjhz .k5 li .tx {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.15rem;
  padding: 0 0.1rem;
  transition: all 0.5s;
}

.gjhz .k5 li:hover .tx {
  color: #024cc6;
}



@media screen and (max-width: 1600px) {

  .text-list ul li a::before,
  .tw ul li a::before {
    left: -0.2rem;
    right: -0.2rem;
  }

  .intro1 .k1 .kr .kl-t::before,
  .intro3 .k3::before,
  .intro3 .k3 ul {
    width: calc(100% + 0.2rem);
  }

  .gjhz .k2 a::before {
    width: calc(100% + 0.2rem);
  }

  .gjhz .k4d .swiper-button-prev {
    left: -0.2rem;
  }

  .gjhz .k4d .swiper-button-next {
    right: -0.2rem;
  }
}


@media screen and (max-width: 1024px) {
  .banner::after {
    display: none;
  }

  .nymain {
    padding-bottom: 0.4rem;
  }

  .nymain .leftNav {
    width: 3rem;
  }

  .nymain .leftNav>h2 {
    font-size: 0.26rem;
    line-height: 0.9rem;
    margin-top: -0.9rem;
  }

  .nymain .leftNav ul li a {
    padding: 0.2rem 0.4rem 0.2rem 0.4rem;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    padding: 0.1rem 0.2rem 0.1rem 0.4rem;
  }

  .ny-right {
    width: calc(100% - 3.8rem);
  }

  .pagination {
    padding-top: 0.4rem;
  }

  .pagination .l a {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }

  .pagination .r a {
    width: 0.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }

  .position>div {
    line-height: 50px;
  }

  .position h3 {
    font-size: 22px;
  }

  .position h3::after {
    height: 2px;
  }

  .text-list ul li a {
    padding: 0.25rem 0;
  }

  .tw ul li a {
    padding: 0.25rem 0;
  }

  .tw ul li a .pic {
    width: 2.4rem;
    height: 1.47rem;
  }

  .list-ld ul li .sz-pic {
    margin: 0 auto;
  }

  .list-ld ul li {
    margin-top: 0.3rem;
  }

  .list-ld ul li a {
    display: block;
    padding-top: 0.3rem;
  }

  .list-ld ul li .sz-tx {
    border: 1px solid transparent !important;
  }

  .list-ld ul li h3 {
    text-align: center;
  }

  .list-ld ul li .xq {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }

  .intro1 .k1 .kl {
    width: 100%;
  }

  .intro1 .k1 .kr {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0.3rem;
  }

  .intro1 .k1 .kr .kl-t {
    order: 2;
    margin-bottom: 0;
    margin-top: 0.6rem;
    padding-bottom: 0;
  }

  .intro1 .k1 .kr .kl-t img {
    margin: 0 auto;
  }

  .intro1 .k1 .kr .k-tx {
    order: 1;
    margin-top: 0.6rem;
    padding-left: 0;
  }

  .intro1 .k1 .kl p {
    padding-right: 0;
  }

  .intro1 .k1 .kl .kl-t {
    margin-left: 0.3rem;
    padding-left: 0;
    padding-bottom: 0;
  }

  .intro1 .k1 .kl .kl-t img {
    margin: 0 auto;
  }

  .intro1 .k1 .kl .kl-t::before {
    right: 0;
  }

  .intro1 .k1 .kl .kl-t p {
    text-align: center;
    padding: 0.2rem;
  }

  .intro1 .k1 .kr .kl-t p {
    text-align: center;
    padding: 0.2rem;
  }

  .intro1 .k1 .kr .kl-t::before,
  .intro3 .k3::before,
  .intro3 .k3 ul {
    width: 100%;
  }

  .intro1 .k1 .kr .kl-t::before {
    left: 0;
  }

  .intro3 .k3,
  .intro4 .k3 {
    margin-left: 0.3rem;
  }

  .intro3 .k3 ul li {
    margin: 0 0.15rem !important;
  }

  .intro4 .k3::before {
    top: 0.5rem;
  }

  .intro5 .k5 .k5-l {
    width: 100%;
  }

  .intro5 .k5 .k5-r {
    width: 100%;
    padding-left: 0.3rem;
    margin-top: 0.3rem;
  }

  .intro5 .k5 .k5-r img {
    margin: 0 auto;
  }

  .intro5 .k5 .k5-r p {
    text-align: center;
    margin-left: 0;
  }

  .intro6 p,
  .intro7 p {
    padding-left: 0.3rem;
  }

  .intro8 .k8 {
    flex-wrap: wrap;
    padding-left: 0.3rem;
  }

  .intro8 .k8 .k8-l {
    width: 100%;
  }

  .intro8 .k8 .k8-l img {
    margin: 0 auto;
  }

  .intro8 .k8 .k8-l p {
    text-align: center;
    padding: 0.2rem;
  }

  .intro8 .k8 .k8-l::before {
    right: 0;
  }

  .intro8 .k8 .k8-r {
    width: 100%;
    padding: 0;
    margin-top: 0.2rem;
  }

  .zzjg-box {
    margin-top: 0.5rem;
  }

  .zzjg-box:first-child {
    margin-top: 0.1rem;
  }

  .zzjg-box ul {
    padding: 0.2rem 0.2rem 0.3rem 0.2rem;
  }

  .zzjg-box ul li {
    width: 47%;
  }

  .zzjg-box h3 {
    padding: 0.2rem 0.3rem;
  }

  .zzjg-box ul li a span {
    font-size: 0.2rem;
  }

  .xyld {
    margin-top: 0;
  }

  .xyld ul li {
    width: 100%;
    padding: 0.25rem 0;
  }

  .xyld ul li .l b {
    font-size: 0.22rem;
    padding-left: 0.2rem;
  }

  .xyld ul li .r {
    width: 1rem;
  }

  .zyjs ul li a .pic {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.4rem;
  }

  .zyjs ul li {
    margin-top: 0.3rem;
  }

  .zyjs ul li a {
    padding: 0.2rem;
  }

  .xsst {
    padding-top: 0.3rem;
  }

  .st-pic {
    width: 100%;
    order: 2;
    margin-top: 0.3rem;
  }

  .st-pic .pic {
    height: auto;
    padding-top: 58.23%;
  }

  .xsst-box .tx {
    width: 100%;
    order: 1;
  }

  .xsst-box .tx ul {
    max-height: inherit;
  }

  .xsst-box .tx h3 {
    margin-bottom: 0.2rem;
    margin-top: 0;
  }

  .xsst .k {
    margin-top: 0.4rem;
  }

  .whln-box li {
    padding: 0.2rem;
    width: 100% !important;
    margin-top: 0.3rem;
  }

  .whln-box li h3 {
    font-size: 0.2rem;
  }

  .whln-dw .l {
    width: 100%;
  }

  .whln-dw .r {
    width: 100%;
    margin-left: 0;
  }

  .whln-dw .r::after {
    left: 0;
  }

  .xyjj {
    padding-top: 0.3rem;
  }

  .xyjj1 .l {
    order: 2;
  }

  .xyjj1 .r {
    width: 100%;
    margin-left: 0;
    order: 1;
    margin-bottom: 0.3rem;
  }

  .xyjj1 .l,
  .xyjj3 .r {
    flex: none;
    width: 100%;
  }

  .xyjj2 li .sz b {
    font-size: 0.36rem;
  }

  .xyjj3 .l {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .dmht-c ul>div li:nth-child(3) .info {
    padding: 0 0.1rem 0.2rem 0.2rem;
  }

  .gjhz .k1 .k1-l .tx h3 {
    padding-right: 0;
  }

  .gjhz .k1 .k1-r ul li a {
    padding: 0.15rem 0;
  }

  .gjhz .k1 .k1-r ul li a::after {
    content: none;
  }

  .xzjj4 .l {
    width: 100%;
    text-align: center;
  }

  .xzjj4 .tx {
    width: 100%;
    margin-top: 0.4rem;
  }

  .xzjj4 h4:nth-of-type(2) {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width:900px) {
  .dmht-d ul li {
    width: 50%;
  }

  .dmht-c ul li.ts {
    width: 100%;
  }

  .dmht-c ul>div {
    width: 100%;
  }

  .gjhz .k1 {
    padding-top: 0;
  }

  .gjhz .k1 .k1d {
    margin-top: 0.3rem;
  }

  .gjhz .k1>h3,
  .gjhz .k4>h3,
  .gjhz .k5>h3 {
    text-align: center;
    font-size: 0.26rem;
    line-height: 1;
  }

  .gjhz .k1 .k1-l {
    width: 100%;
  }

  .gjhz .k1 .k1-l .tx h3 {
    height: auto;
  }

  .gjhz .k1 .k1-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .gjhz .k1 .k1-r ul li a h3 {
    height: auto;
  }

  .gjhz .k2 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .gjhz .k2 a {
    padding: 0.2rem 0 0.2rem 0.2rem;
  }

  .gjhz .k2 a .l {
    flex: none;
    width: 100%;
    padding-right: 0;
  }

  .gjhz .k2 h4,
  .gjhz .k3 h4 {
    font-size: 0.24rem;
  }

  .gjhz .k2 .l p,
  .gjhz .k3 .l p {
    margin-top: 0.2rem;
  }

  .gjhz .k2 .l .gd,
  .gjhz .k3 .l .gd {
    margin-top: 0.2rem;
  }

  .gjhz .k2 a .r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .gjhz .k3 a .r {
    width: 100%;
    padding-left: 0.1rem;
    order: 2;
  }

  .gjhz .k3 a .r::before {
    top: -0.1rem;
  }

  .gjhz .k3 a .l {
    order: 1;
    flex: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.4rem;
  }

  .gjhz .k4 {
    margin-top: 0.4rem;
  }

  .gjhz .k4d ul li a .tx .name {
    font-size: 0.2rem;
  }

  .gjhz .k5 {
    padding: 0.4rem 0;
  }

  .gjhz .k5 li {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width:768px) {
  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.2rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #024cc6;
    margin-top: 0;
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none;
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: 0.5rem;
    height: 0.56rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 0.14rem 0.14rem;
    cursor: pointer;
  }

  .nymain {
    padding: 0.25rem 0;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .nymain .leftNav ul li a {
    font-size: 0.2rem;
  }

  .nymain .leftNav>ul>li>a::before {
    background-color: #f7d436;
  }

  .nymain .leftNav>ul>li:hover>a::before,
  .nymain .leftNav>ul>li.active>a::before,
  .nymain .leftNav>ul>li.on>a::before {
    width: 100%;
  }

  .nymain .leftNav>ul>li>a::after {
    display: none;
  }

  .nymain .leftNav ul li a {
    padding: 0.15rem 0.4rem;
  }

  .ny-right {
    float: none;
    width: auto;
    margin-top: 0.2rem;
    padding: 0 0 0.3rem 0;
  }

  .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 .l a {}

  .nymain .leftNav ul {
    display: none;
    padding-bottom: 0;
  }

  .nymain .leftNav>ul>li>span {
    top: 13px;
  }

  .text-list ul li a .tx p {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }


  .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-ty h3 {
    font-size: 0.22rem;
  }

  .sz-ty>div {
    margin-top: 0.2rem;
  }

  .sz-ty>div p {
    font-size: 0.2rem;
  }

  .sz-box h4 span {
    font-size: 0.22rem;
  }

  .sz-box p {
    font-size: 0.2rem;
    line-height: 0.36rem;
  }

  .sz-d::before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .art-main .art-tit h3 {
    margin-top: 0.15rem;
  }

  .art-main .cont-tit p span {
    font-size: 12px;
  }

  .art-main .art-body p,
  .art-main .art-body p * {
    font-size: 0.2rem !important;
  }

  .yjspy {
    margin-top: 0.2rem;
  }

  .yjspy h4 {
    margin-top: 0.3rem;
  }

  .list-ld ul li h3 {
    font-size: 0.22rem;
  }

  .list-ld ul li p {
    font-size: 0.16rem;
  }

  .list-ld ul li .xq span {
    font-size: 0.16rem;
    background-size: 0.25rem auto;
    padding-right: 0.35rem;
  }

  .introduction h3 {
    margin-top: 0.2rem;
  }

  .introduction h5 {
    margin-bottom: 0.3rem;
  }

  .intro1 .k1 .kl .kl-t {
    margin-top: 0.3rem;
  }

  .intro1 .k1 .kr .k-tx {
    margin-top: 0.3rem;
  }

  .intro1 .k1 .kr .kl-t {
    margin-top: 0.3rem;
  }

  .intro1 .k1 {
    margin-bottom: 0.3rem;
  }

  .intro {
    margin-top: 0.3rem;
  }

  .intro3 .k3,
  .intro4 .k3 {
    margin-top: 0.3rem;
  }

  .introduction h4,
  .introduction h5,
  .introduction p {
    font-size: 0.2rem;
  }

  .zyjs ul li a .tx h3 {
    font-size: 0.2rem;
  }

  .dmht-nav ul {
    margin-bottom: 0.22rem;
  }

  .xyjj2 ul {
    align-items: flex-start;
    padding: 0.2rem 0;
  }

  .xyjj2 li {
    width: 50%;
    margin: 0.1rem 0;
  }

  .xyjj p {
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
  }

  .xzjj1,
  .xzjj2,
  .xzjj4 {
    padding: 0.4rem 0;
  }

  .xzjj3 {
    padding: 0.4rem 0 1rem 0;
  }

  .xzjj1 .tx h4,
  .xzjj2 .tx h4,
  .xzjj3 .tx h4,
  .xzjj4 h4 {
    font-size: 0.22rem;
  }

  .xzjj1 .tx h3,
  .xzjj2 .tx h3,
  .xzjj3 .tx h3,
  .xzjj4 h3 {
    font-size: 0.24rem;
  }

  .xzjj1 .tx p,
  .xzjj2 .tx p,
  .xzjj3 .tx p,
  .xzjj4 .tx p {
    font-size: 0.2rem;
  }

  .xzjj1 img {
    margin-right: 0.3rem;
  }

  .xzjj2 img {
    margin-left: 0.3rem;
    margin-top: 0.1rem;
  }

  .xzjj3 img {
    margin-right: 0.3rem;
  }

  .xzjj3 .tx .k+.k {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width:640px) {}

@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;
  }

  .sz-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sz-con .sz-r {
    width: 100%;
    flex: none;
    padding-left: 0;
  }

  .sz-r {
    width: calc(100% - 2rem);
  }

  .sz-ty {
    padding-left: 0;
  }

  .sz-ty h3 {
    text-align: center;
    margin-top: 0.2rem;
  }

  .sz-ty>div p {
    white-space: normal;
    word-break: normal;
    overflow:
      visible;
    text-overflow: initial;
  }

  .tw ul li a .pic {
    width: 100%;
    height: auto;
    padding-top: 61.14%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }

  .tw ul li a .tw-tx {
    flex: none;
    width: 100%;
    padding-left: 0;
  }

  .tw ul li a .tw-tx p {
    font-size: 0.16rem;
  }

  .list-ld ul li {
    width: 100%;
  }

  .list-ld ul li .sz-tx {
    padding: 0.2rem 0.3rem 0.3rem 0.3rem;
  }

  .intro3 .k3 ul {
    flex-wrap: wrap;
  }

  .intro3 .k3 ul li {
    width: 100%;
    margin: 0 0.14rem 0.25rem 0.14rem !important;
  }

  .intro3 .k3 ul li img {
    margin: 0 auto;
  }

  .intro4 .k3 ul {
    flex-wrap: wrap;
  }

  .zzjg-box ul li {
    width: 100%;
    margin: 0;
  }

  .zzjg-box ul li a {
    padding: 0.15rem 0.2rem 0.15rem 0.28rem;
  }

  .zyjs ul li a .tx h3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
  }

  .zyjs ul li a .tx h3 span {
    margin-left: 0;
    margin-top: 0.1rem;
  }

  .gjhz .k5 li .icon1 {
    height: 0.8rem;
  }

  .gjhz .k5 li {
    width: 33.333%;
  }

  .zzjg-box ul {
    background-size: 199% auto;
  }

  .xzjj1,
  .xzjj2,
  .xzjj3,
  .xzjj4 {
    padding: 0.4rem 0 !important;
  }

  .xzjj1 img {
    float: none;
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .xzjj1 .tx p {
    margin-top: 0.3rem;
  }

  .xzjj2 img {
    float: none;
    width: 100%;
    margin: 0 0 0.2rem 0;
  }

  .xzjj3 img {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width:320px) {

  .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;
  }
}