@charset "utf-8";

body {
  background: url(../images/nymain.png) no-repeat center bottom;
  background-size: 100% auto;
}

.banner {
  width: 100%;
  position: relative;
}

.banner>img {
  display: block;
  width: 100%;
  min-height: 1.5rem;
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 21.35%;
  background: linear-gradient(180deg, rgba(1, 79, 151, 0.62) 0%, rgba(1, 79, 151, 0) 100%);
  pointer-events: none;
}

.banbox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 1;
}

.lmmc h3 {
  font-family: syh-bold;
  font-size: 0.42rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  color: #FFFFFF;
}


/* 分页 */

.pagination {
  text-align: center;
 font-size: 0.14rem;
  padding-top: 0.7rem;
}

/*.pagination a {
  display: inline-block;
  border: 1px solid #274C8F;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
}

.pagination a.active {
  background: #274C8F;
  color: #fff;
  border: 1px solid #274C8F;
}

.pagination a:hover {
  background: #274C8F;
  color: #fff;
  border: 1px solid #274C8F;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}
*/

/* 主体 */
.nymain {
  position: relative;
  z-index: 1;
  margin-top: -1.8rem;
}

.leftNavbox {
  /* margin-top: -1.8rem; */
}

.leftNav {
  position: relative;
  z-index: 2;
  font-size: 0;
}

.leftNav .leftNav-tit {
  display: none;
}

.leftNav .leftNav-tit>h2 {
  font-family: sys-b;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.1rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

.leftNav>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.leftNav>ul>li {
  position: relative;
}

.leftNav>ul>li+li {
  margin-left: 0.35rem;
}

.leftNav>ul>li>span {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.46rem;
  height: 0.46rem;
  background: url(../images/raw-b.png) no-repeat center;
  background-size: 0.09rem auto;
  cursor: pointer;
  z-index: 1;
  display: none;
}

.leftNav>ul>li>a {
  width: 100%;
  min-width: 1.58rem;
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.54rem;
  background: url(../images/left-libg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.leftNav>ul>li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.34rem;
  width: 0.03rem;
  height: 0.03rem;
  border-radius: 50%;
  background: #FFFFFF;
  transition: all 0.3s;
}

.leftNav>ul>li.on>a,
.leftNav>ul>li.active>a,
.leftNav>ul>li:hover>a {
  color: #fff;
  background: url(../images/left-libg2.jpg);
}

.leftNav ul li a {
  display: block;
}

.leftNav ul li:last-child a {
  border-bottom: none;
}

.leftNav>ul>li.on::before,
.leftNav>ul>li:hover::before {
  display: block;
}

.leftNav ul li.active .leftNav-sub {
  display: block;
}

.leftNav>ul>li .leftNav-sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  width: 100%;
  min-width: 1.4rem;
  top: 100%;
  transition: all 0.5s;
  padding-top: 0.1rem;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.leftNav>ul>li .leftNav-sub>ul {
  position: relative;
  padding: 0.15rem 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0.25rem 0.625rem 0px #BED5ED;
}

.leftNav>ul>li:hover .leftNav-sub {
  transform: translateX(-50%) scaleY(1);
  visibility: visible;
  opacity: 1;
}

.leftNav>ul>li .leftNav-sub>ul::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.leftNav>ul>li .leftNav-sub>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding: 0.05rem 0.1rem;
  color: #333;
  text-align: center;
  margin: 0;
}

.leftNav>ul>li .leftNav-sub>ul>li:hover>a {
  color: #0053AA;
  background: #EBF5FF;
}

.ny-right {
  min-height: 6rem;
  padding-top: 0.64rem;
  padding-bottom: 3rem;
}

.ny-tit {
  text-align: center;
}

.ny-tit h3 {
  display: inline-block;
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #333333;
}

/* 位置 */
.position {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}

.position span {
  color: #fff;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 0.05rem;
}

.position img {
  height: 0.21rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.position a {
  font-size: 0.14rem;
  line-height: 1;
  color: #fff;
  transition: all 0.5s;
}

.position a:hover {
  opacity: 0.7;
}

.gg-tit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gg-tit::before {
  content: '';
  display: block;
  width: 1.33rem;
  height: 0.24rem;

  background-size: 100% 100%;
}

.gg-tit::after {
  content: '';
  display: block;
  width: 1.33rem;
  height: 0.24rem;

  background-size: 100% 100%;
}

.gg-tit h3 {
  font-family: sys-b;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 0.22rem;
}

.gg-tit h3::before {
  content: '';
  position: absolute;
  top: -0.13rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.66rem;
  height: 0.66rem;
  background: linear-gradient(180deg, #DAE4F6 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  z-index: -1;
}

/* 列表页 */
.text-list {}

.text-list ul li a {
  display: flex;
  align-items: center;
  padding: 0.38rem 0 0.38rem 0.76rem;
  border-bottom: 1px solid #DBE2EA;
  position: relative;
  transition: all 0.5s;
}

.text-list ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 1px solid #004E9B;
  transition: all 0.5s;
}

.text-list ul li a .date {
  text-align: center;
  font-family: HarmonyOS Sans SC;
  color: #004E9B;
  margin-right: 0.76rem;
}

.text-list ul li a .date b {
  display: block;
  font-size: 0.5rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  letter-spacing: normal;
}

.text-list ul li a .date span {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0.1rem;
}

.text-list ul li a .tx {
  flex: 1;
  min-width: 0;
  padding-right: 0.1rem;
  border-right: 1px solid rgba(26, 74, 143, 0.051);
}

.text-list ul li a p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  height: 0.56rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #999;
  margin-top: 0.37rem;
  transition: all 0.5s;
}

.text-list ul li a h3 {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #000000;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  transition: all 0.5s;
}

.text-list ul li a .gd {
  display: block;
  margin-left: 0.56rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background-color: #D8D8D8;
  background-image: url(../images/text-gd.png);
  background-size: 0.12rem auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}

.list ul li {
  line-height: 1rem;
  border-bottom: 1px dashed rgba(26, 74, 143, 0.35);
  position: relative;
  z-index: 1;
}

.list ul li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  border-bottom: 1px solid #1A4A8F;
  transition: all 0.4s;
}

.list ul li:hover::after {
  left: 0;
  width: 100%;
}

.list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.2rem;
  padding-right: 0.07rem;
  transition: all 0.4s;
}

.list ul li a span {
  display: block;
  font-size: 0.2rem;
  margin-left: 0.2rem;
  color: #888;
  transition: all 0.4s;
}

.list ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.22rem;
  font-weight: normal;
  position: relative;
  padding-left: 0.25rem;
  color: #000000;
  transition: all 0.4s;
}

.list ul li a h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #1A4A8F;
  transition: all 0.4s;
}

.list ul li:hover a {
  background: #FFFFFF;
  box-shadow: 0px 0 0.3rem 0px rgba(26, 74, 143, 0.24);
}

