@charset "utf-8";

.more1 {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
}

.more1 a {
  display: block;
  font-size: 0.18rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  color: #666;
  border-radius: 0.2rem;
  border: solid 1px #e1ccba;
  transition: all 0.5s;
}

.more1 a i {
  display: inline-block;
  vertical-align: -0.03rem;
  margin-left: 0.05rem;
  width: 0.17rem;
  height: 0.2rem;
  background-image: url(../images/more1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.more1 a:hover {
  color: #095885;
  background: #ba6042;
  border-color: #ba6042;
  color: #fff;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner>img {
  display: block;
  width: 100%;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg,
      rgba(34, 86, 115, 0.9) 0%,
      rgba(0, 0, 0, 0) 100%);
  height: 2.31rem;
}

.banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 83%);
  height: 2.31rem;
}

.banner .banner-tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.36rem;
  z-index: 2;
}

.banner .banner-tit .lmmc {
  text-align: center;
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.8rem;
}



/* 主体 */
.nymain {
  position: relative;
  padding-top: -1rem;
}

.left-box {
  position: relative;
  z-index: 2;
  background: #095885;
}

.left-box .wp {}

.nymain .leftNav {
  position: relative;
  z-index: 2;
  font-size: 0;
  display: flex;
  align-items: center;
}

.nymain .leftNav .leftNav-tit {
  width: 2.4rem;
  height: 1rem;
  line-height: 1rem;
  margin-top: -0.3rem;
  margin-right: 0.5rem;
  position: relative;
  z-index: 1;
}

.nymain .leftNav .leftNav-tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: calc((100vw - 16rem) / 2 + 100%);
  height: 1rem;
  border-radius: 0 0.9rem 0px 0px;
  background: #fff url(../images/left-titbg.png) no-repeat left center;
  background-size: auto 100%;
  z-index: -1;
}

.nymain .leftNav .leftNav-tit>h2 {
  display: inline-block;
  vertical-align: middle;
  font-family: sys;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1rem;
  color: #142a51;
}

.nymain .leftNav .leftNav-tit>h2>i {
  font-style: normal;
  color: #ba6042;
}

.nymain .leftNav>ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.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-size: 0.2rem;
  line-height: 0.7rem;
  margin: 0 0.5rem;
  color: #f6f9fc;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}

.nymain .leftNav>ul>li>a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.03rem solid #e1ccba;
  transform: scaleX(0);
  transition: all 0.4s;
}

.nymain .leftNav>ul>li:hover>a,
.nymain .leftNav>ul>li.on>a {
  font-weight: bold;
  color: #e1ccba;
}

.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: calc(100% - 0.03rem);
  background: #fff;
  background: linear-gradient(180deg, #095885 0%, rgba(0, 0, 0, 0) 100%);
  padding: 0.1rem 0 0.5rem 0;
  border-top: 3px solid #e1ccba;
  /* 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.18rem;
  line-height: 0.3rem;
  padding: 0.07rem 0.1rem;
  color: #666666;
  color: #fff;
  text-align: center;
  margin: 0;
}

.nymain .leftNav>ul>li>ul>li:hover>a {
  color: #e1ccba;
  font-weight: bold;
}

.ny-right {
  min-height: 4rem;
  padding-bottom: 2.5rem;
  background: url(../images/section6-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.ny-rk {
  position: relative;
}

.ny-trbg {
  display: block;
  position: absolute;
  right: 0;
  top: -0.3rem;
  width: 5.9rem;
  max-width: 50%;
  z-index: -1;
}

.position {
  margin-top: 0.3rem;
}

.position>div {
  position: relative;
  font-size: 0;
  line-height: 0.3rem;
}

.position span {
  color: #999;
  font-size: 0.16rem;
  vertical-align: middle;
}

.position img {
  height: 0.19rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.position a {
  font-size: 0.16rem;
  color: #999;
  margin: 0 0.05rem;
  vertical-align: middle;
  transition: all 0.5s;
}

.position a:hover,
.position a.position-dq {
  color: #095885;
}

/* 列表页 */
.text-list {}

.text-list ul li {
  margin-top: 0.4rem;
}

.text-list ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #ffffff url(../images/text-listbg.png) no-repeat right center;
  background-size: auto 100%;
  box-shadow: 0px 0.04rem 0.15rem 0px rgba(219, 219, 219, 0.5);
  padding: 0.2rem 0.35rem;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.text-list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 0.04rem;
  background: #095885;
  transition: all 0.5s;
  z-index: -1;
}

.text-list ul li:hover a::after {
  width: 100%;
}

.text-list ul li a .date {
  text-align: center;
  font-family: Georgia;
  color: #095885;
  margin-right: 0.2rem;
  padding-right: 0.2rem;
  border-right: 1px solid rgba(9, 88, 133, 0.2);
}

.text-list ul li a .date b {
  display: block;
  font-size: 0.26rem;
  line-height: 1;
}

.text-list ul li a .date span {
  display: block;
  font-size: 0.12rem;
  line-height: 1;
  margin-top: 0.05rem;
}

.text-list ul li a .tx {
  flex: 1;
  min-width: 0;
}

.text-list ul li a .tx h3 {
  font-size: 0.2rem;
  line-height: 0.4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.text-list ul li:hover a .tx h3 {
  font-weight: 600;
  color: #095885;
}

.text-list ul li a .gd {
  font-size: 0.16rem;
  color: #999999;
  margin-left: 0.3rem;
}

.text-list ul li a .gd img {
  vertical-align: -0.02rem;
  margin-left: 0.1rem;
  width: 0.17rem;
}

.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: #004dca;
  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 #004dca;
  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;
}

/* 内容页 */

.art-main {
  width: 86%;
  margin: 0 auto;
}

.art-main * {
  font-weight: inherit !important;
}

.art-main .art-tit {
  margin-top: 0.56rem;
  /* background: rgba(9, 88, 133, 0.1);*/
  padding: 0.3rem;
}

.art-main .art-tit h3 {
  text-align: center;
  font-size: 0.3rem;
font-family:'sys';
color:#c00;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body p {
  color: #666;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.2rem !important;
  line-height: 0.34rem !important;
  margin-bottom: 0.2rem !important;
  text-align: justify;
  word-break: break-all;
}

.art-main .art-body p strong {
  font-weight: bold !important;
}

.art-main .art-body img,
.art-main .art-body video {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.art-main .art-body iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}

.art-main .art-body table {
  max-width: 98%;
  margin: 0 auto;
}

.art-main .art-body table td {
  padding: 5px 10px;
  line-height: 30px;
}

.art-main .art-body table td p {
  text-indent: 0em !important;
  margin-bottom: 0px !important;
  margin-top: 0px;
  text-align: inherit;
}

