@charset "utf-8";

.nymain {}

.zzjg1 .zzjg-box h3 {
  font-family: sys;
}

.ny_slogo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: .4rem;
}

.ny_slogo .slogl {
  width: 2.8rem;
  margin-right: .6rem;
  transition: all .6s;
}

.ny_slogo .slogl.on {
  position: fixed;
  top: 1.7rem;
}

.ny_slogo .slogl ul li a {
  display: block;
  border-bottom: 1px solid #d4dce6;
  padding: .3rem .4rem;
  background: linear-gradient(#fff 62%, #eef2f8 100%);
}

.ny_slogo .slogl ul li.on a {
  background: linear-gradient(#095785 62%, #095583 100%);
}

.ny_slogo .slogl ul li a span {
  display: block;
  padding-left: .3rem;
  line-height: .3rem;
  font-size: .26rem;
  color: #666;
  border-left: 2px solid #b6b6b6;
}

.ny_slogo .slogl ul li.on a span {
  border-left: 2px solid #fff;
  color: #fff;
}

.ny_slogo .slogr {
  width: calc(100% - 3.4rem);
}

.ny_slogo .slogr.on {
  margin-left: 3.4rem
}

.ny_slogo .slogr>div {
  margin-bottom: .2rem;
}

.ny_slogo .slogr .slog_bt {
  font-size: .28rem;
  color: #142a51;
  font-family: "sys";
  margin-bottom: .1rem;
  line-height: 1;
}

.ny_slogo .slogr .slog_bt span {
  color: #ba6042;
}

.ny_slogo .slogr .slog_nr {
  padding: .35rem .2rem .2rem .45rem;
  background: linear-gradient(#fff 62%, transparent 100%);
}

.ny_slogo .slogr .slog_nr img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
}

.ny_slogo .slogr .slog_tp img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .ny_slogo .slogl {
    display: none;
  }

  .ny_slogo .slogr {
    width: 100%;
  }
}

/* 研究机构模板2 */
.yjjg2 {
  padding-top: .3rem;
}

.yjjg2 .yjj-bt1 {
  text-align: center;
  margin-bottom: .3rem;
}

.yjjg2 .yjj_bt2 {
  position: relative;
  padding: .15rem .65rem;
  line-height: .3rem;
  font-size: .24rem;
  color: #095885;
  background: linear-gradient(to right, #e6eff8, transparent);
  border-radius: .3rem;
  margin-bottom: .2rem;
}

.yjjg2 .yjj_bt2 span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .5rem;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  border-radius: 50%;
  background: #095885;
  font-size: .2rem;
  color: #fff;
}

.yjjg2 .f01 .jj2_nr p {
  font-size: .18rem;
  color: #333;
  line-height: .36rem;
text-indent: 2em;
}

.yjjg2 .f01 .jj2_tp {
  margin: .55rem 0;
}

.yjjg2 .f01 .jj2_tp ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.05rem;
}

.yjjg2 .f01 .jj2_tp ul li {
  width: 33.33%;
  padding: 0 .05rem;
}

.yjjg2 .f01 .jj2_tp ul li .pic {
  padding-top: 58.95%;
}

.yjjg2 .f01 .jj2_tp ul li .pic img {
object-fit: fill;
}

.yjjg2 .f02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.yjjg2 .f02 ul li {
  width: 48%;
  margin-top: .3rem;
}

