@charset "utf-8";

body {
  padding-top: 1.33rem;
}

.pb_sys_style1 .p_no_d {
  border: 1px solid #63065f !important;
  background-color: #63065f !important;
}

.banner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner>img {
  display: block;
  width: 100%;
}

.lmmc {
  margin-top: -1.66rem;
  position: relative;
  z-index: 2;
}

.lmmc h3 {
  width: 12.48rem;
  height: 1.94rem;
  background: url(../images/lmmc-bg2.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 2.2rem;
  font-family: Source Han Serif CN;
  font-size: 0.34rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 1;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.4rem;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
}

.pagination a.active {
  background: #63065F;
  color: #fff;
  border: 1px solid #63065F;
}

.pagination a:hover {
  background: #63065F;
  color: #fff;
  border: 1px solid #63065F;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  background-image: url(../images/nymain-bg1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin-top: -0.27rem;
}

.left-box {
  margin-top: 0.64rem;
  position: relative;
  z-index: 2;
}

.left-zst {
  display: block;
  width: 100%;
}

.nymain .leftNav {
  position: relative;
  z-index: 2;
  font-size: 0;
}

.nymain .leftNav .leftNav-tit>h2 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;

  background-size: 0.53rem 0.14rem;
  padding-bottom: 0.2rem;
  display: none;
}

.nymain .leftNav>ul {
  display: flex;
  align-items: center;
  padding-left: 0.7rem;
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li>span {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.56rem;
  height: 0.56rem;
  background: url(../images/raw-b.png) no-repeat center;
  background-size: 0.09rem 0.17rem;
  cursor: pointer;
  display: none;
}

.nymain .leftNav>ul>li>a {
  font-family: Source Han Serif CN;
  font-size: 0.2rem;
  line-height: 0.57rem;
  margin: 0 0.15rem;
  padding: 0 0.4rem;
  border-radius: 0px 0px 0.2rem 0.2rem;
  background: #F1F1F1;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}

.nymain .leftNav>ul>li>a::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 0.1rem solid #63065F;
  transform: scaleX(0);
  transition: all 0.4s;
}

.nymain .leftNav>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  border-bottom: 6px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transition: all 0.4s;
}

.nymain .leftNav>ul>li:hover>a,
.nymain .leftNav>ul>li.on>a {
  font-weight: bold;
  color: #fff;
  background-color: #63065F;
}


.nymain .leftNav>ul>li:hover>a::after,
.nymain .leftNav>ul>li.on>a::after {
  transform: none;
}

.nymain .leftNav>ul>li:hover>a::before,
.nymain .leftNav>ul>li.on>a::before {
  transform: translateX(-50%) translateY(0);
}

.nymain .leftNav ul li a {
  display: block;
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  display: block;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
}

.nymain .leftNav>ul>li>ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  width: 100%;
  top: 100%;
  background: #fff;
  padding: 0.1rem 0;
  box-shadow: 0 0.1rem 0.15rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.nymain .leftNav>ul>li:hover>ul {
  transform: translateX(-50%) scaleY(1);
  visibility: visible;
  opacity: 1;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding: 0.07rem 0.1rem;
  color: #666666;
  text-align: center;
  margin: 0;
}

.nymain .leftNav>ul>li>ul>li:hover>a {
  color: #63065F;
  font-weight: bold;
}