.art-main .art-body1 p {
  color: #666;
  font-family: "微软雅黑" !important;
  font-size: 0.2rem !important;
  line-height: 0.34rem !important;
  margin-bottom: 0.2rem !important;
  text-align: justify;
  word-break: break-all;
}

.art-main .art-body1 p strong {
  font-weight: bold !important;
}

.art-main .art-body1 img,
.art-main .art-body1 video {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.art-main .art-body1 iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}

.art-main .art-body1 table {
  max-width: 98%;
  margin: 0 auto;
}

.art-main .art-body1 table td {
  padding: 5px 10px;
  line-height: 30px;
}

.art-main .art-body1 table td p {
  text-indent: 0em !important;
  margin-bottom: 0px !important;
  margin-top: 0px;
  text-align: inherit;
}




.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  padding-top: 0.22rem;
  line-height: 0.24rem;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 0.18rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.18rem;
  color: #666;
  margin: 0 0.3rem;
}

.art-info {
  border-top: 0.03rem solid #095885;
  margin-top: 0.25rem;
}

.pnext {
  margin-top: 0.25rem;
  font-size: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pnext p {
  width: 40%;
  text-indent: initial;
  line-height: 0.34rem;
}

.pnext p:nth-child(2) {
  text-align: right;
}

.pnext p a {
  color: #666;
}

.pnext p:hover {
  color: #095885;
}

.pnext p:hover a {
  color: #095885;
}

.fhlb a {
  width: 2.08rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #095885;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #fff;
  margin: 0 auto;
  margin-top: 1rem;
  transition: all 0.5s;
}

.fhlb a img {
  display: block;
  width: 0.16rem;
  margin-left: 0.1rem;
}

.fhlb a:hover {
  background: #ba6042;
}

/* 图片列表 */
.img-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.img-list1 ul:first-child {
  width: 65.81%;
}

.img-list1 ul:first-child li .pic {
  padding-top: 56.31%;
}

.img-list1 ul li a {
  display: block;
  position: relative;
  z-index: 1;
}

.img-list1 ul:first-child li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.61rem;
  background: url(../images/bf.png) no-repeat;
  background-size: 100% 100%;
}

.img-list1 ul li a .pic::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.img-list1 ul li a>div.info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.15rem 0;
  font-size: 0;
  transition: all 0.4s;
}

.img-list1 ul li a>div.info p {
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-list1 ul:nth-child(2) {
  width: 31.68%;
}

.img-list1 ul:nth-child(2) li .pic {
  padding-top: 56.41%;
}

.img-list1 ul:nth-child(2) li+li {
  margin-top: 0.2rem;
}

.img-lists {
  margin-top: 0.4rem;
  overflow: hidden;
}

.img-lists h3 {
  text-align: center;
  font-family: sys;
  font-size: 0.38rem;
}

.img-lists ul {
  overflow: hidden;
  padding-bottom: 0.1rem;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 31.333%;
  margin: 0.34rem 1% 0 1%;
  border: 1px solid #eee;
  transition: all 0.4s;
}

.img-lists ul li:hover {
  box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16);
  transform: translateY(-10px);
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 56.41%;
}

.img-lists ul li a .pic::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.img-lists ul li a>div.info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.15rem 0;
  font-size: 0;
  transition: all 0.4s;
}

.img-lists ul li a>div.info p {
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}





.img-lists11 ul li a .pic {
  padding-top: 110.41%;
}

.img-lists11 ul li {
    width: 23%;
}
.img-lists11 ul li a .pic::after {
background:none;
}

.img-lists11 ul li .pic .imged {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
}

.img-lists11 ul li a>div.info1 p {
    font-size: .18rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 0.5rem;
}


/*领导*/
.list-ld {
  overflow: hidden;
  padding: 0 0.3rem;
}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-ld ul li {
  width: 47%;
  margin-top: 1rem;
}

.list-ld ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 0px 0.62rem 0px rgba(32, 69, 162, 0.09);
  border-top: 0.02rem solid #095885;
  border-radius: 0.9rem 0 0 0;
  padding: 0.4rem 0.34rem 0.5rem 0;
  transition: all 0.5s;
}

.list-ld ul li .l {
  width: 2.28rem;
  text-align: center;
  margin-left: -0.2rem;
  margin-right: 0.5rem;
  position: relative;
  z-index: 1;
}

.list-ld ul li .pic {
  padding-top: 100%;
  border-radius: 50%;
  margin-top: -0.5rem;
}

.list-ld ul li .l::after {
  content: "";
  position: absolute;
  top: -0.44rem;
  left: 0.13rem;
  width: 2.28rem;
  height: 2.28rem;
  border-radius: 50%;
  background: #e8ecf6;
  z-index: -1;
}

.list-ld ul li .ld-tx {
  flex: 1;
  min-width: 0;
}

.list-ld ul li .tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.list-ld ul li .tit h3 {
  font-size: 0.28rem;
  color: #095785;
  line-height: 0.36rem;
}

.list-ld ul li .tit .ld-tb {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background-color: #e1ccba;
  border-radius: 50%;
  font-size: 0;
}

.list-ld ul li .tit .ld-tb img {
  vertical-align: middle;
  width: 0.06rem;
}

.list-ld ul li .fbt {
  font-size: 0.2rem;
  margin-top: 0.26rem;
}

.list-ld ul li .fbt span {
  color: #e0e0e0;
  padding: 0 0.05rem;
}

.list-ld ul li p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.16rem;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

.list-ld ul li:hover a {
  background-image: linear-gradient(0deg, #dbecf6 0%, #ffffff 100%);
}

/* 师资列表页 */
.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: #004dca;
}

.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: #004dca;
}

.sz ul li:hover a {
  border-color: #004dca;
  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: #004dca;
  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: #004dca;
  background: no-repeat left center;
  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 {
  margin-top: 0.4rem;
}

.tw ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff url(../images/text-listbg.png) no-repeat right center;
  background-size: auto 100%;
  box-shadow: 0px 0.04rem 0.15rem 0px rgba(219, 219, 219, 0.5);
  transition: all 0.5s;
}

.tw ul li .pick {
  width: 4.42rem;
}

.tw ul li .pic {
  padding-top: 56.33%;
}

.tw ul li .text-list-r {
  flex: 1;
  min-width: 0;
  padding: 0 0.42rem;
}

.tw ul li .text-list-r span {
  display: block;
  font-family: Georgia;
  font-size: 0.2rem;
  color: #095885;
  transition: all 0.5s;
}

.tw ul li .text-list-r h3 {
  font-size: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.25rem;
  transition: all 0.5s;
}

.tw ul li .text-list-r p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: 0.48rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #666666;
  margin-top: 0.16rem;
  transition: all 0.5s;
}