.list ul li:hover a h3,
.list ul li:hover a span {
  color: #0053AA;
}

/* 内容页 */
.art-main {}

.art-main .l {
  flex: 1;
  min-width: 0;
}

.art-main .art-tit h3 {
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

.art-main .art-body {
  padding-top: 0.37rem;
}

.art-main .art-body p {
  text-indent: 2em;
  font-family: Microsoft YaHei !important;
  font-size: 0.2rem !important;
  line-height: 0.36rem !important;
  margin-bottom: 0.3rem !important;
  color: #252525 !important;
  text-align: justify;
}

.art-main .art-body img {
  max-width: 90% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.art-main .art-body table{
  max-width:100%;
  margin:0 auto;
}
.art-main .cont-tit .fbt {
  padding-top: 0.3rem;
  padding-bottom: 0.17rem;
  border-bottom: 1px solid #EBE8E8;
}

.art-main .cont-tit .fbt .l {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.art-main .cont-tit .fbt .l>div {
  margin: 0 0.2rem 0.05rem 0.2rem;
  font-size: 0.16rem;
  color: #9E9E9E;
  line-height: 0.24rem;
}

.art-main .cont-tit .fbt .l div img {
  display: inline-block;
  vertical-align: middle;
  max-width: 0.23rem;
  max-height: 0.23rem;
  margin-right: 0.07rem;
}

.art-main .cont-tit .fbt>div.font {
  display: flex;
  align-items: center;
}

.art-main .cont-tit .fbt>div.font span {
  display: block;
  font-size: 0.16rem;
  color: #777;
  margin: 0 0.05rem;
  cursor: pointer;
}

.art-main .cont-tit .fbt>div.font span.on {
  color: #014694;
}

.art-info {
  border-top: 1px solid #EBE8E8;
  position: relative;
  margin-top: 1rem;
}

/* .art-info::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 1.2rem;
  height: 3px;
  background: #0068B7;
} */

.pnext {
  margin-top: 0.27rem;
  font-size: 0.2rem;
}

.pnext p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  background: url(../images/art-p.png) no-repeat left 0.05rem;
  background-size: 0.2rem auto;
  padding-left: 0.3rem;
}

.pnext p+p {
  margin-top: 0.1rem;
}

.pnext p a {}

.pnext p:hover a {
  color: #0053AA;
}

.art-main .r {
  width: 3.4rem;
  margin-left: 0.65rem;
}

.art-main .r .tit {}

.art-main .r .tit h3 {
  line-height: 0.55rem;
  background: #0068B7;
  text-align: center;
  font-size: 0.24rem;
  font-weight: normal;
  color: #FFFFFF;
}

.art-main .r ul li a {
  display: block;
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
  padding: 0.25rem 0;
  position: relative;
}

.art-main .r ul li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  border-bottom: 1px solid #0068B7;
  transition: all 0.5s;
}

.art-main .r ul li a span {
  display: block;
  font-family: Arial;
  font-size: 0.17rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #666;
  opacity: 0.8;
}

.art-main .r ul li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  margin-top: 0.07rem;
  transition: all 0.5s;
}

.art-main .r ul li:hover a span {
  color: #0068B7;
}

.art-main .r ul li:hover a h3 {
  color: #0068B7;
  font-weight: bold;
}

.art-main .r ul li:hover a::after {
  left: 0;
  width: 100%;
}

/* 概况 */



/* 学校章程 */
.xxzc {}

.xxzc h3 {
  font-size: 0.38rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: center;
  letter-spacing: normal;
  color: #0068B7;
}

.xxzc h4 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #0068B7;
  margin-top: 0.4rem;
  text-align: center;
  margin-bottom: 0.15rem;
}

.xxzc p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.48rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  text-indent: 2em;
  color: #666666;
}

.xxzc p b {
  color: #0068B7;
}

.hidden-content {
  display: none;
}

.xxzc .more {
  text-align: center;
  font-size: 0.2rem;
  font-weight: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #0068B7;
  text-align: center;
  margin-top: 0.75rem;

  background-repeat: no-repeat;
  background-size: 0.22rem auto;
  background-position: center;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

/* 图片列表 */

.img-lists {
  overflow: hidden;
  padding-top: 0.25rem;
}

.img-lists ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -0.25rem;
}

.img-lists ul li {
  width: 33.333%;
  margin-top: 0.46rem;
}

.img-lists ul li a {
  display: block;
  background: #FFFFFF url(../images/img-libg.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 0.2rem;
  border: 1px solid #DFE3E7;
  margin: 0 0.25rem;
}

.img-lists ul li a .pic {
  padding-top: 69.56%;
}

.img-lists ul li a .tx {
  text-align: center;
  font-size: 0;
  transition: all 0.5s;
}

.img-lists ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.7rem;
  letter-spacing: normal;
  transition: all 0.5s;
}
.ztzl-lists ul li a .pic {
  padding-top: 38.65%;
}
.bz {
  margin-top: 1.75rem;
  position: relative;
}

.bz .con>img {
  display: block;
  position: absolute;
  top: 0.47rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.16rem;
  max-width: 100%;
}

.bz .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #DFE3E7;
  position: relative;
  margin-top: 0.54rem;
}

.bz ul {
  width: 25%;
}

.bz ul li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #DFE3E7;
}

.bz ul li span {
  display: inline-block;
  background: url(../images/bz-libg.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.76rem;
  height: 0.32rem;
  line-height: 0.32rem;
  padding-left: 0.11rem;
  font-size: 0.22rem;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  color: #FFFFFF;
}

.bz ul li p {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #000000;
  margin-top: 0.11rem;
}

.bz ul:nth-child(odd) {
  text-align: right;
}

.bz ul:nth-child(odd) span {
  padding-left: 0.23rem;
  background-image: url(../images/bz-libg2.png);
}



/* 历任领导 */
.lrld {
  padding-bottom: 0.5rem;
}

.lrld-section {
  margin-bottom: 0.6rem;
}

.lrld-tit {
  font-family: sys-semibold;
  font-size: 0.34rem;
  font-weight: bold;
  color: #333;
  padding-left: 0.2rem;
  border-left: 0.03rem solid #004E9B;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.lrld-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  border-left: 1px solid #EBEFFA;
}

.lrld-list li {
  width: 33.3333%;
  padding: 0;
  margin-bottom: 0;
}

.lrld-list li .item-box {
  background: #F8F9FE;
  border-top: 1px solid #EBEFFA;
  border-right: 1px solid #EBEFFA;
  border-bottom: 1px solid #EBEFFA;
  height: 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s;
  margin-top: -1px;
}

.lrld-list li .item-box .info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #333;
}

