@charset "utf-8";

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url(../images/banner-yy.png) repeat-x center top;
}

.banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18%, #000000 98%);
  opacity: 0.5;
}

.banner img {
  display: block;
  width: 100%;
}

.banner .wp {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.4rem;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
}

.pagination a.active {
  background: #03419E;
  color: #fff;
  border: 1px solid #03419E;
}

.pagination a:hover {
  background: #03419E;
  color: #fff;
  border: 1px solid #03419E;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-bottom: 1rem;
}

.nymain .leftNav {
  float: left;
  width: 3.8rem;
  margin-top: -1.4rem;
  position: relative;
  padding: 0.5rem 0.2rem 1rem 0.2rem;
  background: url(../images/left-bg.png) no-repeat center top;
  background-size: 100% 80%;
}

.nymain .leftNav>h2 {
  font-family: "sySong";
  font-size: 0.38rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.nymain .leftNav>ul {
  padding: 0.4rem 0.3rem 1.9rem 0.3rem;
  background-color: #fff;
  background-image: url(../images/left-ulbg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: 0.28rem;
}

.nymain .leftNav>ul>li {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}

.nymain .leftNav>ul>li::before {
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 0.03rem solid #03419E;
  transform: scaleY(0);
  z-index: 1;
  transition: all 0.3s;
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>ul>li>a {
  position: relative;
}

.nymain .leftNav>ul>li>a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1rem;
  width: 0.62rem;
  height: 0.34rem;
  background: url(../images/left-zs1.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}

.nymain .leftNav>ul>li>a>span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  right: 0.2rem;

  background-size: 100% 100%;
  width: 0.15rem;
  height: 0.12rem;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.2rem;
  line-height: 0.3rem;
  padding: 0.25rem 0.7rem 0.25rem 0.2rem;
}

.nymain .leftNav>ul>li:last-child {
  border-bottom: none;
}

.nymain .leftNav>ul>li.on>a {
  color: #03419E;
  background-color: #fff;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on>a>span,
.nymain .leftNav>ul>li.active>a>span,
.nymain .leftNav>ul>li:hover>a>span {}

.nymain .leftNav>ul>li:hover>a::after,
.nymain .leftNav>ul>li:active>a::after,
.nymain .leftNav>ul>li.on>a::after {
  display: block;
}

.nymain .leftNav>ul>li:hover>a {
  color: #03419E;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  color: #03419E;
  font-weight: 600;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
  color: #03419E;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-bottom: 0.1rem;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.28rem;
  padding: 0 0.2rem 0.1rem 0.2rem;
  color: #666;
  border-bottom: none;
}

.nymain .leftNav>ul>li>ul>li:hover>a {
  color: #03419E;
}

.nymain .leftNav>ul>li>ul .on a {
  color: #03419E;
}

.ny-right {
  float: right;
  width: calc(100% - 4.5rem);
  padding-top: 0.6rem;
  min-height: 4rem;
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #96A7C8;
}

.banner .position>div {
  padding-bottom: 0.38rem;
  border-bottom: 0;
}

.position h3 {
  font-size: 0.38rem;
  color: #092C7A;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  top: 0.08rem;
  left: 0;
  font-family: "sySong";
}

.position span {
  color: #fff;
  font-size: 0.16rem;
  vertical-align: middle;
}

.position img {
  height: 0.15rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.position a {
  font-size: 0.16rem;
  color: #fff;
  margin: 0 0.05rem;
  vertical-align: middle;
}

.position a:hover {
  color: #03419E;
}

/* 列表页 */
.text-list {
  margin-top: 0.6rem;
}

.text-list ul li {
  margin-bottom: 0.36rem;
  position: relative;
}

.text-list ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  width: 0.28rem;
  height: 0.08rem;
  background: url(../images/list-more.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}

.text-list ul li a {
  display: flex;
  align-items: center;
  padding: 0.14rem 0.2rem;
  background-color: #fff;
  box-shadow: 0px 0.04rem 0.17rem 0px rgba(0, 0, 0, 0.0723);
  transition: all 0.5s;
}

.text-list ul li .date {
  width: 0.6rem;
  text-align: center;
  margin-right: 0.6rem;
  color: #092C7A;
  position: relative;
  transition: all 0.5s;
}

.text-list ul li .date::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.3rem;
  height: 0.45rem;
  border-left: 1px solid rgba(9, 44, 122, 0.3);
}

.text-list ul li .date>p {
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.12rem;
}

.text-list ul li .date span {
  display: block;
  font-size: 0.14rem;
  line-height: 1;
}

.text-list ul li .list-tx {
  flex: 1;
  min-width: 0;
}

.text-list ul li .list-tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
}

.text-list ul li:hover::after {
  display: block;
}

.text-list ul li:hover a {
  padding: 0.14rem 0.6rem 0.14rem 0.2rem;
  background: url(../images/list-bg.jpg) no-repeat right center;
  background-size: 100% 100%;
}

.text-list ul li:hover .date {
  color: #fff;
}

.text-list ul li:hover .date::after {
  border-left-color: rgba(255, 255, 255, 0.3);
}

.text-list ul li:hover h3 {
  color: #fff;
}

/* 内容页 */
.art-main .art-tit {
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
  padding: 0.28rem 0.2rem;
}

.art-main .art-tit::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0.12rem;
  bottom: 0;
  background: #ECF1FB;
  z-index: -1;
}

.art-main .art-tit::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -0.14rem;
  width: 10%;
  background: linear-gradient(180deg, #0249A5 2%, #006DC9 100%);
  z-index: -1;
  clip-path: polygon(80% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.art-main .art-tit h3 {
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 0.28rem;
  font-weight: 700;
}

.art-main .art-body {
  padding-top: 0.54rem;
  font-family: "微软雅黑" !important;
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #333333;
  font-family: "微软雅黑" !important;
  font-size: 0.18rem !important;
  line-height: 0.32rem !important;
  margin-bottom: 0.2rem !important;
  background: none !important;
  word-break: break-word;
}

.art-main .art-body p strong {
  font-weight: bold !important;
}

.art-main .art-body table {
  margin: 0 auto;
  max-width: 100%;
}

.art-main .art-body table td {
  padding: 5px 10px !important;
  /* line-height: 30px; */
}

.art-main .art-body table td p {
  text-indent: 0em !important;
  margin-bottom: 0px !important;
}

.art-main .art-body img,
.art-main .art-body video {
  max-width: 90% !important;
  height: auto !important;
  display: block;
  margin: 0.1rem auto;
}

.art-main .art-body iframe {
  max-width: 96% !important;
  display: block;
  margin: 0.1rem auto;
}

.art-main .cont-tit .fbt {
  font-size: 0;
  text-align: center;
  padding-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.art-main .cont-tit .fbt img {
  display: inline-block;
  vertical-align: middle;
  max-width: 0.26rem;
  max-height: 0.22rem;
  margin-right: 0.1rem;
}

.art-main .cont-tit .fbt .span {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.28rem;
  margin: 0.1rem 0.35rem;
}

.art-info {
  border-top: 0.02rem solid #092C7A;
  margin-top: 0.25rem;
}

.pnext {
  margin-top: 0.48rem;
}

.pnext p {
  text-indent: initial;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}

.pnext p i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.16rem;
  width: 0.28rem;
  height: 0.08rem;
  background: url(../images/list-more2.png) no-repeat;
  background-size: 100% 100%;
}

.pnext p a {}

.pnext p:hover {
  color: #03419E;
}

.pnext p:hover a {
  color: #03419E;
}

.pnext p:hover i {
  background: url(../images/list-more.png) no-repeat;
  background-size: 100% 100%;
}

/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29.333%;
  margin: 0.4rem 2% 0 2%;
  border: 1px solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists2 ul li {
  width: 21%;
}

.img-lists3 ul li {
  width: 21%;
}

.img-lists ul li:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
  top: -10px;
}

.img-lists ul li a {
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0.04rem 0.08rem 0px rgba(9, 44, 122, 0.1154);
}

.img-lists ul li a .pic {
  padding-top: 56.35%;
}

.img-lists2 ul li a .pic {
  padding-top: 130%;
}

.img-lists3 ul li a .pic {
  padding-top: 42%;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 196px;
}

.img-lists ul li a>div.info {
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid rgba(9, 44, 122, 0.4);
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.16rem 0.1rem;
}

.img-lists2 ul li a>div.info p {
  padding: 0.1rem 0.1rem;
  color: #22459b;
}

.img-lists2 ul li a>div.info .zc {
  font-size: 0.16rem;
  padding: 0rem 0.1rem 0.1rem 0.1rem;
  color: #333;
}

.img-lists ul li:hover a {
  box-shadow: 0px 0.04rem 0.08rem 0px rgba(9, 44, 122, 0.3694);
}

.img-lists ul li:hover a>div.info {
  border-bottom: 1px solid #03419E;
}

.img-lists ul li:hover a>div.info p {
  color: #03419E;
}

/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {
  margin-left: -0.18rem;
  margin-right: -0.18rem;
}

.list-ld ul li {
  float: left;
  width: 25%;
}

.list-ld ul li a {
  display: block;
  margin: 0.25rem 0.2rem;
}

.list-ld ul li .pic {
  padding-top: 114.81%;
}

.list-ld ul li .ld-tx {
  background-color: #fff;
  box-shadow: 0px 0.02rem 0.08rem 0px rgba(10, 11, 24, 0.1);
  padding: 0.1rem 0;
}

.list-ld ul li h3 {
  font-size: 0.18rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 0 0.1em;
}

.list-ld ul li h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.04rem;
  height: 0.24rem;
  background: #03419E;
}

.list-ld ul li p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #999;
  margin-top: 0.1rem;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 0 0.1rem;
}

