@charset "utf-8";

/* 公共 */
.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}

.pich:hover .pic img {
  transform: scale(1.1);
}

.pic::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: 0.25;
  pointer-events: none;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 53) 50%,
      rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 53) 50%,
      rgba(255, 255, 255, 0) 70%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 3;
}

.pich:hover .pic:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.pic div.a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pich:hover .pic div.a {
  width: 110%;
  height: 110%;
}

/* 公共 */

.banner {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
  z-index: 1;
}

.banner>img {
  display: block;
  width: 100%;
}

.banner::after {
  content: "";
  position: absolute;
  bottom: -2.96rem;
  left: 0;
  right: 0;
  background: url(../images/nyban-yy2.png) no-repeat center bottom;
  background-size: 100% 100%;
  height: 5.16rem;
  z-index: 1;
}

.banner .banner-tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  z-index: 2;
}

.banner .banner-tit .lmmc {
  font-size: 0.48rem;
  text-shadow: 0.03rem 0.03rem 0.07rem rgba(4, 0, 0, 0.23);
  color: #fff;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.8rem;
}



/* 主体 */
.content {
  position: relative;
  z-index: 1;
}

.content::before {
  /* content: ''; */
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  background: url(../images/nyban-yy2.png) no-repeat center bottom;
  background-size: 100% 100%;
  height: 5.16rem;
  z-index: -1;
}

.nymain {
  padding: 0.4rem 0  0;
  background: url(../images/xyjjbg2.png) no-repeat center top;
  background-size: cover;
}

.left-box {
  position: relative;
  z-index: 2;
  margin-bottom: 0.4rem;
}

.nymain .leftNav {
  position: relative;
  z-index: 2;
  font-size: 0;
}

.nymain .leftNav .leftNav-tit {
  width: 100%;
  display: none;
}

.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;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e9e9e9;
}

.nymain .leftNav>ul>li {
  position: relative;
  margin-left: 0.2rem;
}

.nymain .leftNav>ul>li:first-child {
  margin-left: 0;
}

.nymain .leftNav>ul>li>span {
  position: absolute;
  right: 0;
  top: 0.06rem;
  width: 0.56rem;
  height: 0.56rem;
  background: url(../images/raw-b.png) no-repeat center;
  background-size: 0.12rem auto;
  cursor: pointer;
  display: none;
}

.nymain .leftNav>ul>li>a {
  font-size: 0.2rem;
  line-height: 0.54rem;
  padding: 0 0.2rem;
  color: #333;
  position: relative;
  transition: all 0.4s;
}

.nymain .leftNav>ul>li>a::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: 1.1rem;
  height: 0.23rem;
  background: url(../images/left-zsj.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.nymain .leftNav>ul>li>a::after {
  content: "";
  position: absolute;
  bottom: -0.21rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg,
      rgba(118, 209, 247, 0.2) 0%,
      rgba(82, 158, 228, 0.6) 21%,
      #1d53c8 51%,
      rgba(26, 79, 199, 0.98) 53%,
      rgba(72, 145, 223, 0.6) 76%,
      rgba(118, 209, 247, 0.2) 100%);
  transform: scaleX(0);
  transition: all 0.4s;
}

.nymain .leftNav>ul>li:hover>a,
.nymain .leftNav>ul>li.on>a {
  color: #fff;
  /* background: url(../images/left-libg.png) no-repeat;
    background-size: 100% 100%; */
  /* background-image: linear-gradient(0deg,
            rgba(53, 158, 212, 1) 0%,
            #0b46c4 100%),
        linear-gradient(#0b42c2,
            #0b42c2);
    background-blend-mode: normal,
        normal; */
  /* clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%, 0 10px); */
}

