@charset "utf-8";

.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(0, 35, 90, 0.84) 0%, rgba(0, 47, 118, 0) 100%);
  height: 1.65rem;
}


.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.6rem;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
}

.pagination a.active {
  background: #004dca;
  color: #fff;
  border: 1px solid #004dca;
}

.pagination a:hover {
  background: #004dca;
  color: #fff;
  border: 1px solid #004dca;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
}

.left-box {
  background-color: #fff;
  box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.2);
}

.nymain .leftNav {
  position: relative;
  z-index: 2;
  font-size: 0;
}

.nymain .leftNav .leftNav-tit>h2 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;

  background-size: 0.53rem 0.14rem;
  padding-bottom: 0.2rem;
  display: none;
}

.nymain .leftNav>ul {
  display: flex;
  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-size: 0.09rem 0.17rem;
  cursor: pointer;
  display: none;
}

.nymain .leftNav>ul>li>a {
  font-size: 0.2rem;
  line-height: 1.1rem;
  margin: 0 0.25rem;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}

.nymain .leftNav>ul>li>a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 0.1rem solid #004dca;
  transform: scaleX(0);
  transition: all 0.4s;
}

.nymain .leftNav>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 0.49rem;
  height: 0.39rem;

  background-size: 100% 100%;
  transition: all 0.4s;
  transition-delay: 0.2s;
}

.nymain .leftNav>ul>li:hover>a,
.nymain .leftNav>ul>li.on>a {
  font-weight: bold;
  color: #004dca;
}

.nymain .leftNav>ul>li:hover>a::after,
.nymain .leftNav>ul>li.on>a::after {
  transform: none;
}

.nymain .leftNav>ul>li:hover>a::before,
.nymain .leftNav>ul>li.on>a::before {
  transform: translateX(-50%) translateY(0);
}

.nymain .leftNav ul li a {
  display: block;
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  display: block;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
}

.nymain .leftNav>ul>li>ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  width: 100%;
  top: 100%;
  background: #fff;
  padding: 0.1rem 0;
  box-shadow: 0 0.1rem 0.15rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.nymain .leftNav>ul>li:hover>ul {
  transform: translateX(-50%) scaleY(1);
  visibility: visible;
  opacity: 1;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding: 0.07rem 0.1rem;
  color: #666666;
  text-align: center;
  margin: 0;
}

.nymain .leftNav>ul>li>ul>li:hover>a {
  color: #004dca;
  font-weight: bold;
}

.ny-right {
  min-height: 4rem;
  padding-top: 0.5rem;
  padding-bottom: 0.87rem;
}

.ny-rk {}

.position {
  margin-top: 0.2rem;
}

.position>div {
  position: relative;
  font-size: 0;
}

.position span {
  font-size: 14px;
  vertical-align: middle;
  margin: 0 0.05rem;
}

.position img {
  height: 0.18rem;
  vertical-align: middle;
  margin-right: 8px;
}

.position a {
  font-size: 14px;
  vertical-align: middle;
}

.position a:hover {
  color: #004EC2;
}

.ny-navbox {
  display: flex;
  align-items: flex-start;
  margin-top: 0.34rem;
}

.ny-lmmc {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.8rem;
  text-transform: uppercase;
  color: #0033AC;
  margin-right: 0.2rem;
}

.ny-nav {
  flex: 1;
  min-width: 0;
  border-bottom: 1px solid #D8D8D8;
}

.ny-nav ul {
  display: flex;
  justify-content: flex-end;
}

.ny-nav ul li {
  margin-left: 0.85rem;
}

.ny-nav ul li a {
  display: block;
  font-size: 0.18rem;
  padding-bottom: 0.24rem;
  position: relative;
  z-index: 1;
}

.ny-nav ul li a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #0033AC;
  transform: scaleX(0);
  transition: all 0.5s;
}

.ny-nav ul li.active a {
  color: #0033AC;
}

.ny-nav ul li.active a::after {
  transform: none;
}

/* 列表页 */
.text-list {}

.text-list ul li {
  padding: 0.24rem 0;
  position: relative;
  z-index: 1;
}

.text-list ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.3rem;
  width: 0;
  bottom: 0;
  background: #004dca;
  transition: all 0.4s;
  z-index: -1;
}

.text-list ul li:hover::after {
  width: calc(100% + 0.3rem);
}