.list-ld ul li:hover h3::after {
  background-color: #03419E;
}

.list-ld ul li:hover h3 {
  color: #03419E;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

.szdw div {
  margin-top: 0.5rem;
}

.szdw div h3 span {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  background: rgba(37, 123, 107, 1);
  width: 1.36rem;
  line-height: 0.42rem;
  border-radius: 0 0.2rem 0 0;
  color: #fff;
}

.szdw div ul {
  display: flex;
  flex-wrap: wrap;
}

.szdw div ul li a {
  display: block;
  width: 1.16rem;
  line-height: 0.58rem;
  text-align: center;
  background: rgba(244, 245, 245, 1);
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-weight: 400;
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  transition: all 0.5s;
}

.szdw div ul li:hover a {
  background: #03419E;
  color: #fff;
}

.jgsz div h3 span {
  width: auto;
  min-width: 1.36rem;
  padding: 0 0.2rem;
}

.jgsz div {
  overflow: hidden;
}

.jgsz div ul {
  margin: 0 -0.15rem;
}

.jgsz div ul li {
  width: 33.33%;
}

.jgsz div ul li a {
  width: auto;
  margin: 0 0.15rem;
  margin-top: 0.2rem;
  text-align: left;
  padding: 0 0.55rem 0 0.2rem;
  position: relative;
}

.jgsz div ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  width: 0.31rem;
  height: 0.1rem;

  background-size: 100% 100%;
  transition: all 0.5s;
}

.jgsz div ul li:hover a::after {

  background-size: 100% 100%;
}

/* 师资内容 */
.sz-con {
  margin-top: 0.57rem;
}

.sz-con .pic1 {
  position: relative;
  z-index: 1;
  padding-left: 0.1rem;
  padding-bottom: 0.1rem;
}

.sz-con .pic1::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  left: 0;
  bottom: 0;
  background: #03419E;
  z-index: -1;
}

.sz-con .pic1 img {
  display: block;
  width: 1.8rem;
}

.sz-t {
  margin-top: 0.26rem;
}

.sz-ty {
  overflow: hidden;
  padding-left: 1rem;
}

.sz-ty h3 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #03419E;
}

.sz-ty>div {
  margin-top: 0.16rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.44rem;
  color: #666666;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-d::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0.15rem;
  border-left: 1px solid rgba(13, 66, 167, 0.1);
  z-index: -1;
}

.sz-box {
  margin-top: 30px;
}

.sz-box h4 {
  font-size: 0;
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
}

.sz-box h4 span {
  display: inline-block;
  font-family: "sySong";
  font-size: 0.26rem;
  font-weight: bold;
  color: #03419E;
}

.sz-box p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666666;
  padding-left: 0.8rem;
}

.sz-p p {
  text-indent: 2em;
  margin-top: 0.3rem;
}

.sz-p p:first-child {
  margin-top: 0;
}

/* 图文列表页  start */
.tw {
  margin-top: 0.6rem;
}

.tw ul li a {
  display: block;
  overflow: hidden;
  padding: 0 0.3rem 0.3rem 0;
  background: #fff;
  margin-bottom: 0.4rem;
  transition: all 0.5s;
}

.tw ul li a .pic {
  width: 3.2rem;
  height: 2rem;
  padding-top: 0;
  margin-right: 0.4rem;
}

.tw ul li a .tw-tx {
  overflow: hidden;
  padding-top: 0.2rem;
}