.nymain .leftNav>ul>li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.54rem;
  background-image: linear-gradient(0deg,
      rgba(53, 158, 212, 1) 0%,
      #0b46c4 100%),
    linear-gradient(#0b42c2,
      #0b42c2);
  background-blend-mode: normal,
    normal;
  clip-path: polygon(0.15rem 0, calc(100% - 0.15rem) 0, 100% 0.15rem, 100% 100%, 0 100%, 0 0.15rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.nymain .leftNav>ul>li:hover::before,
.nymain .leftNav>ul>li.on::before {
  opacity: 1;
  visibility: visible;
}

.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 {
  opacity: 1;
  visibility: visible;
}

.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 {}

.nymain .leftNav>ul>li>div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  width: 100%;
  top: 100%;
  transition: all 0.5s;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.nymain .leftNav>ul>li>div>ul {
  margin-top: 0.2rem;
  background: #fff;
  border-top: 0.02rem solid #0b46c4;
  padding: 0.1rem 0;
  box-shadow: 0 0.1rem 0.15rem 0 rgba(0, 0, 0, 0.1);
}

.nymain .leftNav>ul>li:hover>div {
  transform: translateX(-50%) scaleY(1);
  visibility: visible;
  opacity: 1;
}

.nymain .leftNav>ul>li>div>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding: 0.07rem 0.1rem;
  color: #666;
  text-align: center;
  margin: 0;
}

.nymain .leftNav>ul>li>div>ul>li:hover>a {
  color: #0a39bf;
}

.ny-right {
  min-height: 4rem;
}

.ny-rk {
  position: relative;
}

.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: #0b46c4;
}

/* 列表页 */
.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: flex-start;
  background: #ffffff;
  box-shadow: 0px 0.04rem 0.15rem 0px rgba(219, 219, 219, 0.5);
  padding: 0.4rem;
  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: #0a39bf;
  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: Arial;
  color: #0a39bf;
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  padding-bottom: 0.36rem;
  border-right: 1px solid rgba(9, 88, 133, 0.2);
}

.text-list ul li a .date b {
  display: block;
  font-size: 0.38rem;
  line-height: 1;
}

.text-list ul li a .date span {
  display: block;
  font-size: 0.18rem;
  line-height: 1;
  margin-top: 0.1rem;
}

.text-list ul li a .tx {
  flex: 1;
  min-width: 0;
}

.text-list ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.text-list ul li a .tx p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  max-height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #999;
  margin-top: 0.1rem;
}

.text-list ul li:hover a .tx p {
  color: #999;
}

.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 .art-tit {}

.art-main .art-tit h3 {
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.4rem;
}

.art-main .art-body {
  padding-top: 0.64rem;
}

.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.3rem !important;
  text-align: justify;
  word-break: break-all;
  background: none !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;
  margin-top: 0px;
}


.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: 1px solid #0a39bf;
  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: #0a39bf;
}

.pnext p:hover a {
  color: #0a39bf;
}

/* 图片列表 */
.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 {
  overflow: hidden;
}