.yjjg2 .f02 ul li h2 {
  line-height: .48rem;
  padding: 0 .3rem;
  font-size: .18rem;
  color: #fff;
  background: linear-gradient(to right, #0c5a86, transparent);
}

.yjjg2 .f02 ul li .cont {
  padding: .2rem .3rem;
  height: 3.5rem;
  background: #eef3f8;
}

.yjjg2 .f02 ul li p {
  font-size: .18rem;
  color: #333333;
  line-height: .36rem;
  max-height: 2.52rem\0;


  display: -webkit-box;
  -webkit-line-clamp: 7;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;

}

@media screen and (max-width: 768px) {
  .yjjg2 .f01 .jj2_tp {
    margin: .2rem 0;
  }

  .yjjg2 .f02 ul li {
    width: 100%;
    margin-top: .15rem;
  }

  .yjjg2 .f02 ul li .cont {
    padding: .2rem;
    height: initial;
  }

  .yjjg2 .yjj-bt1 img {
    height: .8rem;
  }
}

.yjjg3 .f01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.yjjg3 .f01 .left {
  width: 43.3%;
}

.yjjg3 .f01 .left h2 {
  font-size: .38rem;
  color: #095885;
  font-family: "sys";
  margin-bottom: .3rem;
}

.yjjg3 .f01 .left p {
  font-size: .18rem;
  color: #333;
  line-height: .36rem;
  text-indent: 2em;
}

.yjjg3 .f01 .right {
  width: 53.4%;
}

.yjjg3 .f01 .right img {
  display: block;
  width: 100%;
}

.yjjg3 .f02 {
  margin: .3rem 0;
}

.yjjg3 .f02 p,
.yjjg3 .f04 p {
  font-size: .18rem;
  color: #333;
  line-height: .36rem;
  text-indent: 2em;
}

.yjjg3 .f03 h2 {
  font-size: .18rem;
  color: #333333;
  font-weight: normal;
  margin-bottom: .15rem;
}

.yjjg3 .f03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.yjjg3 .f03 ul li {
  width: 48%;
  margin-bottom: .45rem;
}

.yjjg3 .f03 ul li h2 {
  position: relative;
  padding: 0.15rem 0.65rem;
  line-height: .3rem;
  font-size: .24rem;
  color: #095885;
  background: linear-gradient(to right, #e6eff8, transparent);
  border-radius: 0.3rem;
  margin-bottom: 0.2rem;
}

.yjjg3 .f03 ul li span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  line-height: .5rem;
  text-align: center;
  border-radius: 50%;
  background: #095885;
  font-size: .2rem;
  color: #fff;
}

.yjjg3 .f03 ul li p {
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .18rem;
  color: #333;
  line-height: .36rem;
}

@media screen and (max-width: 1024px) {
  .yjjg3 .f01 .left {
    width: 100%;
  }

  .yjjg3 .f01 .right {
    width: 100%;
    margin-top: .2rem;
  }
}

@media screen and (max-width: 768px) {
  .yjjg3 .f01 .left h2 {
    font-size: .24rem;
    margin-bottom: .15rem;
  }

  .yjjg3 .f03 ul li h2 {
    padding-right: .15rem;
  }

  .yjjg3 .f03 ul li {
    width: 100%;
    margin-bottom: .2rem;
  }

  .yjjg3 .f03 ul li h2 {
    font-size: .2rem;
  }

  .yjjg3 .f03 ul li p {
    padding-right: 0;
    -webkit-line-clamp: initial;
  }
}

/* 简介页 */
.nl_jjy {
  overflow: hidden;
}

.yjjg {
  margin-top: .45rem;
}

.yjjg .f01 {

  padding: 0.45rem 0.45rem 0;
  background: linear-gradient(to bottom, #fff, #f4f8fb);
  pointer-events: none;

}

.yjjg .f01 h2 {
  text-align: center;
  font-size: .38rem;
  color: #095885;
  margin-bottom: .15rem;
  font-family: "sys";
}

.yjjg .cont p {
  font-size: .18rem;
  color: #333;
  line-height: .36rem;
  text-indent: 2em;
  margin-bottom: .4rem;
}

.yjjg .cont p img {
  width: auto !important;
  height: auto !important;
  display: block !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.yjjg .f02 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.yjjg .f02 .left {
  width: 65%;
}

.yjjg .f02 .right {
  width: 45%;
  margin-right: -10%;
  margin-top: -10%;
}

.yjjg .f02 .right img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .yjjg .f02 .left {
    width: 100%;
  }

  .yjjg .f02 .right {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .yjjg {
    margin-top: .2rem;
  }

  .yjjg .f01 {
    padding: .2rem .2rem 0;
  }

  .yjjg .f01 h2 {
    font-size: .24rem;
  }

  .yjjg .cont p {
    font-size: .16rem;
    margin-bottom: .2rem;
  }
}

/* 历任领导 */
.ylrld {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: .45rem;
}

.ylrld .ylrldl {
  width: 48%;
  border-top: 2px solid #095885;
  padding: 0 .35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.ylrld .ylrldl ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ylrld .ylrldl ul li {
  text-align: center;
}

.ylrld .ylrldl ul .lr_zc {
  width: 30%;
  text-align: left;
}

.ylrld .ylrldl ul .lr_name {
  width: .8rem;
  font-size: .2rem;
  color: #333;
}

.ylrld .ylrldl ul .lr-time {
  flex: 1;
  min-width: 0;
  padding-left: 30%;
  font-size: .18rem;
  color: #666;
}

.ylrld .ylrldl ul:first-child {
  padding: .23rem 0;
  border-bottom: 1px solid #ebeeef;
  margin-top: 0;
}

.ylrld .ylrldl ul:first-child .lr_zc span {
  padding-left: .4rem;
  font-size: .2rem;
  color: #095885;
  border-left: 1px solid #095885;
}

.ylrld .ylrldl ul:first-child .lr_name {
  font-size: .2rem;
  color: #999999;
}

.ylrld .ylrldl ul:first-child .lr-time {
  font-size: .2rem;
  color: #999999;
}

.ylrld .ylrldl ul {
  margin-top: .2rem;
}

@media screen and (max-width: 1024px) {
  .ylrld .ylrldl {
    padding: 0 .2rem;
  }

  .ylrld .ylrldl ul .lr-time {
    padding-left: 5%;
  }

  .ylrld .ylrldl ul:first-child .lr_zc span {
    padding-left: .2rem;
  }

  .ylrld .ylrldl ul .lr-time {
    font-size: .16rem;
  }
}

@media screen and (max-width: 768px) {
  .ylrld .ylrldl {
    width: 100%;
    margin-bottom: .15rem;
  }

  .ylrld {
    margin-top: .2rem;
  }
}

/* 科研平台 */
.kypt>ul>li {
  margin-top: .4rem;
  border-top: 2px solid #095885;
  background: #fff;
  padding: 0 .4rem;
}

.kypt>ul>li h2 {
  position: relative;
  padding: .3rem 0;
  padding-right: .65rem;

}

.kypt>ul>li .ky_box {
  display: none;
  border-top: 1px solid #ebeeef;
}

.kypt>ul>li.on .ky_box {
  /* display: block; */
}

.kypt>ul>li h2 i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .28rem;
  height: .28rem;
  border-radius: 50%;
  background: #095885 url(../images/ky-zk.png) no-repeat center center/.16rem auto;
  cursor: pointer;
  z-index: 6;
}

.kypt>ul>li.on h2 i {
  background: #e1ccba url(../images/ky-sq.png) no-repeat center center/.16rem auto;
}

.kypt>ul>li h2 span {
  padding-left: .3rem;
  font-size: .28rem;
  color: #095885;
  border-left: 1px solid #095885;
  line-height: 1;
}

.kypt .ky_box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: .3rem;
  padding: 0.13rem .3rem;
}

.kypt .ky_box ul:first-child li {
  font-size: .2rem;
  color: #999999;

}

.kypt .ky_box ul li {
  padding: 0 .1rem;
  font-size: 0.18rem;
}

.kypt .ky_box ul:nth-child(2n) {
  background: #f2f8fb;
}

.kypt .ky_box ul li.ky_mc {
  width: 41%;
}

.kypt .ky_box ul li.ky_dw {
  width: 23%;
}

.kypt .ky_box ul li.ky_bm {
  width: 26%;
}

.kypt .ky_box ul li.ky_nian {
  width: 10%;
}

@media screen and (max-width: 1024px) {
  .kypt .ky_box {
    overflow-x: auto !important;
  }

  .kypt .ky_box ul {
    min-width: 10rem;
  }

  .kypt .ky_box ul li.ky_nian {
    font-size: .18rem;
  }
}

@media screen and (max-width: 768px) {
  .kypt>ul>li {
    padding: 0 .2rem;
  }

  .kypt>ul>li h2 {
    padding-top: .15rem;
    padding-bottom: .15rem;
  }

  .kypt>ul>li h2 span {
    padding-left: .15rem;
    font-size: .2rem;
  }

  .kypt .ky_box ul:first-child li {
    font-size: .16rem;
  }

  .kypt .ky_box ul li.ky_nian {
    width: 16%;
  }

  .kypt .ky_box ul li.ky_mc {
    width: 35%;
  }


  .kypt .ky_box ul {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .kypt>ul>li {
    margin-top: .2rem;
  }
}

/* 期刊 */
.n_xsqk ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.n_xsqk ul li {
  position: relative;
  width: 49%;
  margin-top: .4rem;
  background: #fff;


}

.n_xsqk ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.8rem;
  background: #edf3f9;
}

.n_xsqk ul li:nth-child(4n):after,
.n_xsqk ul li:nth-child(4n-1):after {
  background: #f2e8e0;
}

.n_xsqk ul li a {
  position: relative;
  padding: .4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid transparent;
  z-index: 6;
  transition: all .6s;
}


.n_xsqk ul li a .kw_l {
  width: 2.45rem;
  box-shadow: 0px 0px 59px 0px rgba(9, 88, 133, 0.15);
}

.n_xsqk ul li a .kw_l .pic {
  padding-top: 136.3%;
}

.n_xsqk ul li a .cont {
  flex: 1;
  min-width: 0;
  margin-left: .4rem;
}

.n_xsqk ul li a .cont h2 {
  font-size: .24rem;
  color: #095885;
  margin-bottom: .1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n_xsqk ul li a .cont p {
  line-height: .29rem;
  font-size: .16rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n_xsqk ul li a .cont .gd {
  margin-top: .45rem;
  width: .4rem;
  height: .4rem;
  background: url(../images/qk_gd1.png) no-repeat center center/100% 100%;
  transition: all .6s;
}


@media screen and (min-width: 1024px) {
  .n_xsqk ul li:hover a {
    border: 1px solid #edf3f9;
  }

  .n_xsqk ul li:hover a .cont .gd {
    background: url(../images/qk-gd2.png) no-repeat center center/100% 100%;
  }
}

@media screen and (max-width: 1024px) {
  .n_xsqk ul li {
    width: 100%;
  }

  .n_xsqk ul li a {
    padding: .2rem;
  }
}

@media screen and (max-width: 600px) {
  .n_xsqk ul li a .cont {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: .2rem;
  }

  .n_xsqk ul li a .cont h2 {
    text-align: center;
  }

  .n_xsqk ul li a .kw_l {
    margin: 0 auto;
  }

  .n_xsqk ul li a .cont .gd {
    margin-top: .15rem;
  }

  .n_xsqk ul li::after {
    display: none;
  }
}

/* 实用信息 */
.n_ifm ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.58rem;
}

.n_ifm ul li {
  position: relative;
  width: 33.33%;
  margin-top: .65rem;
  padding: 0 .58rem;
}

.n_ifm ul li::after {
  content: "";
  position: absolute;
  right: .58rem;
  top: 0;
  bottom: 0;
  width: 1.24rem;
  background: url(../images/xx_gd1.png) no-repeat center center/100% 100%;
  opacity: 0;
  z-index: -1;
  transition: all .6s;
}

.n_ifm ul li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid #095885;
  padding: .25rem;
  padding-right: 1.2rem;
  box-shadow: 0px 0px 62px 0px rgba(32, 69, 162, 0.09);
  border-radius: 0 .5rem 0 0;
  z-index: 9;
}

.n_ifm ul li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
}

.n_ifm ul li:nth-child(1) a .icon {
  background: #e4f1ff;
}

.n_ifm ul li:nth-child(2) a .icon {
  background: #f1e9e9;
}

.n_ifm ul li:nth-child(3) a .icon {
  background: #e4f1ff;
}

.n_ifm ul li:nth-child(4) a .icon {
  background: #d6ebf2;
}

.n_ifm ul li:nth-child(5) a .icon {
  background: #d6f2eb;
}

.n_ifm ul li:nth-child(6) a .icon {
  background: #f1e9e9;
}

.n_ifm ul li a .txt {
  flex: 1;
  min-width: 0;
  margin-left: .2rem;
}

.n_ifm ul li a .txt p {
  font-size: .28rem;
  color: #095885;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n_ifm ul li a .gd {
  position: absolute;
  right: .4rem;
  top: 50%;
  transform: translateY(-50%);
  width: .4rem;
  height: .3rem;
  background: url(../images/xx_more.png) no-repeat center center/.26rem auto;
}

@media screen and (min-width: 1024px) {
  .n_ifm ul li:hover::after {
    opacity: 1;
    z-index: 6;
  }

  .n_ifm ul li:hover a {
    border-radius: 0;
    opacity: 9;
  }

  .n_ifm ul li:hover a .gd {
    background: url(../images/xx-more1.png) no-repeat center center/.26rem auto;
  }
}

@media screen and (max-width: 1024px) {
  .n_ifm ul li {
    padding: 0 .1rem;
    width: 50%;
  }

  .n_ifm ul {
    margin: 0 -.1rem;
  }

  .n_ifm ul li a {
    padding-right: .8rem;
  }
}

@media screen and (max-width: 768px) {
  .n_ifm ul li {
    width: 100%;
    margin-top: .2rem;
  }

  .n_ifm ul li a .txt p {
    font-size: .24rem;
  }
}

.n_ghz {
  padding: .5rem;
  background: linear-gradient(to bottom, #fff, transparent);
  margin-top: .45rem;
}

.n_ghz .f01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .3rem;
}

.n_ghz .f01 .left {
  width: 48.5%;
}

.n_ghz .f01 .left a {
  position: relative;
  display: block;
}

.n_ghz .f01 .left a .pic {
  padding-top: 56.2%;
}

.n_ghz .f01 .left a .cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding: .2rem .3rem;
}