.text-list ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  padding-right: 0.3rem;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.text-list ul li:hover a {
  box-shadow: none;
  background: none;
}

.text-list ul li .text-list-r {
  width: calc(100% - 3.34rem);
  padding: 0.2rem 0;
}

.text-list ul li .text-list-r span {
  display: block;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #004dca;

  background-size: 0.2rem 0.2rem;
  padding-left: 0.3rem;
  margin-top: 0.2rem;
  transition: all 0.4s;
}

.text-list ul li:hover .text-list-r span {
  color: #fff;
}

.text-list ul li .text-list-r h3 {
  font-size: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.4s;
}

.text-list ul li .text-list-r>p {
  font-family: "syh-l";
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
  transition: all 0.4s;
  margin-top: 0.2rem;
}

.text-list ul li:hover .text-list-r h3 {
  color: #fff;
}

.text-list ul li:hover .text-list-r>p {
  color: #fff;
}

.text-list ul li:hover .text-list-r span {

  color: #fff;
}

.list ul li {
  margin-top: 0.6rem;
}

.list ul li:first-child {
  margin-top: 0;
}

.list ul li a {
  display: block;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #CECECE;
  position: relative;
  z-index: 1;
}

.list ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #0033AC;
  transition: all 0.5s;
}

.list ul li a>span {
  display: inline-block;
  font-family: Georgia;
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #004EC2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 0.13rem;
  border-bottom: 1px solid #0033AC;
  transition: all 0.5s;
}

.list ul li a h3 {
  width: 100%;
  font-size: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.18rem;
  transition: all 0.5s;
}

.list ul li a p {
  font-size: 0.15rem;
  line-height: 0.25rem;
  max-height: 0.5rem;
  text-transform: capitalize;
  color: rgba(51, 51, 51, 0.4);
  margin-top: 0.18rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.list ul li:hover a::after {
  width: 100%;
}

.list ul li:hover a h3 {
  color: #0033AC;
}

/* 内容页 */
.ny-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.5rem;
}

.ny-news {
  width: 33.75%;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  border-right: 1px dashed #D8D8D8;
}

.ny-news h3 {
  font-size: 0.34rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333333;
}

.ny-news ul li a {
  display: block;
  margin-top: 0.36rem;
}

.ny-news ul li:first-child a {
  margin-top: 0.6rem;
}

.ny-news ul li a span {
  display: inline-block;
  font-family: Georgia;
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #004EC2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 0.13rem;
  border-bottom: 1px solid #0033AC;
}

.ny-news ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.25rem;
  text-transform: capitalize;
  color: #333333;
  margin-top: 0.18rem;
  transition: all 0.6s;
}

.ny-news ul li:hover a h3 {
  color: #0033AC;
}

.ny-box .ny-right {
  width: 66.25%;
  padding-left: 0.65rem;
  padding-top: 0;
}


.art-main .art-tit h3 {
  color: #333;
  font-size: 0.26rem;
  line-height: 0.36rem;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body p {
  color: #555;
  font-family: Arial !important;
  font-size: 0.18rem !important;
  line-height: 0.3rem !important;
  margin-bottom: 0.35rem !important;
  text-align: justify;
}

.art-main .art-body img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.art-main .cont-tit p {
  font-size: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.38rem;
  background: bottom;
  border-bottom: 1px solid #CECECE;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 0.16rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit p span {
  display: inline-block;
  font-family: Georgia;
  font-size: 0.16rem;
  text-transform: capitalize;
  color: #0033AC;
  margin-right: 0.2rem;
}

.art-info {
  margin-top: 0.5rem;
}

.pnext {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pnext p {}

.pnext p a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border: 1px solid #B8B8B8;
  border-radius: 50%;
  font-size: 0;
  background-position: center center;
  background-size: 0.06rem auto;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.pnext p.l a {
  background-image: url(../images/s2-dprev1.png);
}

.pnext p.r {
  margin-left: 0.3rem;
}

.pnext p.r a {
  background-image: url(../images/s2-dnext1.png);
}

.pnext p:hover a {
  border: 1px solid #0033AC;
}

.pnext p:hover a {
  color: #004dca;
}

.pnext p.l:hover a {
  background-image: url(../images/pprev2.png);
}

.pnext p.r:hover a {
  background-image: url(../images/pnext2.png);
}


/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  padding-bottom: 0.1rem;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.img-lists ul li {
  float: left;
  width: 30.333%;
  margin: 0 1.5% 0.6rem 1.5%;
  transition: all 0.5s;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 75.55%;
}

.img-lists ul li a>div.info span {
  display: block;
  font-family: Georgia;
  font-weight: 400;
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #004EC2;
  margin-top: 0.3rem;
}

.img-lists ul li a>div.info h3 {
  font-size: 0.18rem;
  line-height: 0.25rem;
  height: 0.75rem;
  text-transform: capitalize;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.12rem;
}

.img-lists ul li:hover a>div.info h3 {
  color: #0033AC;
}


/*领导*/
.list-ld {
  overflow: hidden;
  padding: 0 0.3rem 0.3rem;
}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-ld ul li {
  width: 47%;
  margin-top: 1.3rem;
}

.list-ld ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  background-size: 100% 100%;
  box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  padding: 0.3rem 0.3rem 0.2rem 0;
}

.list-ld ul li .l {
  width: 2.49rem;
  text-align: center;
}

.list-ld ul li .pic {
  padding-top: 100%;
  border-radius: 50%;
  margin-top: -1rem;
  box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.2);
}