.tw ul li .text-list-r .gd {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #999999;
  transition: all 0.5s;
}

.tw ul li .text-list-r .gd img {
  vertical-align: -0.02rem;
  margin-left: 0.1rem;
  width: 0.17rem;
}

.tw ul li:hover a {
  background: #095885 url(../images/tw-logo.png) no-repeat right bottom;
  background-size: 2.12rem auto;
}

.tw ul li:hover .text-list-r span,
.tw ul li:hover .text-list-r h3,
.tw ul li:hover .text-list-r p {
  color: #fff;
}

.tw ul li:hover .text-list-r p {
  opacity: 0.8;
}

.tw ul li:hover .text-list-r .gd {
  color: #e1ccba;
}

/* 组织机构 */
.zzjg {}

.zzjg-box {
  margin-top: 0.3rem;
}

.zzjg-box .tit {
  background: url(../images/zzjg-titbg.png) no-repeat;
  background-size: cover;
  padding: 0 0.42rem;
}

.zzjg-box h3 {
  font-size: 0.28rem;
  line-height: 0.8rem;
  color: #fff;
}

.zzjg-box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.4rem;
  background-color: #fff;
  background-image: url(../images/zzjg-logo.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 2.66rem auto;
  border: 1px solid #b2c1e7;
}

.zzjg-box ul li {
  width: 50%;
  font-size: 0.18rem;
}

.zzjg-box ul li a {
  display: flex;
  align-items: center;
  padding: 0.2rem;
}

.zzjg-box ul li a em {
  color: #333;
  background-image: linear-gradient(#095885, #095885);
}

.zzjg-box ul li:hover a em {
  color: #095885;
  font-weight: bold;
}

/* 校园风光 */
.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: url(../images/grouptitbg.png) no-repeat;
  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: no-repeat;
  background-size: 100% 100%;
  left: 0;
}

.group-big .slick-next {
  background: no-repeat;
  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-image: url(../images/s4-prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
}

.group-big .slick-next {
  right: -1.5rem;
  background-color: #095785;
  background-image: url(../images/s4-next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
}

/* 宣传视频 */
.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: no-repeat;
  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: no-repeat;
  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: #004dca;
  margin-top: 0.3rem;
  background: no-repeat left center;
  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: 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 {
  background: no-repeat left center;
  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: #004dca;
}

/* 历史沿革 */
.lsyg {
  padding-top: 1px;
  border-left: 1px solid #e0e0e0;
  position: relative;
  z-index: 1;
}

.lsyg::after {
  content: "";
  position: absolute;
  top: -0.06rem;
  left: -0.06rem;
  width: 0.11rem;
  height: 0.11rem;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 50%;
}

.lsyg h3 {
  font-size: 0.28rem;
  color: #004dca;
  padding-left: 0.64rem;
  margin-top: 0.35rem;
  position: relative;
  z-index: 1;
}

.lsyg h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.08rem;
  width: 0.59rem;
  height: 0.15rem;
  background: no-repeat;
  background-size: 100% 100%;
}

.lsyg p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666666;
  padding-left: 0.64rem;
  margin-top: 0.25rem;
}

/* 综合列表页 */
.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: #004dca;
}

.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: #004dca;
  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: #004dca;
  border-bottom: 0.05rem solid #004dca;
  display: inline-block;
  position: relative;
}

.sjzy .r p {
  font-size: 0.2rem;
  line-height: 0.42rem;
  text-align: justify;
}

/* 研究机构模版1 */
.yjjg1 {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
  margin-top: 0.4rem;
  padding: 0.6rem 0.8rem;
  border-top: 0.04rem solid #095885;
}

.yjjg1 h3 {
  font-family: sys;
  font-size: 0.38rem;
  text-align: center;
  color: #095885;
  margin-bottom: 0.2rem;
}

.yjjg1 .k p {
  text-indent: 2em;
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.4rem;
}

.yjjg1 .k img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto !important;
}

.yjjg1 .k table {
  max-width: 98%;
  margin: 0 auto;
  border-collapse: collapse;
}

.yjjg1 .k table td {
  padding: 5px 10px;
  line-height: 30px;
}

.yjjg1 .k table td p {
  text-indent: 0em !important;
  margin-top: 0px;
}

/* 广医章程 */
.gyzc {
  border-top: 0;
  background: #fff;
  padding: 0.5rem;
}

.gyzc h4 {
  text-align: right;
  border-bottom: 1px solid #f2f4fa;
  padding-bottom: 0.15rem;
  margin-top: 0.15rem;
}

.gyzc h4 span {
  font-size: 0.18rem;
}

.gyzc .k {
  margin-top: 0.4rem;
}

.gyzc .k .tit {
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.36rem;
}

.gyzc b {
  color: #095885;
  font-weight: bold;
}

.gyzc .kk {
  padding: 1px 0.3rem 0.3rem;
  margin-top: 0.3rem;
}

.gyzc .kk.bg {
  background-color: #f9f9f9;
}

/* 网络服务 */
.wlfw {
  padding: 0.5rem;
}

.wlfw .k {
  border-top: 1px solid #f2f4fa;
  border-left: 1px solid #f2f4fa;
  border-right: 1px solid #f2f4fa;
  display: flex;
  flex-wrap: wrap;
}

.wlfw .k .tit {
  width: 2.7rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #095785;
  padding: 0.4rem 0.28rem;
  border-right: 1px solid #f2f4fa;
  position: relative;
  z-index: 1;
}

.wlfw .k .tit::after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  height: 0.3rem;
  /* border-right: 1px solid #095785;*/
}

.wlfw .k .tx {
  flex: 1;
  min-width: 0;
}

.wlfw .k .tx ul {
  display: flex;
  flex-wrap: wrap;
}

.wlfw .k .tx ul li {
  width: 33.33%;
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding: 0.4rem 0.28rem;
}

.wlfw .k .tx ul li a {
  display: block;
}