.img-lists ul {
  overflow: hidden;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.img-lists ul li {
  float: left;
  width: 17%;
  margin: 0 1.5% 0.4rem 1.5%;
  transition: all 0.4s;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 130.5%;
}

.img-lists ul li a .pic .pt {
  position: absolute;
  max-width: calc(100% - 0.2rem);
  left: 0.1rem;
  bottom: 0.1rem;
  display: inline-block;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  background-color: rgba(20, 194, 215, 0.6);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.img-lists ul li:nth-child(2) a .pic .pt {
  background-color: rgba(14, 56, 128, 0.6);
}

.img-lists ul li:nth-child(3) a .pic .pt {
  background-color: rgba(14, 117, 138, 0.6);
}

.img-lists ul li:nth-child(4) a .pic .pt {
  background-color: rgba(13, 66, 148, 0.6);
}

.img-lists ul li:nth-child(5) a .pic .pt {
  background-color: rgba(9, 86, 130, 0.6);
}

.img-lists ul li:nth-child(6) a .pic .pt {
  background-color: rgba(65, 67, 168, 0.6);
}

.img-lists ul li:nth-child(7) a .pic .pt {
  background-color: rgba(32, 90, 130, 0.6);
}

.img-lists ul li:nth-child(8) a .pic .pt {
  background-color: rgba(57, 79, 116, 0.6);
}

.img-lists ul li:nth-child(9) a .pic .pt {
  background-color: rgba(120, 68, 60, 0.6);
}

.img-lists ul li a>div.info {
  padding-top: 0.2rem;
  font-size: 0;
  text-align: center;
}

.img-lists ul li a>div.info p {
  font-size: 0.2rem;
  padding: 0 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 专题 */
.ztjy ul li {
  width: 47%;
}

.ztjy ul li a .pic {
  padding-top: 44.44%;
}

/*领导*/
.list-ld {
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.11rem 0.05rem rgba(45, 45, 45, 0.08);
}

.list-ld .ld-tit {
  height: 0.8rem;
  background-image: linear-gradient(90deg,
      #347ed9 0%,
      #1a4fc7 51%,
      #438feb 100%);

}

.list-ld .ld-tit h3 {
  height: 100%;
  color: #fff;
  font-size: 0.28rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-ld .ld-tit h3 img {
  width: 0.25rem;
  margin-right: 0.2rem;
}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.45rem;
}

.list-ld ul li {
  width: 47.36%;
  padding: 0.4rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.list-ld ul li:first-child:after,
.list-ld ul li:nth-child(2):after {
  content: none;
}

.list-ld ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg,
      #85e6ff 0%,
      #4890df 20%,
      #0a39bf 52%,
      #4890df 83%,
      #85e6ff 100%);
  opacity: 0.2;
}

.list-ld ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.list-ld ul li .l {
  width: 1.58rem;
  text-align: right;
  margin-right: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #0a39bf;
  text-align: justify;
  text-justify: distribute-all-lines;
  /*这行必加，兼容ie浏览器*/
  text-align-last: justify;
}


.list-ld ul li .r {
  flex: 1;
  min-width: 0;
}

.list-ld ul li .r a {
  display: inline-block;
  line-height: 0.34rem;
  font-size: 0.22rem;
  margin-right: 0.6rem;
  margin-bottom: 0.1rem;
  transition: all 0.5s;
}

.list-ld ul li .r a:hover {
  /* color: #0a39bf; */
}

/* 师资列表页 */
.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: 0.1rem 0;
  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-con {
  margin-top: 0.57rem;
  border-bottom: 3px solid #0a39bf;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  box-shadow: 0px 0px 10px 0px rgba(1, 117, 182, 0.2);
  padding: 0.23rem;
}

.sz-con .pic1 {
  width: 2.1rem;
}

.sz-con .pic1 img {
  display: block;
  max-width: 100%;
}

.sz-r {
  flex: 1;
  min-width: 0;
  padding-left: 0.4rem;
  width: auto;
}

.sz-ty {
  overflow: hidden;
}

.sz-ty h3 {
  font-size: 0.24rem;
  font-weight: bold;
}

.sz-ty .zc {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #666;
}

.sz-ty>div {
  margin-top: 0.2rem;
  border-top: 1px solid #d2d2d2;
  padding-top: 0.2rem;
}

.sz-ty>div p {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #666666;
}

.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;
}

.WordSection1 h2 {
  background-color: #f5f5f5;
  border-left: 5px solid #004dca;
  padding: 0.1rem 0.2rem;
  margin: 0;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
  font-size: 0;
}

.WordSection1 h2 span {
  display: block;
  font-family: "微软雅黑" !important;
  font-size: 0.26rem;
  font-weight: bold;
  color: #333 !important;
}

/* 图文列表页  start */
.tw ul li {
  margin-bottom: 0.7rem;
}

.tw ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tw ul li .pick {
  width: 4.3rem;
  margin-right: 0.5rem;
}

.tw ul li .pic {
  padding-top: 65.11%;
}

.tw ul li .text-list-r {
  flex: 1;
  min-width: 0;
}

.tw ul li .text-list-r h3 {
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.tw ul li .text-list-r p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  max-height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #999;
  margin-top: 0.35rem;
  transition: all 0.5s;
}

.tw ul li .text-list-r .gd {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.2rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #999;
  background: url(../images/tw-jt.png) no-repeat right center;
  background-size: 0.12rem auto;
  padding-right: 0.5rem;
  transition: all 0.5s;
}

.tw ul li:hover .text-list-r .gd {
  color: #fe696a;
  border-bottom-color: #fe696a;
  background: url(../images/tw-jt2.png) no-repeat right center;
  background-size: 0.12rem auto;
  opacity: 0.7;
}

/* 组织机构 */
.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(#0a39bf, #0a39bf);
}

.zzjg-box ul li:hover a em {
  color: #0a39bf;
  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 #0a39bf;
  font-family: sys;
  font-size: 0.3rem;
  color: #0a39bf;
  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;
}

/* 研究机构模版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 #0a39bf;
}

.yjjg1 h3 {
  font-family: sys;
  font-size: 0.38rem;
  text-align: center;
  color: #0a39bf;
  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: #0a39bf;
  font-weight: bold;
}

.gyzc .kk {
  padding: 1px 0.3rem 0.3rem;
  margin-top: 0.3rem;
}

.gyzc .kk.bg {
  background-color: #f9f9f9;
}

/* 系所设置 */
.xssz .tit {
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
}

.xssz .k {
  margin-top: 0.5rem;
}

.xssz .k>h3 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #1040c2;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.xssz .k ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xssz .k ul li {
  width: 48%;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.xssz .k ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.66rem;
  position: relative;
  z-index: 1;
}

.xssz .k ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.2rem;
  width: 0;
  background-image: linear-gradient(97deg,
      #1a4fc7 0%,
      #76d1f7 100%),
    linear-gradient(#c43745,
      #c43745);
  background-blend-mode: normal,
    normal;
  z-index: -1;
  /* transition: all 0.5s;*/
}

.xssz .k ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.xssz .k ul li a .gd {
  margin-right: 0.3rem;
  margin-left: 0.2rem;
  width: 0.37rem;
  height: 0.21rem;
  background: url(../images/xssz-jt1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.xssz .k ul li:hover a::before {
  width: calc(100% + 0.2rem);
}

.xssz .k ul li:hover a h3 {
  color: #fff;
}

.xssz .k ul li:hover a .gd {
  background: url(../images/xssz-jt2.png) no-repeat;
  background-size: 100% 100%;
}

/* 党团组织 */
.dtzz {}

.dtzz .tit {
  text-align: center;
  font-size: 0.34rem;
  color: #1040c2;
  margin-bottom: 0.45rem;
}

.dtzz .k {
  overflow-x: auto;
}

.dtzz table {
  width: 100%;
  min-width: 14rem;
  border-bottom: solid 1px #e9e9e9;
  border-right: solid 1px #e9e9e9;
}

.dtzz table th {
  line-height: 1rem;
  font-size: 0.26rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  border-left: solid 1px #e9e9e9;
  background-image: linear-gradient(180deg,
      #1a4fc7 0%,
      #76d1f7 100%);

}

.dtzz table td {
  border-left: solid 1px #e9e9e9;
  border-top: solid 1px #e9e9e9;
  text-align: center;
  line-height: 0.34rem;
  padding: 0.2rem 0.1rem;
  font-size: 0.22rem;
}

/* 师资队伍 */
.szdw {}

.szdw-tit {
  background-color: #f1f5f9;
  padding: 0.45rem 0.55rem;
}

.szdw-tit ul li {
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  align-items: flex-start;
  margin-top: 0.3rem;
}

.szdw-tit ul li:first-child {
  margin-top: 0;
}

.szdw-tit ul li .tit {
  margin-right: 0.2rem;
  line-height: 0.34rem;
}

.szdw-tit ul li .r {
  flex: 1;
  min-width: 0;
}

.szdw-tit ul li .r span {
  display: inline-block;
  margin-right: 0.35rem;
  line-height: 0.34rem;
  cursor: pointer;
  margin-bottom: 0.2rem;
}

.szdw-tit ul li:first-child .r span {
  margin-right: 0.65rem;
  transition: all 0.5s;
}

.szdw-tit ul li .r span:hover,
.szdw-tit ul li .r span.on a {
  color: #ff5253;
}

.szdw-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.szdw-con .k {
  width: 48%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.szdw-con .k .num {
  width: 0.7rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.36rem;
  color: #fff;
  background-image: linear-gradient(0deg,
      #73cdf6 0%,
      #0a3ec1 100%,
      #769be0 100%,
      #e2f8ff 100%,
      #769be0 100%,
      #0a3ec1 100%),
    linear-gradient(#eff3f6,
      #eff3f6);
  background-blend-mode: normal,
    normal;
  border-radius: 0.24rem 0px 0.24rem 0px;
  margin-right: 0.34rem;
  position: relative;
  z-index: 1;
}

.szdw-con .k .num::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  /* height: 5rem; */
  background: linear-gradient(180deg, #d8effd 50%, rgba(0, 0, 0, 0) 100%);
}

.szdw-con .k .r {
  flex: 1;
  min-width: 0;
}

.szdw-con .k .r table {
  width: 100%;
}

.szdw-con .k .r table th {
  background-color: #f1f5f9;
  line-height: 0.5rem;
  font-size: 0.2rem;
  font-weight: normal;
}

.szdw-con .k .r table th:nth-child(3),
.szdw-con .k .r table td:nth-child(3) {
  text-align: left;
  padding-left: 0.5rem;
}

.szdw-con .k .r table td {
  line-height: 0.5rem;
  font-size: 0.18rem;
  text-align: center;
}

/* 学院简介 */
.xyjj {
  padding-top: 1rem;
}

.xyjj .k1 h3 {
  font-size: 0.6rem;
  color: #1040c2;
  line-height: 0.4rem;
}

.xyjj .k1 .box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.xyjj .k1 .box::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc((100vw - 15.2rem) / 2 + 100%);
  background-image: linear-gradient(180deg,
      #0a39bf 0%,
      #76d1f7 100%);
  z-index: -1;
}

.xyjj .k1 .k1-txt {
  flex: 1;
  min-width: 0;
  padding: 1rem 1rem 0.2rem 1rem;
}

.xyjj p {
  font-size: 0.2rem;
  line-height: 0.48rem;
}

.xyjj .k1 p {
  color: #fff;
}

.xyjj .k1 .k1-pic {
  width: 5.35rem;
  margin-top: -0.9rem;
}

.xyjj .k1 .k1-pic img {
  display: block;
  width: 100%;
}

.xyjj .k2 {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.xyjj .k2::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((-100vw + 15.2rem)/2);
  width: 100vw;
  background: url(../images/xyjj2-bg.png) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}

.xyjj .k2 .qh-tit ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xyjj .k2 .qh-tit ul li {
  cursor: pointer;
  width: 20%;
}

.xyjj .k2 .qh-tit ul li .ico {
  width: 1.06rem;
  height: 1.06rem;
  margin: 0 auto;
  background: url(../images/ibg.png) no-repeat 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: .3s;
}

.xyjj .k2 .qh-tit ul li .icos {
  width: .68rem;
  height: .68rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xyjj .k2 .qh-tit ul li .icos .icoCo {
  width: .4rem;
  height: .4rem;
}

.icoCo {
  position: relative;
  display: block
}

.icoCo img {
  height: 100%;
  transition: .3s
}

.icoCo img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}

.icoCo img:last-child,
.on .icoCo img:first-child {
  opacity: 0;
  visibility: hidden
}

.on .icoCo img:last-child {
  opacity: 1;
  visibility: visible
}

@media (min-width:1025px) {
  .icoCop:hover .icoCo img:first-child {
    opacity: 0;
    visibility: hidden
  }

  .icoCop:hover .icoCo img:last-child {
    opacity: 1;
    visibility: visible
  }
}

.xyjj .k2 .qh-tit ul li .ico .cirs {
  width: .82rem;
  height: .82rem;
  background: url(../images/ibgcir.png) no-repeat 50%;
  background-size: cover;
  position: absolute;
  top: .12rem;
  left: .12rem;
  animation: roted 5s linear infinite;
  animation-play-state: paused;
}

.xyjj .k2 .qh-tit ul li .ico .cirs::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: -3px;
}

@keyframes roted {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.xyjj .k2 .qh-tit ul li h3 {
  margin-top: 0.3rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.45rem;
  transition: all 0.5s;
}

.xyjj .k2 .qh-tit ul li.on .ico .cirs {
  animation-play-state: running;
}

.xyjj .k2 .qh-tit ul li.on .ico {
  background: url(../images/ibgon.png) no-repeat 50%;
  background-size: cover;
}

.xyjj .k2 .qh-tit ul li.on h3 {
  font-size: 0.3rem;
  color: #0a39bf;
}

.xyjj .k2 .qh-bd {
  position: relative;
  margin-top: 0.65rem;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.5rem;
}

.xyjj .k2 .qh-bd::before {
  content: '';
  position: absolute;
  top: -0.24rem;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 0.24rem solid #fff;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
}

.xyjj .k2 .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.xyjj .k2 .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.xyjj .k2 .qh-bd .k2-3 .kt ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.xyjj .k2 .qh-bd .k2-3 .kt ul li {
  padding: 0 1rem;
  text-align: center;
  border-left: 1px solid rgba(211, 227, 255, 0.44);
}

.xyjj .k2 .qh-bd .k2-3 .kt ul li:first-child {
  border-left: none;
}

.xyjj .k2 .qh-bd .k2-3 .kt ul li strong {
  display: block;
  font-size: 0.64rem;
  line-height: 1;
  color: #0a3cc0;
}

.xyjj .k2 .qh-bd .k2-3 .kt ul li>p {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #0a3cc0;
}

.xyjj .k2 .qh-bd .k2-3>p {
  font-size: 0.2rem;
  line-height: 0.4rem;
  text-indent: 2em;
}


.xyjj .k3 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-top: 2.72rem;
  padding-bottom: 2.26rem;
  margin-top: -1.5rem;
}


.xyjj .k3::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: url(../images/xyjj3-bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

.xyjj .k3 .k3-pic {
  width: 3.54rem;
  margin-right: 0.58rem;
}

.xyjj .k3 .k3-pic img {
  display: block;
  width: 100%;
}

.xyjj .k3 .k3-tx {
  flex: 1;
  min-width: 0;

}

.xyjj .k3 .k3-tx p {
  color: #fff;
}

.xyjj .k3 .k3-tx p:nth-child(2) {
  margin-top: 0.3rem;
}

.xyjj .k4 p {
  margin-top: 0.87rem;
}

.xyjj .k4 p:nth-child(2) {
  margin-top: 0.4rem;
}

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 992px) {
  .banner::after {
    content: none;
    height: 1rem;
  }

  .banner .banner-tit {
    width: calc(100% - 0.4rem);
    bottom: 0.2rem;
  }

  .banner .banner-tit .lmmc {
    font-size: 0.32rem;
  }

  .nymain {
    padding: 0.3rem 0 0.5rem 0;
  }

  .nymain .leftNav .leftNav-tit {
    display: block;
  }

  .nymain .leftNav .leftNav-tit::before {
    content: none;
  }

  .nymain .leftNav .leftNav-tit>h2 {
    display: block;
    height: inherit;
    line-height: 0.76rem;
    font-size: 0.3rem;
    font-weight: normal;
    text-align: left;
    padding-left: 0.15rem;
    padding-top: 0;
    background: #0a39bf;
    background-image: linear-gradient(90deg,
        #347ed9 0%,
        #1a4fc7 51%,
        #438feb 100%);
    color: #fff;
    padding-bottom: 0;
  }

  .nymain .leftNav .leftNav-tit>h2>i {
    color: #fff;
  }

  .nymain .leftNav .leftNav-tit>h2 span {
    float: right;
    width: 0.56rem;
    height: 0.76rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 0.2rem auto;
    cursor: pointer;
  }

  .nymain .leftNav>ul {
    margin-top: 0;
    border-radius: 0;
    padding-right: 0;
  }

  .nymain .leftNav>ul>li {
    width: auto;
    margin-left: 0;
  }

  .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 #0a39bf;
    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.06rem 0.6rem 0.06rem 0.2rem;
    color: #333;
    font-size: 0.28rem;
  }

  .nymain .leftNav>ul>li>div>ul>li>a {
    text-align: left;
    font-size: 0.26rem;
    padding: 0.15rem 0.2rem;
  }

  .nymain .leftNav>ul {
    display: none;
    padding-bottom: 0;
    padding: 0.2rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
    background: #fff;
  }

  .nymain .leftNav>ul>li>div {
    display: none;
    position: static;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    transition: none;
  }

  .nymain .leftNav>ul>li.active>div {
    display: block;
  }

  .nymain .leftNav>ul>li>div>ul {
    box-shadow: none;
    border-top: 0;
    margin-top: 0;
  }

  .nymain .leftNav>ul>li:hover>a,
  .nymain .leftNav>ul>li.on>a {
    color: #0a39bf;
  }

  .nymain .leftNav>ul>li>a::before {
    content: none;
  }

  .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 {}

  .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%;
  }

  .list-ld ul li:nth-child(2):after {
    content: "";
  }

  .list-ld ul li .l {
    font-size: 0.26rem;
  }

  .list-ld ul li .r a {
    font-size: 0.26rem;
  }

  .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 p {
    font-size: 0.24rem;
    line-height: 0.45rem;
    max-height: 0.9rem;
    margin-top: 0.2rem;
  }

  .text-list ul li a .date {
    padding-bottom: 0.5rem;
  }

  .text-list ul li a .date span {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }

  .text-list ul li a {
    padding: 0.3rem;
  }

  .tw ul li {
    margin-bottom: 0.4rem;
  }

  .tw ul li .pick {
    width: 3.6rem;
  }

  .tw ul li .text-list-r p {
    font-size: 0.24rem;
    line-height: 0.45rem;
    max-height: 0.9rem;
    margin-top: 0.2rem;
  }

  .tw ul li .text-list-r .gd {
    margin-top: 0.3rem;
    font-size: 0.24rem;
  }

  .art-main .art-tit h3 {
    font-size: 0.32rem;
  }

  .art-main .cont-tit p span {
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin: 0 0.15rem;
  }

  .art-main .cont-tit p {
    padding-top: 0.3rem;
  }

  .art-main .art-tit {
    margin-top: 0.4rem;
  }

  .art-main .art-body {
    padding-top: 0.3rem;
  }

  .art-main .art-body p {
    font-size: 0.28rem !important;
    line-height: 0.5rem !important;
  }

  .pnext {
    font-size: 0.18rem;
  }

  .pnext p {
    width: 100%;
    text-align: left !important;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .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;
  }

  .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: 47%;
  }

  .img-lists ul li a>div.info p {
    font-size: 0.28rem;
  }

  .img-lists ul li a .pic .pt {
    font-size: 0.24rem;
  }


  .xssz .k ul li {
    width: 100%;
  }

  .xssz .k ul li a {
    line-height: 0.8rem;
  }

  .xssz .k ul li a h3 {
    font-size: 0.24rem;
  }

  .dtzz table td {
    font-size: 0.24rem;
  }

  .szdw-tit {
    padding: 0.4rem;
  }

  .szdw-tit ul li {
    font-size: 0.26rem;
  }

  .szdw-con .k {
    width: 100%;
  }

  .szdw-con .k .r table th {
    font-size: 0.26rem;
    line-height: 0.8rem;
  }

  .szdw-con .k .r table td {
    font-size: 0.24rem;
    line-height: 0.8rem;
  }

  .xyjj {
    padding-top: 0.5rem;
  }

  .xyjj .k1 .box::before {
    width: calc(100% + 0.4rem);
  }

  .xyjj .k2::before {
    left: -0.4rem;
  }

  .xyjj .k1 h3 {
    font-size: 0.36rem;
    line-height: 0.2rem;
  }

  .xyjj .k1 .k1-txt {
    padding: 0.4rem;
  }

  .xyjj .k1 .k1-pic {
    margin-top: -0.4rem;
  }

  .xyjj p {
    font-size: 0.28rem;
    line-height: 0.54rem;
  }

  .xyjj .k2 {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }

  .xyjj .k2 .qh-tit ul li h3 {
    font-size: 0.26rem;
  }

  .xyjj .k2 .qh-bd .k2-3 .kt ul li b {
    font-size: 0.54rem;
  }

  .xyjj .k2 .qh-bd .k2-3 .kt ul li>p {
    font-size: 0.22rem;
  }

  .xyjj .k2 .qh-bd .k2-3>p {
    font-size: 0.24rem;
    line-height: 0.48rem;
    margin-top: 0.4rem;
  }

  .xyjj .k2 .qh-tit ul li .ico {
    width: 1.4rem;
    height: 1.4rem;
  }

  .xyjj .k2 .qh-tit ul li .ico .cirs {
    width: 1rem;
    height: 1rem;
    top: 0.2rem;
    left: 0.2rem;
  }

  .xyjj .k3 {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .sz-con .pic1 {
    margin: 0 auto;
  }

  .sz-r {
    flex: none;
    width: 100%;
    margin-top: 0.2rem;
  }

  .sz-ty h3 {
    font-size: 0.34rem;
    text-align: center;
  }

  .sz-ty .zc,
  .sz-ty>div p {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }

  .sz-ty>div p+p {
    margin-top: 0.1rem;
  }

  .WordSection1 h2 {
    border-left-width: 3px;
    line-height: 0.6rem;
  }

  .WordSection1 h2 span {
    font-size: 0.32rem;
  }
}

@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;
  }

  .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;
  }

  .list ul li a h3 {
    font-size: 0.2rem;
  }

  .list ul li a span {
    font-size: 0.18rem;
  }

  .xyjj {
    padding-top: 0;
  }

  .xyjj .k1 h3 {
    text-align: center;
    line-height: 1.5;
  }

  .xyjj .k1 .k1-pic {
    width: 100%;
    order: 1;
    margin-top: 0.4rem;
  }

  .xyjj .k1 .k1-txt {
    order: 2;
    flex: none;
    width: 100%;
    padding: 0.4rem 0;
  }

  .xyjj .k1 .box::before {
    left: -0.4rem;
    width: 100vw;
  }

  .xyjj .k2 .qh-bd {
    padding: 0.4rem;
  }

  .xyjj .k3 {
    padding: 0.4rem 0;
  }

  .xyjj .k3::before {
    background-image: linear-gradient(180deg,
        #0a39bf 0%,
        #76d1f7 100%);
  }

  .xyjj .k3 .k3-pic {
    width: 100%;
    margin-right: 0;
  }

  .xyjj .k3 .k3-tx {
    flex: none;
    width: 100%;
    min-width: 0;
    padding: 0.4rem 0 0 0;
  }

  .xyjj .k4 p {
    margin-top: 0.4rem;
  }

}

@media screen and (max-width: 640px) {
  .art-main .art-body table {
    overflow-x: scroll;
    display: block;
  }

  .xyjj .k2 {
    padding-top: 0;
  }

  .xyjj .k2 .qh-tit ul {
    flex-wrap: wrap;
    justify-content: start;
  }

  .xyjj .k2 .qh-tit ul li {
    width: 33.33%;
    margin-top: 0.5rem;
  }

  .xyjj .k2 .qh-bd .k2-3 .kt ul li {
    padding: 0 0.3rem;
  }

}

@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%;
    margin-right: 0;
  }

  .tw ul li .text-list-r {
    flex: none;
    width: 100%;
    padding: 0.4rem 0 0 0;
  }

  .list-ld ul li .l::after {
    top: 0.1rem;
  }

  .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;
  }

}

@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;
}