.list-ld ul li .l .date {
  display: inline-block;

  background-size: 0.22rem auto;
  padding-left: 0.32rem;
  font-family: "syh-b";
  font-size: 0.12rem;
  font-weight: bold;
  color: #004dca;
  margin-top: 0.15rem;
}

.list-ld ul li .l .date b {
  font-size: 0.26rem;
}

.list-ld ul li .ld-tx {
  flex: 1;
  min-width: 0;
  padding-left: 0.22rem;
}

.list-ld ul li .tit {
  font-size: 0.18rem;
  color: #004dca;
}

.list-ld ul li .tit b {
  font-size: 0.22rem;
}

.list-ld ul li p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #7a7a7a;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
}

.list-ld ul li .gd {
  text-align: right;
  margin-top: 0.35rem;
}

.list-ld ul li .gd span {
  font-size: 0.16rem;
  color: #f88218;
  transition: all 0.5s;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

.list-ld ul li:hover .gd span {
  color: #004dca;
}

/* 师资列表页 */
.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: url(../images/sz-sj.png) 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 .pick {
  width: 3.04rem;
}

.tw ul li .pic {
  padding-top: 62.5%;
}

/* 组织机构 */
.zzjg {
  align-items: normal;
}

.zzjg ul {
  width: 48%;
  margin-top: 0.4rem;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.3rem;
}

.zzjg ul h3 {
  font-size: 0.24rem;
  font-weight: bold;

  background-size: 0.3rem auto;
  padding-left: 0.45rem;
  line-height: 0.3rem;
  margin-bottom: 0.25rem;
}

.zzjg ul p a {
  display: block;
  font-size: 0.16rem;
  color: #999;
  transition: all 0.5s;
}

.zzjg ul li {
  position: relative;
  line-height: 0.6rem;
  border-top: 1px dashed #cccccc;
  margin-top: 0.25rem;
}

.zzjg ul li a {
  display: block;
  font-size: 0.16rem;
  padding-left: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.zzjg ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.07rem;
  height: 0.07rem;
  background: #004dca;
  border-radius: 50%;
  transition: all 0.3s;
}

.zzjg ul p a:hover {
  color: #333;
}

.zzjg ul li a:hover {
  font-weight: bold;
  color: #004dca;
}

/* 校园风光 */

.group-big .slick-list {
  margin: 0 0.7rem;
}

.group-big li a {
  display: block;
}

.group-big li a .pic {
  padding-top: 53.73%;
  display: block;
  position: relative;
  overflow: hidden;
}

.group-big li a .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.group-big li a img {
  display: block;
  width: 100%;
}

.group-big .slick-prev,
.group-big .slick-next {
  width: 0.49rem;
  height: 0.7rem;
  opacity: 0.2;
  transition: all 0.3s;
}

.group-big .slick-prev {

  background-size: 100% 100%;
  left: 0;
}

.group-big .slick-next {

  background-size: 100% 100%;
  right: 0;
}

.group-big .slick-prev:hover,
.group-big .slick-next:hover {
  opacity: 1;
}

.group-big .slick-dots {
  margin: 0 0.7rem;
  width: calc(100% - 1.4rem);
  height: 0.6rem;
  line-height: 0.6rem;
  background: rgba(50, 50, 50, 0.5);
  color: #fff;
}

.group-big .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.group-big .slick-dots li .dot-page {
  display: none;
}

.group-big .slick-dots li.slick-active .dot-page {
  display: block;
}

.group-big .slick-dots li .dot-page span {
  font-family: Arial;
  font-size: 0.26rem;
  padding-right: 0.05rem;
}

.group-big .slick-dots li .dot-page b {
  font-family: Arial;
  font-size: 0.16rem;
  font-weight: normal;
  padding-left: 0.05rem;
}

.group-sml {
  margin-top: 0.5rem;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  background: #004dca;
  padding: 0.2rem;
  overflow: hidden;
}

.group-sml li.slick-current.slick-active a {
  border: 0.03rem solid #fff;
}

.group-sml li a {
  display: block;
  margin: 0 0.05rem;
  border: 0.03rem solid transparent;
}

.group-sml li a .pic {
  padding-top: 63.3%;
  display: block;
  position: relative;
  overflow: hidden;
}

.group-sml li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.group-sml .slick-prev,
.group-sml .slick-next {
  width: 0.4rem;
  height: 100%;
  background-color: #035f97;
}

.group-sml .slick-list {
  margin: 0 0.3rem;
}

.group-sml .slick-prev {
  left: 0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.2rem 0.28rem;
}

.group-sml .slick-next {
  right: 0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.2rem 0.28rem;
}

/* 宣传视频 */
.xcsp-t a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.xcsp-t a .xcsp-tpic {
  width: 63.48%;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.xcsp-t a .xcsp-tpic::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  bottom: 0;
  right: 1.3rem;

  background-size: 100% 100%;
}

.xcsp-t a .xcsp-tpic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.67rem;
  height: 0.67rem;

  background-size: 100% 100%;
  z-index: 1;
}