.wlfw .k .tx ul li em {
  background-image: linear-gradient(#095785, #095785);
}

.wlfw .k .tx ul li:hover em {
  color: #095785;
}

/* 4.24校园生活 开始 */

.title {
  position: relative;
  z-index: 1;
  margin-bottom: 0.39rem;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-family: sys;
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1;
  color: #1e3257;
  position: relative;
  z-index: 1;
}

.tit-c h3 span {
  font-weight: bold;
  color: #ba6042;
}

.tit-c h3::after {
  content: '';
  position: absolute;
  bottom: 50%;
  right: 0;
  right: -0.33rem;
  width: 0.33rem;
  height: 0.38rem;
  background: url(../images/tit-zs.png) no-repeat;
  background-size: 100% 100%;
}

.more {}

.more a {
  display: block;
  max-width: 1.3rem;
  font-size: 0.18rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #666;
  border-radius: 0.2rem;
  border: solid 1px #e1ccba;
  margin-top: 0.5rem;
  transition: all 0.5s;
}

.more a i {
  display: inline-block;
  vertical-align: -0.03rem;
  margin-left: 0.05rem;
  width: 0.17rem;
  height: 0.2rem;
  background-image: url(../images/more1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.more a:hover {
  color: #095885;
  background: #ba6042;
  border-color: #ba6042;
  color: #fff;
}

.xz-xysh {}

.xz-xysh1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.75rem 0 1.16rem 0;
  position: relative;
  z-index: 1;
}

.xz-xysh1::before {
  content: '';
  position: absolute;
  top: 0;
  right: calc((-100vw + 16rem)/2);
  width: 6.15rem;
  height: 7.84rem;
  background: url(../images/xz-xysh1bg.png) no-repeat;
  background-size: 100% 100%;
}

.xz-xysh1 .xypic {
  width: 53.75%;
}

.xz-xysh1 .xypic .pic {
  padding-top: 56.16%;
}

.xz-xysh1 .tx {
  width: calc(46.25% - 0.2rem);
  margin: 0.39rem 0.8rem 0.39rem -0.6rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0.5rem;
}

.xz-xysh1 .tx p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  max-height: 1.08rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.xz-xysh1 .tx::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -0.8rem;
  top: 0.8rem;
  width: 0.8rem;
  background-color: #095885;
}


.xz-xysh2::before,
.xz-xysh5::before {
  content: none;
}

.xz-xysh2 {
  padding: 0.7rem 0 0 0;
}

.xz-xysh2::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  left: 0.8rem;
  right: auto;
  width: calc((100vw - 16rem)/2 + 100% - 0.8rem);
  background: #fff;
  box-shadow: 0px 0px 0.81rem 0px rgba(147, 147, 147, 0.09);
  z-index: -1;
}

.xz-xysh2 .tx {
  width: 35%;
  margin: 0 0 0 0.8rem;
  padding-top: 0;
}

.xz-xysh2 .tx::after {
  right: auto;
  left: -0.8rem;
  background-color: #e1ccba;
}

.xz-xysh2 .tx p {
  max-height: 1.44rem;
  -webkit-line-clamp: 4;
}

.xz-xysh2 .r {
  width: 58.125%;
  margin-bottom: -0.85rem;
}

.xz-xysh2 .r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xz-xysh2 .r ul li {
  width: 29.78%;
  position: relative;
  z-index: 1;
}

.xz-xysh2 .r ul li .pic {
  padding-top: 135%;
}

.xz-xysh2 .r ul li .reflect {
  height: 0.65rem;
}

.xz-xysh3 {
  position: relative;
  z-index: 1;
  margin-top: 1.33rem;
  padding-top: 1.3rem;
}

.xz-xysh3 .qiao {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.xz-xysh3 .title {
  text-align: center;
}

.xz-xysh3 .k {
  background: #fff url(../images/xz-xysh3-bx.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 0.5rem;
}

.xz-xysh3 .qh-tit ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.24rem;
  border-bottom: solid 1px #dadada;
}

.xz-xysh3 .qh-tit ul li {
  position: relative;
  z-index: 1;
}

.xz-xysh3 .qh-tit ul li+li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.43rem;
  width: 0.05rem;
  height: 0.3rem;
  background: url(../images/xz-xysh3-x.png) no-repeat;
  background-size: 100% 100%;
}

.xz-xysh3 .qh-tit ul li a {
  display: block;
  font-size: 0.28rem;
  color: #84a2b3;
  position: relative;
  z-index: 1;
}

.xz-xysh3 .qh-tit ul li a::before {
  content: '';
  position: absolute;
  bottom: -0.26rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.13rem;
  height: 0.09rem;
  background: url(../images/xz-xysh3-sj.png) no-repeat;
  background-size: 100% 100%;
}

.xz-xysh3 .qh-tit ul li a::after {
  content: '';
  position: absolute;
  bottom: -0.22rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/s1-qhy.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.xz-xysh3 .qh-tit ul li.on a::after {
  opacity: 1;
  visibility: visible;
}

.xz-xysh3 .qh-tit ul li.on a {
  color: #ba6042;
}

.xz-xysh3 .qh-tit ul li+li {
  margin-left: 0.87rem;
}

.xz-xysh3 .qh-bd {
  position: relative;
  margin-top: 0.5rem;
}

.xz-xysh3 .qh-bd>ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
}

.xz-xysh3 .qh-bd>ul.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.xz-xysh3 .qh-bd>ul li {
  width: 16.66%;
}

.xz-xysh3 .qh-bd>ul li a {
  display: block;
  font-size: 0.2rem;
  padding: 0.2rem 0.1rem;
  text-align: center;
  transition: all 0.5s;
}

.xz-xysh3 .qh-bd>ul li:hover a {
  color: #ba6042;
}

.xz-xysh4 {
  padding: 0.98rem 0 0 0;
}

.xz-xysh4 .title {
  text-align: center;
}

.xz-xysh4 ul {
  display: flex;
  flex-wrap: wrap;
}

.xz-xysh4 ul li {
  width: 31.25%;
}

.xz-xysh4 ul li+li {
  margin-left: 3.125%;
}

.xz-xysh4 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.4rem;
  background-color: #ffffff;
  border-radius: 0px 0.4rem 0px 0.4rem;
  padding: 0 0.1rem;
  transition: all 0.5s;
}

.xz-xysh4 ul li a .icon1 {
  margin-right: 0.2rem;
  height: 0.61rem;
}

.xz-xysh4 ul li a .icon1 img {
  max-height: 0.61rem;
}

.xz-xysh4 ul li a .icon1 img:first-child {
  display: block;
}

.xz-xysh4 ul li a .icon1 img:nth-child(2) {
  display: none;
}

.xz-xysh4 ul li a h3 {
  font-size: 0.24rem;
  transition: all 0.5s;
}


.xz-xysh4 ul li:hover a {
  background: url(../images/xz-xysh4libg.jpg) no-repeat;
  background-size: cover;
}

.xz-xysh4 ul li:hover a h3 {
  color: #fff;
}

.xz-xysh4 ul li:hover a .icon1 img:first-child {
  display: none;
}

.xz-xysh4 ul li:hover a .icon1 img:nth-child(2) {
  display: block;
}

.xz-xysh5 {
  padding-bottom: 0;
}

.xz-xysh5 .tx {
  order: 1;
  margin: 0.39rem -0.6rem 0.39rem 0.8rem;
}

.xz-xysh5 .tx::after {
  right: auto;
  left: -0.8rem;
  background-color: #ba6042;
}

.xz-xysh5 .xypic {
  order: 2;
}

