@charset "utf-8";

/* .footer {
  margin-top: 0;
} */

/* common */
.ban {
  position: relative;
}

.ban .imged {
  padding-bottom: 31.25%;
}

.ban .imged::after {
  width: 100%;
  height: 30%;

  background: url(../images/bamshad.png) no-repeat;
  background-size: 100% 100%;
}

.ban .h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.ban .h3 .wp {
  justify-content: space-between;
  align-items: flex-end;
}

.ban .h3 h3 {
  max-width: 6rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.42rem;
}

.inner .wp,
.ban .wp {
  width: 14rem;
}

.footer {
  background: url(../images/foot-bg.jpg) no-repeat center center;
  background-size: cover;
}

/*  */
.ejlm_pc {
  width: 100%;
  margin-bottom: 0.5rem;
  border-bottom: 4px solid #fbd789;
  box-shadow: 0px 4px 10px 0px rgba(117, 117, 117, 0.1);
  z-index: 6;
}

.ejlm_pc ul {
  width: 100%;
  align-items: center;
}

.ejlm_pc ul li {
  position: relative;
  height: 0.72rem;
  display: flex;
  align-items: center;
}

.ejlm_pc ul li > a {
  /* display: block; */
  color: #333;
  transition: 0.5s;
  font-size: 0.18rem;
  padding: 0 0.34rem;
  display: block;
  line-height: 1.5;
}

.ejlm_pc .sub {
  position: absolute;
  top: 100%;
  background: rgb(255, 255, 255);
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform-origin: center top;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  min-width: 2.6rem;
  padding: 0.1rem 0;
}

.ejlm_pc ul li:hover .sub {
  transform: translateX(-50%) scaleY(1);
  visibility: visible;
  opacity: 1;
}

.ejlm_pc .sub a {
  line-height: 0.35rem;
  font-size: 0.18rem;
  color: #333;
  display: block;
  text-align: center;
  padding-left: 0;
}

.ejlm_pc .sub a:hover {
  background: #8f000b;
  color: #fff;
}

.ejlm_pc ul li.active,
.ejlm_pc ul li:hover {
  background: #8f000b;
}

.ejlm_pc ul li.active > a,
.ejlm_pc ul li:hover > a {
  color: #fff;
}

/* 手机内页二级导航 */
.wrap_ph {
  padding-bottom: 0.3rem;
  display: none;
}

.wrap_ph h2 {
  width: 100%;
  color: #fff;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
  padding: 0 0.2rem;
  background: #8f000b;
}

.wrap_ph h2::after {
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/cd.svg) no-repeat right center/cover;
  left: auto;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.wrap_ph ul {
  padding: 0.1rem 0.2rem 0.2rem;
  display: none;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(69, 10, 66, 0.11);
}

.wrap_ph li {
  font-size: 0.18rem;
  line-height: 0.34rem;
  font-family: hel-bold;
}

.wrap_ph li a {
  transition: 0.5s;
  display: block;
  color: #333;
}

.inner .wrap_ph {
  /* display: none; */
}

.wrap_ph li.active a {
  color: #8f000b;
}

.wrap_ph i {
  opacity: 1;
  display: inline-block;
  width: 0.34rem;
  height: 0.3rem;
  display: inline-block;
  background: url(../images/arrow_down.svg) center no-repeat;
  background-size: 15px 15px !important;
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
  transition: 0.5s;
}

.wrap_ph i.on {
  transform: rotate(-90deg);
}

.wrap_ph .box {
  display: none;
  padding-left: 0.25rem;
}

.wrap_ph .box a {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666 !important;
  display: block;
}

.wrap_ph .box a:hover {
  color: #8f000b;
}

.inner {
  /* padding: 0 0 .2rem; */
  position: relative;
  /* background: #e2effa; */
}

.inner .wp {
  align-items: flex-start;
}

.inner_left {
  width: 2.8rem;
  z-index: 100;
  position: relative;
  margin-bottom: 0.4rem;
  position: sticky;
  top: 0;
}

.inner_right {
  width: calc(100% - 2.8rem);
  padding-left: 0.7rem;
}

.inner_left h2 {
  background: linear-gradient(270deg, #1079be 2%, #1ba4bd 100%);
  text-align: center;
  height: 1.3rem;
  align-items: center;
  padding-left: 0.4rem;
}

.inner_left h2 p {
  color: #fff;
  line-height: 0.34rem;
  font-weight: bold;
  font-size: 0.34rem;
  padding-right: 0.15rem;
}

.inner_left ul {
  background: #f1f4f6;
  padding-bottom: 1rem;
}

.inner_left ul li {
  position: relative;
  transition: 0.5s;
  padding: 0 0.2rem;
}

.inner_left ul li p {
  padding: 0.2rem;
  height: 100%;
  border-bottom: 1px dashed #dde4e7;
  /* text-align: center; */
}

.inner_left ul li p a {
  font-size: 0.18rem;
  display: block;
  cursor: pointer;
  width: 100%;
  color: #333;
  transition: 0.5s;
  position: relative;
  line-height: 1.4;
}

.inner_left ul li:last-child p {
  border-bottom: none;
}

.inner_left ul li p a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.16rem;
  height: 0.12rem;
  transition: 0.5s;
  transform: translateY(-50%);
  opacity: 0;
}

.inner_left ul li:hover p a,
.inner_left ul li.active p a {
  color: #8f000b;
  font-weight: bold;
}

.inner_left ul li.active p a::after,
.inner_left ul li:hover p a::after {
  opacity: 1;
}

.nysubnav {
  display: none;
}

.inner_left ul li.active .nysubnav {
  display: block;
  padding-left: 0.3rem;
}

.nysubnav a {
  padding: 0px 0.3rem;
  line-height: 0.4rem;
  display: block;
  font-size: 0.16rem;
}

.nysubnav a:hover,
.nysubnav a.on {
  color: #8f000b;
}