.ny-right {
  min-height: 8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ny-rk {}

.position {
  margin-top: 0.1rem;
}

.position>div {
  position: relative;
  text-align: center;
  font-size: 0;
  line-height: 0.3rem;
}

.position span {
  color: #fff;
  font-size: 0.16rem;
  vertical-align: middle;
}

.position img {
  height: 0.16rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.position a {
  font-size: 0.16rem;
  color: #fff;
  margin: 0 0.05rem;
  vertical-align: middle;
}

.position a:hover,
.position a.position-dq {
  opacity: 0.8;
}

/* 列表页 */
.text-list {}

.text-list ul li+li {
  margin-top: 0.36rem;
}

.text-list ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #DFDFDF;
  padding: 0.26rem 0.4rem;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.text-list ul li:hover a {
  background: url(../images/tw-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.text-list ul li .text-list-r {
  width: calc(100% - 3.2rem);
  padding: 0.15rem 0;
}

.text-list ul li .text-list-r .date {
  font-size: 0.16rem;
  line-height: 0.25rem;
  color: rgba(99, 6, 95, 0.6);
}

.text-list ul li .text-list-r .date b {
  font-size: 0.25rem;
  font-weight: bold;
  line-height: 0.25rem;
  color: #63065F;
}

.text-list ul li .text-list-r h3 {
  font-size: 0.18rem;
  line-height: 0.35rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.26rem;
  transition: all 0.4s;
}

.text-list ul li .text-list-r>p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  height: 0.48rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #898989;
  transition: all 0.4s;
  margin-top: 0.12rem;
}

.text-list ul li:hover a {
  border-color: transparent;
}

.text-list ul li:hover .text-list-r h3 {
  color: #63065F;
}

.text-list ul li:hover .text-list-r>p {
  color: #333;
}

.list ul li {
  line-height: 0.8rem;
  border-bottom: 1px dashed #dcdcdc;
  position: relative;
  z-index: 1;
}

.list ul li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.4rem;
  width: 0;
  background: #63065F;
  z-index: -1;
  transition: all 0.4s;
}

.list ul li:hover::after {
  right: -0.4rem;
  width: 100%;
  width: calc(100% + 0.8rem);
}

.list ul li a {
  display: block;
  overflow: hidden;
}

.list ul li a span {
  float: right;
  font-size: 0.16rem;
  padding-left: 0.2rem;
  color: #999;
  transition: all 0.4s;
}

.list ul li a h3 {
  font-size: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  padding-left: 0.3rem;
  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%;
  border: 0.03rem solid #63065F;
  transition: all 0.4s;
}

.list ul li:hover a h3::after {
  width: 0.09rem;
  height: 0.09rem;
  border: 1px solid #fff;
}

.list ul li:hover a h3,
.list ul li:hover a span {
  color: #fff;
}


.list2 ul li {
  margin-top: 0.36rem;
}

.list2 ul li a {
  display: flex;
  align-items: center;
  background: #F4F2F4;
  padding: 0.35rem 0.3rem;
  position: relative;
  z-index: 1;
}

.list2 ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: linear-gradient(96deg, #740871 11%, #5C135A 88%);
  z-index: -1;
  transition: all 0.4s;
}

.list2 ul li a .date {
  text-align: center;
  margin-right: 0.34rem;
  border-right: 1px solid #740871;
  padding-right: 0.12rem;
  transition: all 0.4s;
}

.list2 ul li a .date span {
  display: block;
  font-size: 0.18rem;
  font-weight: 400;
  color: #666666;
  transition: all 0.4s;
}

.list2 ul li a .date b {
  display: block;
  font-size: 0.36rem;
  font-weight: 700;
  color: #63065F;
  transition: all 0.4s;
}

.list2 ul li a .tx {
  flex: 1;
  min-width: 0;
}

.list2 ul li a .tx h3 {
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #272727;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.4s;
}

.list2 ul li a .tx p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.1rem;
  transition: all 0.4s;
}

.list2 ul li:hover a::before {
  width: 100%;
}

.list2 ul li:hover a .date {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.list2 ul li:hover a .date span {
  color: rgba(255, 255, 255, 0.6);
}

.list2 ul li:hover a .date b {
  color: #FFF7F8;
}

.list2 ul li:hover a .tx h3 {
  color: #fff;
  font-weight: bold;
}

.list2 ul li:hover a .tx p {
  color: rgba(255, 255, 255, 0.6);
}

/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  color: #262626;
  font-size: 0.22rem;
  font-weight: 600;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body p {
  color: #333;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.18rem !important;
  line-height: 0.34rem !important;
  margin-bottom: 0.35rem !important;
  text-align: justify;
}
.art-tit.cont-tit {
    margin-bottom: 20px;
}
.ar_article p,
.ar_article span,
.ar_article p * {
  text-align: justify;
  font-size: .18rem !important;
  line-height: 32px !important;!i;!;
  color: #333333;
  text-indent: 2em;
  background: none !important;
  font-family: "宋体" !important;
}



.ar_article p img {
  display: block;
  width: 600px;
  height: auto !important;
  max-width: 100% !important;
  font-family: "微软雅黑" !important;
  margin: 0 auto;
}

.art-main .art-body img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  line-height: 0.2rem;
  background: bottom;
  border-bottom: 1px solid #f0f0f0;
}

.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.16rem;
  color: #666;
  margin: 0 0.15rem;
}

.art-info {
  border-top: 1px dashed #ddd;
  margin-top: 0.25rem;
}

.pnext {
  margin-top: 0.25rem;
  font-size: 0.18rem;
}

.pnext p {
  text-indent: initial;
  line-height: 0.34rem;
  color: #63065F;
}

.pnext p a {
  color: #666;
}

.pnext p:hover {
  /* color: #96632C; */
}

.pnext p:hover a {
  color: #63065F;
}

.art-main .art-tit h3.jj-tit {
  font-weight: normal;
}

.art-main .art-body p b {
  font-weight: bold;
  color: #63065F;
}

/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  padding-bottom: 0.1rem;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 21%;
  margin: 0.4rem 2% 0 2%;
  transition: all 0.4s;
}

.img-lists ul li a {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #F5ECF5 0%, rgba(245, 236, 245, 0) 100%);
  position: relative;
  z-index: 1;
}

.img-lists ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -0.1rem;
  width: 0.04rem;
  height: 46.49%;
  background: #F5ECF5;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  transition: all 0.5s;
}

.img-lists ul li a .pic {
  padding-top: 114.67%;
}