.n_ghz .f01 .left a .cont span {
  font-size: .16rem;
  color: #ffffff;
  font-family: "Georgia";
}

.n_ghz .f01 .left a .cont p {
  font-size: .2rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n_ghz .f01 .left a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to bottom, transparent, #000);
}

.n_ghz .f01 .right {
  width: 47.6%;
}

.n_ghz .f01 .right .f1_rt a {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  ;
}

.n_ghz .f01 .right .f1_rt a .tp {
  width: 54%;
}

.n_ghz .f01 .right .f1_rt a .tp .pic {
  padding-top: 56.5%;
}

.n_ghz .f01 .right .f1_rt a .txt {
  flex: 1;
  min-width: 0;
  padding-left: .3rem;
}

.n_ghz .f01 .right .f1_rt a .txt span {
  font-size: .16rem;
  color: #095885;
}

.n_ghz .f01 .right .f1_rt a .txt p {
  margin: .1rem 0 .35rem;
  font-size: .2rem;
  color: #333333;
  line-height: .28rem;
  height: .84rem;
}

.n_ghz .date_list li {
  position: relative;
}

.n_ghz .date_list li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #095885;
  opacity: 0;
  z-index: -1;
  transition: all .6s;
}

.n_ghz .date_list li a {
  display: flex;
  flex-wrap: wrap;
  padding: .3rem 0;
  padding-right: .5rem;
  align-items: center;
  border-bottom: 1px solid #f2f4fa;
  transition: all .6s;
}

.n_ghz .date_list li a .date {
  width: 1.2rem;
  text-align: center;
  font-family: "Georgia";
  border-right: 1px solid #ececec;
  transition: all .6s;
  background-position: left center;
}

.n_ghz .date_list li a .date p {
  font-size: .32rem;
  color: #095885;
}

.n_ghz .date_list li a .date span {
  font-size: .12rem;
  color: #666;
}

.n_ghz .date_list li a .txt {
  flex: 1;
  min-width: 0;
  padding-left: .4rem;
}

.n_ghz .date_list li a .txt h2 {
  font-size: .2rem;
  color: #333;
  line-height: .24rem;
  max-height: .48rem\0;

}

.n_ghz .date_list li a .txt p {
  margin-top: .1rem;
  font-size: .16rem;
  color: #999;
}

.n_ghz .f1_rb .date_list li a .date {
  width: .8rem;
}

.n_ghz .f1_rb .date_list li a {
  padding: .23rem 0;
}

.n_ghz .date_list li a .gd {
  width: .3rem;
  height: .3rem;
  background: url(../images/xx_more.png) no-repeat center center / 0.26rem auto;
}



@media screen and (min-width: 1024px) {
  .n_ghz .f1_rb .date_list li:hover a .txt h2 {
    color: #095885;
  }

  .n_ghz .date_list li:hover a {
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(9, 88, 133, 0.1);
  }

  .n_ghz .date_list li:hover a .date {
    background: url(../images/date-bg.png) no-repeat left center/100% auto;
  }

  .n_ghz .date_list li:hover a .gd {
    background: url(../images/date-more1.png) no-repeat left center/100% auto;
  }

  .n_ghz .date_list li:hover::after {
    opacity: 1;
    z-index: 6;
  }
}