.lrld-list li .item-box .info .l {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lrld-list li .item-box .info .t {
  display: flex;
  align-items: center;
}

.lrld-list li .item-box .info .zhiwei {
  font-family: sys-semibold;
  color: #274C8F;
  margin-right: 0.3rem;
  font-weight: bold;
  width: 0.9rem;
  text-align: right;
}

.lrld-list li .item-box .info .name {
  font-family: sys-semibold;
  color: #274C8F;
  font-weight: bold;
  display: flex;
  align-items: center;
  min-width: 0.8rem;
  justify-content: flex-start;
}

.lrld-list li .item-box .info .name small {
  font-size: 0.16rem;
  font-weight: normal;
  margin-left: 0.05rem;
}

.lrld-list li .item-box .info .date {
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 0.41);
  margin-top: 0.1rem;
  font-family: Arial;
  text-align: right;
  margin-right: -0.2rem;
}

.lrld-list li .item-box .info .line {
  width: 1px;
  height: 0.26rem;
  background: rgba(39, 76, 143, 0.37);
  margin: 0 0.2rem;
}

.lrld-list li .item-box .info .minzu {
  color: #333;
}


/*师资队伍*/
.list-ld {}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-ld ul li {
  width: 48.125%;
  margin-top: 0.5rem;
}

.list-ld ul li a {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(162, 195, 253, 0.5);
  ;
  padding: 0.4rem;
}

.list-ld ul li .sz-pic {
  width: 2.14rem;
  margin-right: 0.36rem;
  position: relative;
  z-index: 1;
}

.list-ld ul li .sz-pic::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: -0.1rem;
  right: 0.1rem;
  bottom: -0.1rem;
  background: #274C8F;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.list-ld ul li .pic {
  padding-top: 129.9%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .list-ld ul li .pic img {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .list-ld ul li:hover .pic img {
    transform: translateX(-50%) scale(1.1);
  }
}

.list-ld ul li .sz-tx {
  flex: 1;
  min-width: 0;
}

.list-ld ul li h3 {
  font-family: sys-semibold;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #274C8F;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.list-ld ul li p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  max-height: 0.84rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  text-transform: uppercase;
  letter-spacing: normal;
  color: #666666;
  margin-top: 0.2rem;
}

.list-ld ul li .xq {
  border-top: 1px solid rgba(13, 66, 167, 0.1);
  padding-top: 0.3rem;
  margin-top: 0.38rem;
  position: relative;
  z-index: 1;
}

.list-ld ul li .xq::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  width: 0;
  border-top: 1px solid #274C8F;
  transition: all 0.5s;
}

.list-ld ul li .xq span {
  display: inline-block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  text-transform: uppercase;
  letter-spacing: normal;
  color: #666666;

  background-size: 0.22rem auto;
  padding-right: 0.38rem;
}

/* 师资概况 */
.szgk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.szgk .tx {
  flex: 1;
  min-width: 0;
}

.szgk .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.38rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #666666;
  text-indent: 2em;
}

.szgk .r {
  width: 6.22rem;
  margin-left: 0.58rem;
}

.szgk .r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.szgk .r ul li {
  width: 3.22rem;
  position: relative;
}

.szgk .r ul li::before {
  content: "";
  position: absolute;
  bottom: -0.44rem;
  left: -0.44rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #7DCDF4;
  z-index: 1;
}

.szgk .r ul li:nth-child(2) {
  width: 3.52rem;
  margin-left: -0.52rem;
  margin-top: 0.93rem;
}

.szgk .r ul li:nth-child(2):before {
  content: "";
  position: absolute;
  top: -0.14rem;
  right: -0.14rem;
  bottom: auto;
  left: auto;
  width: 0.2rem;
  height: 0.2rem;
  background: #D64F25;
  z-index: 1;
}

.szgk .r ul li a {
  display: block;
  position: relative;
}

.szgk .r ul li a .pic {
  padding-top: 71.42%;
  border: 0.06rem solid #F0F6FF;
}

.szgk .r ul li:nth-child(2) a .pic {
  padding-top: 71.59%;
}

.szgk .r ul li a .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  opacity: 0.6;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.szgk .r ul li a h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.2rem;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.szgk .r ul li:first-child a h3 {
  padding: 0.2rem 0.6rem 0.2rem 0.2rem;
}

/* 师资内容 */
.sz-con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.38rem;
}

.sz-con .pic1 {
  width: 2.3rem;
  margin-left: 0.1rem;
  position: relative;
  z-index: 1;
  margin-right: 0.52rem;
}

.sz-con .pic1::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: -0.1rem;
  right: 0.1rem;
  bottom: -0.1rem;
  background: #274C8F;
  z-index: -1;
}

.sz-con .pic1 img {
  display: block;
  width: 100%;
}

.sz-r {
  flex: 1;
  min-width: 0;
  padding-top: 0.32rem;
}

.sz-ty {
  overflow: hidden;
}

.sz-ty h3 {
  font-family: sys-semibold;
  font-size: 0.36rem;
  font-weight: normal;
  color: #274C8F;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(0, 72, 157, 0.1);
}

.sz-ty h3 span {
  font-family: sys-semibold;
  font-size: 0.2rem;
  font-weight: normal;
  margin-left: 0.25rem;
  color: #333333;
}

.sz-ty>div {
  margin-top: 0.32rem;
}

.sz-ty>div p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.34rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-box {
  margin-top: 0.75rem;
}

.sz-box h4 {
  font-size: 0;
  padding: 0.15rem 0.2rem;
  background: linear-gradient(90deg, #ECF7FF 7%, rgba(236, 247, 255, 0) 58%);
  border: 1px solid #BFCCE1;
  border-left: 0.04rem solid #274C8F;
}

.sz-box h4 span {
  display: inline-block;
  font-family: sys-semibold;
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #274C8F;
}

.sz-box p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #666666;
  text-indent: 2em;
  margin-top: 0.34rem;
}

.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:first-child {
  margin-top: 0;
}

/* 图文列表页  start */
.tw ul li a {
  padding: 0.46rem 0;
}

.tw ul li a .pic {
  width: 3.22rem;
  height: 2.15rem;
  padding-top: 0;
  margin-right: 0.5rem;
}

.tw ul li a .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: #0053AA;
  color: #fff;
  margin-right: 0;
  font-family: Arial;
  padding-top: 0.06rem;
}

.tw ul li a .date b {
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 1;
}

.tw ul li a .date span {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 1;
  margin-top: 0.05rem;
}

.tw ul li a .tx .zs {
  display: flex;
  align-items: center;
  margin-top: 0.23rem;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  letter-spacing: normal;
  color: #0053AA;
}

.tw ul li a .tx .zs img {
  display: block;
  width: 0.12rem;
  margin-left: 0.1rem;
}

/* 组织机构 */
.zzjg {}

.zzjg-box {}

.zzjg-box .k+.k {
  margin-top: 0.4rem;
}