/* 4.24校园生活 结束 */
/* 4.24历史沿革 开始 */
.xz-lsyg .k ul {
  min-height: 8.5rem;
  /* background: url(../images/lsyg-x.png) no-repeat center;
  background-size: 0.9rem auto; */
  padding-top: 0.55rem;
}

.xz-lsyg .k ul li {
  width: 50%;
  padding-bottom: 0.25rem;
  position: relative;
  z-index: 1;
}

.xz-lsyg .k ul li::before {
  content: "";
  position: absolute;
  left: -0.16rem;
  top: 0.05rem;
  width: 0.3rem;
  height: 100%;
  background: url(../images/lsyg-x2.png) repeat-y;
  z-index: -1;
}

.xz-lsyg .k ul li:nth-child(even)::before {
  left: auto;
  right: -0.14rem;
}

.xz-lsyg .k ul li:nth-child(odd) {
  margin-left: 50%;
  padding-left: 0.65rem;
}

.xz-lsyg .k ul li:nth-child(even) {
  padding-right: 0.65rem;
  text-align: right;
}

.xz-lsyg .k ul li a {
  display: block;
}

.xz-lsyg .k ul li h3 {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  position: relative;
  z-index: 1;
}

.xz-lsyg .k ul li h3 span {
  display: block;
  font-family: sys;
  font-size: 0.2rem;
  font-weight: bold;
  margin-right: 0.2rem;
}

.xz-lsyg .k ul li h3::before {
  content: '';
  position: absolute;
  top: 0.08rem;
  left: -0.7rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #095885;
}

.xz-lsyg .k ul li h3::after {
  content: '';
  position: absolute;
  top: 0.14rem;
  left: -1.1rem;
  width: 0.9rem;
  border-bottom: 1px solid #d4d8e4;
  z-index: -1;
}

.xz-lsyg .k ul li:nth-child(even) h3::after {
  left: auto;
  right: -1rem;
  width: 0.7rem;
}

.xz-lsyg .k ul li .tx {
  margin-left: 0.7rem;
  margin-top: 0.2rem;
}

.xz-lsyg .k ul li .tx-img {
  display: inline-block;
  width: 1.72rem;
  position: relative;
}

.xz-lsyg .k ul li .tx-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;

}

.xz-lsyg .k ul li .tx-img::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.4rem;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.xz-lsyg .k ul li:hover .tx-img::before,
.xz-lsyg .k ul li:hover .tx-img::after {
  opacity: 1;
  visibility: visible;
}

.xz-lsyg .k ul li .tx-img img {
  display: inline-block;
  max-width: 100%;
}

.xz-lsyg .k ul li:nth-child(even) h3 {
  justify-content: flex-end;
}

.xz-lsyg .k ul li:nth-child(even) h3 span {
  order: 2;
  margin-left: 0.2rem;
  margin-right: 0;
}

.xz-lsyg .k ul li:nth-child(even) .tx img {
  margin-right: 0.7rem;
}

.xz-lsyg .k ul li:nth-child(even) h3::before {
  background-color: #e1ccba;
  left: auto;
  right: -0.7rem;
}

.xz-lsyg .slick-prev,
.xz-lsyg .slick-next {
  top: auto;
  bottom: 0;
  transform: none;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background-color: #e1ccba;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
  z-index: 9;
  transition: all .5s;
}

.xz-lsyg .slick-prev {
  left: calc(50% - 0.2rem);
  bottom: 0.6rem;
  background-image: url(../images/s4-prev.png);
  transform: rotate(90deg);
}

.xz-lsyg .slick-next {
  right: auto;
  left: calc(50% - 0.2rem);
  background-image: url(../images/s4-next.png);
  transform: rotate(90deg);
}

.xz-lsyg .slick-prev:hover,
.xz-lsyg .slick-next:hover {
  background-color: #095885;
}

/* 4.24历史沿革 结束 */

/* 学生社区服务 */
.xssq {
  position: relative;
}

.xssq-logo {
  display: block;
  width: 6.55rem;
  position: absolute;
  top: -2%;
  right: -12%;
  z-index: -1;
}

.xssq1,
.xssq2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.xssq1 {
  margin-top: 0.7rem;
}

.xssq1 .img {
  width: 40%;
  position: relative;
}

.xssq1 .img::before {
  content: '';
  position: absolute;
  bottom: -0.34rem;
  right: -0.34rem;
  width: 2.47rem;
  height: 1.93rem;
  background: #095885;
  z-index: -1;
}

.xssq1 .img img {
  display: block;
  width: 100%;
}

.xssq1 .tx {
  width: 55.87%;
  padding-top: 0.32rem;
}

.xssq1 .tx .title {
  margin-bottom: 0.6rem;
}

.xssq1 .tx p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  text-align: justify;
}

.xssq2 {
  margin-top: 1.4rem;
}

.xssq2 .img {
  width: 40%;
}

.xssq2 .img img {
  display: block;
  width: 100%;
}

.xssq2 .tx {
  width: 54.75%;
}

.xssq2 .tx ul li {
  padding: 0.34rem 0;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.6);
  position: relative;
}

.xssq2 .tx ul li::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0.82rem;
  border-bottom: 0.04rem solid #095885;
}

.xssq2 .tx ul li:first-child {
  padding-top: 0;
}

.xssq2 .tx ul li .tit2 {
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: bold;
}

.xssq2 .tx ul li p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
  display: flex;
  align-items: flex-start;
}

.xssq2 .tx ul li p img {
  display: block;
  max-width: 0.2rem;
  max-height: 0.21rem;
  margin-right: 0.1rem;
  margin-top: 0.05rem;
}

.xssq3 {
  margin-top: 0.4rem;
}

.xssq3 .tx ul li {
  padding: 0.34rem 0;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.6);
  position: relative;
}

.xssq3 .tx ul li .tit2 {
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: bold;
}

.xssq3 .tx ul li p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}

.xssq3 .tx ul li::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0.82rem;
  border-bottom: 0.04rem solid #095885;
}

.xssq4 {
  margin-top: 0.44rem;
}

.xssq4 ul li {
  padding: 0.42rem;
  background: #f2f6f9;
  border-bottom: 0.05rem solid #095885;
}

.xssq4 ul li .tit3 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #095885;
  margin-bottom: 0.3rem;
}

.xssq4 ul li p {
  font-size: 0.18rem;
  line-height: 0.38rem;
}

/* 社团活动 */
.sthd>.tit {
  text-align: center;
  font-family: sys;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
  padding-bottom: 0.2rem;
  margin-top: 0.54rem;
  position: relative;
}

.sthd>.tit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.58rem;
  border-bottom: 0.04rem solid #095885;
}