.tw ul li a .tw-tx h3 {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.32rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.tw ul li a .tw-tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  color: #7C7C7C;
  font-family: 'Microsoft Yahei', sans-serif;
}

.tw ul li a .tw-tx .date {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  color: #092C7A;
  position: relative;
}

.tw ul li a .tw-tx .date::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
  width: 0.28rem;
  height: 0.08rem;
  background: url(../images/list-more2.png) no-repeat;
  background-size: 100% 100%;
}

.tw ul li a .tw-tx .date span {
  font-size: 0.2rem;
  padding-right: 0.05rem;
}

.tw ul li:hover a {
  background: url(../images/tw-bg.jpg) no-repeat right bottom;
  background-size: 100% 100%;
}

.tw ul li:hover a .tw-tx h3 {
  color: #fff;
}

.tw ul li:hover a .tw-tx .date {
  color: #fff;
}

.tw ul li:hover a .tw-tx .date::after {
  background: url(../images/list-more.png) no-repeat;
  background-size: 100% 100%;
}

.tw ul li:hover a .tw-tx span::after {
  width: 100%;
  border-bottom-color: #fff;
}

.tw ul li:hover a .tw-tx p {
  color: rgba(255, 255, 255, 0.8);
}

/* 历史沿革 */
.history {
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
}

.history::before {
  content: "";
  position: absolute;
  left: 50%;
  top: .89rem;
  bottom: 1.5rem;
  width: 1px;
  background-color: #092C7A;
  opacity: 0.5;
}

.lsyg-logo {
  display: block;
  margin: 0 auto;
  width: 0.89rem;
  height: 0.89rem;
}

.history ul {
  padding-top: 0.6rem;
}

.history ul li {
  width: 50%;
  margin-top: 0.2rem;
}

.history ul li:nth-child(odd) {
  margin-left: 50%;
}

.history ul li:nth-child(odd) a {
  margin-left: 1.14rem;
}

.history ul li:nth-child(even) a {
  margin-right: 1.14rem;
}

.history ul li a {
  display: block;
  position: relative;
}

.history ul li a::before {
  content: '';
  position: absolute;
  top: 0.38rem;
  left: -0.65rem;
  width: 0.56rem;
  border: 1px dashed #092C7A;
  opacity: 0.4;
}

.history ul li:nth-child(even) a::before {
  left: auto;
  right: -0.65rem;
}

.his-year {
  position: absolute;
  left: -1.5rem;
  top: 0;
  width: 0.77rem;
  height: 0.77rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.history ul li:nth-child(even) .his-year {
  left: auto;
  right: -1.5rem;
}

.his-year span {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #092C7A;
  opacity: 0.0808;
}

.his-year em {
  display: block;
  width: 0.66rem;
  height: 0.66rem;
  background: url(../images/his-y.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-family: 'syS-regular';
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #092C7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.history ul li .tx {
  border-radius: 0.06rem;
  background: #FFFFFF;
  border: 1px solid rgba(9, 44, 122, 0.2205);
  padding: 0.25rem;
  min-height: 1.63rem;
}

.history ul li:nth-child(even) a .tx {
  text-align: right;
}

.history ul li .tx h3 {
  display: block;
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-weight: normal;
  color: #092C7A;
}

.history ul li .tx p {
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  color: #666666;
  margin-top: 0.1rem;
  text-align: justify;
}


/* 学院领导 */
.xyld {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(9, 44, 122, 0.0965);
  margin-top: 0.35rem;
}

.xyld-tit {
  background: url(../images/xyld-tbg.jpg) no-repeat right center;
  background-size: cover;
  height: 0.59rem;
}

.xyld ul {
  padding: 0.5rem 0.8rem;
}

.xyld ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  font-size: 0.22rem;
  font-weight: 900;
  padding: 0.29rem 0;
}

.xyld ul li>div {
  width: 50%;
}

.xyld ul li .l {
  text-align: right;
  color: #092C7A;
  padding-right: 16.66%;
}

.xyld ul li .r {
  padding-left: 16.66%;
  border-left: 1px solid rgba(9, 44, 122, 0.4);
}

.xyld ul li .r a {
  display: inline-block;
  transition: all 0.5s;
}

.xyld ul li .r a:hover {
  color: #03419E;
}

/* 学院介绍 */
.xyjj {
  margin-top: 0.6rem;
}

.xyjj p {
  font-family: PingFang SC;
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #333333;
  margin-top: 0.3rem;
  text-align: justify;
  text-indent: 2em;
}

.jj1 {
  background: url(../images/jj1-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  height: 4.61rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 0.6rem;
}

.jj1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0248A5 -7%, rgba(0, 109, 201, 0) 100%);
}

.jj1 p {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 42.6%;
  text-indent: 0;
}

.jj2 {
  margin-top: 0.3rem;
}

.jj2 ul {
  display: flex;
  justify-content: space-around;
  background: rgba(9, 44, 122, 0.0688);
}

.jj2 ul li {
  text-align: left;
  position: relative;
  margin: 0.3rem 0;
  /* padding-left: 0.4rem; */
}

.jj2 ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.5rem;
  height: 0.76rem;
  opacity: 0.2;
  border-left: 1px solid #092C7A;
}

.jj2 ul li:first-child {
  padding-left: 0;
}

.jj2 ul li:first-child:before {
  border-left: 0;
}

.jj2 ul li p b {
  display: inline-block;
  font-size: 0.34rem;
  font-weight: 900;
  color: #092C7A;
  position: relative;
  padding-bottom: 0.14rem;
}

.jj2 ul li p b::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.2rem;
  height: 0.02rem;
  background: #092C7A;
}

.jj2 ul li p em {
  font-size: 0.14rem;
  font-weight: 400;
}

.jj2 ul li p {
  text-indent: 0;
  margin-top: 0;
}

.jj2 ul li h3 {
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: normal;
  color: #333333;
  margin-top: 0.14rem;
}

.jj3 {
  overflow: hidden;
  margin-top: 0.3rem;
}

.jj3 img {
  float: left;
  display: block;
  width: 46.43%;
  margin-right: 0.4rem;
}

/* 4.28开始 */
.xys-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.1rem;
  max-width: 100%;
  background-image: url(../images/xys-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  z-index: -1;
}

.hdyxys {
  padding-top: 0.6rem;
}

.hdyxys-tit {
  font-family: 'syS-medium';
  font-size: 0.24rem;
  font-weight: 500;
  color: #3D3D3D;
  text-align: center;
}

.hdyxys-box {
    margin-top: 0.2rem;
}

.hdyxys-box h3 {
  font-family: "微软雅黑";
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #3D3D3D;
  margin-top: 0.4rem;
  margin-bottom: 0.1rem;
}