.zzjg-box .k>h3 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 0.2rem;
}

.zzjg-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zzjg-box ul li {
  width: 47.1875%;
  display: flex;
}

.zzjg-box ul li a {
  display: block;
  padding: 0.25rem 0;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  padding-right: 0.55rem;
  transition: all 0.5s;
  width:100%;
}

.zzjg-box ul li a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  transition: all 0.5s;
  border-bottom: 1px solid #0053AA;
  transition: all 0.5s;
}

.zzjg-box ul li a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #0053AA;
  background-image: url(../images/text-gd.png);
  background-size: 0.1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: -1;
}

.zzjg-box ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
}

/* 校园风光 */
.groupbox {
  padding: 0 1.5rem;
  margin-top: 0.5rem;
}

.groupbox .tit ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.groupbox .tit li a {
  display: block;
  width: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 0.25rem;
  border: 1px solid #095885;
  font-family: sys;
  font-size: 0.3rem;
  color: #095885;
  transition: all 0.5s;
}

.groupbox .tit li.on a {
  color: #fff;

  background-size: 100% 100%;
}

.groupbox .tit li+li {
  margin-left: 0.15rem;
}

.groupbox .qh-bd {
  position: relative;
}

.groupbox .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.groupbox .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.group-big .slick-list {
  /* margin: 0 0.7rem; */
}

.group-big li a {
  display: block;
}

.group-big li a .pic {
  padding-top: 56.69%;
  display: block;
  position: relative;
  overflow: hidden;
}

.group-big li a .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.group-big li a img {
  display: block;
  width: 100%;
}

.group-big .slick-prev,
.group-big .slick-next {
  width: 0.49rem;
  height: 0.7rem;
  opacity: 0.2;
  transition: all 0.3s;
}

.group-big .slick-prev {

  background-size: 100% 100%;
  left: 0;
}

.group-big .slick-next {

  background-size: 100% 100%;
  right: 0;
}

.group-big .slick-prev:hover,
.group-big .slick-next:hover {
  opacity: 1;
}

.group-big .slick-dots {
  margin: 0 0.7rem;
  width: calc(100% - 1.4rem);
  height: 0.6rem;
  line-height: 0.6rem;
  background: rgba(50, 50, 50, 0.5);
  color: #fff;
}

.group-big .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.group-big .slick-dots li .dot-page {
  display: none;
}

.group-big .slick-dots li.slick-active .dot-page {
  display: block;
}

.group-big .slick-dots li .dot-page span {
  font-family: Arial;
  font-size: 0.26rem;
  padding-right: 0.05rem;
}

.group-big .slick-dots li .dot-page b {
  font-family: Arial;
  font-size: 0.16rem;
  font-weight: normal;
  padding-left: 0.05rem;
}

.group-sml {
  margin-top: 0.15rem;
  overflow: hidden;
}

.group-sml li a {
  display: block;
  margin: 0 0.05rem;
  position: relative;
  z-index: 1;
}

.group-sml li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.group-sml li:hover a .tx {
  top: 0;
}

.group-sml li a .tx h3 {
  padding: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #fff;
}

.group-sml li a .pic {
  padding-top: 56.12%;
  display: block;
  position: relative;
  overflow: hidden;
}

.group-sml li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.group-big .slick-prev,
.group-big .slick-next {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: #e1ccba;
  opacity: 1;
  z-index: 9;
}

.group-big .slick-list {
  /* margin: 0 0.3rem; */
}

.group-big .slick-prev {
  left: -1.5rem;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
}

.group-big .slick-next {
  right: -1.5rem;
  background-color: #095785;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
}


/* 学校简介 */
.xxjj {
  margin-top: 0.44rem;
}

.xxjj p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #333333;
  text-indent: 2em;
  margin-top: 0.5rem;
}

.jj1 {
  overflow: hidden;
}

.jj1 h3 {
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #333333;
}

.jj1img {
  float: right;
  width: 7.18rem;
  max-width: 100%;
  position: relative;
  z-index: 1;
  padding: 0 0.14rem 0.14rem 0;
  margin-left: 1rem;
}

.jj1 .jj1img::before {
  content: '';
  position: absolute;
  top: 0.14rem;
  left: 0.14rem;
  right: 0;
  bottom: 0;
  background: #0053AA;
  z-index: -1;
}

.jj1 .jj1img img {
  display: block;
  width: 100%;
}

.jj1 .tx {
  overflow: hidden;
}

.jj2 {
  background: url(../images/jj2-bg.jpg) no-repeat center;
  background-size: cover;
  margin-top: 0.5rem;
  padding: 1rem 0;
}

.jj2 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.75rem;
}

.jj2 ul li {
  width: 20%;
}

.jj2 ul li a {
  display: block;
  margin: 0 0.25rem;
  padding-left: 0.1rem;
  padding-bottom: 0.34rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.jj2 ul li h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.jj2 ul li h3 b {
  /* font-family: sys; */
  font-size: 0.56rem;
  font-weight: bold;
  margin-right: 0.1rem;
}

.jj2 ul li p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 0.05rem;
  text-indent: 0;
}

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.contact .l {
  width: 50.68%;
}

.contact .l .pic {
  padding-top: 59.18%;
}

.contact .r {
  width: calc(49.32% + 0.64rem);
  height: 5.02rem;
  margin-left: -0.64rem;
  margin-top: 0.64rem;
  background-color: #FFFFFF;

  background-position: right bottom;
  background-size: 64.37% auto;
  background-repeat: no-repeat;
  box-shadow: 0px 0.02rem 0.2rem 0px rgba(17, 80, 157, 0.2);
  padding-top: 0.86rem;
  padding-left: 0.6rem;
  padding-right: 0.2rem;
  position: relative;
  z-index: 1;
}

.contact .r::after {
  content: '';
  position: absolute;
  top: -0.64rem;
  left: 0;
  border-right: 0.32rem solid #0068B7;
  border-bottom: 0.32rem solid #0068B7;
  border-top: 0.32rem solid transparent;
  border-left: 0.32rem solid transparent;
}

.contact .r ul li {
  display: flex;
}

.contact .r ul li+li {
  margin-top: 0.16rem;
}