@media screen and (max-width: 1024px) {
  .n_ghz .date_list li a {
    padding: .2rem 0;
    padding-right: 0;
  }

  .n_ghz .f01 .left {
    width: 100%;
    margin-bottom: 0.15rem;
  }

  .n_ghz .f01 .right {
    width: 100%;
    margin-top: .2rem;
  }

  .n_ghz .date_list li a .date {
    width: .8rem;
  }

}

@media screen and (max-width: 768px) {
  .n_ghz {
    margin-top: .2rem;
    padding: .2rem;
  }
}

@media screen and (max-width: 600px) {

  .n_ghz .f01 .left a .cont {
    padding: .15rem;
  }

  .n_ghz .f01 .right .f1_rt a .tp {
    width: 100%;
  }

  .n_ghz .f01 .right .f1_rt a .txt {
    flex: none;
    width: 100%;
    padding-left: 0;
    margin-top: .15rem;
  }

  .n_ghz .f01 .right .f1_rt a .txt p {
    height: initial;
    margin: .1rem 0;
  }

  .n_ghz .date_list li a .txt {
    padding-left: .2rem;
  }

  .n_ghz .f01 {
    margin-bottom: .15rem;
  }

  .n_ghz .date_list li a .date p {
    font-size: .24rem;
  }

  .n_ghz .date_list li a .txt h2 {
    font-size: .18rem;
  }

  .n_ghz .f01 .right .f1_rt a .txt p {
    font-size: .18rem;
  }
}

/* 印象焦点 */
.gy_lsqh {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: .7rem;
}

.gy_lsqh .gy_lsqh_l {
  width: 1.75rem;
}

.gy_lsqh_l .slick-prev,
.gy_lsqh_l .slick-next {
  position: static;
  transform: none;
  width: .3rem;
  height: .3rem;
}

.gy_lsqh_l .slick-prev {
  background: url(../images/g_jdr.png) no-repeat center center/100% 100%;
}

.gy_lsqh_l .slick-next {
  background: url(../images/g_jdr.png) no-repeat center center/100% 100%;
}

.gy_lsqh .gy_lsqh_l ul {}

.gy_lsqh .gy_lsqh_l ul::after {
  content: "";
  position: absolute;
  left: .16rem;
  width: 1px;
  top: 0.2rem;
  bottom: 0;
  background: #d4d8e4;
  z-index: -1;
}

.gy_lsqh .gy_lsqh_l ul li {
  position: relative;
  padding-left: .46rem;
  height: 0.6rem;
  line-height: 0.6rem;
  margin: 0.1rem 0;
  cursor: pointer;
  z-index: 6;
}

.gy_lsqh_l2 .slick-prev {
  left: 10%;
}


.gy_lsqh .gy_lsqh_l ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .3rem;
  height: .3rem;
  background: url(../images/gy_qq1.png) no-repeat center center/.12rem auto;
}

.gy_lsqh .gy_lsqh_l ul li.slick-current.slick-active::after {
  background: url(../images/gy_qq2.png) no-repeat center center/100% 100%;
}

.gy_lsqh .gy_lsqh_l ul li span {
  font-size: .2rem;
  color: #ba6042;
  font-family: "sys";
  font-style: italic;
}

.gy_lsqh .gy_lsqh_l ul li.slick-current.slick-active span {
  position: relative;
  padding-left: .36rem;
  font-size: .36rem;
  color: #095885;
}

.gy_lsqh .gy_lsqh_l ul li.slick-current.slick-active span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .34rem;
  height: 1px;
  background: #095885;
}

.gy_lsqh .gy_lsqh_r {
  flex: 1;
  min-width: 0;
  margin-left: .6rem;
}

.jd_list1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jd_list1 ul li {
  width: 49%;
  margin-bottom: .5rem;
}

.jd_list1 ul li a {
  display: block;
}

.jd_list1 ul li a .pic {
  padding-top: 46%;
}

.jd_list1 ul li a .txt {
  background: #fff;
  padding: .2rem .3rem;
}

.jd_list1 ul li a .txt h2 {
  display: flex;
  align-items: center;
  font-size: .16rem;
  color: #333;
  margin-bottom: .1rem;
}

.jd_list1 ul li a .txt h2 span {
  font-size: .16rem;
  color: #333;
  padding-right: .1rem;
  margin-right: .1rem;
  /* border-right: 1px solid #c3c3c3;*/

}

.jd_list1 ul li a p {
  font-size: .16rem;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .gy_lsqh .gy_lsqh_r {
    margin-left: .2rem;
  }

  .gy_lsqh .gy_lsqh_l ul li.slick-current.slick-active span {
    font-size: .3rem;
  }

  .jd_list1 ul li {
    margin-bottom: .2rem;
  }
}

@media screen and (max-width: 768px) {
  .gy_lsqh .gy_lsqh_l ul li {
    height: 0.44rem;
    line-height: 0.44rem;
  }

  .gy_lsqh .gy_lsqh_l ul {}

  .jd_list1 ul {
    display: block;
  }

  .jd_list1 ul li {
    width: 100%;
  }

  .gy_lsqh .gy_lsqh_l {
    width: 1.2rem;
  }

  .gy_lsqh .gy_lsqh_l ul li.slick-current.slick-active span {
    font-size: .24rem;
    padding-left: 0;
  }

  .gy_lsqh .gy_lsqh_l ul li.slick-current.slick-active span:after {
    display: none;
  }

  .gy_lsqh_l .slick-prev {
    left: 3.5%;
  }

  .gy_lsqh_l2 .slick-prev {
    left: 15%;
  }

  .gy_lsqh_l .slick-next {
    left: 15%;
  }

  .jd_list1 ul li a .txt {
    padding: .15rem;
  }
}

.gy_scrl .gy_lsqh_l {
  width: 3.5rem;
}

.gy_scrl .gy_lsqh_l ul li span {
  font-size: .18rem;
  color: #333;
  font-family: "微软雅黑";
  font-style: normal;
}

.gy_scrl .gy_lsqh_l ul li.slick-current.slick-active span {
  font-size: .26rem;
}

.gy_scrl .gy_lsqh_l ul {
  height: 2.8rem;
}

.gy_scrl .gy_lsqh_l ul li {
  margin-bottom: .55rem;
  padding-left: .5rem;
  margin-top: 0.02rem;
}

.gy_scrl .gy_lsqh_l ul li::after {
  left: .09rem;
  background: url(../images/xl_qq1.png) no-repeat center center/100% auto;
}

.gy_scrl .gy_lsqh_l ul li.slick-current.slick-active::after {
  left: 0;
}

.gy_scrl .gy_lsqh_l ul li.slick-current.slick-active {
  padding-left: .4rem;
}

.gy_scrl .slick-next {
  left: 5%;
  background: url(../images/rl_qh.png) no-repeat center center/100% 100%;
}

.rl_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rl_list ul li {
  width: 46%;
  border-top: 1px solid #095785;
}