.xcsp-t a .xcsp-tpic .pic {
  padding-top: 60.05%;
  box-shadow: 0px 12px 24px 0px rgba(0, 14, 78, 0.5);
}

.xcsp-t a .xcsp-tr {
  width: 32.57%;
}

.xcsp-t a .xcsp-tr h3 {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.38rem;
  max-height: 0.76rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xcsp-t a .xcsp-tr p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  max-height: 2.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
}

.xcsp-t a .xcsp-tr span {
  display: inline-block;
  float: right;
  font-size: 0.26rem;
  color: #004dca;
  margin-top: 0.3rem;

  padding-left: 0.4rem;
}

.xcsp ul {
  margin: 0.6rem -0.3rem 0 -0.3rem;
}

.xcsp ul li {
  width: 33.333%;
  margin-top: 0.3rem;
}

.xcsp ul li a {
  display: block;
  margin: 0 0.3rem;
}

.xcsp ul li .pic {
  padding-top: 64.5%;
}

.xcsp ul li .pic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.55rem;
  height: 0.55rem;
  background-size: 100% 100%;
  z-index: 1;
}

.xcsp ul li .pic p {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(7, 110, 172, 0.7);
  border-radius: 0 0.22rem 0.22rem 0;
  line-height: 0.42rem;
  width: 1.87rem;
  text-align: center;
}

.xcsp ul li .pic p span {

  padding-left: 0.35rem;
  font-size: 0.2rem;
  color: #fff;
}

.xcsp ul li .xcsp-d {
  background: #fff;
  padding: 0.25rem;
}

.xcsp ul li h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xcsp ul li a:hover h3 {
  color: #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-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;
}

/* 学校简介 */
.jjbox {}

.jj1 {
  display: flex;
  flex-wrap: wrap;
}

.jj1 img {
  display: block;
  width: 1.5rem;
}

.jj1 .l {
  padding: 0 1.45rem 0 0.9rem;
}

.jj1 .r {
  flex: 1;
  min-width: 0;
}

.jjbox h3 {
  font-size: 0.26rem;
  font-weight: bold;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 0.35rem;
}

.jjbox p {
  font-size: 0.22rem;
  line-height: 0.4rem;
  text-transform: capitalize;
  color: #444444;
  margin-bottom: 0.5rem;
}

.jjbox p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* vision */
.vision {}