.img-lists ul li a>div.info {
  padding: 0.12rem 0.1rem;
  font-size: 0;
  text-align: center;
  transition: all 0.4s;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-family: Source Han Serif CN;
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
}

.img-lists ul li:hover a::after {
  background: #63065F;
}

.img-lists ul li:hover a>div.info p {
  color: #63065F;
}

/*领导*/
.list-ld {
  overflow: hidden;
  padding: 0 0.3rem 0.3rem;
}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-ld ul li {
  width: 47%;
  margin-top: 1.3rem;
}

.list-ld ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  background-size: 100% 100%;
  box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  padding: 0.3rem 0.3rem 0.2rem 0;
}

.list-ld ul li .l {
  width: 2.49rem;
  text-align: center;
}

.list-ld ul li .pic {
  padding-top: 100%;
  border-radius: 50%;
  margin-top: -1rem;
  box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.2);
}

.list-ld ul li .l .date {
  display: inline-block;

  background-size: 0.22rem auto;
  padding-left: 0.32rem;
  font-family: "syh-b";
  font-size: 0.12rem;
  font-weight: bold;
  color: #63065F;
  margin-top: 0.15rem;
}

.list-ld ul li .l .date b {
  font-size: 0.26rem;
}

.list-ld ul li .ld-tx {
  flex: 1;
  min-width: 0;
  padding-left: 0.22rem;
}

.list-ld ul li .tit {
  font-size: 0.18rem;
  color: #63065F;
}

.list-ld ul li .tit b {
  font-size: 0.22rem;
}

.list-ld ul li p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #7a7a7a;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
}

.list-ld ul li .gd {
  text-align: right;
  margin-top: 0.35rem;
}

.list-ld ul li .gd span {
  font-size: 0.16rem;
  color: #f88218;
  transition: all 0.5s;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

.list-ld ul li:hover .gd span {
  color: #63065F;
}

/* 师资列表页 */
.sz ul {}

.sz ul li {
  width: 48%;
  margin-top: 0.5rem;
}

.sz ul li:nth-child(even) {
  margin-left: 4%;
}

.sz ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #dcdcdc;
  position: relative;
  z-index: 1;
}

.sz ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #63065F;
}

.sz ul li .sz-pic {
  width: 1.52rem;
  position: relative;
  left: 0.2rem;
  bottom: 0.2rem;
}

.sz ul li .sz-pic .pic {
  padding-top: 135.52%;
}

.sz ul li .sz-tx {
  width: calc(100% - 2.47rem);
  margin-left: 0.55rem;
}

.sz ul li .sz-tx p {
  line-height: 0.36rem;
  font-size: 0.16rem;
}

.sz ul li .sz-tx p span {
  font-size: 0.18rem;
  font-weight: bold;
  color: #63065F;
}

.sz ul li:hover a {
  border-color: #63065F;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

/* 师资内容 */
.sz-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.sz-t {
  width: 2.2rem;
}

.sz-t>img {
  display: block;
  width: 100%;
}

.sz-t h3 {
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.25rem;
  color: #333;
}

.sz-t h4 {
  font-size: 0.18rem;
  font-weight: normal;
  text-align: center;
  margin-top: 0.15rem;
  color: #666;
}

.sz-t h5 {
  font-size: 0.18rem;
  font-weight: normal;
  margin-top: 0.1rem;
  color: #63065F;
  text-align: center;
}

.sz-t h5 img {
  vertical-align: middle;
  margin-right: 0.05rem;
  display: inline-block;
  width: 0.26rem;
  height: 0.23rem;
}

.sz-r {
  width: calc(100% - 2.8rem);
}

.sz-r h3 {
  font-size: 0.28rem;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 0.2rem;
  position: relative;
}

.sz-boxbg {
  background: rgba(169, 12, 12, 0.02);
  padding: 1px 0.4rem 0.4rem 0.4rem;
}

.sz-box {
  margin-top: 0.45rem;
}

.sz-box h4 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.5rem;
  color: #63065F;

  background-size: 0.17rem 0.26rem;
  padding-left: 0.35rem;
  border-bottom: 1px solid rgba(99, 6, 95, 0.6);
  margin-bottom: 0.2rem;
}

.sz-box p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333;
}

/* 图文列表页  start */

.tw ul li .pick {
  width: 2.84rem;
}

.tw ul li .pic {
  padding-top: 65.84%;
}

/* 组织机构 */
.zzjg {
  max-width: 14rem;
  margin: 0 auto;
}

.zzjg-box {
  position: relative;
  z-index: 1;
  margin-top: 0.2rem;
}

.zzjg-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: -0.06rem;
  width: 0.06rem;
  height: 1.55rem;
  border-radius: 0px 0px 0px 0.4rem;
  background: #63065F;
}

.zzjg-box+div {
  margin-top: 0.7rem;
}