.sthd-box>ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.sthd-box>ul li {
  width: 22.75%;
  height: 6.95rem;
  overflow: hidden;
  display: flex;
  transition: all 0.5s;
}

.sthd-box>ul li.on {
  width: 76.375%;
}

.sthd-box>ul li .show {
  width: 3.64rem;
  position: relative;
}

.sthd-box>ul li .show .pic {
  padding-top: 0;
  height: 100%;
}

.sthd-box ul>li .show .tit {
  position: absolute;
  left: 0.8rem;
  bottom: 0.74rem;
  width: calc(100% - 0.8rem);
  z-index: 1;
}

.sthd-box ul>li .show .tit h3 {
  font-family: sys;
  font-size: 0.3rem;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
}

.sthd-box ul>li .show .tit h3::after {
  content: '';
  display: block;
  border-top: 1px solid #FFFFFF;
  flex: 1;
  min-width: 0;
  margin-left: 0.28rem;
}

.sthd-box ul>li.on .show {
  display: none;
}

.sthd-box ul>li .hide {
  display: none;
}

.sthd-box ul>li .hide .l {
  width: 3.64rem;
  background: url(../images/sthd-lbg.jpg) no-repeat center;
  background-size: cover;
  padding: 0.54rem 0 0.54rem 0.8rem;
}

.sthd-box ul>li .hide .l .tit h3 {
  font-family: sys;
  font-size: 0.3rem;
  font-weight: bold;
  color: #FFFFFF;
}

.sthd-box ul>li .hide .l ul li {
  display: block;
  height: auto;
  width: auto;
  font-size: 0.2rem;
  color: #FFFFFF;
  margin-top: 0.54rem;
  padding-left: 0.42rem;
  position: relative;
  cursor: pointer;
}

.sthd-box ul>li .hide .l ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.26rem;
  height: 0.09rem;
  background: url(../images/sthd-jt.png) no-repeat right center;
  background-size: 100% 100%;
  opacity: 0.7;
  transition: all 0.5s;
}

.sthd-box ul>li .hide .l ul li.on {
  padding-left: 0.62rem;
}

.sthd-box ul>li .hide .l ul li.on::before {
  width: 0.46rem;
  opacity: 1;
}

.sthd-box ul>li .hide .l ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-right: 0.13rem solid #fff;
  border-top: 0.12rem solid transparent;
  border-bottom: 0.12rem solid transparent;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.sthd-box ul>li .hide .l ul li.on::after {
  opacity: 1;
  visibility: visible;
}

.sthd-box ul>li .hide .r {
  flex: 1;
  min-width: 0;
  background: rgba(225, 206, 184, 0.2998);
  background: url(../images/sthd-rbg.png) no-repeat center bottom;
  background-size: cover;
  box-shadow: 0px 0.02rem 0.14rem 0px rgba(0, 0, 0, 0.0859);
  padding-top: 0.5rem;
}

.sthd-box ul>li .hide .r .tit {
  width: 2.14rem;
  line-height: 0.55rem;
  background: url(../images/sthd-rtitbg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 0.22rem;
  color: #FFFFFF;
}

.sthd-box ul>li .hide .r {
  position: relative;
}

.sthd-box ul>li .hide .r .k {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.sthd-box ul>li .hide .r .k.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.sthd-box ul>li .hide .r .con {
  overflow-y: auto;
  margin-top: 0.54rem;
}

.sthd-box ul>li .hide .r .con::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #f5f5f5;
}

.sthd-box ul>li .hide .r .con::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e2e2e2;
}

.sthd-box ul>li .hide .r .con::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e9bc96;
}

.sthd-box ul>li .hide .r ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.33rem;
  max-height: 4.6rem;
}

.sthd-box ul>li .hide .r ul li {
  width: 50%;
  height: auto;
  display: flex;
  display: block;
}

.sthd-box ul>li .hide .r ul li a {
  display: block;
  margin: 0.12rem 0.17rem;
  line-height: 0.54rem;
  text-align: center;
  background: url(../images/sthd-rli.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.18rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0.05rem;
  transition: all 0.5s;
}

.sthd-box ul>li .hide .r ul li:hover a {
  color: #095885;
}

.sthd-box ul>li.on .hide {
  display: flex;
  width: 12.22rem;
}

/* 体育健康 */
.tyjk1 .qh-tit ul li.on a {
  background: url(../images/xz-xysh4libg.jpg) no-repeat;
  background-size: cover;
}

.tyjk1 .qh-tit ul li.on a h3 {
  color: #fff;
}

.tyjk1 .qh-tit ul li.on a .icon1 img:first-child {
  display: none;
}

.tyjk1 .qh-tit ul li.on a .icon1 img:nth-child(2) {
  display: block;
}

.tyjk1 .qh-bd {
  position: relative;
overflow: hidden;
}

.tyjk1 .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.tyjk1 .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.tyjk1 .xz-xysh5 .tx::after {
  background-color: #095486;
}

.tyjk1 .xz-xysh5 .tit-c h3 {
  font-size: 0.32rem;
  color: #085386;
}

.tyjk1 .xz-xysh5 .tx p {
  max-height: 1.44rem;
  -webkit-line-clamp: 4;
}

.tyjk2 {
  overflow-x: auto;
  margin-top: 1rem;
}

.tyjk2 table {
  width: 100%;
  min-width: 7.68rem;
  border-collapse: collapse;
  border-bottom: 0.1rem solid #265780;
  border-left: 0.05rem solid #fff;
  border-right: 0.05rem solid #fff;
}

.tyjk2 table th {
  background-color: #265780;
  line-height: 0.68rem;
  text-align: center;
  font-size: 0.22rem;
  color: #fff;
  position: relative;
}

.tyjk2 table th+th::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.34rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.tyjk2 table tr td {
  font-size: 0.2rem;
  line-height: 0.26rem;
  padding: 0.14rem 0;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.tyjk2 table tr td+td::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.34rem;
  border-left: 1px solid #dfdfdf;
}

.tyjk2 table tr:nth-child(2) td {
  background-color: #d4dde6 !important;
  line-height: 0.68rem;
  font-size: 0.22rem;
  padding: 0;
  text-align: center;
  position: relative;
}

.tyjk2 table tr:nth-child(2) td:nth-child(5)::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.34rem;
  border-left: 1px solid #a8adb3;
}

.tyjk2 table tr:nth-child(even) td {
  background-color: #f4f8fb;
}