.vi-tit {
  padding: 0.18rem 0.3rem;
  background: linear-gradient(270deg, rgba(226, 231, 245, 0.29) 0%, #DDE3F3 100%);
}

.vi-tit h3 {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #333333;
}

.vi-k {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.38rem;
  padding-bottom: 0.84rem;
}

.vi-kl {
  width: 3.72rem;
}

.vi-kl img {
  max-width: 100%;
}

.vi-kr {
  flex: 1;
  min-width: 0;
  border-left: 1px dashed #D8D8D8;
  padding-left: 0.96rem;
}

.vi-kr p {
  font-size: 0.22rem;
  line-height: 0.4rem;
  text-transform: capitalize;
  color: #444444;
}

.vi-kr p+p {
  margin-top: 0.32rem;
}

.vi-kr p b {
  font-weight: bold;
}
.vi-kr p strong {
  font-weight: bold;
}
.vi-gg1 .vi-kl {
  padding-top: 1.15rem;
  padding-left: 0.43rem;
}

.vi-gg1 .vi-kl img {
  width: 2.52rem;
}

.vi-gg2 .vi-kl {
  padding-top: 0.4rem;
  padding-left: 0.62rem;
}

.vi-gg2 .vi-kl img {
  width: 2.49rem;
}

.vi-gg3 .vi-kl {
  width: 4.32rem;
}

.vi-gg3 .vi-kl img {
  width: 3.53rem;
}

.vi-gg4 .vi-k>img,
.vi-gg5 .vi-k>img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* 图片页 */
.picture {}

.pic-gg a {
  display: block;
  position: relative;
  overflow: hidden;
}

.pic-gg .tx {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/s4-yy.png) no-repeat center;
  background-size: 100% 100%;
  padding: 0.1rem;
  transition: all 0.5s;
}