.rl_list ul li a {
  display: block;
}

.rl_list ul li a h2 {
  display: block;
  padding-right: .4rem;
  background: url(../images/xx_more.png) no-repeat right center;
  font-size: .24rem;
  color: #095885;
  padding: .24rem 0;
}

.rl_list ul li .tpp {
  position: relative;
}

.rl_list ul li .tpp .pic {
  padding-top: 141.17%;
}

.rl_list ul li:hover .tpp img {
  transform: scale(1.1);
}

.rl_list ul li .tpp::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(25, 61, 82, .1);
  opacity: 0;
  z-index: -1;
  transition: all .6s;
}

.rl_list ul li .tpp::after {
  content: "";
  position: absolute;
  left: 50%;

  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(25, 61, 82, .1);
  width: .6rem;
  height: .6rem;
  background: url(../images/rqfd.png) no-repeat center center/100% 100%;
  opacity: 0;
  z-index: -1;
  transition: all .6s;
}

@media screen and (min-width: 1024px) {
  .rl_list ul li:hover .tpp::before {
    opacity: 1;
    z-index: 5;
  }

  .rl_list ul li:hover .tpp::after {
    opacity: 1;
    z-index: 6;
  }
}

@media screen and (max-width: 768px) {
  .gy_scrl .gy_lsqh_l {
    width: 100%;
  }

  .gy_scrl2 .slick-next {
    left: .2rem;
  }

  .gy_scrl .slick-next {
    left: .18rem;
  }

  .gy_scrl .gy_lsqh_l ul {}

  .gy_scrl .gy_lsqh_r {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: .2rem;
  }

  .rl_list ul li a h2 {
    padding: .1rem 0;
    font-size: .2rem;
  }

  .rl_list ul li {
    width: 48%;
  }

  .gy_lsqh {
    margin-top: .2rem;
  }
}

/* 历史沿革 */
.his {
  overflow: hidden;
}

.histor_xx {
  position: relative;
}

.history {
  position: relative;
  margin-top: .5rem;
  padding-left: 2.1rem;
  overflow: hidden;
  padding-top: 0.2rem;
}

.history .slick-list {
  overflow: visible !important;
}

.history .his-log {
  position: absolute;
  left: .7rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.history ul {
  position: relative;
  z-index: 6;
}

.histor_xx::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 5px;
  background: #ebeced;
  width: 100vw;
}

.history>ul li ul {
  display: flex;
  flex-wrap: wrap;
}

.history>ul li ul li {
  width: 16.667%;
  position: relative;
  height: 3.7rem;
  padding-bottom: .5rem;
}

.history>ul li.slick-current.slick-active+li ul li:first-child span {
  opacity: 0;
}

.history>ul li ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: .21rem;
  height: .21rem;
  background: url(../images/his-qq.png) no-repeat center center/100% 100%;
  z-index: 6;
}



.history>ul li ul li .his_list::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: .27rem;
  height: .27rem;
  background: url(../images/his-qq1.png) no-repeat center center/100% 100%;
  z-index: 6;
}




.history>ul li ul li a {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;

}

.history>ul li ul li:nth-child(2n) a {
  align-items: flex-start;
}

.history>ul li ul li a .his_list {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: .45rem;
  min-height: 2.2rem;
  height: 100%\0;
}

.history>ul li ul li a span {
  position: absolute;
  right: 106%;
  top: -.08rem;
  font-size: .3rem;
  color: #333;
}


.history>ul li ul li a p {
  width: 100%;
  font-size: .2rem;
  color: #333;
  line-height: .24rem;
}



.history>ul li ul li a .his_list::after {
  content: "";
  position: absolute;
  width: 1px;
  left: .1rem;
  top: 0;
  bottom: -.45rem;
  background: #d4d8e4;
}


.history>ul li ul li a .his-tp {
  width: 2.15rem;
  /*  height: 2.1rem; */
  margin-top: .2rem;
  font-size: 0;
  overflow: hidden;
}

.history>ul li ul li a .his-tp img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;

}

.history .slick-prev {
  top: 3.4rem;
  transform: none;
  left: -15%;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: #e1ccba url(../images/s4-prev.png) no-repeat center center/.1rem auto;
  transition: all .6s;
}

.history .slick-prev:hover {
  background: #095885 url(../images/s4-prev.png) no-repeat center center/.1rem auto;
}

.history .slick-next {
  top: 3.4rem;
  transform: none;
  right: 0;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: #e1ccba url(../images/s4-next.png) no-repeat center center/.1rem auto;
  transition: all .6s;
}

.history .slick-next :hover {
  background: #095885 url(../images/s4-next.png) no-repeat center center/.1rem auto;
}

@media screen and (min-width: 1025px) {
  .history>ul li ul li:nth-child(2n):after {
    content: "";
    position: absolute;
    left: 0;
    top: -.2rem;
    width: .21rem;
    height: .21rem;
    background: url(../images/his-qq2.png) no-repeat center center/100% 100%;
  }

  .history>ul li ul li:nth-child(2n) a span {
    top: auto;
    bottom: 0;
  }

  .history>ul li ul li:nth-child(2n) {
    margin-top: 3.7rem;
    padding-top: .4rem;
  }

  .history>ul li ul li:nth-child(2n) a .his_list::after {
    top: -.45rem;
    bottom: 0;
  }

  .history>ul li ul li:nth-child(2n) .his_list::before {
    content: "";
    position: absolute;
    left: -3px;
    bottom: 0;
    top: auto;
    width: .27rem;
    height: .27rem;
    background: url(../images/his-qq3.png) no-repeat center center/100% 100%;
  }

  .history>ul li ul li:nth-child(2n) a .his_list {
    justify-content: flex-end;
  }

  .history>ul li ul li:nth-child(2n) a .his_list .his-tp {
    order: -1;
    margin-bottom: 0.15rem;
  }

}

@media screen and (max-width: 1024px) {
  .history .slick-prev {
    left: -20%;
  }

  .history>ul li ul li {
    margin-top: 0;
    width: 50%;
    margin-bottom: .2rem;
  }

  .histor_xx::after {
    display: none;
  }

  .history .his-log {
    position: static;
    transform: none;
    text-align: left;
    margin-bottom: .2rem;
    left: auto;
  }

  .history {
    padding-left: 1.5rem;
  }

  .history .slick-prev {
    left: -15%;
  }

  .history>ul li ul li a span {
    position: static;
  }

  .history>ul li ul li::after {
    display: none;
  }

  .history>ul li ul li {
    width: 100%;
  }

  .history {
    padding-left: 0.2rem;
  }

  .history .slick-prev {
    left: auto;
    right: .5rem;
    top: -7%;
    transform: none;
  }

  .history .slick-next {
    top: -7%;
    transform: none;
  }

  .history>ul li ul li {
    height: initial;
  }

  .history>ul li ul li a .his_list {
    min-height: initial;
  }

  .history .slick-list {
    overflow: hidden !important;
  }
}