.zzjg-box .tit {
  width: 96.71%;
  padding: 0.11rem 0.11rem 0.22rem 0.37rem;
  border-radius: 0px 0.4rem 0px 0px;
  background: #FCF7FC;
}

.zzjg-box h3 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.34rem;
  color: #262626;
  padding-left: 0.2rem;
  position: relative;
  z-index: 1;
}

.zzjg-box h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.05rem;
  height: 0.23rem;
  background: #DFB57A;
}


.zzjg-box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0.45rem;
  border: 1px solid #D8D8D8;
}

.zzjg-box ul li {
  width: 33.333%;
  position: relative;
  z-index: 1;
}

.zzjg-box ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.05rem;
  height: 0.05rem;
  background: #63065F;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.4s;
}

.zzjg-box ul li a {
  display: flex;
  align-items: center;
  padding: 0.17rem 0.2rem;
}

.zzjg-box ul li .color-777 {
  color: #777;
}

.zzjg-box ul li a span {
  font-size: 0.18rem;
  line-height: 0.34rem;
  transition: all 0.4s;
}

.zzjg-box ul li:hover a span {
  color: #63065F;
  font-weight: bold;
}


/* 校园风光 */

.group-big .slick-list {
  margin: 0 0.7rem;
}

.group-big li a {
  display: block;
}

.group-big li a .pic {
  padding-top: 53.73%;
  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.5rem;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  background: #63065F;
  padding: 0.2rem;
  overflow: hidden;
}

.group-sml li.slick-current.slick-active a {
  border: 0.03rem solid #fff;
}

.group-sml li a {
  display: block;
  margin: 0 0.05rem;
  border: 0.03rem solid transparent;
}

.group-sml li a .pic {
  padding-top: 63.3%;
  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-sml .slick-prev,
.group-sml .slick-next {
  width: 0.4rem;
  height: 100%;
  background-color: #035f97;
}

.group-sml .slick-list {
  margin: 0 0.3rem;
}

.group-sml .slick-prev {
  left: 0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.2rem 0.28rem;
}

.group-sml .slick-next {
  right: 0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.2rem 0.28rem;
}

/* 宣传视频 */
.xcsp-t a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.xcsp-t a .xcsp-tpic {
  width: 63.48%;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.xcsp-t a .xcsp-tpic::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  bottom: 0;
  right: 1.3rem;

  background-size: 100% 100%;
}

.xcsp-t a .xcsp-tpic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.67rem;
  height: 0.67rem;

  background-size: 100% 100%;
  z-index: 1;
}

.xcsp-t a .xcsp-tpic .pic {
  padding-top: 60.05%;
  box-shadow: 0px 12px 24px 0px rgba(0, 14, 78, 0.5);
}

.xcsp-t a .xcsp-tr {
  width: 32.57%;
}

.xcsp-t a .xcsp-tr h3 {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.38rem;
  max-height: 0.76rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xcsp-t a .xcsp-tr p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  max-height: 2.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
}

.xcsp-t a .xcsp-tr span {
  display: inline-block;
  float: right;
  font-size: 0.26rem;
  color: #63065F;
  margin-top: 0.3rem;

  padding-left: 0.4rem;
}

.xcsp ul {
  margin: 0.6rem -0.3rem 0 -0.3rem;
}

.xcsp ul li {
  width: 33.333%;
  margin-top: 0.3rem;
}

.xcsp ul li a {
  display: block;
  margin: 0 0.3rem;
}

.xcsp ul li .pic {
  padding-top: 64.5%;
}