.pic-gg .tx h3 {
  font-size: 0.4rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.pic-gg li:hover .tx {
  top: 0;
}

.pic1 ul {
  display: flex;
}

.pic1 ul li {
  width: 33.5%;
}

.pic1 ul li+li {
  margin-left: 0.2rem;
  position: relative;
  z-index: 2;
}

.pic1 .pic {
  padding-top: 74.62%;
}

.pic2 {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: flex-end;
  margin-top: -0.88rem;
}

.pic2 ul+ul {
  margin-left: 0.2rem;
}

.pic2 .pic21 {
  width: 33.5%;
}

.pic2 .pic21 .pic {
  padding-top: 110.07%;
}

.pic2 .pic22 {
  width: 23%;
}

.pic2 .pic22 .pic {
  padding-top: 77.445%;
}

.pic2 li+li {
  margin-top: 0.2rem;
}

.pic2 .pic23 {
  width: 41%;
}

.pic2 .pic23 .pic {
  padding-top: 106.4%;
}

.pic3 {
  margin-top: 0.2rem;
}

.pic3 ul {
  display: flex;
}

.pic3 ul li {
  width: 44.93%;
}

.pic3 ul li+li {
  margin-left: 0.2rem;
}

.pic3 .pic {
  padding-top: 74.54%;
}





@media screen and (max-width: 1600px) {
  .pic2 {
    margin-top: -0.99rem;
  }
}

@media screen and (max-width: 1500px) {
  .pic2 {
    margin-top: -0.9rem;
  }
}

@media screen and (max-width: 1400px) {
  .pic2 {
    margin-top: -0.81rem;
  }
}

@media screen and (max-width: 1300px) {
  .pic2 {
    margin-top: -0.71rem;
  }
}

@media screen and (max-width: 1024px) {
  .banner::after {
    display: none;
  }

  .nymain .leftNav>h2 {
    font-size: 24px;
    padding-left: 20px;
    line-height: 70px;
  }

  .ny-right {
    padding-top: 0.3rem;
  }

  .ny-rk {}

  .xcsp-t a .xcsp-tpic {
    padding-left: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xcsp ul {
    margin: 0.2rem -0.15rem 0 -0.15rem;
  }

  .xcsp ul li a {
    margin: 0 0.15rem;
  }

  .list ul li {
    margin-top: 0.4rem;
  }

  .jj1 .l {
    padding: 0 0.3rem 0 0.1rem;
  }

  .jj1 img {
    width: 1rem;
  }

  .vi-kl {
    width: 2.72rem;
    padding-right: 0.42rem;
  }

  .vi-gg3 .vi-kl {
    width: 3.32rem;
  }

  .vi-kr {
    padding-left: 0.42rem;
  }

  .pic2 {
    margin-top: -0.52rem;
  }

  .pic2 li+li {
    margin-top: 0.15rem;
  }
}

@media screen and (max-width: 900px) {
  .pic2 {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }

  .pic2 .pic22 {
    margin-right: 0.2rem;
  }

  .pic2 .pic23 {
    margin-left: 0;
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .banner::after {
    display: none;
  }

  .ny-navbox {
    flex-wrap: wrap;
  }

  .ny-nav {
    flex: none;
    width: 100%;
  }

  .ny-lmmc {
    width: 100%;
    margin-right: 0;
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.36rem;
  }

  .ny-nav ul {
    justify-content: center;
    margin-top: 0.3rem;
  }

  .ny-nav ul li {
    margin: 0 0.2rem;
  }

  .ny-nav ul li a {
    padding-bottom: 0.2rem;
    font-size: 0.2rem;
  }

  .left-box {
    box-shadow: none;
  }

  .nymain .leftNav .leftNav-tit>h2 {
    display: block;
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.22rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #004dca;
    padding-bottom: 0;
  }

  .nymain .leftNav .leftNav-tit>h2 span {
    float: right;
    width: 0.5rem;
    height: 0.56rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 0.14rem 0.14rem;
    cursor: pointer;
  }

  .nymain .leftNav>ul {
    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;
    background: none;
    box-shadow: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }

  .nymain .leftNav>ul>li:hover>ul {
    transform: none;
    visibility: visible;
    opacity: 1;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    text-align: left;
    font-size: 0.18rem;
  }

  .nymain .leftNav>ul>li>span {
    display: block;
    transition: all 0.5s;
  }

  .nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
  }

  .nymain .leftNav>ul>li>a::before {
    content: none;
  }

  .nymain .leftNav>ul>li>a::after {
    top: 50%;
    width: auto;
    height: 0.36rem;
    border-top: none;
    border-left: 4px solid #004dca;
    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 {
    float: none;
    width: auto;
    margin-top: 0;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .nymain .leftNav ul li a {
    line-height: 0.56rem;
    margin: 0;
    padding: 0 0.2rem;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .nymain .leftNav ul {
    display: none;
    padding-bottom: 0;
    box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1)
  }

  .art-main .art-body p {
    font-size: 0.2rem !important;
  }

  .art-main .cont-tit p span {
    font-size: 0.18rem;
  }

  .text-list {
    margin-top: 0;
  }

  .text-list ul li {
    padding: 0.2rem 0.1rem;
  }

  .text-list ul li .date {
    padding-top: 0.1rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .pnext p {
    line-height: 30px;
    font-size: 14px;
  }

  .pnext p a {
    font-size: 14px;
  }

  .zzjg_text li {
    width: 50%;
  }

  .img-lists ul li {
    width: 46%;
    margin: 0 2% 0.3rem 2%;
  }

  .img-lists ul li a>div.info span,
  .img-lists ul li a>div.info h3 {
    font-size: 0.2rem;
  }

  .img-lists ul li a>div.info span {
    margin-top: 0.2rem;
  }

  .xbxx {
    padding-top: 0;
  }

  .xbxx ul li a {
    padding: 15px 10px;
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0;
  }

  .xbxx ul li a div span {
    font-size: 12px;
  }

  .xbxx ul li a div img {
    height: 14px;
  }

  .nymain .leftNav>h2 img {
    height: 20px;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .list-ld {
    padding: 0 0.2rem 0.2rem;
  }

  .list-ld ul li a,
  .list-ld ul li .pic {
    box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.2);
  }

  .list-ld ul li .l {
    width: 2rem;
  }

  .list-ld ul li .pic {
    margin-top: -0.7rem;
  }

  .list-ld ul li {
    width: 100%;
    margin-top: 0.7rem;
  }

  .list-ld ul li .l .date {
    font-size: 12px;
    background-size: 0.2rem auto;
  }

  .list-ld ul li p {
    margin-top: 0.15rem;
  }

  .list-ld ul li .l .date b {
    font-size: 0.22rem;
  }

  .list-ld ul li .gd {
    margin-top: 0.15rem;
  }

  .xcsp-t a .xcsp-tpic {
    width: 100%;
  }

  .xcsp-t a .xcsp-tr {
    width: 100%;
    margin-top: 0.25rem;
  }

  .xcsp-t a .xcsp-tr span {
    font-size: 0.22rem;
    background-size: 0.2rem 0.2rem;
    padding-left: 0.3rem;
  }

  .xcsp ul li {
    width: 50%;
  }

  .xcsp ul li .pic p span {
    font-size: 0.18rem;
    background-size: 0.2rem 0.2rem;
    padding-left: 0.3rem;
  }

  .tw ul li .pick {
    width: 2.9rem;
  }

  .text-list ul li .text-list-r {
    width: calc(100% - 3.2rem);
  }

  .zzjg ul {
    width: 100%;
    padding: 0.2rem;
    margin-top: 0.3rem;
  }

  .zzjg ul:nth-child(even) {
    margin-left: 0;
  }

  .sz ul li {
    width: 100%;
  }

  .sz ul li:nth-child(even) {
    margin-left: 0;
  }

  .sz-main {
    justify-content: center;
  }

  .sz-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .sjzy {
    padding: 0 0 0 0.2rem;
  }

  .sjzy .r .tit {
    margin-top: 0;
    margin-bottom: 0.2rem;
  }

  .list ul li a span,
  .list ul li a h3 {
    font-size: 0.2rem;
  }

  .list ul li a p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
  }

  .ny-box .ny-right {
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0.5rem;
  }

  .ny-news {
    order: 2;
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }

  .ny-news h3 {
    font-size: 0.26rem;
  }

  .ny-news ul li a span,
  .ny-news ul li a h3 {
    font-size: 0.2rem;
  }

  .ny-news ul li:first-child a {
    margin-top: 0.4rem;
  }

  .jj1 .l {
    display: none;
  }

  .jjbox h3 {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }

  .jjbox p {
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
  }

  .vi-kl {
    width: 100% !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .vi-kl img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.3rem;
  }

  .vi-kr {
    flex: none;
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 12px;
  }

  .text-list ul li a {
    justify-content: flex-start;
    padding-right: 0;
  }

  .tw ul li .pick {
    width: 100%;
  }

  .tw ul li .text-list-r {
    width: 100%;
    padding: 0.2rem;
  }

  .list-ld ul li {
    margin-top: 0.3rem;
  }

  .list-ld ul li a {
    padding: 0.2rem;
  }

  .list-ld ul li .l {
    margin: 0 auto;
  }

  .list-ld ul li .ld-tx {
    flex: none;
    width: 100%;
    padding-top: 0.2rem;
  }

  .list-ld ul li .pic {
    margin: 0 auto;
  }

  .list-ld ul li .tit {
    text-align: center;
  }

  .group-big .slick-list {
    margin: 0 0.4rem;
  }

  .group-big .slick-prev,
  .group-big .slick-next {
    width: 0.29rem;
    height: 0.41rem;
    opacity: 0.2;
    transition: all 0.3s;
  }

  .group-big .slick-dots {
    margin: 0 0.4rem;
    width: calc(100% - 0.8rem);
    height: 0.46rem;
    line-height: 0.46rem;
  }

  .group-sml {
    margin-top: 0.25rem;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .xcsp ul li {
    width: 100%;
  }

  .sz ul li {
    margin-top: 0.2rem;
  }

  .sz ul li .sz-pic {
    width: 1.52rem;
    position: static;
  }

  .sz ul li .sz-tx {
    width: calc(100% - 1.92rem);
    margin-left: 0.2rem;
  }

  .sjzy .l {
    width: 100%;
  }

  .sjzy .r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .pic1 ul {
    flex-wrap: wrap;
  }

  .pic1 ul li {
    width: calc((100% - 0.2rem)/2);
  }

  .pic2 {
    flex-wrap: wrap;
  }

  .pic2>ul {
    width: 100% !important;
  }

  .pic2 .pic22 {
    margin-left: 0;
    margin-right: 0;
  }

  .pic2 .pic22 li {
    margin-top: 0.2rem;
  }

  .pic3 ul li {
    width: calc((100% - 0.2rem)/2);
  }

}

@media screen and (max-width: 320px) {

  .img-lists ul li a>img {
    height: 84px;
  }
}