@media screen and (max-width: 768px) {
  .history>ul li ul li {
    width: 100%;
  }

  .history {
    padding-left: 0.2rem;
  }

  .history .slick-prev {
    left: auto;
    right: .5rem;
    top: -7%;
    transform: none;
  }

  .history .slick-next {
    top: -7%;
    transform: none;
  }

  .history>ul li ul li {
    height: initial;
  }

  .history>ul li ul li a .his_list {
    min-height: initial;
  }
}

.sc_fw .f01 {
  margin-top: .55rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
margin-bottom: 0.1rem;
}

.sc_fw .f01 .left {
  width: 5.6rem;
  background: #fff;
  padding: .55rem .45rem;
}

.sc_fw .title {
  position: relative;
  z-index: 1;
  text-align: left;
  margin-bottom: 0.55rem;
}

.sc_fw .tit-c {
  display: inline-block;
}

.sc_fw .tit-c h3 {
  font-family: sys;
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1;
  color: #1e3257;
  position: relative;
  z-index: 1;
}

.sc_fw .tit-c h3 span {
  font-weight: bold;
  color: #ba6042;
}

.sc_fw .tit-c h3::after {
  content: '';
  position: absolute;
  bottom: 50%;
  right: 0;
  right: -0.33rem;
  width: 0.33rem;
  height: 0.38rem;
  background: url(../images/tit-zs.png) no-repeat;
  background-size: 100% 100%;
}

.sc_fw .f01 .left .cont p {
  margin-bottom: .4rem;
  font-size: .18rem;
  color: #333;
  line-height: .36rem;
  text-indent: 2em;
}

.sc_fw .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sc_fw .more a {
  display: block;
  font-size: 0.18rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  color: #666;
  border-radius: 0.2rem;
  border: solid 1px #e1ccba;
  transition: all 0.5s;
}

.sc_fw .more a i {
  display: inline-block;
  vertical-align: -0.03rem;
  margin-left: 0.05rem;
  width: 0.17rem;
  height: 0.2rem;
  background-image: url(../images/more1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.sc_fw .more a:hover {
  color: #095885;
  background: #ba6042;
  border-color: #ba6042;
  color: #fff;
}

.sc_fw .f01 .right {
  flex: 1;
  min-width: 0;
  margin-left: .5rem;
}

.sc_fw .f01 .rl_list ul {
  justify-content: flex-start;
  margin: 0 -.18rem;
}

.sc_fw .rl_list ul li {
  border-top: none;
}

.sc_fw .f01 .rl_list ul li {
  width: 33.33%;

  margin-bottom: .4rem;
}

.sc_fw .f01 .rl_list ul li a {
  display: block;
  margin: 0 .18rem;
}

.sc_fw .f01 .rl_list ul li .tpp .pic {
  padding-top: 100%;
}

.sc_fw .rl_list ul li .tpp::before {
  background: rgba(9, 88, 133, .5);
}

.sc_fw .rl_list ul li a p {
  margin-top: .12rem;
  font-size: .18rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sc_fw .f02 {
  margin-top: .6rem;
  padding: .6rem .3rem;
  background: linear-gradient(to bottom, #fff, transparent);
}

.sc_fw .f02 .rl_list ul {
  justify-content: flex-start;
  margin: 0 -.25rem;
}

.sc_fw .f02 .rl_list ul li {
  width: 20%;
  padding: 0 .25rem;
}

.sc_fw .f02 .rl_list ul li a {
  display: block;
  text-align: center;
}

.sc_fw .f02 .rl_list ul li .tpp {
  border-radius: 50%;
  overflow: hidden;
}

.sc_fw .f02 .rl_list ul li .pic {
  padding-top: 100%;
  border-radius: 50%;
}

.sc_fw .f02 .rl_list ul li .pic img {
  display: none;
}

.sc_fw .f02 .rl_list ul li .pic .imged {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
}


@media screen and (max-width: 1024px) {
  .sc_fw .f01 {
    display: block;
  }

  .sc_fw .f01 .left {
    width: 100%;
    padding: .2rem;
  }

  .sc_fw .f01 .right {
    margin-left: 0;
    width: 100%;
    margin-top: .15rem;
  }

  .sc_fw .f01 .rl_list ul li a {
    margin: 0 .15rem;
  }

  .sc_fw .f01 .rl_list ul,
  .sc_fw .f02 .rl_list ul {
    margin: 0 -.15rem;
  }

  .sc_fw .f02 .rl_list ul li {
    padding: 0 .15rem;
  }

  .sc_fw .title {
    margin-top: .2rem;
    margin-bottom: .2rem;
  }

  .sc_fw .f02 .rl_list ul li {
    width: 33.33%;
    margin-bottom: .15rem;
  }
}

@media screen and (max-width:768px) {
  .sc_fw .f01 {
    margin-top: .2rem;
  }

  .sc_fw .tit-c h3 {
    font-size: .3rem;
  }

  .sc_fw .f01 .left .cont p {
    margin-bottom: .15rem;
  }

  .sc_fw .f01 .rl_list ul li {
    width: 50%;
    margin-bottom: .2rem;
  }

  .sc_fw .f01 .rl_list ul {
    margin: 0 -.05rem;
  }

  .sc_fw .f01 .rl_list ul li a {
    margin: 0 .05rem;
  }

  .sc_fw .f02 {
    margin-top: .2rem;
    padding: .2rem;
  }

  .sc_fw .f02 .rl_list ul li {
    width: 50%;
  }
}

/* 校长信箱 */
.xzxx_box {
  background: url(../images/section6-bg.png) no-repeat center bottom;
  background-size: 100% auto;

}

.xzxx {
  padding: 0 .5rem;
  margin-top: -1.7rem;
  background: url(../images/xxbg.png) no-repeat right top/cover;
}

.xzxx .sc_bt {
  line-height: 1.7rem;
  font-size: .38rem;
  color: #095885;
  font-family: "sys";
  text-align: center;
}

.xzxx .xx_cont .cont1 .p1 span {
  font-size: .18rem;
  color: #0719c2;
  text-decoration: underline;
}

.xzxx .xx_cont p {
  font-size: .18rem;
  color: #333;
  line-height: .32rem;
  text-indent: 2em;
}

.xzxx .xx_cont .cont1 {
  border-bottom: 1px solid #eff0f0;
}

.xzxx .xx_cont .cont1 p {
  margin-bottom: .2rem;
}

.xzxx .xx_cont .cont2 {
  padding: .15rem 0;
  border-bottom: 1px solid #eff0f0;
}

.xzxx .xx_cont .cont2 p {
  margin: .15rem 0;
}

.xzxx .xx_cont .cont2 p i {
  font-size: .2rem;
  color: #a5a5a5;
  font-style: normal;
}

.xzxx .xx_cont p span {
  color: #c20707;
}

.xzxx .xx_cont p a {
  font-size: .18rem;
  color: #0719c2;
}

.xzxx .xx_cont .cont3 {
  padding: .3rem 0 .8rem;
}

@media screen and (max-width:768px) {
  .xzxx .sc_bt {
    line-height: .3rem;
    padding: .2rem 0;
    font-size: .26rem;
  }

  .xzxx {
    margin-top: -.8rem;
    padding: 0 .2rem;
  }

  .xzxx .xx_cont .cont3 {
    padding: .2rem 0;
  }
}

.art-slick {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -999;
}

.art-slick.on {
  opacity: 1;
  z-index: 99999;
}

.art-box-zzc {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 998;
}

.close-view {
  width: 50px;
  height: 50px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 1000;
}

.close-view {
  background-image: url(../images/close_white.png);
  background-size: 15px;
  background-color: #000;
  border-radius: 50px;

}

.close-view:hover {
  background-color: #0a437e;
}

.art-slick-body {
  width: 90%;
  height: 98%;
  margin: 1% auto;
  z-index: 999;
  position: relative;

}

.art-slick-body>ul {
  height: 100%;
}

.art-slick-body ul li {
  height: 100%;
  position: relative;
}

.art-slick-body ul li a {
  display: block;
  padding: 50px 0;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.art-slick-body ul div {
  height: 100%;
}

.art-slick-body ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.art-slick-body ul li a b {
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translateX(-50%);
  font-size: 12px;
  z-index: 9;
  color: #FFF;
  padding-left: 18px;
  background: no-repeat 0 50%;
}

.art-slick-body .slick-dots {
  position: absolute;
  bottom: 15px;
}

.art-slick-body .slick-dots li {
  color: #fff;
  display: none;
}

.art-slick-body .slick-dots li span {
  max-width: 65%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  margin-right: 10px;
}

.art-slick-body .slick-dots li.slick-active {
  display: flex;
  width: auto;
  justify-content: center;
}

.art-slick-body .slick-dots li b {
  font-weight: normal;
  vertical-align: middle;
  margin-left: 10px;
}

.art-slick-body .slick-prev {
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/prev_white.png) no-repeat center center/48px auto;
}

.art-slick-body .slick-next {
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/next_white.png) no-repeat center center/48px auto;
}

/* 现任领导 */
.ldy {
  margin-top: .5rem;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  padding: 0 .6rem;
}

.xrldbg {
  padding: .9rem 0 1.5rem;
}

.ldy li {
  padding: .2rem 0;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
}



.ldy li p {
  position: relative;
  width: 3.85rem;
  font-size: 0.24rem;
  color: #095885;
  padding-left: 1.8rem;
  line-height: 1.4;
  /* padding-right: .3rem; */
  align-items: center;
  flex-wrap: nowrap;
}

.ldy li p:after {
  content: "";
  position: absolute;
  left: 1.5rem;
  width: 6px;
  height: .29rem;
  background: #095885;
}

.ldy li p img {
  width: 0.17rem;
  display: inline-block;
  margin-right: .2rem;
}

.ldy li .span {
  width: calc(100% - 3.85rem);
  padding-left: 1rem;
  position: relative;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.23rem;
}

.ldy li .span a {
  display: inline-block;
  margin-right: .4rem;
}

.ldy li .span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: auto;
  left: 0;
  top: 0rem;
  bottom: 0;
}



@media(min-width: 1025px) {}

@media(max-width: 1024px) {
  .ldy li p {
    padding-left: .3rem;
    width: 2rem;
  }

  .ldy li p:after {
    left: 0;
  }

  .ldy li .span {
    width: calc(100% - 2rem);
  }
}



@media(max-width: 768px) {
  .ldy li {
    padding: .15rem 0;
  }

  .ldy li p {
    width: 100%;
  }

  .ldy li .span {
    width: 100%;
    padding-left: 0;
    margin-top: .15rem;
    font-size: .18rem;

  }

  .ldy li .span a {
    margin-right: .15rem;
  }

  .ldy {
    padding: 0 .3rem;
    margin-top: .2rem;
  }
}

.l_zsxk {
  margin-top: .5rem;
}

.l_zsxk .xkbt {
  text-align: center;
  margin-bottom: .35rem;
}

.l_zsxk .f01 {
  margin-bottom: .7rem;
}

.l_zsxk .f01 .cont p {
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.34rem;
  text-align: justify;
  text-indent: 2em;
}

.l_zsxk .xkbt span {
  display: block;
  position: relative;
  padding-bottom: .1rem;
  font-size: .4rem;
  color: #095885;
  font-family: "sys";
}

.l_zsxk .xkbt span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: .87rem;
  height: 5px;
  background: #BA6042;
}

.l_zsxk .xk_table {
  border: 1px solid rgba(9, 88, 133, 0.4);
  border-radius: 10px;
  background: #FFFFFF;
  padding: .2rem;
}

.l_zsxk .xk_table .xk_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.l_zsxk .xk_table .xk_list::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: .25rem;
  bottom: .25rem;
  width: 1px;
  background: rgba(9, 88, 133, .3);
}