.xcsp ul li .pic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.55rem;
  height: 0.55rem;
  background: url(../images/s4-bf.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.xcsp ul li .pic p {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(7, 110, 172, 0.7);
  border-radius: 0 0.22rem 0.22rem 0;
  line-height: 0.42rem;
  width: 1.87rem;
  text-align: center;
}

.xcsp ul li .pic p span {

  padding-left: 0.35rem;
  font-size: 0.2rem;
  color: #fff;
}

.xcsp ul li .xcsp-d {
  background: #fff;
  padding: 0.25rem;
}

.xcsp ul li h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xcsp ul li a:hover h3 {
  color: #63065F;
}

/* 历史沿革 */
.nymain-hisbg {
  background-image: url(../images/hisbg.png);
  background-position: center top;
  background-size: cover;
}

.his-zi {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.history {
  margin-top: 0.6rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.history::before {
  content: "";
  position: absolute;
  left: 50%;
  top: .89rem;
  bottom: 1.5rem;
  border-left: 0.02rem dashed #63065F;
  opacity: 0.1;
}

.history ul {
  padding-top: 0.6rem;
}

.history ul li {
  width: 50%;
  margin-top: 0.5rem;
}

.history ul li:first-child {
  margin-top: 0;
}

.history ul li:nth-child(even) {
  margin-left: 50%;
}

.history ul li:nth-child(even) a {
  margin-left: 0.8rem;
}

.history ul li:nth-child(odd) a {
  margin-right: 0.8rem;
}

.history ul li a {
  display: block;
  position: relative;
}

.history ul li a::before {
  content: '';
  position: absolute;
  top: 0.38rem;
  right: -0.46rem;
  width: 1.21rem;
  height: 0.19rem;
  background: url(../images/his-l.png) no-repeat;
  background-size: 100% 100%;
}

.history ul li:nth-child(even) a::before {
  right: auto;
  left: -0.46rem;
  background: url(../images/his-r.png) no-repeat;
  background-size: 100% 100%;
}

.history ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 30%;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.history ul li:nth-child(even) a::after {
  left: auto;
  right: 30%;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.his-year {
  position: absolute;
  left: -1.25rem;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.his-year::before {
  content: '';
  position: absolute;
  top: 0.18rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.57rem;
  height: 0.56rem;
  background: url(../images/his-yearbg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.history ul li:nth-child(odd) .his-year {
  left: auto;
  right: -1.25rem;
}

.his-year span {
  font-family: Impact;
  font-size: 0.28rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.07);
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.his-year em {
  display: block;
  width: 0.82rem;
  height: 0.82rem;
  background: linear-gradient(146deg, #740871 15%, #5C135A 86%);
  border-radius: 50%;
  border: 0.04rem solid #FAEAFA;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-family: Impact;
  font-size: 0.2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.history a:hover em {
  color: #fff;
  font-weight: normal;
}

.history ul li .tx {
  padding: 0.8rem 0.25rem 0.25rem 35%;
  text-align: right;
}

.history ul li:nth-child(even) a .tx {
  text-align: left;
  padding-left: 0;
  padding-right: 35%;
}

.history ul li .tx h3 {
  display: block;
  font-size: 0.2rem;
  font-weight: normal;
  color: #262626;
}

.history ul li .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  color: #666666;
  margin-top: 0.1rem;
  text-align: justify;
}

.history .gd a {
  display: block;
  width: 1.68rem;
  height: 0.47rem;
  line-height: 0.47rem;
  margin: 0 auto;
  margin-top: 1.2rem;
  border-radius: 0.4rem 0rem 0rem 0.4rem;
  background: #FFFFFF;
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.26rem;
  position: relative;
  z-index: 1;
}

.history .gd a::after {
  content: '';
  position: absolute;
  top: 0;
  right: -0.24rem;
  width: 0.89rem;
  height: 0.47rem;
  background: url(../images/his-gd.png) no-repeat;
  background-size: 100% 100%;
}

/* 初始隐藏第6条及之后的条目 */
.history li:nth-child(n+6) {
  display: none;
}

/* 展开状态样式 */
.history.expanded li {
  display: block !important;
}

/* 综合列表页 */
.zhlist ul h3 {
  position: relative;
  z-index: 1;
}

.zhlist ul h3 a {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 0.16rem;
  transition: all 0.4s;
}

.zhlist ul h3 a:hover {
  color: #63065F;
}

.zhlist ul li {
  overflow: hidden;
}

.zhlist ul li span {
  display: block;
  float: right;
  padding-left: 0.2rem;
}

/* 书记主页 */
.sjzy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.27rem 0.3rem 0 0.65rem;
}

.sjzy .l {
  width: 43.27%;
  position: relative;
  z-index: 1;
}

.sjzy .l::before {
  content: '';
  position: absolute;
  top: -0.15rem;
  left: -0.15rem;
  right: 0.15rem;
  bottom: 0.15rem;
  background-color: #63065F;
  z-index: -1;
}

.sjzy .l .pic {
  padding-top: 83.43%;
}

.sjzy .r {
  width: 50.51%;
}

.sjzy .r .tit {
  margin-top: 0.3rem;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 0.4rem;
}

.sjzy .r .tit h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #63065F;
  border-bottom: 0.05rem solid #63065F;
  display: inline-block;
  position: relative;
}

.sjzy .r p {
  font-size: 0.2rem;
  line-height: 0.42rem;
  text-align: justify;
}

/* 现任领导 */
.xyldbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xyld {
  width: 47.125%;
  border-radius: 0px 0.5rem 0px 0px;
  background: #FFFFFF;
  box-shadow: 0px 0.06rem 0.11rem 0px rgba(103, 103, 103, 0.3);
  border-left: 0.45rem solid #63065F;
  padding: 0.34rem 0.4rem;
}

.xyld-r {
  background-image: url(../images/xyld-rbg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 69.62% auto;
}

.xyld ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  font-size: 0.24rem;
  line-height: 0.4rem;
  padding: 0.34rem 0;
}

.xyld ul li:last-child {
  border-bottom: 0;
}

.xyld ul li .l {
  width: 50%;
}

.xyld ul li .r {
  width: 50%;
  font-size: 0.22rem;
}

.xyld ul li .l {
  padding-right: 0.3rem;
  text-align: right;
}

.xyld ul li .r {
  padding-left: 0.3rem;
  border-left: 1px solid #E5E5E5;
}

.xyld ul li .r a {
  display: inline-block;
  color: #63065F;
  transition: all 0.5s;
}

.xyld ul li .r a:hover {
  color: #63065F;
}

/* 单篇正文 */
.art-dpzw .first {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.art-dpzw .first .pic1 {
  width: 50.93%;
  padding: 0 0.4rem 0.4rem 0.4rem;
  position: relative;
  z-index: 1;
}

.art-dpzw .first .pic1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(0deg, rgba(235, 193, 233, 0.3) 0%, rgba(231, 176, 228, 0) 98%);
  z-index: -1;
}

.art-dpzw .first .pic {
  padding-top: 0;
  height: 4.61rem;
}

.art-dpzw .first .tx {
  flex: 1;
  min-width: 0;
  padding: 0 0.45rem 0 0;
  border-bottom: 1px dashed #5C135A;
  position: relative;
  z-index: 1;
}

.art-dpzw .first .tx::before {
  content: '';
  position: absolute;
  bottom: -0.04rem;
  left: -0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  border: 1px solid #5C135A;
  border-radius: 50%;
}

.art-dpzw .first .tx::after {
  content: '';
  position: absolute;
  bottom: -0.54rem;
  right: 0;
  width: 0.54rem;
  height: 0.54rem;
  background: #E6C390;
}


.art-dpzw .art-body p {
  line-height: 0.34rem !important;
}

.art-dpzw .jj-tit {
  padding-left: 0.05rem;
  border-left: 2px solid #5C135A;
  margin-bottom: 0.35rem;
}

.art-dpzw .jj-tit h3 {
  font-family: Source Han Serif CN;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #571356;
  padding: 0.15rem 0.15rem 0.15rem 0.36rem;
  background: linear-gradient(90deg, rgba(235, 193, 233, 0.3) 0%, rgba(231, 176, 228, 0) 98%);
}

/* 校训校风 */
.art-xx p {
  margin-left: 1.11rem;
  font-size: 0.16rem !important;
  line-height: 0.3rem !important;
  color: #262626;
  text-indent: 0 !important;
}

.art-xx h4,
.art-xx h5 {
  margin-left: 1.11rem;
}

.art-xx h4 {
  font-family: Source Han Serif CN;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1;
  color: #571356;
  margin-bottom: 0.2rem;
}

.art-xx h5 {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #262626;
  margin-bottom: 0.16rem;
}

.art-xx .jj-tit h3 {
  padding: 0.15rem 0.15rem 0.15rem 1.11rem;
  position: relative;
  z-index: 1;
}

.art-xx .jj-tit h3::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.9rem;
  border-top: 1px dashed #5C135A;
}

.art-xx .jj-tit h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.9rem;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  border: 1px solid #5C135A;
}









@media screen and (max-width: 1620px) {
  .xyld {
    border-left-width: 0.24rem;
  }
}

@media screen and (max-width: 1100px) {
  .nymain .leftNav>ul>li>a {
    padding: 0 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .banner::after {
    display: none;
  }

  .lmmc {
    margin-top: -0.92rem;
  }

  .lmmc h3 {
    width: 7rem;
    height: 1.09rem;
    line-height: 1.25rem;
    font-size: 0.26rem;
    max-width: 100%;
  }

  .left-box {
    margin-top: 0.3rem;
  }

  .nymain .leftNav>ul {
    padding-left: 0.2rem;
  }

  .nymain .leftNav>ul>li>a {
    margin: 0 0.1rem;
  }

  .nymain .leftNav>h2 {
    font-size: 24px;
    padding-left: 20px;
    line-height: 70px;
  }

  .ny-right {
    padding-top: 0.3rem;
  }

  .ny-rk {}

  .xcsp-t a .xcsp-tpic {
    padding-left: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xcsp ul {
    margin: 0.2rem -0.15rem 0 -0.15rem;
  }

  .xcsp ul li a {
    margin: 0 0.15rem;
  }

  .list2 ul li {
    margin-top: 0.2rem;
  }

  .list2 ul li a {
    padding: 0.2rem;
  }

  .text-list ul li+li {
    margin-top: 0.3rem;
  }

  .text-list ul li .text-list-r h3 {
    font-size: 0.2rem;
  }

  .text-list ul li .text-list-r>p {
    font-size: 0.16rem;
  }

  .text-list ul li .text-list-r .date b {
    font-size: 0.22rem;
  }

  .zzjg-box ul {
    justify-content: space-between;
  }

  .zzjg-box ul li {
    width: 48%;
  }

  .xyld {
    width: 100%;
  }

  .xyld-r {
    margin-top: 0.4rem;
  }

  .xyld {
    border-left-width: 0.1rem;
  }

  .art-dpzw .first .tx {
    flex: none;
    width: 100%;
    order: 1;
    padding: 0;
  }

  .art-dpzw .first .pic1 {
    width: 100%;
    order: 2;
  }

  .art-dpzw .first .tx .tit h3 {
    font-size: 0.3rem;
  }

  .art-dpzw .first .tx .tit {
    margin-bottom: 0.4rem;
  }

  .art-dpzw .first .tx::before,
  .art-dpzw .first .tx::after {
    content: none;
  }

  .art-dpzw .first .tx {
    border-bottom: 0;
  }

  .art-dpzw .first {
    margin-bottom: 0.35rem;
  }

  .art-dpzw .first .pic1 {
    padding: 0 0.2rem 0.2rem 0.2rem;
  }

  .art-dpzw .first .pic {
    padding-top: 62.46%;
    height: auto;
  }

  .history ul li a::after {
    left: 0;
  }

  .history ul li:nth-child(even) a::after {
    right: 0;
  }

  .history ul li .tx {
    padding: 0.8rem 0.25rem 0.25rem 0.25rem;
  }

  .history ul li:nth-child(even) a .tx {
    padding-right: 0.25rem;
  }
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {
  .banner::after {
    display: none;
  }

  .banner::before {
    height: 1rem;
  }

  .banner .banner-tit {
    bottom: 0.2rem;
  }

  .banner .banner-tit .lmmc {
    font-size: 0.24rem;
  }

  .position {
    margin-top: 0;
  }

  .left-box {
    box-shadow: none;
  }

  .nymain .leftNav .leftNav-tit>h2 {
    display: block;
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.22rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #63065F;
    padding-bottom: 0;
  }

  .nymain .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 0.14rem;
    cursor: pointer;
  }

  .nymain .leftNav>ul {
    display: none;
    box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    border-radius: 0;
    padding: 0.2rem;
  }

  .nymain .leftNav>ul>li {
    float: none;
    width: auto;
  }

  .nymain .leftNav>ul>li+li {
    margin-top: 0.15rem;
  }

  .nymain .leftNav>ul>li::before {
    display: none !important;
  }

  .nymain .leftNav>ul>li>ul {
    position: static;
    display: none;
    transform: none;
    margin: 0 0.2rem;
    background: none;
    box-shadow: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }

  .nymain .leftNav>ul>li:hover>ul {
    transform: none;
    visibility: visible;
    opacity: 1;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    text-align: left;
    font-size: 0.18rem;
  }

  .nymain .leftNav>ul>li>span {
    display: block;
    transition: all 0.5s;
  }

  .nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
    background: url(../images/raw-b2.png) no-repeat center;
    background-size: 0.09rem 0.17rem;
  }

  .nymain .leftNav>ul>li>a::before {
    content: none;
  }

  .nymain .leftNav>ul>li>a::after {
    top: 50%;
    width: auto;
    height: 0.36rem;
    border-top: none;
    border-left: 4px solid #63065F;
    transform: translateY(-50%) scaleY(0);
  }

  .nymain .leftNav>ul>li:hover>a::after,
  .nymain .leftNav>ul>li.on>a::after {
    transform: translateY(-50%) scaleY(1);
  }

  .nymain {
    /* padding-top: 0.25rem; */
  }

  .left-zst {
    display: none;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    margin-top: 0;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .nymain .leftNav ul li a {
    line-height: 0.56rem;
    margin: 0;
    padding: 0 0.2rem;
    border-radius: 0;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .art-main .art-body p {
    font-size: 0.2rem !important;
  }

  .art-main .cont-tit p span {
    font-size: 0.18rem;
  }

  .text-list {
    margin-top: 0;
  }

  .text-list ul li .date {
    padding-top: 0.1rem;
  }

  .text-list ul li .text-list-r {
    width: calc(100% - 3.2rem);
  }

  .list ul li {
    line-height: 0.7rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .pnext p {
    line-height: 30px;
    font-size: 14px;
  }

  .pnext p a {
    font-size: 14px;
  }

  .zzjg_text li {
    width: 50%;
  }

  .img-lists ul li {
    width: 46%;
    margin: 10px 2%;
  }

  .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;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .list-ld {
    padding: 0 0.2rem 0.2rem;
  }

  .list-ld ul li a,
  .list-ld ul li .pic {
    box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.2);
  }

  .list-ld ul li .l {
    width: 2rem;
  }

  .list-ld ul li .pic {
    margin-top: -0.7rem;
  }

  .list-ld ul li {
    width: 100%;
    margin-top: 0.7rem;
  }

  .list-ld ul li .l .date {
    font-size: 12px;
    background-size: 0.2rem auto;
  }

  .list-ld ul li p {
    margin-top: 0.15rem;
  }

  .list-ld ul li .l .date b {
    font-size: 0.22rem;
  }

  .list-ld ul li .gd {
    margin-top: 0.15rem;
  }

  .xcsp-t a .xcsp-tpic {
    width: 100%;
  }

  .xcsp-t a .xcsp-tr {
    width: 100%;
    margin-top: 0.25rem;
  }

  .xcsp-t a .xcsp-tr span {
    font-size: 0.22rem;
    background-size: 0.2rem 0.2rem;
    padding-left: 0.3rem;
  }

  .xcsp ul li {
    width: 50%;
  }

  .xcsp ul li .pic p span {
    font-size: 0.18rem;
    background-size: 0.2rem 0.2rem;
    padding-left: 0.3rem;
  }

  .tw ul li .pick {
    width: 2.9rem;
  }

  .zzjg ul {
    width: 100%;
    padding: 0.2rem;
    margin-top: 0.3rem;
  }

  .zzjg ul:nth-child(even) {
    margin-left: 0;
  }

  .sz ul li {
    width: 100%;
  }

  .sz ul li:nth-child(even) {
    margin-left: 0;
  }

  .sz-main {
    justify-content: center;
  }

  .sz-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .sjzy {
    padding: 0 0 0 0.2rem;
  }

  .sjzy .r .tit {
    margin-top: 0;
    margin-bottom: 0.2rem;
  }

  .list ul li a h3 {
    font-size: 0.2rem;
  }

  .list ul li a span {
    font-size: 0.18rem;
  }

  .text-list ul li a {
    padding: 0.2rem;
  }

  .zzjg_text li {
    width: 50%;
  }

  .zzjg ul {
    width: 100%;
    padding: 0.2rem;
    margin-top: 0.3rem;
  }

  .zzjg ul:nth-child(even) {
    margin-left: 0;
  }

  .zzjg_text li {
    width: 50%;
  }

  .zzjg-box ul li {
    width: 100%;
  }

  .zzjg-box ul li a {
    padding: 0.1rem 0.2rem;
  }

  .xyld ul li {
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding: 0.2rem 0;
  }

  .xyld ul li .r {
    font-size: 0.2rem;
  }

  .xyld {
    padding: 0.2rem;
  }

  .img-lists ul li a>div.info p {
    font-size: 0.2rem;
  }

  .art-xx h4,
  .art-xx h5 {
    margin-left: 0.36rem;
  }

  .art-xx p {
    margin-left: 0.36rem;
  }

  .art-xx .jj-tit h3::before,
  .art-xx .jj-tit h3::after {
    content: none;
  }

  .art-xx .jj-tit h3 {
    padding: 0.15rem 0.15rem 0.15rem 0.36rem;
  }

  .history ul {
    padding-top: 0;
  }

  .history ul li {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 12px;
  }

  .text-list ul li a {
    justify-content: flex-start;
  }

  .text-list ul li .text-list-r h3 {
    margin-top: 0.2rem;
  }

  .tw ul li .pick {
    width: 100%;
  }

  .tw ul li .text-list-r {
    width: 100%;
    padding: 0.2rem;
  }

  .list-ld ul li {
    margin-top: 0.3rem;
  }

  .list-ld ul li a {
    padding: 0.2rem;
  }

  .list-ld ul li .l {
    margin: 0 auto;
  }

  .list-ld ul li .ld-tx {
    flex: none;
    width: 100%;
    padding-top: 0.2rem;
  }

  .list-ld ul li .pic {
    margin: 0 auto;
  }

  .list-ld ul li .tit {
    text-align: center;
  }

  .group-big .slick-list {
    margin: 0 0.4rem;
  }

  .group-big .slick-prev,
  .group-big .slick-next {
    width: 0.29rem;
    height: 0.41rem;
    opacity: 0.2;
    transition: all 0.3s;
  }

  .group-big .slick-dots {
    margin: 0 0.4rem;
    width: calc(100% - 0.8rem);
    height: 0.46rem;
    line-height: 0.46rem;
  }

  .group-sml {
    margin-top: 0.25rem;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .xcsp ul li {
    width: 100%;
  }

  .sz ul li {
    margin-top: 0.2rem;
  }

  .sz ul li .sz-pic {
    width: 1.52rem;
    position: static;
  }

  .sz ul li .sz-tx {
    width: calc(100% - 1.92rem);
    margin-left: 0.2rem;
  }

  .sjzy .l {
    width: 100%;
  }

  .sjzy .r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .zzjg-box ul li {
    width: 100%;

  }

  .history ul li {
    width: calc(100% - 0.3rem);
    margin-left: 0.3rem !important;
  }

  .history ul li a {
    margin-left: 0.8rem;
    margin-right: 0 !important;
  }

  .history ul li:nth-child(odd) .his-year {
    left: -1.25rem;
    right: auto;
  }

  .history ul li a::before {
    background: url(../images/his-r.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    left: -0.46rem;
  }

  .history ul li .tx {
    width: 100%;
    text-align: left;
    padding: 0.8rem 0 0.2rem 0.2rem !important;
  }

  .history ul li a::after {
    left: -0.3rem !important;
  }

  .history ul li:nth-child(even) a::after {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  }

  .history::before {
    left: 0.3rem;
  }
}

@media screen and (max-width: 320px) {

  .img-lists ul li a>img {
    height: 84px;
  }
}