.local {
  border-bottom: 1px solid #ccc;
  padding: 0rem 0px 0.25rem;
  margin-bottom: 0.3rem;
  justify-content: space-between;
  align-items: center;
}

.local h2 {
  color: #333;
  font-size: 0.3rem;
}

.local h2::after {
  width: 1.4rem;
  height: 0.02rem;
  background: #8f000b;
  bottom: -0.26rem;
}

.adress {
  color: #fff;
  font-size: 0.16rem;
  position: relative;
  align-items: flex-start;
  padding-bottom: 0.4rem;
}

.adress p {
  padding-left: 0.2rem;
  line-height: 0.26rem;
  font-size: 0.18rem;
  color: #fff;
  display: flex;
  background: url(../images/home.png) no-repeat left center;
  background-size: 0.18rem auto;
}

.adress a {
  font-size: 0.18rem;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
  padding: 0 0.05rem;
}

/* 新闻列表1 */
.newlist1 ul.list li a {
  padding: 0.2rem 0;
}

ul.list {
  margin-top: 0.1rem;
}

ul.list li a {
  align-items: center;
  line-height: 1.6;
  justify-content: space-between;
  padding: 0.25rem 0;
  border-bottom: 1px dashed #c4d1e5;
}

ul.list li a::after {
  width: 0;
  background: #8f000b;
  height: auto;
  top: -1px;
  bottom: -1px;
}

ul.list h3 {
  font-size: 0.18rem;
  color: #333;
  padding: 0 0.2rem 0 0.25rem;
  transition: 0.5s;
  flex: 1;
  min-width: 0;
}

ul.list li a span {
  width: 1.1rem;
  text-align: right;
  white-space: nowrap;
  font-size: 0.16rem;
  color: #666;
}

ul.list li h3::after {
  width: 0.1rem;
  height: 0.17rem;

  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  bottom: auto;
  background-size: 100% !important;
}

.page {
  margin: 0.6rem 0 0;
}

.page img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  ul.list li a:hover h3,
  ul.list li a:hover span {
    color: #fff;
  }

  ul.list li a:hover::after {
    width: 100%;
  }

  ul.list li a:hover {
    padding: 0.25rem;
  }

  ul.list li a:hover h3::after {
  }
}

/* 学院新闻 */

.newlist li a {
  padding: 0.2rem;
  align-items: center;
  background: #fafafa;
  margin-bottom: 0.4rem;
}

.newlist li a::after {
  left: 0;
  background: url(../images/tw-bg.jpg) no-repeat center center;
  background-size: cover;
  width: auto;
  right: 0;
  opacity: 0;
}

.newlist li .scale {
  width: 2.8rem;
}

.ydmr_list ul li a .imged {
  padding-bottom: 100%;
}

.newlist li .con {
  padding-left: 0.3rem;
  flex: 1;
  min-width: 0;
}

.newlist li .span {
  font-size: 0.18rem;
  color: #9e9e9e;
  line-height: 1.3;
  transition: 0.5s;
  margin-top: 0.15rem;
  padding-left: 0.2rem;
  background: url(../images/tw-time.png) no-repeat left center;
  background-size: 0.16rem auto;
}

.newlist li h3 {
  font-size: 0.22rem;
  color: #222;
  line-height: 0.32rem;
  margin: 0.15rem 0 0.15rem;
  transition: 0.5s;
}

.newlist li p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  max-height: 0.6rem\0;
  transition: 0.5s;
}

.newlist li h4 {
  justify-content: flex-end;
  opacity: 0;
  margin-top: 0.15rem;
}