@media screen and (max-width: 1560px) {
  .art-main {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {

  .banner::after,
  .banner::before {
    content: none;
  }

  .left-box {
    background: none;
  }

  .nymain {
    padding-top: 0.3rem;
  }

  .nymain .leftNav .leftNav-tit {
    width: 100%;
    height: auto;
    line-height: inherit;
    margin-top: 0;
  }

  .nymain .leftNav .leftNav-tit::before {
    content: 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;
    padding-top: 0;
    font-weight: 600;
    background: #095885;
    color: #fff;
    padding-bottom: 0;
  }

  .nymain .leftNav .leftNav-tit>h2>i {
    color: #fff;
  }

  .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 {
    margin-top: 0;
    border-radius: 0;
    padding-right: 0;
  }

  .nymain .leftNav>ul>li {
    float: none;
    width: auto;
  }

  .nymain .leftNav>ul>li::before {
    display: none !important;
  }

  .nymain .leftNav>ul>li>ul {
    position: static;
    display: none;
    transform: none;
    margin: 0 0.2rem;
    padding: 0.1rem 0;
    background: none;
    box-shadow: none;
    border-top: 0;
    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;
    color: #666;
  }

  .nymain .leftNav>ul>li>span {
    display: block;
    transition: all 0.5s;
  }

  .nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
  }

  .nymain .leftNav>ul>li>a::after {
    top: 50%;
    width: auto;
    height: 0.36rem;
    border-top: none;
    border-left: 0.04rem solid #ba6042;
    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 .leftNav {
    width: 100%;
    display: block;
  }

  .nymain .leftNav ul li a {
    line-height: 0.56rem;
    margin: 0;
    padding: 0 0.2rem;
    color: #333;
  }

  .nymain .leftNav ul {
    display: none;
    padding-bottom: 0;
    box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
    background: #fff;
  }

  .nymain .leftNav>ul>li:hover>a,
  .nymain .leftNav>ul>li.on>a {
    color: #ba6042;
  }

  .position {
    display: block;
    margin-top: 0.15rem;
    padding-right: 0;
    margin-left: 0;
    margin-top: 0;
  }

  .position span,
  .position a {
    font-size: 12px;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .pagination {
    padding-top: 0.4rem;
  }

  .ny-right {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }

  .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;
  }

  .list-ld ul li {
    width: 100%;
    margin-top: 0.4rem;
  }

  .list-ld {
    padding: 0 0.2rem;
  }

  .list-ld ul li .tit h3 {
    font-size: 0.26rem;
  }

  .list-ld ul li .fbt {
    font-size: 0.18rem;
    margin-top: 0.2rem;
  }

  .list-ld ul li a {
    padding: 0.2rem 0.2rem 0.2rem 0;
  }

  .list-ld ul li .l {
    width: 2rem;
  }

  .list-ld ul li .l::after {
    width: 2rem;
    height: 2rem;
  }

  .zzjg-box .tit {
    padding: 0 0.2rem;
  }

  .zzjg-box h3 {
    line-height: 0.5rem;
    font-size: 0.26rem;
  }

  .zzjg-box ul li {
    width: 100%;
  }

  .zzjg-box ul {
    padding: 0.2rem;
    background-size: 1.66rem auto;
  }

  .zzjg-box ul li a {
    padding: 0.15rem 0;
  }

  .text-list ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .text-list ul li {
    margin-top: 0.2rem;
  }

  .text-list ul li a {
    padding: 0.2rem;
  }

  .tw ul li .pick {
    width: 3.4rem;
  }

  .tw ul li .text-list-r {
    padding: 0 0.2rem;
  }

  .tw ul li .text-list-r h3 {
    font-size: 0.18rem;
    margin-top: 0.15rem;
  }

  .tw ul li .text-list-r p {
    margin-top: 0.1rem;
  }

  .tw ul li .text-list-r span {
    font-size: 0.16rem;
  }

  .tw ul li .text-list-r .gd {
    margin-top: 0.1rem;
  }

  .tw ul li:hover a {
    background-size: 1.6rem auto;
  }

  .art-main .art-tit h3 {
    font-size: 0.26rem;
  }

  .art-main .cont-tit p span {
    font-size: 0.16rem;
    margin: 0 0.15rem;
  }

  .art-main .cont-tit p {
    margin-top: 0.2rem;
  }

  .art-main .art-tit {
    margin-top: 0.4rem;
    padding: 0.2rem;
  }

  .art-main .art-body {
    padding-top: 0.3rem;
  }

  .art-main .art-body p {
    font-size: 0.18rem !important;
  }
  .art-main .art-body1 p {
    font-size: 0.18rem !important;
  }

  .pnext {
    font-size: 0.18rem;
  }

  .pnext p {
    width: 100%;
    text-align: left !important;
  }

  .fhlb a {
    width: 1.6rem;
    margin-top: 0.3rem;
  }

  .yjjg1 {
    margin-top: 0.3rem;
    padding: 0.2rem;
  }

  .yjjg1 h3 {
    font-size: 0.26rem;
  }

  .yjjg1 .k p {
    margin-top: 0.3rem;
  }

  .gyzc h4 span {
    font-size: 0.16rem;
  }

  .gyzc .k .tit {
    font-size: 0.22rem;
  }

  .gyzc .kk {
    padding: 1px 0.2rem 0.2rem;
    margin-top: 0.2rem;
  }

  .wlfw .k {
    padding: 0.2rem 0;
  }

  .wlfw .k .tit {
    width: 100%;
    padding: 0.2rem;
    font-size: 0.22rem;
  }

  .wlfw .k .tx {
    flex: none;
    width: 100%;
  }

  .wlfw .k .tit::after {
    top: 0.2rem;
  }

  .wlfw .k .tx ul li {
    padding: 0.1rem 0.2rem;
  }

  .wlfw .k .tx ul li {
    width: 100%;
  }

  .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 h3 {
    font-size: 0.24rem;
  }

  .img-list1 ul {
    width: 100% !important;
  }

  .img-list1 ul:nth-child(2) li {
    margin-top: 0.2rem !important;
  }

  .img-lists ul li {
    width: 48%;
  }

  /* 1.24 */
  .xz-xysh1 {
    padding: 0.4rem 0;
  }

  .xz-xysh1 .xypic {
    width: 100%;
  }

  .xz-xysh1 .tx {
    width: 100%;
    margin: 0 0.2rem 0.2rem 0;
    padding: 0.2rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c h3::after {
    width: 0.2rem;
    height: 0.23rem;
    right: -0.23rem;
  }

  .more a {
    max-width: 1.2rem;
    font-size: 0.15rem;
    height: 0.34rem;
    line-height: 0.34rem;
    padding: 0 0.15rem;
    margin-top: 0.2rem;
  }

  .more a i {
    width: 0.12rem;
    height: 0.14rem;
    vertical-align: -0.01rem;
  }

  .xz-xysh1 .tx::after {
    width: 0.2rem;
    right: -0.2rem;
  }

  .xz-xysh1 .tx p {
    font-size: 0.16rem;
  }

  .xz-xysh2::before {
    content: none;
  }

  .xz-xysh2 .tx::after {
    right: auto;
    left: -0.2rem;
  }

  .xz-xysh2 .tx {
    margin: 0 0 0.2rem 0.2rem;
  }

  .xz-xysh2 .r {
    width: 100%;
    margin-bottom: -0.85rem;
  }

  .xz-xysh3 {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
  }

  .xz-xysh3 .k {
    padding: 0.2rem;
  }

  .xz-xysh3 .qh-tit ul li a {
    font-size: 0.22rem;
  }

  .xz-xysh3 .qh-bd>ul li a {
    font-size: 0.18rem;
  }

  .xz-xysh3 .qh-bd>ul li {
    width: 33.33%;
  }

  .xz-xysh4 {
    padding: 0.4rem 0 0 0;
  }

  .xz-xysh4 ul li a h3 {
    font-size: 0.18rem;
  }

  .xz-xysh4 ul li {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0.2rem;
  }

  .xz-xysh4 ul li:first-child {
    margin-top: 0;
  }

  .xz-xysh4 ul li a {
    height: 1rem;
  }

  .xz-xysh4 ul li a .icon1 {
    height: 0.41rem;
  }

  .xz-xysh4 ul li a .icon1 img {
    max-height: 0.41rem;
  }

  .xz-xysh5 .tx {
    margin: 0 0 0.2rem 0.2rem;
  }

  .xz-xysh5 .tx::after {
    left: -0.2rem;
  }

  .xssq-logo {
    width: 3.55rem;
    right: -0.2rem;
    top: 7%;
  }

  .xssq1 .img::before {
    bottom: -0.2rem;
    right: -0.2rem;
  }

  .xssq1 .tx {
    padding-top: 0;
  }

  .xssq1 .tx .title {
    margin-bottom: 0.3rem;
  }

  .xssq1 .tx {
    width: 100%;
  }

  .xssq1 .img {
    width: 100%;
    margin-top: 0.3rem;
  }

  .xssq2 {
    margin-top: 0.6rem;
  }

  .xssq2 .img {
    width: 100%;
    order: 2;
    margin-top: 0.3rem;
  }

  .xssq2 .tx {
    width: 100%;
    order: 1;
  }

  .xssq2 .tx ul li .tit2,
  .xssq3 .tx ul li .tit2 {
    font-size: 0.2rem;
  }

  .xssq3 {
    margin-top: 0;
  }

  .xssq4 {
    margin-top: 0.3rem;
  }

  .xssq4 ul li {
    padding: 0.2rem;
    border-bottom-width: 0.03rem;
  }

  .sthd-box>ul {
    display: block;
  }

  .sthd-box>ul>li {
    width: 100% !important;
  }

  .sthd-box>ul>li+li {
    margin-top: 0.3rem;
  }

  .sthd-box>ul li .show {
    display: none !important;
  }

  .sthd-box ul>li .hide {
    width: 100% !important;
    display: flex !important;
  }

  .sthd>.tit {
    font-size: 0.26rem;
    padding-bottom: 0.15rem;
    margin-top: 0.3rem;
  }

  .sthd-box ul>li .hide .l {
    width: 2.64rem;
    padding: 0.3rem 0 0.3rem 0.3rem;
  }

  .sthd-box ul>li .hide .l .tit h3 {
    font-size: 0.26rem;
  }

  .sthd-box ul>li .hide .l ul li {
    font-size: 0.18rem;
    margin-top: 0.3rem;
  }

  .sthd-box ul>li .hide .r .tit {
    font-size: 0.2rem;
  }

  .sthd-box ul>li .hide .r {
    padding-top: 0.3rem;
  }

  .sthd-box ul>li .hide .r ul {
    margin-top: 0.3rem;
  }

  .tyjk1 .xz-xysh5 .tit-c h3 {
    font-size: 0.22rem;
  }

  .tyjk2 table th {
    font-size: 0.18rem;
  }

  .tyjk2 table tr td {
    font-size: 0.16rem;
  }

  .tyjk2 table tr:nth-child(2) td {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {
  .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;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  /* 4.24 */
  .xz-lsyg .k ul {
    background-position: left center;
    background-size: 0.6rem auto;
    padding-bottom: 1.2rem;
  }

  .xz-lsyg .k ul li {
    width: auto;
    padding-left: 0.6rem !important;
    text-align: left !important;
  }

  .xz-lsyg .k ul li h3::before {
    left: -0.34rem !important;
    right: 0 !important;
  }

  .xz-lsyg .k ul li:nth-child(odd) {
    margin-left: 0;
  }

  .xz-lsyg .k ul li:nth-child(even) h3 {
    justify-content: flex-start;
  }

  .xz-lsyg .k ul li:nth-child(even) h3 span {
    order: inherit;
    margin-right: 0.2rem;
    margin-left: 0;
  }

  .xz-lsyg .k ul li:nth-child(even)::before {
    right: 0;
    left: -0.16rem;
  }

  .xz-lsyg .k ul li::before {
    top: 0.03rem;
  }

  .xz-lsyg .k ul li h3::after {
    content: none;
  }

  .sthd-box ul>li .hide .l {
    width: 100%;
  }

  .sthd-box ul>li .hide {
    flex-wrap: wrap;
  }

  .sthd-box ul>li .hide .r {
    flex: none;
    width: 100%;
    padding-bottom: 0.5rem;
  }

  .sthd-box>ul>li {
    height: auto;
  }

  .sthd-box ul>li .hide .r ul {
    padding: 0;
  }

  .sthd-box ul>li .hide .r ul li {
    width: 100%;
  }

  .sthd-box ul>li .hide .l ul li::after {
    border-right-width: 0.1rem;
    border-top-width: 0.09rem;
    border-bottom-width: 0.09rem;
  }

  .sthd-box>ul {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 640px) {
  .art-main .art-body table {
    overflow-x: scroll;
    display: block;
  }

  .xz-xysh3 .qh-bd>ul li {
    width: 50%;
  }

  .xz-xysh3 .qh-bd>ul li a {
    padding: 0.1rem;
  }
}

@media screen and (max-width: 480px) {
  .img-lists ul li a>img {
    height: 100px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 12px;
  }

  .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;
    border-radius: 0;
  }

  .list-ld ul li .l {
    margin: 0 auto;
  }

  .list-ld ul li .l::after {
    top: 0.1rem;
  }

  .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;
  }

  .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;
  }
}

@media screen and (max-width: 320px) {
  .img-lists ul li a>img {
    height: 84px;
  }
}



.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
  margin: 5px 0px 0px 5px !important;
}

.pb_sys_common .p_t {
  margin-top: 5px !important;
}

.pb_sys_style1 .p_no_d {
  border: 1px solid #295782 !important;
  background-color: #295782 !important;
}