.l_zsxk .xk_table .xk_list:nth-child(2n-1) {
  background: rgba(9, 88, 133, 0.0586);
  border-radius: .1rem;
}


.l_zsxk .xk_table .xk_list:first-child:after {
  background: #fff;
}

.l_zsxk .xk_table .xk_list>div {
  width: 50%;
  padding: .2rem .6rem;
  font-size: .2rem;
  color: #333;
  line-height: .32rem;
}

.l_zsxk .xk_table .xk_list>div a:hover {
  color: #095885;
  font-weight: bold;
}


.l_zsxk .xk_table .xk_list:first-child {
  background: #095885;

  text-align: center;
}

.l_zsxk .xk_table .xk_list:first-child>div {
  font-size: .28rem;
  color: #fff;
}

@media(max-width:1024px) {
  .l_zsxk .xkbt span {
    font-size: .3rem;
  }

  .l_zsxk .xk_table .xk_list>div {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .l_zsxk .xk_table .xk_list:first-child>div {
    font-size: .22rem;
  }
}

@media(max-width:768px) {
  .l_zsxk {
    margin-top: .2rem;
  }

  .l_zsxk .xkbt span {
    font-size: .24rem;
  }

  .l_zsxk .f01 .cont p {
    font-size: .16rem;
  }

  .l_zsxk .f01 {
    margin-bottom: .2rem;
  }

  .l_zsxk .xk_table {
    padding: .1rem;
  }

  .l_zsxk .xk_table .xk_list>div {
    padding: .1rem;
  }

  .l_zsxk .xk_table .xk_list::after {
    top: .1rem;
    bottom: .1rem;
  }

  .l_zsxk .xk_table .xk_list:first-child>div {
    font-size: .2rem;
  }

  .l_zsxk .xk_table .xk_list>div {
    font-size: .16rem;
  }
}

/* 校园生活 */
.xy_schl {
  margin-top: .85rem;
  display: flex;
  flex-wrap: wrap;
}

.xy_schl .left {
  width: 49.8%;
  position: relative;
}

.xy_schl .left .pic {
  padding-top: 84.83%;
}

.xy_schl .right {
  width: 50.2%;
}

.xy_schl .left ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.xy_schl .left li {
  width: 100%;
}

.xy_schl a {
  position: relative;
  display: block;
  border-radius: .1rem;
  overflow: hidden;
}

.xy_schl .left a .cont {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.xy_schl .left a .cont h2 {
  margin-top: .2rem;
  font-size: .26rem;
  color: #fff;
}

.xy_schl .left a .cont .icon img {
  max-width: 1.18rem;
}

.xy_schl .left a .cont p {
  font-size: .12rem;
  color: rgba(255, 255, 255, .7);
  /* font-family: "sys"; */
  text-transform: uppercase;
  margin-top: .1rem;
  text-align: center;
}

.xy_schl .left li .icon {
  text-align: left;
}


.xy_schl .right ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.xy_schl .right ul li {
  width: 50%;
  padding-left: .15rem;
  margin-bottom: .15rem;
}

.xy_schl .right ul li:first-child {
  margin-top: .8rem;
}

.xy_schl .right ul li:nth-child(4) {
  margin-top: -.8rem;
}

.xy_schl .right ul li a {
  display: block;
}

.xy_schl .right ul li a .pic {
  padding-top: 88.88%;
}

.xy_schl .right ul li a .cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: .2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.xy_schl .right ul li a .cont .icon img {
  height: .85rem;

}

.xy_schl a:hover .cont .icon img {
  animation: icon-yh 0.6s ease;
}

.xy_schl .right ul li a .cont h2 {
  font-size: .3rem;
  color: #fff;
  margin-top: .1rem;
}

.xy_schl .right ul li a .cont p {
  font-size: .12rem;
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  text-align: center;
}



@media(max-width:1024px) {
  .xy_schl .right ul li a .cont .icon img {
    height: .5rem;
  }

  .xy_schl .left a .cont h2 {
    font-size: .26rem;
  }

  .xy_schl .left a .cont {
    /* left: .2rem; */
    /* right: .2rem; */
    /* top: .2rem; */
    height: auto;
    padding: .2rem;
  }

  .xy_schl ul li a .cont h2 {
    font-size: .2rem !important;
  }

  .xy_schl .left a .cont .icon img {
    max-width: .55rem;
  }

}

@media(max-width:768px) {
  .xy_schl {
    margin-top: .2rem;
  }

  .xy_schl .left {

    width: 100%;
    margin-bottom: .15rem;
  }

  .xy_schl .right {
    width: 100%;
  }

  .xy_schl .right ul li:first-child {
    margin-top: 0;
  }

  .xy_schl .right ul li:nth-child(4) {
    margin-top: 0;
  }

  .xy_schl .right ul li {
    padding-left: 0;
    width: 48%;
  }

  .xy_schl .right ul {
    justify-content: space-between;
  }
}

/* 落地页 */
.l_ldy {
  background: #f6f9fc;
}

.l_ldy1 {
  padding: .6rem .5rem;
  margin-top: .55rem;
  border-top: 6px solid #095885;
  background: #fff url(../images/section6-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  min-height: 9rem;
}



.l_ldyy .ldy_bt {
  text-align: center;
  font-size: .3rem;
  color: #095885;
  font-family: "sys";
}

.l_ldyy .cont p {
  margin-top: .3rem;
  font-size: .2rem;
  color: #333;
  line-height: .34rem;
  text-indent: 2em;
}

@media(max-width:768px) {
  .l_ldyy .ldy_bt {
    font-size: .24rem;
  }

  .l_ldyy .cont p {
    font-size: .16rem;
    margin-top: .15rem;
  }

  .l_ldy1 {
    margin-top: .2rem;
    padding: .2rem;
  }
}


.l_ldyl {
  position: relative;
  background: url(../images/ldylbg.png) no-repeat center bottom/100% auto;
}

.l_ldyl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 8.54rem;
  height: 6.48rem;
  background: url(../images/ldyl1bg.png) no-repeat right center;
}

.l_ldy2 {
  margin-top: .4rem;
}

.l_ldy2 .f01 {
  margin-top: .2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.l_ldy2 .f01 .left {
  position: relative;
  width: 44%;
  padding-left: .2rem;
  padding-top: .2rem;
}

.l_ldy2 .f01 .left img {
  display: block;
  width: 100%;
}

.l_ldy2 .f01 .left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: .2rem;
  bottom: .2rem;
  border: .08rem solid #095885;
}

.l_ldy2 .f01 .left img {
  position: relative;
  z-index: 6;
}

.l_ldy2 .f01 .right {
  width: 52%;
}

.l_ldy2 .f01 .right .ldy_num ul {
  display: flex;
  flex-wrap: wrap;
}

.l_ldy2 .f01 .right .ldy_num ul li {
  width: 20%;
  text-align: center;
  border-left: 1px solid rgba(151, 151, 151, .3);
}

.l_ldy2 .f01 .right .ldy_num ul li:first-child {
  border-left: none;
}

.l_ldy2 .f01 .right .ldy_num ul li p {
  font-size: .34rem;
  color: #095885;
  text-indent: 0;
}

.l_ldy2 .f01 .right .ldy_num ul li span {
  font-size: .16rem;
  color: #666666;
  padding-top: .05rem;
}

.l_ldyl .wp {
  position: relative;
  z-index: 6;
}

@media(max-width:1024px) {
  .l_ldy2 .f01 .left {
    width: 100%;
  }

  .l_ldy2 .f01 .right {
    width: 100%;
  }
}

@media(max-width:768px) {
  .l_ldy2 {
    margin-top: .2rem;
  }

  .l_ldyy .ldy_bt {
    font-size: .24rem;
  }

  .l_ldyy .cont p {
    margin-top: .1rem;
  }

  .l_ldy2 .f01 .right .ldy_num ul li {
    width: 33.33%;
    margin: .15rem 0;
  }

  .l_ldy2 .f01 .right .ldy_num ul li:nth-child(3n-2) {
    border-left: none;
  }
}

.l_ldy3 {
  margin-top: .3rem;
}

.l_ldy3 .ldy_bt {
  text-align: left;
}

.l_ldyl1 {
  background: url(../images/lly3bg.png) no-repeat center bottom/100% auto;
}

.l_ldy3 .f01 {
  margin-top: .4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-left: .07rem solid #095885;
}

.l_ldy3 .f01 .left {
  width: 50%;
}

.l_ldy3 .f01 .left img {
  display: block;
  width: 100%;
}

.l_ldy3 .f01 .right {
  order: -1;
  width: 50%;
  padding: 0 .7rem;
}

@media(max-width:1024px) {
  .l_ldy3 .f01 {
    border-left: none;
  }

  .l_ldy3 .f01 .left {
    width: 100%;
  }

  .l_ldy3 .f01 .right {
    order: 0;
    width: 100%;
    padding: .15rem;
  }
}

.l_ldy4 .f01 .left {
  width: 20%;
}

.l_ldy4 .f01 .right {
  width: 78%;
}

.l_ldy4 .f01 .cont p {
  margin-top: 0;
}

@media(max-width:768px) {
  .l_ldy4 .f01 .left {
    width: 100%;
  }

  .l_ldy4 .f01 .right {
    width: 100%;
  }
}