@media (min-width: 1024px) {
  .newlist li a:hover::after {
    opacity: 1;
  }

  .newlist li:hover .span {
    background: url(../images/tw-time-other.png) no-repeat left center;
    background-size: 0.16rem auto;
    color: #fff;
  }

  .newlist li a:hover h3,
  .newlist li a:hover p,
  .newlist li a:hover span,
  .newlist li a:hover span i,
  .tzgg li a:hover span,
  .tzgg li a:hover span i {
    color: #fff;
  }

  .newlist li a:hover span::after {
  }

  .newlist li a:hover h4 {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .newlist li a {
    padding: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .newlist li h3 {
    font-size: 0.2rem;
  }

  .newlist li h4 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .newlist li a {
    padding: 0.2rem;
  }

  .newlist li .scale {
    width: 2.3rem;
  }

  .newlist li .con {
    padding-left: 0.2rem;
  }

  .newlist li h3 {
    margin: 0.1rem 0;
  }

  .newlist li p {
    -webkit-line-clamp: 1;
    line-height: 0.28rem !important;
  }

  .ydmr_list li p {
    -webkit-line-clamp: 3;
    line-height: 0.28rem !important;
  }

  .newlist li span {
    padding-bottom: 0.1rem;
  }
}

@media screen and (max-width: 420px) {
  .newlist li .scale {
    width: 1.6rem;
  }

  .newlist li .con {
    width: calc(100% - 1.6rem);
  }
}

/* 通知公告 */
.mtsj li * {
  transition: 0.5s;
}

.mtsj li a {
  height: 100%;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #eee;
}

.mtsj li:first-child a {
  padding-top: 0;
}

.mtsj li:last-child a {
  border-bottom: none;
}

.mtsj li .mtdate {
  width: 0.9rem;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 0.9rem;
  border: 1px solid #8f000b;
  white-space: nowrap;
  transition: 0.5s;
}

.mtsj li .mt-r {
  width: calc(100% - 0.9rem);
  padding: 0 0 0 0.3rem;
  height: 100%;
}

.mtsj li .mtdate span {
  font-size: 0.3rem;
  color: #8f000b;
}

.mtsj li .mtdate p {
  font-size: 0.14rem;
  color: #333;
  text-align: center;
  margin-top: 0.1rem;
  color: #8f000b;
}

.mtsj li .mt-r h2 {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.3rem;
  margin-bottom: 0.15rem;
  width: 100%;
}

.mtsj li .mt-r p {
  font-size: 0.15rem;
  color: #808080;
  width: 100%;
  line-height: 0.24rem;
  max-height: 0.48rem\0;
}

@media (min-width: 1025px) {
  .mtsj li a:hover .mtdate {
    background: #8f000b;
  }

  .mtsj li a:hover .mtdate span,
  .mtsj li:hover .mtdate p {
    color: #fff;
  }

  .mtsj li:hover h2,
  .mtsj li:hover .mt-r p {
    color: #8f000b;
  }
}

/*  内容页*/
.article .tit {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.32rem;
  margin: 0.1rem 0 0.25rem;
  text-align: center;
}

.article .conttime {
  padding: 0.2rem 0 0.2rem;
  margin-bottom: 0.2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
}

.article .conttime .fbdj {
  font-size: 0.16rem;
  color: #9e9e9e;
  padding: 0 0.3rem;
  align-items: center;
  display: flex;
}

.article .conttime span img {
  display: inline-block;
  margin-right: 0.1rem;
}

.article .cont p {
  font-size: 0.18rem;
  color: #333;
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.1rem;
}

.article .cont p span {
  color: #333;
  line-height: 2;
}
.article .cont p img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.article .cont p video {
  height: auto !important;
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}

.new_miew {
  /* border-top: 1px solid #c9c9c9; */
  padding: 0 0.3rem;
  margin-top: 0.5rem;
  background: linear-gradient(180deg, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
}

.new_miew .fj {
  position: relative;
  padding-left: 0.7rem;
  padding-top: 0.3rem;
  margin-bottom: 0.4rem;
}

.new_miew .fj span {
  position: absolute;
  left: 0;
  top: 0.4rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
}

.new_miew .fj p {
  padding-left: 0.3rem;
  background: url(../images/fj-icon.png) no-repeat left center;
  cursor: pointer;
}

.new_miew .fj p:hover {
  color: #8f000b;
}

.new_miew p {
  font-size: 0.18rem;
  color: #222;
  line-height: 2;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new_miew p a {
  transition: 0.5s;
  display: flex;
  align-items: center;
  color: #333;
  /* font-weight: bold; */
}

.new_miew p span {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new_miew p:hover a {
  color: #8f000b;
}

.new_miew p img {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.17rem;
}

@media (max-width: 1024px) {
  .new_miew {
    margin-top: 0.3rem;
  }

  .cont p {
    margin-bottom: 0.1rem;
  }
}

/* 日期列表 */
.date-list li {
  position: relative;
}

.date-list li a::after {
  left: 0;
  background: url(../images/tw-bg.jpg) no-repeat center center;
  background-size: cover;
  width: auto;
  right: 0;
  opacity: 0;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}

.date-list li a {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  margin-top: 0.4rem;
  padding: 0.26rem 0;
  background-position: center center;
  transition: all 0.5s;
}

.date-list li a:hover::after {
  width: 100%;
  opacity: 1;
}

.date-list li a .date {
  width: 1.2rem;
  height: 0.7rem;
  text-align: center;

  color: #8f000b;
}

.date-list li a .date p {
  font-size: 0.36rem;
  color: #8f000b;
  line-height: 1;
  margin-bottom: 0.1rem;
}

.date-list li:hover a .date p {
  color: #fff;
}

.date-list li a .date span {
  display: block;
  font-size: 0.18rem;
  color: #666;
}

.date-list li:hover a .date span {
  color: #fff;
}

.date-list li a .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
  /* line-height: 0.7rem; */
  padding-left: 0.24rem;
  padding-right: 0.5rem;
  border-left: 1px solid #8f000b;
  min-height: 0.5rem;
}

.date-list li a .txt h2 {
  font-size: 0.22rem;
  color: #222222;
  line-height: 1;
}

.date-list li a .txt p {
  font-size: 0.16rem;
  margin-top: 0.15rem;
  color: #666;
}

.date-list li:hover a .txt {
  border-left: 1px solid #fff;
}

.date-list li:hover a .txt h2 {
  font-weight: bold;
  color: #fff;
}

.date-list li:hover a .txt p {
  color: #fff;
}

@media screen and (max-width: 700px) {
  .date-list li a {
    margin-top: 0.15rem;
    padding: 0.15rem 0;
  }

  .date-list li a .txt {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .date-list li a .date p {
    font-size: 0.3rem;
  }

  .date-list li a .date {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  .date-list li a .txt h2 {
    font-size: 0.18rem;
  }
}

/* 校园风光 */
.xyfg ul {
  margin: 0 -0.23rem;
}

.xyfg li {
  width: 33.3%;
  padding: 0 0.23rem;
  margin-bottom: 0.4rem;
  transition: all 0.6s;
}

.xyfg li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.3rem;
  padding-bottom: 0.45rem;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.6s;
}

.xyfg li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  /* top: 0; */
  height: 1.3rem;
  bottom: 0;
  /* border: 1px solid #dcdcdc; */
  background: #8f000b;
  z-index: -1;
}

.xyfg li h3 {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.3rem;

  height: 0.6rem;
  transition: 0.5s;
}

.xyfg li .scale {
  position: relative;
}

.xyfg li .scale::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.96rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.xyfg li .scale .imged {
  padding-bottom: 69.1%;
}

@media (min-width: 1025px) {
  .xyfg li:hover a {
    box-shadow: 0px 4px 10px 0px rgb(177 163 163 / 80%);
  }
}

@media (max-width: 1024px) {
  .xyfg .vde {
    margin-bottom: 0.3rem;
  }

  .xyfg ul {
    margin: 0 -0.1rem;
  }

  .xyfg li {
    padding: 0 0.1rem;
    margin-bottom: 0.3rem;
  }

  .xyfg li a::after {
    left: 0;
    right: 0;
  }

  .xyfg li h3 {
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
  }

  .xyfg li a {
    padding: 0.15rem;
  }
}

@media (max-width: 768px) {
  .xyfg li {
    width: 50%;
  }

  .xyfg li:last-child {
    display: none;
  }
}

@media (max-width: 480px) {
  .xyfg li {
    width: 100%;
    padding: 0;
    margin-bottom: 0.15rem;
  }
}

/* 师资列表 */
.xrld ul {
  justify-content: space-between;
}

.xrld li {
  width: 48%;
  margin-bottom: 0.6rem;
}

.xrld li a {
  align-items: center;
  box-shadow: 0px 2px 8px 0px rgba(10, 11, 24, 0.1);
  background: #fff;
}

.xrld li a::after {
  background: #8f000b;
  width: 100%;
  height: 0;
}

.xrld li .scale {
  width: 2.15rem;
}

.xrld li .con {
  width: calc(100% - 2.15rem);
  padding: 0.3rem 0.25rem;
}

.xrld li h3 {
  font-size: 0.22rem;
  color: #333;
  line-height: 0.32rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #eee;
  transition: 0.5s;
}

.xrld li h3::after {
  width: 0.83rem;
  height: 0.03rem;
  background: #8f000b;
  bottom: -1.5px;
}

.xrld li p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  max-height: 0.9rem\0;
  margin-top: 0.2rem;
  transition: 0.5s;
}

.xrld li .imged {
  padding-bottom: 130%;
}

@media (min-width: 1024px) {
  .xrld li a:hover::after {
    height: 100%;
  }

  .xrld li a:hover h3:after {
    background: #fff;
  }

  .xrld li a:hover h3,
  .xrld li a:hover p {
    color: #fff !important;
  }
}

@media screen and (max-width: 1024px) {
  .xrld li {
    width: 49%;
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .xrld li {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .xrld li .scale {
    width: 1.6rem;
  }

  .xrld li .con {
    width: calc(100% - 1.6rem);
    padding: 0.2rem 0.2rem;
  }
}

/* 组织机构 */

.dzjg .fl01 {
  margin-bottom: 0.35rem;
  position: relative;
}

.dzjg .fl01 > h3 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.25rem;
  background: linear-gradient(
    90deg,
    rgb(20, 109, 176) 1%,
    rgb(27, 163, 189) 100%
  );
  display: flex;
  align-items: center;
  height: 0.7rem;
}

.dzjg .fl01 > h3 span {
  font-size: 0.24rem;
  color: #fff;
  font-weight: 500;
  padding-left: 0.3rem;
  display: inline-block;
}

.dzjg .fl03 > h3 {
  background: linear-gradient(
    90deg,
    rgb(20, 109, 176) 1%,
    rgb(27, 184, 163) 100%
  );
}

.dzjg .fl01 ul {
  margin: 0 -0.2rem;
}

.dzjg .fl01 li {
  width: 25%;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
}

.dzjg .fl01 li h3 {
  display: block;
  transition: 0.5s;
  width: 100%;
  font-size: 0.16rem;
  color: #222;
  line-height: 1.3;
  text-align: center;
  background: #ecf3f6;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dzjg .fl02 li {
  width: 33.3%;
}

@media (min-width: 1024px) {
  .dzjg .fl01 li h3:hover {
    background: #036abb;
  }

  .dzjg .fl01 li h3:hover a {
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .dzjg .fl01 ul {
    margin: 0 -0.1rem;
  }

  .dzjg .fl01 li {
    width: 33.3%;
    padding: 0 0.1rem;
  }
}

@media screen and (max-width: 768px) {
  .dzjg .fl01 {
    margin-bottom: 0.3rem;
  }

  .dzjg .fl01 li {
    width: 50%;
  }

  .dzjg .fl01 > h3 span {
    font-size: 0.22rem;
  }
}

@media screen and (max-width: 420px) {
  .dzjg .fl02 li {
    width: 100%;
  }
}

/* 组织机构 */

.zzjg ul {
  margin: 0 -0.3rem;
}

.zzjg li {
  width: 33.3%;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
}

.zzjg li h3 {
  height: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0.25rem;
  background: #eee;
  background-size: 100% 100%;
}

.zzjg li h3::after {
  width: 100%;
  opacity: 0;
  background: #8f000b;
  background-size: 100% 100%;
  border-radius: 0.1rem;
}

.zzjg li a {
  font-size: 0.2rem;
  color: #333;
  line-height: 1.3;
  transition: 0.5s;
  display: inline-block;
  padding: 0 0.2rem 0 0.15rem;

  background-size: 0.11rem !important;
  width: 100%;
}

.zzjg li a::after {
  width: 0.05rem;
  height: 0.05rem;
  background: #8f000b;
  border-radius: 50%;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .zzjg li h3:hover::after {
    opacity: 1;
  }

  .zzjg li h3:hover a {
    color: #fff;
    font-weight: 700;
  }

  .zzjg li h3:hover a::after {
    background: #fff;
  }
}

@media (max-width: 1024px) {
  .zzjg {
    padding-top: 0rem;
  }

  .zzjg ul {
    margin: 0 -0.1rem;
  }

  .zzjg li {
    width: 33.3%;
    padding: 0 0.1rem;
  }
}

@media (max-width: 768px) {
  .zzjg li {
    width: 50%;
  }
}

@media (max-width: 456px) {
  .zzjg li {
    width: 100%;
  }
}

/* 师资队伍 */

.szlist ul {
  margin: 0 -0.2rem 0.4rem;
}

.szlist li {
  width: 16.667%;
  padding: 0 0.2rem;
  margin-bottom: 0.1rem;
}

.szlist li .con {
  padding: 0.25rem 0 0;
  height: 1.1rem;
}

.szlist li h3 {
  font-size: 0.2rem;
  color: #333;
  align-items: flex-end;
  margin-bottom: 0.15rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.szlist li span {
  padding-left: 0.25rem;
  font-size: 0.16rem;
  color: #333;
}

.szlist li p {
  font-size: 0.14rem;
  color: #999;
  line-height: 0.26rem;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.szlist li .imged {
  padding-bottom: 135%;
}

@media (min-width: 1025px) {
  .szlist li a:hover h3 {
    color: #8f000b;
  }
}

@media screen and (max-width: 1200px) {
  .szlist ul {
    margin: 0 -0.2rem 0.2rem;
  }

  .szlist li {
    width: 25%;
    padding: 0 0.2rem;
  }

  .szlist li span {
    padding-left: 0.1rem;
  }
}

@media screen and (max-width: 1024px) {
  .szlist ul {
    margin: 0 -0.1rem 0.2rem;
  }

  .szlist li {
    width: 25%;
    padding: 0 0.1rem;
  }
}

@media screen and (max-width: 768px) {
  .szlist li {
    width: 33.3%;
  }
}

@media screen and (max-width: 420px) {
  .szlist li {
    width: 33.333%;
  }
}

/* 学院领导 */
.szld ul {
  justify-content: space-between;
}

.szld li {
  width: 48%;
  margin-bottom: 0.3rem;
  background: rgba(0, 0, 0, 0.04);
  border-left: 0.05rem solid #8f000b;
  height: 0.8rem;
  align-items: center;
  padding: 0 0.5rem;
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
}

.szld li::after {
  width: 0.56rem;
  height: 0.67rem;

  background-size: 100%;
  left: auto;
  right: 0;
  opacity: 0;
}

.szld li p {
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #333333;
  transition: 0.5s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
  .szld li:hover::after {
    opacity: 1;
  }

  .szld li:hover {
    border-left: 0.05rem solid #ff8f1f;
  }

  .szld li:hover p {
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .szld li {
    width: 100%;
  }
}

.xzjj .fl01 {
  align-items: center;
  background: #f1f4f4;
  margin-bottom: 0.35rem;
}

.xzjj .fl01 .scale {
  width: 2rem;
}

.xzjj .fl01 .con {
  width: calc(100% - 2rem);
  padding: 0.4rem 0.6rem;
}

.xzjj .fl01 h3 {
  font-size: 0.42rem;
  color: #333;
}

.xzjj .fl01 h4 {
  font-size: 0.2rem;
  line-height: 38px;
  color: #333;
  margin: 0.25rem 0 0.2rem;
}

.xzjj .fl01 p {
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #333;
}

.xzjj .cont p {
  text-indent: 2em;
  font-size: 0.18rem;
  line-height: 1.8;
  color: #333;
}

.xzjj .fl01 .imged {
  padding-bottom: 135%;
  background-position: center top !important;
  background-size: cover !important;
}

@media (min-width: 1200px) {
}

@media (max-width: 1024px) {
  .xzjj .fl01 h3 {
    font-size: 0.3rem;
  }

  .xzjj .fl01 h4 {
    margin: 0.15rem 0;
  }
}

@media (max-width: 768px) {
  .xzjj .fl01 {
    padding: 0.2rem 0;
  }

  .xzjj .fl01 .scale {
    width: 4.2rem;
    margin: 0 auto 0.25rem;
  }

  .xzjj .fl01 .con {
    width: 100%;
    padding: 0 0.25rem;
  }

  .xzjj .fl01 h3,
  .xzjj .fl01 h4 {
    text-align: center;
  }
}

/* 校园风景 */
.xyjs li img {
  display: none;
}

.xyjs .xy1 li .imged {
  padding-bottom: 50%;
}

.xyjs .xy2 {
  margin-top: 0.35rem;
}

.xyjs .xy2 li a {
  display: block;
  padding: 0 0.15rem;
}

.xyjs .xy2 li .imged::after {
  width: 100%;
  background: #000;
  opacity: 0.4;
}

.xyjs .xy2 li.slick-current .imged::after {
  opacity: 0;
}

.xyjs .xys2 {
  margin: 0 -0.18rem;
}

.xyjs .xy1 .slick-arrow {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #8f000b;
  border-radius: 50%;
}

.xyjs .xy1 .slick-arrow::before {
  font-size: 0.22rem;
  color: #8f000b;
  opacity: 1;
}

.xyjs .xy1 .slick-prev {
  left: -1rem;
}

.xyjs .xy1 .slick-next {
  right: -1rem;
}

.xyjs .xy1 .slick-arrow:hover {
  background: #8f000b;
}

.xyjs .xy1 .slick-arrow:hover::before {
  color: #fff;
}

@media (max-width: 1600px) {
  .xyjs .xys1 {
    padding: 0 0.5rem;
  }

  .xyjs .xy1 .slick-arrow {
    width: 0.4rem;
    height: 0.4rem;
  }

  .xyjs .xy1 .slick-prev {
    left: 0rem;
  }

  .xyjs .xy1 .slick-next {
    right: 0rem;
  }
}

@media (max-width: 768px) {
  .xyjs .xy2 li a {
    padding: 0 0.1rem;
  }
}

/* 校徽校训 */
.xhxx .xhli {
  margin-bottom: 0.55rem;
  border: 1px solid rgba(0, 0, 0, 0.0784);
  background: #fcfeff;
  padding: 0.45rem;
  align-items: center;
}

.xhxx .xhli .con {
  flex: 1;
  min-width: 0;
  padding-right: 0.25rem;
}

.xhxx .xhli h3 {
  font-weight: bold;
  color: #333;
  font-size: 0.24rem;
  margin-bottom: 0.25rem;
}

.xhxx .xhli p {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
  .xhxx .xhli {
    padding: 0.2rem;
    margin-bottom: 0.3rem;
  }

  .xhxx .xhli .img {
    width: 100%;
    text-align: center;
    order: -1;
    margin: 0 auto 0.25rem;
  }
}

@media screen and (max-width: 768px) {
  .xhxx .xhli:nth-child(1) img {
    width: 1.5rem;
  }
}

@media screen and (max-width: 420px) {
}

/* 历史沿革 */
.lsyg li {
  margin-bottom: 0.4rem;
}

.lsyg li a {
  background: rgba(0, 0, 0, 0.02);
  padding: 0.5rem;
  align-items: center;
  position: relative;
  transition: 0.5s;
  border: 1px solid rgba(0, 0, 0, 0);
}

.lsyg li * {
  transition: 0.5s;
}

.lsyg li .pis {
  width: 3.7rem;
  padding-right: 0.4rem;
  border-right: 1px solid #ddd;
}

.lsyg li .con {
  flex: 1;
  min-width: 0;
  padding-left: 0.4rem;
}

.lsyg li p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #666666;
}

.lsyg li .scale {
  border-radius: 0.1rem;
  border: 0.05rem solid rgba(0, 0, 0, 0);
}

.lsyg li span {
  max-width: 6rem;
  opacity: 0;
  position: absolute;
  right: 0.2rem;
  bottom: 0.3rem;
  transition: 0.5s;
}

@media screen and (min-width: 1200px) {
  .lsyg li a:hover {
    border: 1px solid #8f000b;
    box-shadow: 0px 4px 10px 0px rgba(13, 75, 173, 0.2);
  }

  .lsyg li a:hover .scale {
    border: 0.05rem solid #8f000b;
  }

  .lsyg li a:hover span {
    opacity: 0.1;
  }
}

@media screen and (max-width: 1024px) {
  .lsyg li a {
    padding: 0.2rem;
  }

  .lsyg li .pis {
    width: 2.5rem;
    padding-right: 0.2rem;
  }

  .lsyg li .con {
    flex: 1;
    min-width: 0;
    padding-left: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .lsyg li .pis {
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 0;
    border-right: none;
  }

  .lsyg li .con {
    padding-left: 0;
    flex: none;
    width: 100%;
  }
}

/* xxjj */
.jj-bt {
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  text-align: center;
  font-size: 0.24rem;
  color: #323333;
  font-weight: bold;
}

.xxjj .fl01 {
  padding: 0.3rem 0.4rem 0.65rem 0.4rem;
  background: rgba(0, 0, 0, 0.02);
  align-items: center;
}

.xxjj .fl01 .left {
  position: relative;
  width: 3.97rem;
  padding: 0.12rem;
}

.xxjj .fl01 .left:after {
  content: "";
  position: absolute;
  left: 0.18rem;
  right: 0;
  top: 0;
  height: 3rem;
  background: #bc0906;
}

.xxjj .fl01 .right {
  order: -1;
  flex: 1;
  min-width: 0;
  padding-right: 0.2rem;
}

.xxjj .fl01 .left img {
  max-width: 100%;
  position: relative;
  z-index: 9;
}

.xxjj .fl01 .right h3 {
  font-size: 0.36rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #333;
}

.xxjj .fl01 .right .p {
  align-items: center;
  margin-bottom: 0.25rem;
}

.xxjj .fl01 .right .p img {
  flex: 1;
  min-width: 0;
  padding-right: 0.2rem;
}

.xxjj .fl01 .right .p p {
  display: flex;
  align-items: baseline;
  font-size: 0.26rem;
  width: 2.2rem;
  line-height: 1.2;
}

.xxjj .fl01 .right .p span {
  font-size: 0.36rem;
  font-weight: bold;
  color: #8f000b;
  display: inline-block;
  padding-left: 0.1rem;
}

.xxjj .fl02 {
  position: relative;
  align-items: center;
  padding-bottom: 0.45rem;
}

.xxjj .fl02::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: linear-gradient(99deg, #8f000b -8%, #b10410 96%);

  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}

.xxjj .fl02 .left {
  position: relative;
  width: 3.59rem;
  z-index: 6;
}

.xxjj .fl02 .right {
  position: relative;

  flex: 1;
  min-width: 0;
  padding-left: 0.3rem;
  z-index: 6;
}

.xxjj .fl02 .right .cont p {
  color: #fff;
}

.jj-bk3 {
  background: #f7f7f7;
  margin-top: 0.45rem;
  margin-bottom: 0.55rem;
  padding: 0.3rem 0.45rem;
}

.xxjj .fl03 {
  padding: 0;
  background: transparent;
  margin-bottom: 0.2rem;
}

.xxjj .fl03 .left:after {
  top: auto;
  bottom: 0;
  height: 2.8rem;
}

.xxjj .fl04 {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0.4rem;
}

.xxjj .fl04 .right {
  order: 1;
  padding-right: 0;
  padding-left: 0.4rem;
}

.xxjj .fl04 .left {
  width: 7.3rem;
}

.xxjj .fl04 .left::after {
  top: auto;
  bottom: 0;
}

.fl05 {
  background: #f7f7f7;
  padding: 0.3rem 0.4rem;
}

.xxjj .cont p {
  font-size: 0.18rem;
  line-height: 0.42rem;
  color: #333;
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 1200px) {
  .xxjj .fl04 .left {
    width: 5rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .xxjj .fl01 .left {
    margin: 0 auto;
    max-width: 100%;
  }

  .xxjj .fl01 .right {
    margin-top: 0.3rem;
    flex: none;
    width: 100%;
    padding-left: 0;
  }

  .xxjj .fl01 .right h3,
  .xxjj .fl01 .right .p span {
    font-size: 0.3rem;
  }

  .xxjj .fl01 .right .p p {
    font-size: 0.2rem;
  }

  .xxjj .cont p {
    margin-bottom: 0.1rem;
  }

  .xxjj .fl01 {
    margin-bottom: 0rem;
  }

  .xxjj .fl01 .right .p img {
    opacity: 0;
  }

  .jj-bt {
    margin-top: 0;
  }

  .xxjj .fl02 .left {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .xxjj .fl02 .right {
    padding-left: 0;
    flex: none;
    width: 100%;
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .xxjj .fl01 {
    padding: 0.15rem;
  }

  .xxjj .fl01 .right {
    margin-top: 0.15rem;
    order: 1;
  }

  .jj-bk3 {
    margin-top: 0.15rem;
    padding: 0.15rem;
  }

  .xxjj .fl03 {
    padding: 0;
  }

  .xxjj .fl04 .left::after {
    height: 2rem;
  }

  .fl05 {
    padding: 0.15rem;
  }

  .xxjj .fl01 .right {
    padding-right: 0;
  }

  .xxjj .fl02 {
    padding-bottom: 0.15rem;
  }

  .jj-bk3 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }
}

/* 三级栏目展开 */
.inner {
  min-height: 7rem;
}

.email_login {
  min-height: 7rem;
  background-image: url("../images/email_login_bg.png");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.email_login .email_login_box {
  width: 9.6rem;
  min-height: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
}

.login_container .teacher_login, .login_container .student_login {
  position: relative;
  width: 4rem;
  height: 2.5rem;
  padding: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  box-shadow: inset -8px -6px 80px 0px rgba(255, 255, 255, 0.6);
  z-index: 2;
}

.login_container .t_color_bg {
  z-index: -1;
  position: absolute;
  width: 4.6rem;
  height: 2.4rem;
  border-radius: 26px;
  background: linear-gradient(180deg, #eaeeff 0%, #5773fd 100%);
  transform: translate(0, -68%);
}

.login_container .s_color_bg {
  z-index: -1;
  position: absolute;
  width: 4.6rem;
  height: 2.4rem;
  border-radius: 26px;
  background: linear-gradient(180deg, #d2fbfb 0%, #21a8e8 100%);
  transform: translate(0, -68%);
}

.login_container .icon {
  margin-right: 0.2rem;
  width: 0.56rem;
  height: 0.56rem;
}

.login_container span {
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}

.login_container:hover span{
  text-decoration: underline;
}

.login_container .link_btn {
  height: 0.42rem;
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.login_container:hover .link_btn{
  opacity: 1;
}

.email_login .hint {
  margin: 0.7rem auto;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}

/* 翻页 */
/* 翻页 */
.j_pages {
  margin: 0.6rem auto 0;
  text-align: center;
}

.j_pages .box {
  display: inherit;
  width: 100%;
  padding: 0;
  font-size: 0;
}

.j_pages a {
  padding: 0px 0.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
  background: #fff;
  margin: 0 0.03rem;
  color: #919191;
  font-size: 0.14rem;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0.04rem;
  border: 1px solid #dadbdd;
  margin-bottom: 0.15rem;
}

.j_pages a font {
  padding: 0 0.1rem;
}

.p_no_d {
  border-radius: 0.04rem;
  border: 1px solid #dadbdd;
  background: #8f000b;
  color: #fff !important;
  padding: 0px 0.16rem;
}

.p_fun_d {
  padding: 0px 0.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
  background: #fff;
  margin: 0 0.03rem;
  color: #919191;
  font-size: 0.14rem;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0.04rem;
  border: 1px solid #dadbdd;
  margin-bottom: 0.15rem;
}

.j_pages a:hover {
  background: #8f000b;
  color: #fff !important;
}

.j_pages span {
  color: #919191;

  line-height: 0.4rem;
  display: inline-block;
  font-size: 0.14rem;
}

.j_pages input {
  color: #919191;
  padding: 0px 0.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
  font-size: 0.14rem;
  background: #f6f6f6;
  border: none;
  cursor: pointer;
  border-radius: 0;
  transition: 0.6s;
}

.j_pages input[type="text"] {
  width: 0.4rem;
  padding: 0;
  text-align: center;
}

.j_pages input[type="submit"]:hover {
  background: #8f000b;
  color: #fff;
}

.j_pages .qd {
  background: #8f000b;
  color: #fff;
  border-radius: 0.05rem;
  height: 0.3rem;
  line-height: 0.3rem;
}

@keyframes round_animate {
  to {
    transform: rotate(1turn);
  }
}

/* 三级导航 */
.san-nav {
  width: 100%;
  background: #f7f7f7;
  margin-bottom: 0.3rem;
  display: none;
}

.san-nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.san-nav li {
  /* height: 0.8rem; */
  display: flex;
  align-items: flex-end;
  padding: 0 0.3rem;
}

.san-nav a {
  display: inline-block;
  /* margin: 0 0.4rem; */
  font-size: 0.16rem;
  color: #a9a9a9;
  display: flex;
  align-items: center;
  height: 0.5rem;
}

.san-nav a::after {
  height: 0.02rem;
  left: 0;
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.san-nav a.on::after {
  background: #8f000b;
}

.san-nav a:hover,
.san-nav a.on {
  color: #8f000b;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
  .email_login{
    padding-top: 1rem;
  }
  .email_login_box{
    flex-direction: column;
  }
  .login_container{
    margin: 1rem 0;
  }
  .inner_left,
  .inner_right .lm_top .adress {
    display: none;
  }

  .inner_right {
    width: 100%;
    padding-left: 0;
  }

  .wrap_ph {
    display: block;
    /* background: #e2effa; */
  }

  .inner {
    /* padding: .3rem 0 .5rem; */
  }

  .page {
    margin: 0.25rem 0 0;
  }

  .local h2,
  .ejlm_pc,
  .ban .h3 h3 {
    display: none;
  }

  .san-nav {
    display: block;
  }

  .local {
    margin-bottom: 0.2rem;
  }

  .ban .h3 .wp {
    justify-content: flex-end;
  }

  .adress {
    padding: 0.1rem 0 0;
    color: #333;
  }

  .adress a,
  .adress p {
    color: #333;
  }

  .ban .h3 {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .j_pages {
    margin: 0.3rem auto 0;
  }

  .inner {
    /* padding-bottom: .2rem; */
  }
}

/* 专题列表 */
.zt-list ul {
  margin: 0 -0.16rem;
  margin-top: -0.55rem;
}

.zt-list ul li {
  width: 25%;
  padding: 0 0.16rem;
  margin-top: 0.55rem;
}

.zt-list ul li a {
  display: block;
  border-radius: 0.2rem 0 0.2rem 0;
  overflow: hidden;
}

.zt-list ul li a .imged {
  padding-bottom: 31%;
}

.fx {
  position: absolute;
  right: 0.15rem;
  /* left: 95%; */
  top: 0;
  text-align: center;
  cursor: pointer;
}

.fx span {
  display: block;
  padding-top: 0.1rem;
  font-size: 0.14rem;
  color: #999999;
}

/* 内容页另 */
.lb-art {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.lb-art .article {
  position: relative;
  flex: 1;
  min-width: 0;
  padding-right: 0.7rem;
}

.lb-art .xw-list {
  position: sticky;
  top: 1.45rem;
  width: 4rem;
}

.lb-art .xw-list .xw-bt {
  display: flex;
  align-items: center;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #d8d8d8;
  font-size: 0.2rem;
  color: #222222;
}

.lb-art .xw-list .xw-bt img {
  padding-right: 0.15rem;
}

.xw-box1 {
  padding: 0.25rem;
  background: #ffffff;
  box-shadow: 0px 0 10px rgba(187, 187, 187, 0.2);
}

.xw-tpqh {
  margin-top: 0.2rem;
}

.xw-tpqh ul li a {
  display: block;
}

.xw-tpqh ul li .imged {
  padding-bottom: 60%;
}

.xw-tpqh ul li a .txt {
  margin-top: 0.2rem;
}

.xw-tpqh ul li a .txt p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #333333;
  height: 0.6rem;
}

.slick-dots li button:before {
  display: none;
}

.xw-tpqh .slick-dots {
  position: relative;
  text-align: center;
}

.xw-tpqh .slick-dots li {
  width: 0.12rem;
  height: 0.12rem;
  background: #e5e5e5;
  border-radius: 50%;
  margin: 0 0.1rem;
}

.xw-tpqh .slick-dots li.slick-active {
  background: #94080b;
}

.xw-box2 {
  margin-top: 0.45rem;
  padding: 0.25rem 0.3rem;
  background: #ffffff;
  box-shadow: 0px 0 10px rgba(187, 187, 187, 0.2);
}

.xw-box2 ul {
  margin-top: 0.2rem;
}

.xw-box2 ul li {
  line-height: 0.45rem;
}

.xw-box2 ul li a {
  position: relative;
  display: block;
  padding-left: 0.37rem;
  font-size: 0.16rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.6s;
}

.xw-box2 ul li:hover a {
  color: #b01717;
}

.xw-box2 ul li span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.28rem;
  height: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  border-radius: 0.04rem;
  background: linear-gradient(270deg, rgba(238, 238, 238, 0) 0%, #e2e2e2 100%);
  font-size: 0.18rem;
  color: #999;
}

.xw-box2 ul li:nth-child(1) span {
  background: linear-gradient(270deg, rgba(255, 226, 226, 0) 0%, #fadbdb 100%);
  color: #b01717;
}

.xw-box2 ul li:nth-child(2) span {
  background: linear-gradient(270deg, rgba(255, 226, 226, 0) 0%, #fadbdb 100%);
  color: #e52728;
}

.xw-box2 ul li:nth-child(3) span {
  background: linear-gradient(270deg, rgba(255, 226, 226, 0) 0%, #fadbdb 100%);
  color: #ed531f;
}

@media screen and (max-width: 1024px) {
  .lb-art .xw-list {
    width: 100%;
    position: static;
  }

  .zt-list ul li {
    width: 33.333%;
  }
}

@media (max-width: 768px) {
  .lb-art .cont {
    margin-right: -0.7rem;
  }

  .lb-art .new_miew {
    margin-right: -0.7rem;
  }

  .xw-box2 {
    margin-top: 0.15rem;
  }
}

@media (max-width: 600px) {
  .zt-list ul {
    margin: 0 -0.1rem;
  }

  .zt-list ul li {
    width: 50%;
    padding: 0 0.1rem;
    margin-top: 0.15rem;
  }
}

.jjy_fj a {
  display: inline-block;
}

.img_vsb_content {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

table {
  margin: 0 auto;
  max-width: 100%;
}

table p {
  text-indent: 0 !important;
  margin-bottom: 0 !important;
  padding: 0.1rem 0;
}

/* 领导页另 */
.ldbg {
  position: relative;
}

/* .ldbg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -.3rem;
  top: 0;
  background: url(../images/ldbg.png) no-repeat center bottom;
  background-size: 100% auto;
} */

.xrldl ul {
  flex-wrap: wrap;
  justify-content: space-between;
}

.xrldl li {
  width: 48%;
  display: flex;
  padding: 0.25rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.xrldl li:last-child {
  width: 100%;
}

.ldzw {
  min-width: 1.6rem;
}

.ldzw p {
  padding-left: 0.28rem;
  border-left: 2px solid #8f000b;
  font-size: 0.24rem;
  color: #8f000b;
}

.xrldl .ldname {
  display: flex;
  flex-wrap: wrap;
}

.xrldl .ldname a {
  font-size: 0.24rem;
  color: #333333;
  margin-left: 0.36rem;
  margin-bottom: 0.15rem;
  /* line-height: .3rem; */
}

.xrldl .ldname a:hover {
  color: #8f000b;
}

@media (max-width: 700px) {
  .xrldl li {
    width: 100%;
    padding: 0.15rem 0;
  }

  .ldzw p {
    font-size: 0.2rem;
    padding-left: 0.15rem;
  }

  .xrldl .ldname a {
    margin-left: 0.2rem;
    font-size: 0.2rem;
  }

  .inner {
    min-height: initial;
  }
}