.hdyxys-box p {
  font-family: "微软雅黑";
  font-size: 0.18rem;
  line-height: 0.32rem;
  text-indent: 2em;
  color: #3D3D3D;
}
.hdyxys-box p strong {
  font-weight: bold;
  font-size: 0.2rem;
}


.hdyxys-box p img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}

.xys {}

.xys::before {
  background-color: transparent;
  border-left: 1px dashed #D8D8D8;
}

.xys ul {
  padding-top: 0;
}

.xys ul li {
  margin-top: -1.6rem;
}

.xys ul li:first-child {
  margin-top: -0.9rem;
}

.xys ul li:nth-child(odd) a {
  margin-left: 1.07rem;
}

.xys ul li:nth-child(even) a {
  margin-right: 1.07rem;
}

.history ul li a::before {
  content: none;
}

.xys-pic img {
  display: block;
  width: 100%;
}

.xys-year {
  width: 1.7rem;
  height: 1.3rem;
  background: url(../images/xys-nbg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -.95rem;
  margin-left: -0.18rem;
  position: relative;
  z-index: 1;
}

.xys-year span {
  display: block;
  font-family: 'syS-semibold';
  font-size: 0.24rem;
  font-weight: 600;
  color: #FFFFFF;
}

.xys-year img {
  display: block;
  width: 0.4rem;
  margin-top: 0.1rem;
}

.xys-year::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.75rem;
  border-top: 1px dashed #D8D8D8;
  opacity: 1;
  width: 0.75rem;
  z-index: -1;
}