.contact .r ul li .icon {
  width: 0.6rem;
  height: 0.6rem;
  background: #F0F6FF;
  border: 1px solid #DAE9FF;
  border-radius: 50%;
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .r ul li .icon img {
  width: 0.29rem;
  transition: all 0.5s;
}

.contact .r ul li .tx {
  flex: 1;
  min-width: 0;
}

.contact .r ul li .tx p {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.5rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
}

/* 教学团队 */
.jxtd {}

.jxtd>img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.jxtd .tit {
  font-size: 0.38rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: center;
  letter-spacing: normal;
  color: #0068B7;
  margin-bottom: 0.48rem;
  margin-top: 0.9rem;
}

.jxtd .box {
  overflow-x: auto;
}

.jxtd table {
  width: 100%;
  min-width: 8.4rem;
  margin: 0 auto;
  border-collapse: collapse;
  border-right: 1px solid #B2C9E0;
  border-bottom: 1px solid #B2C9E0;
}

.jxtd thead {
  background: #0068B7;
}

.jxtd th {
  color: #fff;
  line-height: 0.86rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  border-left: 1px solid #B2C9E0;
}

.jxtd td {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.8rem;
  text-align: center;
  letter-spacing: normal;
  border-left: 1px solid #B2C9E0;
}

.jxtd td.addbg {
  background: rgba(33, 49, 155, 0.06);
}

/* 学校标识 */
.xxbs {}

.xxbs .k+.k {
  margin-top: 1.1rem;
}

.xxbs .tit {
  font-size: 0.38rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: center;
  letter-spacing: normal;
  color: #0068B7;
  margin-bottom: 0.75rem;
}

.xxbs .bs-img {
  text-align: center;
}

.xxbs .bs-img img {
  max-width: 100%;
}

.xxbs .k2 .bs-img {
  display: flex;
  justify-content: space-between;
}

.xxbs .k2 .bs-img img {
  display: block;
}

.xxbs .k1 .bs-img img {
  /*width: 5.91rem;*/
  width: 36.93%;
}

.xxbs .k3 .bs-img img {
  /*width: 7.84rem;*/
  width: 49%;
}

.xxbs .k2 .bs-img img:first-child {
  /*width: 2.31rem;*/
  width: 14.43%;
}

.xxbs .k2 .bs-img img:nth-child(2) {
  /*width: 5.94rem;*/
  width: 37.125%;
}

.xxbs .k2 .bs-img img:nth-child(3) {
  /*width: 6.39rem;*/
  width: 39.93%;
}

.xxbs .k p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.48rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #666666;
  margin-top: 0.4rem;
  text-indent: 2em;
}

.xxbs .k p b {
  color: #0068B7;
}

.xxbs .fj {
  margin-top: 0.7rem;
}

.xxbs .fj ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xxbs .fj ul li {
  width: 49%;
}

.xxbs .k3 .fj ul li {
  width: 100%;
}

.xxbs .fj ul li a {
  display: block;
  border: 1px solid #BFCCE1;
  border-left: 4px solid #0068B7;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.36rem;
  padding: 0.24rem;
}

/* 历史沿革 */
.history {
  padding: 0 2rem;
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
}

.history-title {
  position: absolute;
  top: 0;
  left: 0;
}

.history-title span {
  display: block;
  font-family: sys-b;
  font-size: 0.58rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  color: #0068B7;
}

.history-title span:nth-of-type(even) {
  margin-left: 0.2rem;
}

.history .zy {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.38rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #666666;
  text-indent: 2em;
  position: relative;
  z-index: 2;
}

.lsyg-logo {
  display: block;
  margin: 0 auto;
  width: 1.21rem;
  height: 1.21rem;
  margin-top: 0.8rem;
  position: relative;
  z-index: 1;
}

.lsyg-logo::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.36rem;
  height: 4.36rem;

  background-size: 100% 100%;
  z-index: -1;
}

.lsyg-logo img {
  display: block;
  width: 100%;
}

.history ul {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.history ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  border: 1px solid rgba(121, 153, 206, 0.3);
  z-index: -1;
}

.history ul li {
  width: 50%;
  margin-top: 0.4rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px dashed #7999CE;
}

.history ul li:nth-of-type(even) {
  margin-left: 50%;
}

.history ul li:nth-of-type(odd) a {
  padding-left: 0;
  padding-right: 0.7rem;
}

.history ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-left: 0.7rem;
}

.history ul li a::before {
  content: '';
  position: absolute;
  bottom: -0.48rem;
  left: -0.22rem;
  width: 0.44rem;
  height: 0.44rem;

  background-size: 100% 100%;
  transition: all 0.5s;
}

.history ul li:nth-of-type(odd) a::before {
  left: auto;
  right: -0.22rem;
}

.history ul li a::after {
  content: '';
  position: absolute;
  bottom: -0.26rem;
  left: 0;
  width: 0;
  border-bottom: 1px solid #D64F25;
  transition: all 0.5s;
}

.history ul li:nth-of-type(odd) a::after {
  left: auto;
  right: 0;
}

.his-year {
  font-family: sys-b;
  font-size: 0.46rem;
  font-weight: normal;
  line-height: 0.46rem;
  letter-spacing: normal;
  color: #0068B7;
  margin-right: 0.1rem;
}

.history ul li:nth-of-type(odd) a {
  justify-content: flex-end;
}

.history ul li:nth-of-type(odd) .his-year {
  order: 2;
  margin-left: 0.1rem;
  margin-right: 0;
}

.his-year span {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #092C7A;
  opacity: 0.0808;
}

.history ul li h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.28rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #666666;
}

.history ul li:nth-of-type(odd) h3 {
  text-align: right;
}

.history .his dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.6rem;
}

.history .his dd {
  width: calc((100% - 0.48rem*2)/3);
  background: #F0F6FF;
  border: 1px solid #7999CE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.26rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #666666;
  padding: 0.25rem 0.44rem;
}

.history .his-zi {
  display: block;
  position: absolute;
  right: -0.84rem;
  top: 0.2rem;
  width: 4.73rem;
}

/* 院系设置 */
.yxsz {}

.yxsz ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}

.yxsz ul li {
  width: 33.33%;
  margin-top: 0.6rem;
}

.yxsz ul li a {
  display: block;
  height: 100%;
  margin: 0 0.25rem;
  border: 1px solid #DBE2EA;
  padding: 0.4rem 0.4rem 0.26rem;
  position: relative;
  transition: all 0.5s;
}

.yxsz ul li a::after {
  content: '';
  position: absolute;
  bottom: -0.06rem;
  left: -1px;
  width: calc(100% + 2px);
  transform: scaleX(0);
  border-bottom: 0.06rem solid #0053AA;
  transition: all 0.5s;
}

.yxsz ul li a img {
  display: block;
  width: 0.61rem;
  margin: 0 auto;
}

.yxsz ul li a h3 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
  margin-top: 0.1rem;
}

.yxsz ul li a p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.26rem;
  height: 1.04rem;
  /* text-align: justify;*/
  /* 浏览器可能不支持 */
  text-align: left;
  text-align: justify\0;
  letter-spacing: normal;
  color: #9E9E9E;
  margin-top: 0.24rem;
}

.yxsz ul li a .gd {
  display: block;
  margin: 0 auto;
  margin-top: 0.4rem;
  width: 0.96rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.04rem;
  background: #0053AA;
  text-align: center;
  font-size: 0.16rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFFFFF;
}

/* 现任领导 */
.xrld ul li a {
  padding: 0.3rem 0;
}