.xys-year::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.02rem;
  width: 0.27rem;
  height: 0.27rem;
  background: url(../images/xys-q.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.xys ul li .tx {
  margin-top: 0.2rem;
  border: 0;
  padding: 0;
  min-height: auto;
  border-radius: 0;
  background: none;
}

.xys ul li .tx h3 {
  font-family: 'syS-semibold';
  font-size: 0.24rem;
  font-weight: 600;
  color: #3D3D3D;
  margin-bottom: 0.1rem;
}

.xys ul li .tx p {
  font-family: '微软雅黑';
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #333333;
  opacity: 0.6;
}

.xys ul li:nth-child(even) .xys-year::after {
  left: auto;
  right: -1.02rem;
}

.xys ul li:nth-child(even) .xys-year::before {
  left: auto;
  right: -0.9rem;
}

.xys ul li:nth-child(even) .xys-year {
  margin-left: auto;
  margin-right: -0.18rem;
}

.xys ul li:nth-child(even) .tx p {
  text-align: right;
}

/* 4.28结束 */



@media screen and (max-width: 1600px) {
  .nymain {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }

  .nymain .wp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .banner .wp {
    width: 100%;
  }

  .banner .position>div {
    padding-bottom: 0.2rem;
  }
}

@media screen and (max-width: 1300px) {
  .jj2 ul {
    flex-wrap: wrap;
  }

  .jj2 ul li {
    width: calc(33.33% - 0.6rem);
    margin-left: 0.6rem;
  }

  .jj2 ul li::before {
    left: -0.3rem;
  }

  .jj2 ul li:first-child:before {
    border-left: 1px solid #092C7A;
  }

  .xys-year {
    width: 1.2rem;
    height: 0.92rem;
  }

  .xys-year span,
  .xys ul li .tx h3 {
    font-size: 0.18rem;
  }

  .xys ul li .tx p {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }

  .xys-year img {
    margin-top: 0;
  }

  .xys ul li {
    margin-top: -1rem;
  }
}

@media screen and (max-width: 1200px) {
  .art-main .cont-tit .fbt .span {
    margin: 0.1rem 0.2rem;
  }

  .xys {
    margin-top: 0.3rem;
  }

  .xys ul li {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0.3rem !important;
  }

  .xys ul li a {
    margin-left: 1rem !important;
  }

  .xys .lsyg-logo {
    margin: 0;
  }

  .xys::before {
    left: 0.445rem;
  }

  .xys-year::before {
    left: -0.2rem;
    width: 0.2rem;
  }

  .xys-year::after {
    width: 0.2rem;
    height: 0.2rem;
    left: -0.48rem;
  }

  .xys ul li:nth-child(even) .xys-year::after {
    left: -0.48rem;
    right: auto;
  }

  .history ul li:nth-child(even) a .tx,
  .xys ul li:nth-child(even) .tx p {
    text-align: left;
  }

  .xys ul li:nth-child(even) .xys-year {
    margin-left: -0.18rem;
    margin-right: auto;
  }

  .xys ul li:nth-child(even) .xys-year::before {
    left: -0.2rem;
    right: auto;
  }
}

@media screen and (max-width: 1100px) {
  .sz-ty>div {
    padding: 10px 0 0 25px;
  }

  .sz-ty h3 {
    padding-left: 25px;
  }
}

@media screen and (max-width: 1024px) {

  .art-main .art-body img,
  .art-main .art-body video {
    width: 96%;
  }

  .nymain .leftNav ul li a {
    padding: 0.25rem 0.5rem 0.25rem 0.2rem;
  }

  .nymain .px1600 {
    margin-top: 0;
    background: none;
  }

  .nymain {
    padding-bottom: 0.4rem;
  }

  .nymain .leftNav {
    width: 2.8rem;
  }

  .nymain .leftNav>ul {
    padding: 0.2rem 0.2rem 1rem 0.2rem;
  }

  .nymain .leftNav>ul>li>a::after {
    width: 0.4rem;
    height: 0.22rem;
  }

  .nymain .leftNav>h2 {
    font-size: 0.3rem;
  }

  .ny-right {
    width: calc(100% - 3.2rem);
    padding: 0.4rem 0;
  }

  .position h3 {
    font-size: 0.3rem;
  }

  .position h3::after {
    height: 2px;
  }

  .tw ul li a .tw-tx .date span {
    
  }

  .tw ul li a .date span {
    font-size: 16px;
  }

  .tw ul li a .date p {
    font-size: 22px;
  }

  .tw ul li a .date em {
    width: 30px;
    height: 30px;
  }

  .tw ul li a .date p {
    font-size: 20px;
  }

  .tw ul li a .date em {
    width: 22px;
    height: 22px;
    background-size: auto 12px;
    margin-top: 25px;
  }

  .tw ul li a .tw-tx span {
    margin-top: 0.15rem;
  }

  .sjtw ul li a .tw-tx {
    width: calc(100% - 80px);
  }

  .list-ld ul {
    margin-left: -0.18rem;
    margin-right: -0.18rem;
  }

  .list-ld ul li a {
    display: block;
    margin: 0.2rem;
  }

  .art-main .cont-tit .fbt img {
    max-width: 0.2rem;
    max-height: 0.2rem
  }

  .xyld ul {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 900px) {
  .sz-t .pic {
    float: none;
    margin: 0 auto;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }

  .sz-ty>div {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .nymain .leftNav::before {
    display: none;
  }
  .art-main .art-body table td {
  padding: 2px 3px !important;
  /* line-height: 30px; */
}

  .nymain .leftNav>h2 {
    height: inherit;
    font-size: 0.24rem;
    padding: 0.05rem 0.2rem;
    background: #03419E;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nymain .leftNav>h2 i {
    font-size: 12px;
  }

  .nymain .leftNav>h2 b {
    font-size: 0.22rem;
  }

  .nymain .leftNav>h2 div {
    padding-left: 0.15rem;
  }

  .nymain .leftNav>h2 div::before {
    width: 0.03rem;
    height: 0.4rem;
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none;
  }

  .nymain .leftNav>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 {
    padding: 0.25rem 0;
  }

  .nymain .leftNav {
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 0;
    background: none;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .ny-right {
    float: none;
    width: auto;
    padding: 0 0 0.4rem 0;
  }

  .position>div {
    text-align: left;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .position h3 {
    left: 0;
    width: auto;
    font-size: 0.22rem;
    position: relative;
    left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;

  }

  .position h3::after {
    width: 37px;
    height: 37px;
    right: -10px;
    bottom: -15px;
  }

  .pagination {
    padding-top: 25px;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .nymain .leftNav ul {
    display: none;
    padding: 0.2rem;
    margin-top: 0;
    background-image: none;
  }

  .nymain .leftNav>ul>li>ul {
    padding: 0 0 0.1rem 0;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    padding: 0.1rem 0.2rem;
  }

  .nymain .leftNav>ul>li>span {
    top: 13px;
  }

  .nymain .leftNav ul li a {
    font-size: 0.2rem;
    padding: 0.15rem 0.2rem;
  }

  .position a,
  .position span {
    font-size: 12px;
  }

  .position img {
    height: 12px;
    margin-right: 5px;
  }

  .text-list {
    margin-top: 0.3rem;
  }

  .text-list ul li {
    margin-bottom: 0.3rem;
  }

  .text-list ul li .date::after {
    right: -0.2rem;
    height: 0.35rem;
  }

  .text-list ul li .date {
    width: 0.8rem;
    margin-right: 0.4rem;
  }

  .text-list ul li .date>p {
    font-size: 0.24rem;
  }

  .text-list ul li .date span {
    font-size: 12px;
  }

  .text-list ul li .list-tx>p {
    font-size: 12px;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .zzjg_text li {
    width: 50%;
  }

  .img-lists ul li {
    width: 47.333%;
    margin: 0.3rem 1% 0 1%;
  }

  .img-lists ul li a>img {
    height: 191px;
  }

  .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;
  }

  .dt-list2 li a>.dt-text h3 {
    font-size: 18px;
  }

  .dt-list2 li a>.dt-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .dt-list2 li a>.dt-text {
    padding-left: 10px;
  }

  .dt-list2 li .date {
    width: 60px;
  }

  .dt-list2 li .date span {
    font-size: 24px;
  }

  .dt-list2 li .date {
    padding: 4px 0;
  }

  .dt-list2 li {
    padding: 15px 0;
  }

  .art-main .art-tit {
    margin-top: 0.3rem;
    padding: 0.2rem;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .art-main .art-tit h3 {
    font-size: 0.28rem;
  }

  .art-main .cont-tit .fbt {
    padding-top: 0.1rem;
  }

  .art-main .art-tit::after {
    right: 0.1rem;
  }

  .art-main .art-tit h3 {
    font-size: 0.24rem;
  }

  .art-main .art-tit::before {
    bottom: -0.1rem;
  }

  .art-main .art-body p,
  .art-main .art-body p * {
    font-size: 0.2rem !important;
    line-height: 0.36rem !important;
  }

  .sz-con {
    margin-top: 0.25rem;
  }

  .sz-t {
    margin-top: 0.2rem;
  }

  .sz-ty h3 {
    font-size: 0.26rem;
  }

  .sz-box h4 span {
    font-size: 0.26rem;
  }

  .sz-box p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-left: 0.5rem;
  }

  .sz-box h4 {
    background-size: 0.25rem auto;
    padding-left: 0.5rem;
  }

  .sz-d::before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .szdw div ul li a {
    margin-right: 0.2rem;
    margin-top: 0.2rem;
  }

  .szdw div:first-child {
    margin-top: 0;
  }

  .history {
    margin-top: 0.3rem;
  }

  .history ul li .tx {
    padding: 0.2rem;
  }

  .history ul li a::before {
    top: 0.34rem;
  }

  .tw {
    margin-top: 0.3rem;
  }

  .tw ul li a {
    margin-bottom: 0.3rem;
    padding: 0 0.2rem 0.2rem 0;
  }

  .tw ul li a .pic {
    margin-right: 0.3rem;
  }

  .tw ul li a .tw-tx .date::after {
    right: 0.2rem;
  }

  .xyld {
    margin-top: 0.3rem;
  }

  .xyld ul {
    padding: 0.2rem;
  }

  .xyld ul li {
    font-size: 0.2rem;
    padding: 0.2rem 0;
  }

  .xyld ul li .l {
    padding-right: 8%;
  }

  .xyld ul li .r {
    padding-left: 8%;
  }

  .jj1 {
    height: 3.61rem;
  }

  .jj1 p {
    max-width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .sz-ty h3 {
    padding-left: 20px;
  }

  .sz-ty>div {
    padding-left: 20px;
  }

  .list-ld ul li {
    width: 33.333%;
  }
}

@media screen and (max-width: 480px) {

  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit .fbt .liulan {
    margin-left: 15px;
  }

  .sz-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sz-con .sz-r {
    width: 100%;
  }

  .sz-r {
    width: calc(100% - 2rem);
  }

  .sz-ty {
    padding-left: 0;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
  }

  .sz-ty>div p {
    line-height: 0.34rem;
  }

  .tw ul li a {
    padding: 0.2rem;
  }

  .tw ul li a .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 62.5%;
    margin-right: 0;
  }

  .tw ul li a .date p {
    font-size: 18px;
  }

  .tw ul li a .date em {
    margin-top: 20px;
  }

  .tw ul li a .tw-tx {
    padding-left: 0;
  }

  .list-ld ul li {
    width: 50%;
  }

  .list-ld ul {
    margin-left: -0.12rem;
    margin-right: -0.12rem;
  }

  .list-ld ul li a {
    margin: 0.15rem;
  }

  .jgsz div ul li {
    width: 100%;
  }

  .art-main .cont-tit .fbt .span {
    margin: 0.1rem 0.2rem 0.1rem 0;
  }

  .lsyg-logo {
    margin: 0;
  }

  .history ul {
    padding-top: 0.1rem;
  }

  .history::before {
    left: 0.445rem;
  }

  .history ul li {
    margin-left: 0 !important;
    width: 100%;
  }

  .history ul li a {
    margin-right: 0 !important;
    margin-left: 1rem !important;
    margin-top: 0.3rem;
  }

  .history ul li:nth-child(even) a::before {
    left: -0.65rem;
    right: auto;
  }

  .his-year {
    left: -0.94rem;
  }

  .history ul li:nth-child(even) .his-year {
    right: auto;
    left: -0.94rem;
  }

  .history ul li:nth-child(even) a .tx {
    text-align: left;
  }

  .jj2 ul li {
    width: calc(50% - 0.6rem);
    margin-left: 0.6rem;
  }

  .jj1 {
    height: auto;
    padding: 0.2rem 0.3rem 0.4rem 0.3rem;
  }

  .jj1 p {
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .text-list ul li {
    line-height: 40px;
  }

  .art-main .art-tit span {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 24px;
    height: 24px;
  }

  .art-main .art-body p {
    font-size: 15px;
  }

  .img-lists ul li a>img {
    height: 84px;
  }
}



.inner-s4 .block1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.inner-s4 .block1 .pic {
  width: 2rem;
  height: 2.6rem;
  padding-top: 22%;
  position: relative;
  overflow: hidden;
}

.inner-s4 .block1 .txt {
  width: calc(100% - 2.41rem);
  margin-top: .26rem;
}

.inner-s4 .block1 .name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.inner-s4 .block1 h2 {
  font-size: .36rem;
  line-height: .4rem;
  color: #333333;
  position: relative;
}

.inner-s4 .block1 h2:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -0.33rem;
  border: .05rem solid transparent;
  border-bottom-color: #22459b;
  transform: translateX(-50%);
}

.inner-s4 .block1 .name h4 {
  font-size: .18rem;
  line-height: .34rem;
  color: #22459b;
  padding: 0 .16rem;
  background: #d8e2f9;
  border-radius: 0 .2rem 0 0;
  margin-left: .25rem;
}

.inner-s4 .block1 em {
  display: block;
  border-top: 1px dashed #22459b;
  margin-top: .33rem;
}

.inner-s4 .block1 .info {
  margin-top: .5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.inner-s4 .block1 .info .ll {
  width: .4rem;
  height: .78rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #026452;
  border-radius: 1rem;
}

.inner-s4 .block1 .info h4 {
  font-size: .2rem;
  line-height: .24rem;
  color: #fff;
  text-align: center;
}

.inner-s4 .block1 .info .rr {
  width: calc(100% - .75rem);
}

.inner-s4 .block1 .info p {
  font-size: .18rem;
  line-height: .36rem;
  color: #333;
  -webkit-line-clamp: 4;
  height: 1.44rem;
}

.inner-s4 .block2 .tit {
  display: flex;
}

.inner-s4 .block2 .tit h3 {
  font-size: .24rem;
  line-height: .48rem;
  color: #fff;
  padding: 0 .2rem;
  border-radius: 0 .2rem 0 0;
  background: linear-gradient(270deg, #05957A 0%, #026452 100%);
}

.inner-s4 .block2 .para {
  font-size: .18rem;
  line-height: .36rem;
  color: #333333;
  margin-top: .24rem;
  font-family: "微软雅黑" !important;
}

.inner-s4 .block2 .para p {
  font-size: .18rem;
  line-height: .36rem;
  color: #333333;
  margin-top: .24rem;
  font-family: "微软雅黑" !important;
}

.inner-s4 .block2 .para p span {
  font-size: .18rem;
  line-height: .36rem;
  color: #333333;
  margin-top: .24rem;
  font-family: "微软雅黑" !important;
}

.inner-s4 .block2 {
  margin-top: .59rem;
}

.inner-s4 {
  margin-top: .53rem;
}

.pic .a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in;
}


@media (max-width: 769px) {

  .inner-s4 .block1 h2 {
    font-size: .26rem;
  }

  .inner-s4 .block1 h2:after {
    bottom: -.2rem;
  }

  .inner-s4 .block1 .name h4 {
    margin-left: .1rem;
  }

  .inner-s4 .block1 .info {
    margin-top: 0.2rem;
  }

  .inner-s4 .block1 .txt {
    margin-top: 0;
  }

  .inner-s4 .block1 em {
    margin-top: .2rem;
  }

  .inner-s4 .block2 {
    margin-top: 0.3rem;
  }

  .inner-s4 .block2 .tit h3 {
    font-size: .2rem;
  }

  .inner-s4 .block2 .para {
    margin-top: .1rem;
  }

  .inner-s4 {
    margin-top: 0.3rem;
  }

  .inner-s6 .block1 .left {
    width: 100%;
  }
}

@media (max-width: 481px) {

  .inner-s4 .block1 {
    display: block;
  }

  .inner-s4 .block1 .pic {
    margin: 0 auto;
  }

  .inner-s4 .block1 .txt {
    width: 100%;
    margin-top: .2rem;
  }

  .inner-s4 .block1 h2 {
    width: 100%;
    text-align: center;
  }

  .inner-s4 .block1 h2:after {
    display: none;
  }

  .inner-s4 .block1 .name {
    justify-content: center;
  }

  .inner-s4 .block1 .name h4 {
    margin-left: 0;
    margin-top: .1rem;
  }

  .inner-s4 .block1 em {
    display: none;
  }

  .inner-s4 .block1 .info .rr {
    width: calc(100% - 0.6rem);
  }
}



.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 #22459b !important;
  background-color: #22459b !important;
}



/* 师资队伍-分类-样式 */
.page-category-box {
  margin: .2rem auto;
}

.page-category-box .tab-list {
  margin: 0 auto;
  text-align: center;
  margin-bottom: .3rem;
}

.page-category-box .tab-list ul {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.page-category-box .tab-list li {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  float: left;
  max-width: calc(100% / 2 - .06rem);
  padding: 0 .16rem 0 .42rem;
  height: .5rem;
  line-height: .5rem;
  font-size: .16rem;
  font-weight: bold;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  cursor: pointer;
}

.page-category-box .tab-list .on a {
  color: #fff;
}

.page-category-box .tab-list li::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: .08rem;
  top: 50%;
  width: .28rem;
  height: .28rem;
  float: left;
  overflow: hidden;
  transform: translateY(-50%);
  background: url(../images/page-category-icon.png) center top no-repeat;
}

.page-category-box .tab-list li.on::before {
  background-position: center -67px;
}

.page-category-box .tab-list li:nth-child(2)::before {
  background-position: center -135px;
}

.page-category-box .tab-list li:nth-child(2).on::before {
  background-position: center -200px;
}

.page-category-box .tab-list li {
  margin-left: .06rem;
  margin-right: .06rem;
}

.page-category-box .tab-list li::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 100%;
  border-width: .08rem;
  border-style: solid;
  border-color: transparent;
  transform: translateX(-50%);
}

.page-category-box .tab-list li.on {
  color: white;
  background-color: #0347a4;
}

.page-category-box .tab-list li.on::after {
  border-top-color: #03419e;
}

.tab-category-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;

}

/* .tab-category-list {
  display: none;
} */

.tab-category-list.on {
  display: block;
}

.tab-category-list li {
  display: flex;
  width: calc(100% / 2 - .06rem);
  margin-bottom: .1rem;
}

.tab-category-list li a {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: .05rem;
  line-height: 1.4;
  font-size: .16rem;
  color: #666;
  text-align: center;
  border: 1px solid #efefef;
  background: #fff;
}

.tab-category-list li.active a,
.tab-category-list li.on a,
.tab-category-list li a:hover {
  color: #03419e;
  font-weight: bold;
  border-color: #03419e;
}

/* 字母类别的分类 */
.type-alphabet {
  justify-content: flex-start;
}

.type-alphabet li {
  width: calc(100% / 5 - .08rem);
}

.type-alphabet li {
  margin-left: .05rem;
  margin-right: .05rem;
}

.type-alphabet li:nth-child(5n) {
  margin-left: .05rem;
  margin-right: 0;
}

.type-alphabet li:nth-child(5n+1) {
  margin-right: .05rem;
  margin-left: 0;
}

@media (min-width: 992px) {
  .page-category-box .tab-list li {
    padding-left: .62rem;
  }

  .page-category-box .tab-list li::before {
    left: .16rem;
  }

  .tab-category-list {
    justify-content: flex-start;
  }

  .tab-category-list li a {
    padding: .1rem .05rem;
  }

  .tab-category-list li {
    width: calc(100% / 3 - .08rem);
  }

  .tab-category-list li {
    margin-right: .06rem;
    margin-left: .06rem;
  }

  .tab-category-list li:nth-child(3n) {
    margin-left: .06rem;
    margin-right: 0;
  }

  .tab-category-list li:nth-child(3n+1) {
    margin-right: .06rem;
    margin-left: 0;
  }

  /* 字母类别的分类 */
  .type-alphabet li {
    width: calc(100% / 13 - .1rem);
  }

  .type-alphabet li {
    margin-left: .05rem !important;
    margin-right: .05rem !important;
  }

  .type-alphabet li:nth-child(13n) {
    margin-left: .05rem !important;
    margin-right: 0 !important;
  }

  .type-alphabet li:nth-child(13n+1) {
    margin-right: .05rem !important;
    margin-left: 0 !important;
  }
}

@media (min-width: 1400px) {
  .tab-category-list li {
    width: calc(100% / 5 - .08rem);
  }

  .tab-category-list li:nth-child(5n+2),
  .tab-category-list li:nth-child(5n+3),
  .tab-category-list li:nth-child(5n+4) {
    margin-right: .05rem;
    margin-left: .05rem;
  }

  .tab-category-list li:nth-child(5n) {
    margin-left: .05rem;
    margin-right: 0;
  }

  .tab-category-list li:nth-child(5n+1) {
    margin-right: .05rem;
    margin-left: 0;
  }

  /* 字母类别的分类 */
  .type-alphabet li {
    width: calc(100% / 13 - .1rem);
  }

  .type-alphabet li {
    margin-left: .05rem !important;
    margin-right: .05rem !important;
  }

  .type-alphabet li:nth-child(13n) {
    margin-left: .05rem !important;
    margin-right: 0 !important;
  }

  .type-alphabet li:nth-child(13n+1) {
    margin-right: .05rem !important;
    margin-left: 0 !important;
  }
}


/* ==========================================================================
   文章-内容页-现任领导
========================================================================== */
.page-leader-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  background-color: #fafafa;
  border-top: 3px solid #03419e;
  padding: .15rem;
  font-family: 宋体, SimSun;
}

.page-leader-detail .pic {
  width: 40%;
  margin-bottom: .15rem;
  padding-top: 26%;
}

.page-leader-detail .pic img {
  width: 100%;
  height: auto;
}

.page-leader-detail .title {
  margin-bottom: .15rem;
  text-align: center;
}

.page-leader-detail .name {
  margin-bottom: .05rem;
  display: block;
  text-align: center;
  font-family: "FZXiaoBiaoSong-B05S", "宋体";
  font-size: .29rem;
  font-weight: bold;
  color: #03419e;
}

.page-leader-detail .job {
  display: inline-block;
  padding: 0 .2rem;
  height: .3rem;
  line-height: .3rem;
  font-size: .14rem;
  color: white;
  background: #D8CA9B;
  border-radius: .14rem;
}

.page-leader-detail .intro {
  padding: .15rem .1rem;
  background: #fafafa;
  font-family: "FangSong_GB2312", "宋体";
  font-size: .21rem;
  line-height: 1.6;
}

.page-leader-detail .unit {
  margin-bottom: .15rem;
}

.page-leader-detail .unit .info {
  padding: .05rem 0;
  font-size: .18rem;
  line-height: 1.4;
  color: #333;
}

.page-leader-detail .unit label {
  font-weight: bold;
  margin-right: .05rem;
}

.page-leader-detail .connect {
  margin-bottom: .15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-leader-detail .connect .info {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: .05rem 0;
  line-height: 1.6;
  font-size: .16rem;
  color: #666;
}

.page-leader-detail .icon {
  width: auto;
  display: flex;
  align-items: stretch;
  font-weight: bold;
}

.page-leader-detail .txt {
  flex: 1;
}

.page-leader-detail .icon::before {
  content: "";
  width: .22rem;
  margin-right: .05rem;
  background: url(../images/page-about-icon.png) left 2px no-repeat;
}

.page-leader-detail .icon-email::before {
  background-position: left -32px;
}

.page-leader-detail .icon-address::before {
  background-position: left -71px;
}

.page-leader-detail .icon-research::before {
  background-position: left -109px;
}

.page-leader-detail .research {
  font-size: .16rem;
  line-height: 1.6;
  color: #666;
}

.page-leader-detail .research .icon {
  width: 100%;
  margin-bottom: .05rem;
}

.page-leader-detail .research .txt {
  font-family: 宋体, SimSun;
  text-align: justify;
}


@media (min-width: 992px) {
  .page-leader-detail {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-top: none;
    background: none;
    padding: 0;
  }

  .page-leader-detail .pic {
    width: 40%;
    max-width: 2.2rem;
    margin-right: .34rem;
    margin-bottom: 0;
  }

  .page-leader-detail .pic img {
    width: 100%;
    height: auto;
  }

  .page-leader-detail .con {
    flex: 1;
    padding: .2rem .2rem .1rem .3rem;
    border-left: .03rem solid #03419e;
    background-color: #fff;
  }

  .page-leader-detail .title {
    text-align: left;
  }

  .page-leader-detail .name {
    margin-bottom: 0;
    margin-right: .05rem;
    font-size: .32rem;
  }

  .page-leader-detail .name {
    display: inline;
  }

  .page-leader-detail .until {
    padding-top: .26rem;
    margin-bottom: .26rem;
  }

  .page-leader-detail .connect .info {
    width: auto;
    margin-right: .15rem;
  }

  .page-leader-detail .connect .info:nth-last-child(1) {
    margin-right: 0;
  }

  .page-leader-detail .research .icon {
    width: auto;
    float: left;
    margin-bottom: 0;
    margin-right: .05rem;
  }

  .page-leader-detail .research .txt {
    overflow: hidden;
  }
}




/* 师资队伍-内容页-各主体介绍 */
.page-about-detail {
  width: 100%;
  margin-bottom: .2rem;
  margin-top: .2rem;
  overflow: hidden;
  font-family: 宋体, SimSun;
}

.page-about-detail .about-hd {
  display: flex;
  flex-flow: wrap;
  padding: .07rem .05rem .02rem;
  background-color: #03419e;
}

.page-about-detail .about-hd li {
  margin: 0 0 .05rem;
  height: .36rem;
  line-height: .36rem;
  font-size: .16rem;
  color: white;
  cursor: pointer;
  text-align: center;
}

.page-about-detail .about-hd li a {
  display: block;
  color: white;
}

.page-about-detail .about-hd li {
  width: calc(100% / 3 - .08rem);
}

.page-about-detail .about-hd li {
  margin-right: .06rem;
  margin-left: .06rem;
}

.page-about-detail .about-hd li:nth-child(3n) {
  margin-left: .06rem;
  margin-right: 0;
}

.page-about-detail .about-hd li:nth-child(3n+1) {
  margin-right: .06rem;
  margin-left: 0;
}

.page-about-detail .about-hd li.active {
  font-weight: bold;
  background-color: #fff;
}

.page-about-detail .about-hd li.active a {
  color: #03419e;
}

.page-about-detail .about-detail {
  overflow: hidden;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-top: none;
}

.page-about-detail .detail-box {
  padding: .2rem .25rem;
  text-align: justify;
  font-family: "FangSong_GB2312", "宋体";
  font-size: .21rem;
  line-height: 1.6;
  overflow: hidden;
  display: none;
  background: #fff;
  min-height: 6rem;
}

.page-about-detail .detail-english {
  font-family: "Times New Roman", "Arial";
}

.page-about-detail .detail-box * {
  word-break: break-all;
  /* 可以在单词内的任意位置断行 */
  overflow-wrap: break-word;
  /* 标准的 CSS 属性 */
}

.page-about-detail .detail-box ul {
  padding-left: 2em;
  list-style: inherit;
}

.page-about-detail .detail-box ol {
  padding-left: 2em;
  list-style: decimal;
}

.page-about-detail .detail-box ul li {
  zoom: normal;
  list-style: inherit;
  text-indent: 0 !important;
}

.page-about-detail .detail-box ol li {
  zoom: normal;
  list-style: inherit;
  text-indent: 0 !important;
}

.page-about-detail .detail-box h1,
.page-about-detail .detail-box h2,
.page-about-detail .detail-box h3,
.page-about-detail .detail-box h4,
.page-about-detail .detail-box h5,
.page-about-detail .detail-box h6,
.page-about-detail .detail-box b,
.page-about-detail .detail-box strong {
  font-weight: bold;
}

.page-about-detail .detail-box h1 {
  font-size: .28rem;
  line-height: .38rem;
  margin: .38rem 0rem .19rem 0rem;
}

.page-about-detail .detail-box h2 {
  font-size: .24rem;
  line-height: .34rem;
  margin: .34rem 0rem .17rem 0rem;
}

.page-about-detail .detail-box h3 {
  font-size: .2rem;
  line-height: .3rem;
  margin: .3rem 0rem .15rem 0rem;
}

.page-about-detail .detail-box h4 {
  font-size: .16rem;
  line-height: .26rem;
  margin: .26rem 0rem .13rem 0rem;
}

.page-about-detail .detail-box h5 {
  font-size: .14rem;
  line-height: .24rem;
  margin: .24rem 0rem .12rem 0rem;
}

.page-about-detail .detail-box h6 {
  font-size: .12rem;
  line-height: .22rem;
  margin: .22rem 0rem .1rem 0rem;
}

.page-about-detail .detail-box blockquote {
  margin: .1rem 0rem;
  border-left: .02rem solid #d8dad9;
  padding: 0 0 0 .1rem;
  line-height: 1.74;
  color: #888;
  font-size: .15rem;
}

.page-about-detail .detail-box blockquote p {
  margin: 0rem;
  line-height: 1.7;
  color: #888;
  font-size: .15rem;
}

.page-about-detail .detail-box h1:first-child,
.page-about-detail .detail-box h2:first-child,
.page-about-detail .detail-box h3:first-child,
.page-about-detail .detail-box h4:first-child,
.page-about-detail .detail-box h5:first-child,
.page-about-detail .detail-box h6:first-child {
  margin-top: 0px;
}

.page-about-detail .detail-box .videoPlayer {
  text-indent: 0;
}

@media (min-width: 992px) {
  .page-about-detail {
    margin-bottom: .3rem;
    margin-top: .3rem;
  }

  .page-about-detail .about-hd {
    padding-bottom: 0;
  }

  .page-about-detail .about-hd li {
    width: auto;
    margin: 0 .08rem;
    padding: 0 .2rem;
    height: .48rem;
    line-height: .48rem;
    font-size: .18rem;
  }

  .page-about-detail .about-hd li:nth-child(3n+1) {
    margin-left: .08rem;
  }
}