.xrld ul li a .pic {
  width: 1.9rem;
  height: 2.37rem;
}

.xrld ul li a .tx {
  border-right: 0;
  padding-right: 0;
}

.xrld ul li a .tx h3 {
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #000000;
}

.xrld ul li a .tx h4 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  margin-top: 0.12rem;
  display: flex;
  flex-direction: column;
}

.xrld ul li a .tx h4::after {
  content: '';
  display: block;
  width: 0.3rem;
  height: 0.04rem;
  background: #AFBCCA;
  margin-top: 0.13rem;
}

.xrld ul li a .tx p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #333333;
}

@media screen and (min-width: 1025px) {

  .text-list ul li:hover a::after {
    left: 0;
    width: 100%;
  }

  .text-list ul li:hover a h3 {
    color: #004E9B;
  }

  .text-list ul li:hover a .gd {
    background-color: #0053AA;
  }

  .img-lists ul li:hover a h3 {
    color: #0053AA;
    font-weight: bold;
  }

  .yxsz ul li:hover a {
    border-color: #0053AA;
  }

  .yxsz ul li:hover a::after {
    transform: scale(1);
  }

  .contact .r ul li:hover .icon img {
    animation: icon-yh 1.5s linear;
  }

  .list-ld ul li:hover .sz-pic::before {
    opacity: 1;
    visibility: visible;
  }

  .list-ld ul li:hover a {
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(39, 76, 143, 0.15);
  }

  .list-ld ul li:hover .xq::after {
    left: 0;
    width: 100%;
  }

  .zzjg-box ul li:hover a {
    color: #004E9B;

    border-bottom-color: #004E9B;
  }

  .history ul li:hover a::before {

  }

  .history ul li:hover a::after {
    width: 100%;
  }

  .zzjg-box ul li:hover a {
    padding-right: 0.55rem;
  }

  .zzjg-box ul li:hover a::after {
    opacity: 1;
    visibility: visible;
  }

  .zzjg-box ul li:hover a::before {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .index svg {
    display: none;
  }

  .banner::before {
    content: none;
  }

  .banbox {
    bottom: 0.15rem;
  }

  .lmmc h3 {
    font-size: 0.26rem;
  }

  .lmmc p {
    font-size: 0.15rem;
    margin-top: 0.1rem;
  }

  .nymain {
    margin-top: 0;
    padding-top: 0.2rem;
  }

  .leftNavbox {
    padding: 0 10px;
    display: block;
    margin-top: 0;
  }

  .ny-tit h3 {
    font-size: 0.3rem;
  }

  .ny-tit h3::before {
    top: -0.02rem;
    right: -0.43rem;
    width: 1rem;
    height: 0.35rem;
  }

  .nymain .leftNav {
    display: block;
    width: 100%;
    max-width: inherit;
    height: auto;
    background: none;
    padding-right: 0;
    margin-left: 0;
    margin-top: 0;
  }

  .left-box {
    border-bottom: 0;
  }

  .leftNav .leftNav-tit {
    width: 100%;
    height: auto;
    line-height: inherit;
    margin-top: 0;
    display: block;
  }

  .leftNav .leftNav-tit>h2 {
    display: block;
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.2rem;
    text-align: left;
    padding-left: 0.15rem;
    padding-top: 0;
    font-weight: 600;
    background: linear-gradient(90deg, #0162BA 0%, #00398F 100%), #001E9D;
    color: #fff;
    padding-bottom: 0;
  }

  .leftNav .leftNav-tit>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 auto;
    cursor: pointer;
  }

  .leftNav .leftNav-tit>h2 span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
    background-size: 0.14rem auto;
  }

  .leftNav>ul {
    display: none;
    background: linear-gradient(173deg, #ECF7FF 7%, rgba(236, 247, 255, 0) 58%);
    box-shadow: 0px 0.01rem 0.05rem 0px #BED5ED;
  }

  .leftNav>ul>li {
    width: auto;
    padding-left: 0;
  }

  .leftNav>ul>li::before {
    content: none;
  }

  .leftNav>ul>li+li {
    margin-top: 0.1rem;
  }

  .leftNav>ul>li>a::before {
    content: none;
  }

  .leftNav>ul>li.on>a,
  .leftNav>ul>li.active>a,
  .leftNav>ul>li:hover>a {
    background: none;
    color: #274C8F;
    font-weight: bold;
  }

  .leftNav>ul>li .leftNav-sub {
    position: static;
    display: none;
    transform: none;
    padding: 0 0.2rem;
    background: none;
    box-shadow: none;
    border-top: 0;
    transition: none;
    visibility: visible;
    opacity: 1;
  }

  .leftNav>ul>li .leftNav-sub>ul {
    box-shadow: none;
    background: none;
    padding: 0;
  }

  .leftNav>ul>li:hover .leftNav-sub {
    transform: none;
    visibility: visible;
    opacity: 1;
  }

  .leftNav>ul>li .leftNav-sub>ul::before {
    content: none;
  }

  .leftNav>ul>li .leftNav-sub>ul>li>a {
    text-align: left;
    color: #666;
    padding: 0.1rem 0;
  }

  .leftNav>ul>li .leftNav-sub>ul>li.active>a {
    background: none;
    color: #08988e;
    font-weight: bold;
  }

  .leftNav>ul>li>span {
    display: block;
    transition: all 0.5s;
  }

  .leftNav>ul>li.on>span {
    transform: rotate(90deg);
  }

  .leftNav ul li a {
    font-size: 0.18rem;
    line-height: 0.46rem;
    margin: 0;
    padding: 0 0.2rem;
    color: #333;
    border: 0;
    text-align: left;
    background: none;
    border-radius: 0;
  }

  .leftNav>ul>li+li {
    margin-left: 0;
  }

  .position img {
    height: 0.16rem;
  }

  .position span,
  .position a {
    font-size: 12px;
  }

  .position span {
    margin: 0 0.05rem;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .pagination {
    padding-top: 0.3rem;
  }

  .ny-right {
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
  }

  .nymain-bg2::before {
    width: 3rem;
    height: 0.28rem;
  }

  .position>h3 {
    display: none;
  }

  .gg-tit h3 {
    font-size: 0.26rem;
    line-height: 0.3rem;
    margin: 0 0.15rem;
  }

  .gg-tit h3::before {
    top: -0.08rem;
    width: 0.4rem;
    height: 0.4rem;
  }

  .gg-tit::before,
  .gg-tit::after {
    width: 1rem;
    height: 0.18rem;
  }

  .text-list ul li a {
    padding: 0.2rem 0;
  }

  .text-list ul li a .date {
    margin-right: 0.2rem;
  }

  .text-list ul li a .date b {
    font-size: 0.26rem;
  }

  .text-list ul li a .date span {
    font-size: 0.16rem;
  }

  .text-list ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .text-list ul li a .gd {
    width: 0.34rem;
    height: 0.34rem;
    background-size: 0.1rem auto;
    margin-left: 0.3rem;
  }

  .list ul li a {
    line-height: 0.6rem;
    padding-left: 0.07rem;
  }

  .list ul li a h3 {
    font-size: 0.18rem;
    padding-left: 0.15rem;
  }

  .list ul li a span {
    font-size: 0.15rem;
    margin-left: 0.15rem;
  }

  .list-ld ul li a {
    padding: 0.2rem;
  }

  .list-ld ul li .sz-pic {
    width: 2.14rem;
    margin-right: 0.2rem;
  }

  .list-ld ul li h3 {
    font-size: 0.22rem;
  }

  .zzjg-box ul li a {
    padding: 0.15rem 0;
  }

  .zzjg-box ul li a h3 {
    font-size: 0.18rem;
  }

  .zzjg-box {
    margin-bottom: 0.3rem;
  }

  .zzjg-box .k+.k {
    margin-top: 0.3rem;
  }

  .art-main .l {
    flex: none;
    width: 100%;
  }

  .art-main .art-tit h3 {
    font-size: 0.22rem;
  }

  .art-main .cont-tit .fbt .l div img {
    max-width: 0.18rem;
    max-height: 0.18rem;
    margin-right: 0.02rem;
  }

  .art-main .cont-tit .fbt .l>div {
    margin: 0 0.1rem 0.05rem 0.1rem;
  }

  .art-main .cont-tit .fbt {
    padding-top: 0.17rem;
    padding-bottom: 0.1rem;
  }

  .art-main .art-body {
    padding-top: 0.2rem;
  }

  .art-main .art-body p {
    font-size: 0.18rem !important;
    line-height: 0.3rem !important;
    margin-bottom: 0.2rem !important;
    word-break: break-word;
  }

  .pnext p {
    line-height: 0.26rem;
    font-size: 0.18rem;
    background-size: 0.18rem auto;
    padding-left: 0.28rem;
  }

  .art-info {
    margin-top: 0.3rem;
  }

  .pnext {
    margin-top: 0.15rem;
  }

  .art-main .r {
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }

  .art-main .r ul li a h3 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }

  .art-main .r ul li a {
    padding: 0.1rem 0;
  }

  .jj1 img {
    float: none;
    margin: 0 auto !important;

  }

  .jj1 .tit {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
  }

  .groupbox {
    padding: 0 0.3rem;
    margin-top: 0.3rem;
  }

  .group-big .slick-prev,
  .group-big .slick-next {
    width: 0.3rem;
    height: 0.3rem;
  }

  .group-big .slick-prev {
    left: -0.4rem;
  }

  .group-big .slick-next {
    right: -0.4rem;
  }

  .groupbox .tit li a {
    width: 1.4rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.22rem;
  }

  .img-lists {
    padding-top: 0;
  }

  .img-lists ul {
    margin: 0 -0.1rem;
  }

  .img-lists ul li a {
    margin: 0 0.1rem;
    padding: 0.1rem;
  }

  .img-lists ul li a .tx {
    padding-top: 0.1rem;
  }

  .img-lists ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .img-lists ul li {
    margin-top: 0.2rem;
  }

  .bz {
    margin-top: 0.3rem;
  }

  .bz .con {
    margin-top: 0.2rem;
  }

  .bz ul li {
    padding: 0.3rem 0;
  }

  .bz .con>img {
    top: 0.2rem;
    width: 4.16rem;
  }

  .bz ul li span {
    font-size: 0.16rem;
  }

  .bz ul li p {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .tw ul li a .pic {
    width: 2.8rem;
    height: 1.87rem;
    margin-right: 0.25rem;
  }

  .text-list ul li a p {
    margin-top: 0.2rem;
  }

  .tw ul li a .tx .zs {
    margin-top: 0.2rem;
  }

  .xxzc h3 {
    font-size: 0.26rem;
    line-height: 0.3rem;
  }

  .xxzc h4 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
    margin-bottom: 0.05rem;
  }

  .xxzc p {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .xxzc .more {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    background-size: 0.18rem auto;
    padding-bottom: 0.4rem;
  }

  .contact .r ul li .icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
  }

  .contact .r ul li .icon img {
    width: 0.18rem;
  }

  .contact .r ul li .tx p {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .contact .r {
    height: 3.4rem;
    padding-top: 0.4rem;
    padding-left: 0.3rem;
  }

  .sz-con .pic1 {
    margin-right: 0.2rem;
  }

  .sz-ty h3 {
    font-size: 0.26rem;
    padding-bottom: 0.15rem;
  }

  .sz-ty h3 span {
    font-size: 0.16rem;
    margin-left: 0.15rem;
  }

  .sz-ty>div {
    margin-top: 0.2rem;
  }

  .sz-ty>div p {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .sz-box h4 span {
    font-size: 0.22rem;
    line-height: 0.26rem;
  }

  .sz-box h4 {
    padding: 0.1rem 0.15rem;
  }

  .sz-box p {
    font-size: 0.16rem;
    margin-top: 0.2rem;
  }

  .sz-box {
    margin-top: 0.4rem;
  }

  .jxtd .tit {
    font-size: 0.26rem;
    line-height: 1.5;
    margin-bottom: 0.24rem;
    margin-top: 0.4rem;
  }

  .jxtd th {
    font-size: 0.18rem;
    line-height: 0.6rem;
  }

  .jxtd td {
    font-size: 0.16rem;
    line-height: 0.54rem;
  }

  .xxbs .tit {
    font-size: 0.2rem;
    line-height: 0.24rem;
    margin-bottom: 0.3rem;
  }

  .xxbs .k p {
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin-top: 0.2rem;
  }

  .xxbs .k+.k {
    margin-top: 0.3rem;
  }

  .xxbs .fj {
    margin-top: 0.2rem;
  }

  .xxbs .fj ul li a {
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding: 0.1rem 0.2rem;
  }

  .xxjj {
    margin-top: 0;
  }

  .jj1 h3 {
    font-size: 0.22rem;
    line-height: 0.22rem;
    text-align: center;
  }

  .jj1img {
    float: none;
    width: 6.18rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }

  .xxjj p {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
  }

  .jj2 {
    margin-top: 0.2rem;
    padding: 0.3rem 0;
  }

  .jj2 ul {
    padding: 0;
  }

  .jj2 ul li a {
    margin: 0 0.1rem;
    padding-bottom: 0.2rem;
  }

  .jj2 ul li h3 {
    font-size: 0.18rem;
  }

  .jj2 ul li h3 b {
    font-size: 0.26rem;
  }

  .jj2 ul li p {
    font-size: 0.16rem;
  }

  .history {
    padding: 0;
    margin-top: 0;
  }

  .history .his-zi {
    right: -10px;
    width: 2.73rem;
  }

  .history-title {
    text-align: center;
    width: 100%;
    position: static;
    margin-bottom: 0.2rem;
  }

  .history-title span {
    display: inline-block;
    margin-left: 0 !important;
    font-size: 0.26rem;
  }

  .history .zy {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }

  .history ul li h3 {
    font-size: 0.16rem;
  }

  .his-year {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }

  .history ul li {
    margin-top: 0.3rem;
    padding-bottom: 0.1rem;
  }

  .history ul li a::before {
    bottom: -0.27rem;
    left: -0.17rem;
    width: 0.34rem;
    height: 0.34rem;
  }

  .history ul li:nth-of-type(odd) a::before {
    right: -0.17rem;
  }

  .history ul li a {
    padding-left: 0.3rem;
  }

  .history ul li:nth-of-type(odd) a {
    padding-right: 0.3rem;
  }

  .history .his dl {
    margin-top: 0.3rem;
  }

  .history .his dd {
    font-size: 0.16rem;
    padding: 0.15rem 0.2rem;
  }

  .lsyg-logo {
    width: 1rem;
    height: 1rem;
    margin-top: 0.3rem;
  }

  .lsyg-logo::before {
    width: 3.36rem;
    height: 3.36rem;
  }

  .lrld-tit {
    font-size: 0.22rem;
    padding-left: 0.15rem;
    margin-bottom: 0.2rem;
  }

  .lrld-list li {
    width: 50%;
  }

  .lrld-list li .item-box .info {
    font-size: 0.18rem;
  }

  .lrld-list li .item-box .info .date {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }

  .lrld-list li .item-box {
    height: 1rem;
  }

  .lrld-section {
    margin-bottom: 0.3rem;
  }

  .zzjg-box .k>h3 {
    font-size: 0.22rem;
    line-height: 0.34rem;
    margin-bottom: 0.1rem;
  }

  .zzjg-box .ny-tit {
    margin-bottom: 0.2rem;
  }

  .list-ld ul li {
    margin-top: 0.25rem;
  }

  .yxsz ul {
    margin: 0 -0.1rem;
  }

  .yxsz ul li {
    margin-top: 0.2rem;
  }

  .yxsz ul li a {
    margin: 0 0.1rem;
    padding: 0.2rem;
  }

  .yxsz ul li a h3 {
    font-size: 0.2rem;
  }

  .yxsz ul li a p,
  .yxsz ul li a .gd {
    margin-top: 0.15rem;
  }

  .xrld ul li a .pic {
    width: 1.2rem;
    height: 1.5rem;
  }

  .xrld ul li a .tx h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .xrld ul li a .tx h4 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
  }

  .xrld ul li a .tx h4::after {
    margin-top: 0.1rem;
  }

  .xrld ul li a .tx p {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }

}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {
  .list ul li {
    line-height: 0.7rem;
  }

  .img-lists ul li {
    width: 50%;
  }

  .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;
  }

  .leftNav>h2 img {
    height: 20px;
  }

  .zzjg-box ul {
    margin: 0;
  }

  .zzjg-box ul li {
    width: 100%;
  }

  .zzjg-box ul li a {
    margin: 0;
    height: auto;
  }

  .zzjg-box ul li a::before {
    left: 0.15rem;
  }

  .zzjg-box ul li a::after {
    right: 0.15rem;
  }

  .contact .l {
    width: 100%;
  }

  .contact .r {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
    height: auto;
    padding: 0.3rem 0.2rem;
  }

  .contact .r::after {
    content: none;
  }

  .szgk .tx {
    flex: none;
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .szgk .r {
    width: 100%;
    margin-left: 0;
  }

  .szgk .r ul li::before {
    content: none !important;
  }

  .szgk .r ul li {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .szgk .r ul li:nth-child(2) {
    margin-top: 0.2rem;
  }

  .szgk .r ul li a h3 {
    padding: 0.2rem !important;
  }

  .list-ld ul li {
    width: 100%;
  }

  .bz .con>img {
    position: static;
    margin: 0 auto;
    transform: none;
  }

  .bz .con ul {
    width: 50%;
  }

  .yxsz ul li {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .ny-right {
    padding-bottom: 0.5rem;
    padding-top: 0;
  }

  .text-list ul li a p {
    margin-top: 0.05rem;
  }

  .img-lists ul li a>img {
    height: 100px;
  }

  .leftNav>.box>ul>li>ul>li>a {
    font-size: 12px;
  }

  .art-main {
    padding-top: 0.2rem;
  }

  .list-ld ul li a {
    padding: 0.1rem;
  }

  .list-ld ul li .sz-pic {
    width: 100%;
    margin-right: 0;
  }

  .list-ld ul li .sz-tx {
    flex: none;
    width: 100%;
  }

  .list-ld ul li p {
    max-height: inherit;
  }

  .list-ld ul li .xq {
    padding-top: 0.2rem;
    margin-top: 0.2rem;
  }

  .tw ul li a {
    flex-wrap: wrap;
  }

  .tw ul li a .pic {
    width: 100%;
    height: auto;
    padding-top: 66.77%;
    margin-right: 0;
  }

  .tw ul li a .tx .zs {
    margin-top: 0.1rem;
  }

  .tw ul li a .tx {
    flex: none;
    width: 100%;
  }

  .tw ul li a .tx h3,
  .tw ul li a .tx p {
    margin-top: 0.1rem;
  }

  .tw ul li a .gd {
    margin-left: 0.2rem;
    display: none;
  }

  .sz-con .pic1 {
    margin: 0 auto;
  }

  .sz-r {
    flex: none;
    width: 100%;
    margin-top: 0.1rem;
  }

  .jj2 ul li {
    width: 50%;
  }

  .jj2 ul li:nth-child(2)~li {
    margin-top: 0.2rem;
  }

  .history .his dd {
    width: 100%;
  }

  .history .his dd+dd {
    margin-top: 0.2rem;
  }

  .history ul li a {
    display: block;
  }

  .history ul li h3 {
    margin-top: 0.05rem;
  }

  .history ul li:nth-of-type(odd) .his-year {
    text-align: right;
  }

  .lrld-list li {
    width: 100%;
  }

  .lrld-list li .item-box .info .zhiwei {
    margin-right: 0.15rem;
  }

  .sz-con {
    margin-top: 0.15rem;
  }

  .yxsz ul li {
    width: 100%;
  }

  .zzjg {
    margin-top: 0.2rem;
  }

  .xrld ul li a .pic {
    padding-top: 0;
    width: 1.2rem;
    height: 1.5rem;
    margin-right: 0.2rem;
  }

  .xrld ul li a .tx {
    flex: 1;
    min-width: 0;
  }

  .xxjj {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 320px) {
  .img-lists ul li a>img {
    height: 84px;
  }
}