html {
  font-size: 100px;
}

@font-face {
  font-family: "pf";
  src: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/styles/font/PingFangMedium.ttf");
}

@font-face {
  font-family: "fz";
  src: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/styles/font/fangzheng.ttf");
}

@font-face {
  font-family: "din";
  src: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/styles/font/DIN-Medium.otf");
}

@font-face {
  font-family: "zt";
  src: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/styles/font/zt.TTF");
}

body {
  font-family: "pf";
  font-size: 0.16rem;
  background-color: #fff;
  color: #333;
  overflow-x: hidden;
}

body.listPage {
  background: #f8f8f8;
}

.ygb-header-fix.fixed {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.ygb-header-warp {
  width: 100%;
  height: 1.4rem;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/header.png") no-repeat center center;
  background-size: contain;
}

.ygb-header-warp .ygb-contain-box,
.ygb-nav-box .ygb-contain-box {
  padding: 0.4rem 0 0 0;
  z-index: 5;
}

.ygb-nav-box .ygb-contain-box {
  padding: 0;
}

.ygb-header-warp > .ygb-contain-box > .ygb-contain-padding {
  display: flex;
  justify-content: space-between;
}

.ygb-contain-box {
  max-width: 16rem;
  margin: 0 auto;
  padding: 0.6rem 0 0 0;
  position: relative;
  z-index: 2;
}

.ygb-bg-box .ygb-contain-box {
  padding: 0.3rem 0;
}

.ygb-bg2 .ygb-contain-box {
  padding: 0.6rem 0 0 0;
}

.ygb-bg3 .ygb-contain-box {
  padding: 0.6rem 0 0 0;
}

.ygb-logo a {
  display: flex;
  height: 100%;
  align-items: center;
}

.ygb-logo span {
  font-family: "fz";
  display: inline-block;
  font-weight: 400;
  font-size: 0.48rem;
  color: #c00d1e;
  border-left: solid 0.03rem #c00d1e;
  margin-left: 0.18rem;
  padding-left: 0.32rem;
}

.ygb-logo img {
  max-width: 100%;
}

.ygb-header-right-box {
  position: relative;
  margin-top: 0.3rem;
}

.ygb-nav-box {
  background: #c00d1e;
}

.ygb-nav {
  display: flex;
  justify-content: space-between;
}

.ygb-nav li {
  position: relative;
  z-index: 999;
}

.ygb-nav > li > a {
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}

.ygb-nav > li > a::after {
  content: "";
  position: relative;
  width: 0;
  height: 4px;
  display: block;
  z-index: 100;
  background-color: #fff;
  transition: 0.3s ease-out all;
  left: 50%;
  top: 0.3rem;
  transform: translateX(-50%);
}

.ygb-suNnav {
  position: absolute;
  left: 50%;
  top: 160%;
  width: 180%;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    top 0.45s ease;
  transform: translateX(-50%);
  border: 2px solid #ae1a28;
  background: #c62534;
  box-shadow: 0px 4px 10px 0px rgba(19, 52, 143, 0.08);
}

.ygb-nav-box li:hover .ygb-suNnav {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.ygb-nav-box li .ygb-suNnav li {
  width: 100%;
}

.ygb-nav-box li .ygb-suNnav li a {
  display: block;
  font-weight: 500;
  font-size: 0.24rem;
  color: #fff;
  padding: 0.15rem;
  text-align: center;
}

.ygb-nav-box li .ygb-suNnav li a:hover {
  color: #fff600 !important;
  background: #c00d1e;
}

.ygb-search-icon {
  width: 0.21rem;
  height: 0.21rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/search.png") no-repeat;
  transition: 0.3s;
  background-size: contain;
}

.ygb-banner {
  position: relative;
  overflow: hidden;
  margin-top: 1.4rem;
}

.ygb-banner .swiper-slide {
  height: 8.8rem;
}

.ygb-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ygb-banner .swiper-pagination {
  width: 100%;
  bottom: 0.2rem !important;
}

.ygb-banner .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 0.12rem !important;
}

.ygb-banner .swiper-pagination-bullet-active {
  width: 0.16rem;
  height: 0.16rem;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}

.ygb-bg1 {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
}

.ygb-bg2 {
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/bg2.png") no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
}

.ygb-bg3 {
  position: relative;
}

.ygb-bg4 {
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/bg4.png") no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
}

.ygb-bg4 .ygb-contain-box {
  padding: 0.6rem 0 0 0;
}

.ygb-bg5 {
  position: relative;
}

.ygb-bg5-left {
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/footer-left.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 6.17rem;
  height: 4.74rem;
}

.ygb-bg5-right {
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/footer-right.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 6.72rem;
  height: 4.13rem;
}

.ygb-xxxw-txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(192, 13, 30, 0.9);
  padding: 0.06rem 0;
}

.ygb-xxxw-txt .txt {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 0.32rem;
  color: #ffffff;
  padding: 0 3%;
}

.ygb-xxxw-txt .more {
  margin-top: 0.1rem;
  font-size: 0.14rem;
}

.ygb-xxxw-img-list {
  height: 4.7rem;
  overflow: hidden;
}

.ygb-xxxw-img-list .swiper {
  height: 100%;
}

.ygb-xxxw-img-list .swiper-slide a {
  position: relative;
}

.ygb-xxxw-img-list .swiper-slide a::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 0.15rem;
  width: 0.46rem;
  height: 0.3rem;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/right-arr-w.png") no-repeat;
  background-size: contain;
}

.ygb-xxxw-img-list .swiper-slide a,
.ygb-xxxw-img-list .swiper-slide a .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ygb-xxxw-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.ygb-xxxw-box .img:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.ygb-xxxw-img-list .swiper-pagination {
  right: 0 !important;
  bottom: 0.7rem !important;
  font-size: 0.32rem;
  text-align: right;
  z-index: 10 !important;
  color: #fff;
  margin-right: 0.25rem;
  left: auto;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.ygb-left {
  width: 8.5rem;
}

.ygb-right {
  width: calc(100% - 8.5rem - 0.32rem);
  margin-left: 0.32rem;
}

.ygb-xxxw-box {
  display: flex;
}

.ygb-title-box {
  margin-bottom: 0.5rem;
  position: relative;
}

.ygb-title {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 0.32rem;
  color: #c00d1e;
  justify-content: left;
  position: relative;
}

/* 2026/7/13修改 */
.ygb-title::before {
  width: 100%;
  height: 0.24rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/line2.png") no-repeat;
  background-size: cover;
}

.ygb-more {
  font-weight: 500;
  font-size: 0.24rem;
  color: #c00d1e;
  position: absolute;
  right: 0;
  bottom: 0;
}

.ygb-more:hover {
  font-weight: bold;
}

.ygb-more img {
  margin-left: 0.06rem;
  max-width: 100%;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  vertical-align: middle;
}

.ygb-more:hover img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.ygb-xxxw-list ul {
  padding-left: 0.09rem;
}

.ygb-xxxw-list li {
  padding: 0.13rem 0 0.13rem 0.15rem;
  border-left: dashed 1px #c00d1e;
  position: relative;
}

.ygb-xxxw-list li::before {
  content: "";
  width: 0.09rem;
  height: 0.09rem;
  position: absolute;
  left: -0.07rem;
  top: 0.2rem;
  background: #ffffff;
  border: 2px solid #c00d1e;
  border-radius: 50%;
}

.ygb-xxxw-list li:hover::after {
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  background: #c00d1e;
  position: absolute;
  left: -0.04rem;
  top: 0.23rem;
  border-radius: 50%;
}

.ygb-xxxw-list li:first-child::before {
  top: 0.13rem;
}

.ygb-xxxw-list li:hover:first-child::after {
  top: 0.16rem;
}

.ygb-xxxw-list li a .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 0.24rem;
  font-weight: 500;
}

.ygb-xxxw-list li:first-child {
  padding: 0 0 0.15rem 0.15rem;
  border-bottom: none;
}

.ygb-xxxw-list li:first-child .box .tit {
  width: 100%;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 0.28rem;
  white-space: normal;
  color: #333333;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ygb-xxxw-list li:first-child .box .des {
  width: 100%;
  font-weight: 500;
  font-size: 0.2rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ygb-xxxw-list li:first-child:hover .box .tit,
.ygb-xxxw-list li a:hover .tit {
  color: #c00d1e;
}

.ygb-tzgg-list {
  margin-top: 0.35rem;
}

.ygb-tzgg-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4%;
  align-items: center;
}

.ygb-tzgg-list li {
  width: 46%;
  margin-left: 4%;
  margin-bottom: 0.48rem;
  background: #ffffff;
  box-shadow: 0px 4px 6px 0px rgba(151, 150, 150, 0.25);
}

.ygb-tzgg-list li a {
  display: flex;
  align-items: center;
}

.ygb-tzgg-list li a .tit {
  width: calc(100% - 1.23rem - 0.28rem - 1.05rem);
  margin-left: 0.28rem;
  padding-right: 1.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}

.ygb-tzgg-list li a .tit::after {
  content: "";
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/right-arr-g.png") no-repeat;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.46rem;
  height: 0.3rem;
  background-size: contain;
}

.ygb-tzgg-list li:hover a .tit::after {
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/right-arr-r.png") no-repeat;
  background-size: contain;
}

.ygb-tzgg-list .time {
  width: 1.23rem;
  height: 1.34rem;
  background: #ffffff;
  box-shadow: 4px 4px 4px 0px rgba(112, 112, 112, 0.25);
  border-radius: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ygb-tzgg-list .time .day {
  font-weight: bold;
  font-size: 0.34rem;
  color: #353535;
  line-height: 1.8em;
  font-family: "din";
}

.ygb-tzgg-list .time .year {
  font-weight: 500;
  font-size: 0.2rem;
  color: #363636;
  margin-top: -0.5rem;
  font-family: "din";
  letter-spacing: 0.04rem;
}

.ygb-tzgg-list li a:hover .tit,
.ygb-tzgg-list li a:hover .time .day,
.ygb-tzgg-list li a:hover .time .year {
  color: #c00d1e;
}

.ygb-tab-tit ul {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  padding-bottom: 0.6rem;
}

.ygb-tab-tit ul::before {
  width: 100%;
  height: 0.1rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/line.png") repeat-x;
  background-size: contain;
}

.ygb-tab-tit ul li a {
  position: relative;
  margin-right: 0.76rem;
  font-size: 0.32rem;
  color: #c00d1e;
}

/* 7/13修改 */
/* .ygb-tab-tit ul li.on a::after {
  width: 0.67rem;
  height: 0.24rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  background: #fff url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/jiao.png") no-repeat;
  background-size: contain;
} */

.ygb-tab-tit ul li.on a {
  font-weight: bold;
}

.ygb-tab-list {
  position: relative;
}

.ygb-tab-list .ygb-more {
  top: -1rem;
}

.news-block-list ul {
  margin-left: -3%;
  display: flex;
  flex-wrap: wrap;
}

.news-block-list li {
  margin-bottom: 0.35rem;
  width: 47%;
  margin-left: 3%;
  box-shadow: 0px 4px 6px 0px rgba(151, 150, 150, 0.25);
  border-radius: 0.05rem;
}

.news-block-item {
  padding: 0.38rem 0.3rem;
  overflow: hidden;
  color: #333;
  position: relative;
}

.news-block-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.24rem;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/bg-line.png") no-repeat;
  background-size: 100% 100%;
}

.news-block-item .date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.18rem;
  overflow: hidden;
  text-align: center;
}

.news-block-item .date span {
  display: block;
  font-weight: bold;
  font-size: 0.34rem;
  color: #333333;
  font-family: "din";
}

.news-block-item .date b {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  font-family: "din";
}

.news-block-item .text {
  padding-right: 1rem;
}

.news-block-item .text h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: 0.15rem;
}

.news-block-item .text h5 {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 0.16rem;
  color: #777777;
}

.news-block-list li:hover {
  background: #c74955;
}

.news-block-list li:hover .news-block-item .text h3,
.news-block-list li:hover .news-block-item .text h5,
.news-block-list li:hover .news-block-item .date span,
.news-block-list li:hover .news-block-item .date b {
  color: #fff;
}

.ygb-spzl-list {
  display: flex;
  justify-content: space-between;
}

.ygb-spzl-list .box1 {
  position: relative;
  margin-top: 0.4rem;
}

.ygb-spzl-list .box2 {
  margin-top: 0.4rem;
}

.ygb-spzl-list .box1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6.93rem;
  height: 4.29rem;
  background: linear-gradient(270deg, #fdd99e 0%, #e56b0f 47%, #c00d1e 100%);
  opacity: 0.7;
  z-index: -1;
}

.ygb-spzl-list .box1 ul li {
  width: 7.47rem;
  height: 4.62rem;
  overflow: hidden;
  margin-top: 0.25rem;
  margin-left: 0.22rem;
  background-color: #474747;
}

.ygb-spzl-list .box1 ul li img,
.ygb-spzl-list .box1 ul li video {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.ygb-spzl-list .box1 ul li:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.ygb-spzl-list .box2 ul li {
  width: 4.38rem;
  height: 2.49rem;
  margin-bottom: 0.45rem;
  overflow: hidden;
}

.ygb-spzl-list .box2 ul li img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.ygb-spzl-list .box2 ul li:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.ygb-spzl-list .box3 ul li {
  width: 3.01rem;
  height: 1.87rem;
  margin-bottom: 0.47rem;
  overflow: hidden;
}

.ygb-spzl-list .box3 ul li img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.ygb-spzl-list .box3 ul li:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.ygb-spzl-list .box1 ul li a,
.ygb-spzl-list .box2 ul li a,
.ygb-spzl-list .box3 ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.ygb-spzl-list .box1 ul li a::before,
.ygb-spzl-list .box2 ul li a::before,
.ygb-spzl-list .box3 ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.66rem;
  height: 0.72rem;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/video.png") no-repeat;
  z-index: 1;
  background-size: contain;
}

/* 7/13修改 */
.ygb-ztzl-list {
  overflow: hidden;
  margin-bottom: 0.6rem;
}

.ygb-ztzl-list .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.ygb-ztzl-list .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ygb-ztzl-list .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.ygb-ztzl-list .swiper-slide a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.ygb-ztzl-list .swiper-slide a span {
  width: 0.88rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: linear-gradient(#930100 0%, #b40200 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 400;
  font-size: 0.32rem;
  color: #ffffff;
  text-align: center;
  font-family: "zt";
}

.ygb-ztzl-list .swiper-pagination {
  display: none;
}

.ygb-footer-box {
  background: #930100;
  color: #fff;
  font-size: 0.16rem;
}

.ygb-footer-box .ygb-contain-box {
  padding: 0.21rem 0;
}

.ygb-link-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.ygb-link-box .link {
  width: 70%;
}

.ygb-title-link {
  font-weight: bold;
  font-size: 0.24rem;
  color: #930100;
  position: relative;
  margin-bottom: 0.3rem;
}

.ygb-title-link::before {
  content: "";
  width: 0.94rem;
  height: 0.04rem;
  background: #930100;
  position: absolute;
  left: 0;
  top: 0.45rem;
}

.ygb-link-list {
  display: flex;
  flex-wrap: wrap;
}

.ygb-link-list li {
  margin-bottom: 0.1rem;
  width: 25%;
}

/*.ygb-link-list li:nth-child(1),
.ygb-link-list li:nth-child(5),
.ygb-link-list li:nth-child(9),
.ygb-link-list li:nth-child(13) {
	width: 21%;
}*/

.ygb-link-list li a {
  font-weight: bold;
  font-size: 0.16rem;
  color: #930100;
  transition: 0.3s;
}

.ygb-link-list li a:hover {
  color: #ff0000;
}

.ygb-link-box .list {
  width: 30%;
}

.ygb-link-box .list ul {
  display: flex;
  justify-content: space-between;
}

.ygb-link-box .list ul li {
  text-align: center;
}

.ygb-link-box .list ul li img {
  max-width: 100%;
}

.ygb-link-box .list ul li a {
  position: relative;
  display: block;
}

.ygb-link-box .list ul li a .code {
  width: 180%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.3rem;
  display: none;
}

.ygb-link-box .list ul .txt {
  font-weight: bold;
  font-size: 0.16rem;
  color: #930100;
  text-align: center;
}

.ygb-copyRight {
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d46872;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d46872;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d46872;
}

.ygb-ny-banner {
  height: 5rem;
  background-size: cover !important;
  background-position: top center !important;
  margin-top: 1.4rem;
}

.ygb-ny-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ygb-ny-banner .ygb-contain-box > .ygb-contain-padding > .title {
  position: absolute;
  bottom: 1rem;
  left: 0;
}

.ygb-ny-banner .ygb-contain-box > .ygb-contain-padding > .title > .name {
  color: #fff;
  font-size: 0.48rem;
}

.ygb-ny-banner .ygb-contain-box > .ygb-contain-padding > .title > .en {
  color: #fff;
  font-size: 0.3rem;
  margin-left: 0.35rem;
}

.ygb-input-text {
  width: 1.25rem;
  height: 0.3rem;
  border-radius: 0.53rem;
  border: 1px solid #c72635;
  opacity: 0.9;
  font-family: "pf";
  font-size: 0.14rem;
  color: #333;
  outline: none;
  padding: 0 0.4rem 0 0.15rem;
}

.ygb-input-button {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 0.05rem;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/search.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}

.listPageBar {
  margin: 0.4rem auto;
}

.listPageBar table tr td:first-child {
  display: none;
}

.listPageBar table tr td + td {
  width: 100%;
  text-align: center;
}

.listPageBar table tr td + td + td {
  display: none;
}

.pb_sys_style1 .p_no_d {
  font-family: "pf";
  border: 1px solid #c00d1e !important;
  color: #fff;
  background: #c00d1e !important;
}

.navbar-toggle {
  display: none;
  position: fixed;
  width: 20px;
  padding: 0;
  border: none;
  z-index: 20000;
  background-color: transparent;
  background-image: none;
  right: 10px;
  top: 30px;
  cursor: pointer;
}

.navbar-toggle.on {
  top: 35px;
}

.navbar-toggle .icon-bar {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #c00d1e;
  width: 100%;
  height: 2px;
  border-radius: 0;
  margin-top: 0.1rem;
  display: block;
}

.navbar-toggle.on .icon-bar {
  background: #c00d1e;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle.on .icon-bar.icon-bar1 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -12px;
}

.navbar-toggle.on .icon-bar.icon-bar2 {
  background: transparent;
}

.navbar-toggle.on .icon-bar.icon-bar3 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ygb-layer-box.on {
  height: 100%;
}

.navbar-toggle.active .icon-bar {
  background-color: rgba(14, 65, 156, 0.96);
}

.ygb-layer-box {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: #c00d1e;
}

.ygb-layer-box .ygb-nav {
  margin-top: 0.25rem;
}

.ygb-layer-box.on .ygb-layer-nav {
  display: block;
}

.ygb-layer-nav .ygb-layer-suNnav.on {
  display: block;
}

.ygb-layer-nav {
  display: none;
  margin-top: 80px;
}

.ygb-layer-nav li {
  margin: 0 0.1rem;
  position: relative;
}

.ygb-layer-nav li strong {
  color: #fff;
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 0.25rem;
  cursor: pointer;
  width: 40px;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ygb-layer-nav li.li1 strong,
.ygb-layer-nav li.li2 strong,
.ygb-layer-nav li.li6 strong,
.ygb-layer-nav li.li7 strong,
.ygb-layer-nav li.li8 strong,
.ygb-layer-nav li.li9 strong {
  display: none;
}

.ygb-layer-nav li strong.on {
  transform: rotate(45deg);
}

.ygb-layer-nav li a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.ygb-layer-nav .ygb-layer-suNnav {
  display: none;
}

.ygb-layer-nav .ygb-layer-suNnav li a {
  font-size: 12px;
  color: #fff;
  text-indent: 5px;
}

.ygb-layer-nav .ygb-layer-suNnav li a:hover {
  color: #fff;
}

.ygb-layer-box.on .ygb-layer-search {
  display: block;
}

.ygb-layer-search {
  display: none;
  position: relative;
  padding: 0.1rem;
  margin-top: 0.2rem;
  transition: 0.6s;
}

.ygb-layer-txt {
  width: 98%;
  height: 35px;
  line-height: 35px;
  padding: 0 1%;
  font-family: "pf";
  font-size: 12px;
  color: #333;
  outline: none;
  background-color: #fff;
  border-radius: 5px;
}

.ygb-layer-btn {
  width: 20px;
  height: 20px;
  display: block;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/search.png") no-repeat top center;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: 14px;
  right: 20px;
}

.ygb-ny-box {
  display: flex;
}

.ygb-ny-left {
  width: 2.8rem;
}

.ygb-ny-left-fixed {
  background: #fff;
  position: relative;
}

.ygb-nav-name {
  padding: 0.35rem 0.2rem 0.35rem 0.5rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background: #a6232f url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/nav-tit.png") no-repeat;
  position: relative;
}

.ygb-nav-name::before {
  content: "";
  position: absolute;
  left: -0.15rem;
  top: 0;
  background: linear-gradient(327deg, #c62534 0%, #a6232f 100%);
  width: 105%;
  height: 2.4rem;
  z-index: -1;
}

.ygb-nav-list > ul > li > a {
  position: relative;
  display: block;
  padding: 0.24rem 0;
  margin: 0 0.4rem;
  font-weight: 500;
  font-size: 0.24rem;
  color: #333;
  border-bottom: 1px solid #cdcdcd;
}

.ygb-nav-list > ul > li:last-child > a {
  border-bottom: none;
}

.ygb-nav-list > ul > li > a:hover {
  color: #b72432;
}

.ygb-nav-list > ul > li:hover > a::after {
  animation: ud 1s linear 0s infinite;
}

.ygb-nav-list > ul > li.on > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/active.png") no-repeat top center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}

.ygb-nav-list > ul > li.on > a {
  font-weight: bold;
  color: #b72432;
}

.ygb-ny-right {
  position: relative;
  width: calc(100% - 2.8rem - 0.2rem);
  margin-left: 0.2rem;
  background-color: #fff;
}

.ygb-column-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0.3rem;
}

.ygb-column-box::before {
  width: 100%;
  height: 0.24rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/line2.png") no-repeat;
  background-size: contain;
}

.ygb-column-h3 {
  font-size: 0.32rem;
  font-weight: 800;
  color: #c00d1e;
}

.ygb-place {
  font-size: 0.14rem;
  color: #777777;
}

.ygb-place .icon {
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  margin-right: 0.05rem;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/home.png") no-repeat center center;
  background-size: contain;
  vertical-align: -2px;
}

.ygb-place a {
  color: #777777;
  font-size: 0.14rem;
}

.ygb-place a:hover {
  color: #c00d1e;
}

.ygb-place img {
  vertical-align: -0.02rem;
}

.ygb-about-cont,
.ygb-list,
.ygb-video-list,
.ygb-pic-list,
.ygb-ldfg-list {
  padding: 0.3rem;
}

.ygb-about-cont p {
  font-family: "pf" !important;
  color: #333;
  font-size: 16px !important;
  line-height: 2em !important;
}

.ygb-list li {
  padding: 0.4rem 0.38rem;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.ygb-list li a {
  display: flex;
  align-items: center;
}

.ygb-list li.zw {
  border: none;
}

.ygb-list li.zw .pic {
  text-align: center;
}

.ygb-list li.zw .txt {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
}

.ygb-list li:last-child {
  border-bottom: none;
}

.ygb-list .time {
  width: 1.52rem;
  font-size: 0.2rem;
  position: relative;
  font-family: "din";
}

.ygb-list .time::after {
  content: "";
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.48rem;
  background: #a9a9a9;
}

.ygb-list .title {
  display: block;
  width: calc(100% - 1.52rem - 1rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 0.24rem;
  position: relative;
  padding-right: 1rem;
}

.ygb-list .title::after {
  content: "";
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/right-arr-g.png") no-repeat;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.46rem;
  height: 0.3rem;
  background-size: contain;
}

.ygb-list li:hover .title::after {
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/right-arr-r.png") no-repeat;
  background-size: contain;
}

.ygb-list li:hover .time,
.ygb-list li:hover .title {
  color: #c00d1e;
}

.ygb-video-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.33333333333333%;
}

.ygb-video-list li {
  width: 30%;
  margin-left: 3.33333333333333%;
  margin-bottom: 0.4rem;
}

.ygb-video-list li.zw {
  width: 100%;
}

.ygb-video-list li.zw .pic {
  text-align: center;
}

.ygb-video-list li.zw .txt {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
}

.ygb-video-list li a {
  position: relative;
}

.ygb-video-list .img {
  width: 100%;
  height: 2.37rem;
  /* background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/no-pic.jpg") no-repeat center center;
	background-size: contain; */
  position: relative;
  overflow: hidden;
}

.ygb-video-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ygb-video-list li:hover .img img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.ygb-video-list .img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.66rem;
  height: 0.72rem;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/video.png") no-repeat;
  z-index: 1;
  background-size: contain;
}

.ygb-video-list .box {
  position: relative;
  padding: 0 0 0.38rem 0;
}

.ygb-video-list .box .tit {
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}

.ygb-video-list .time {
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
  margin: 0.13rem 0 0 0;
  font-family: "din";
}

.ygb-video-list li:hover .box .tit,
.ygb-video-list li:hover .box .time {
  color: #c00d1e;
}

.ygb-pic-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.33333333333333%;
}

.ygb-pic-list li {
  width: 30%;
  margin-left: 3.33333333333333%;
  margin-bottom: 0.4rem;
}

.ygb-pic-list li.zw {
  width: 100%;
}

.ygb-pic-list li.zw .pic {
  text-align: center;
}

.ygb-pic-list li.zw .txt {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
}

.ygb-pic-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.ygb-pic-list .img {
  width: 100%;
  height: 2.37rem;
  position: relative;
  overflow: hidden;
}

.ygb-pic-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ygb-pic-list li:hover .img img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.ygb-pic-list .box {
  width: 100%;
  height: 0.36rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(102, 102, 102, 0) 100%
  );
}

.ygb-pic-list .time {
  padding: 0 0.2rem;
  font-weight: bold;
  font-size: 0.16rem;
  color: #fff;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ygb-ryqk-list {
  margin: 0.8rem 0.3rem 0.3rem 0.7rem;
  border: 2px solid #cc1211;
  border-radius: 0.11rem;
}

.ygb-ryqk-list .box {
  position: relative;
}

.ygb-ryqk-list .box h3 {
  content: "";
  position: absolute;
  left: -0.42rem;
  top: -1.1rem;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/member1.png") no-repeat;
  width: 6rem;
  height: 0.97rem;
  line-height: 0.7rem;
  font-weight: 800;
  font-size: 0.32rem;
  color: #ffffff;
  text-align: center;
  background-size: contain;
}
.ygb-ryqk-list .box h3.lot {
  font-size: 0.22rem;
  line-height: 0.27rem;
  padding-top: 0.08rem;
}
.ygb-ryqk-list .box h4 {
  z-index: 2;
  position: absolute;
  left: 0.4rem;
  top: -0.3rem;
  font-size: 0.2rem;
}
p.jg_class {
    margin: 0 0.3rem;
    padding: 0.1rem 0.2rem;
    background-color: #eee;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
}
/*p.jg_class::before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ffe2d7;
  transform: rotate(45deg);
  margin-right: 0.1rem;
}*/
.ygb-ryqk-list ul {
  position: relative;
  margin: 0.7rem 0.42rem 0 0.42rem;
}

.ygb-ryqk-list li {
  display: flex;
  border-bottom: 1px solid #cc1211;
}

.ygb-ryqk-list li:last-child {
  border-bottom: none;
}

.ygb-ryqk-list li div {
  width: 33.33333333333333%;
  padding: 0.13rem;
  font-weight: 500;
  font-size: 0.26rem;
  color: #373737;
  position: relative;
}

.ygb-ryqk-list li div.tel {
  text-indent: 0.2rem;
}

.ygb-ryqk-list li div.tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/tel.png") no-repeat;
  width: 0.26rem;
  height: 0.26rem;
  background-size: contain;
}

.ygb-ny-cont {
  margin: 0 0.3rem;
}

.ygb-ny-cont .title h1 {
  font-family: "pf";
  font-size: 0.22rem;
  text-align: center;
  font-weight: bold;
  padding: 0.18rem 0;
  color: #333;
  line-height: 1.8em;
}

.ygb-ny-cont .title h2 {
  font-family: "pf";
  font-size: 0.2rem;
  text-align: center;
  font-weight: bold;
  padding: 0 0.2rem 0.16rem 0.2rem;
  color: #333;
}

.ygb-ny-cont .arc-info {
  padding-bottom: 0.12rem;
  border-bottom: solid 1px #eeeeee;
  position: relative;
}

.ygb-ny-cont .inf-left {
  text-align: center;
}

.ygb-ny-cont .inf-left span {
  font-weight: 500;
  font-size: 0.16rem !important;
  color: #777777;
}

.ygb-ny-cont .inf-right {
  position: absolute;
  right: 0;
  top: 0;
}

.ygb-ny-cont .inf span {
  font-size: 14px !important;
}

.arc-con {
  padding: 0.25rem 0.6rem 0.95rem 0.6rem;
}

.arc-con span,
.arc-con p,
.arc-con p span,
.ygb-ny-cont span,
.ygb-ny-cont p,
.ygb-ny-cont p span {
  font-family: "pf" !important;
  color: #333;
  font-size: 16px !important;
  line-height: 2em !important;
}

.arc-con.small-size span,
.arc-con.small-size p,
.arc-con.small-size p span,
.arc-con h1 {
  font-size: 14px !important;
}

.arc-con.normal-size span,
.arc-con.normal-size p,
.arc-con.normal-size p span,
.arc-con h1 {
  font-size: 16px !important;
}

.arc-con.large-size span,
.arc-con.large-size p,
.arc-con.large-size p span,
.arc-con h1 {
  font-size: 18px !important;
}

.ygb-ny-cont .vsbcontent_img {
  text-align: center;
}

.ygb-ny-cont img {
  max-width: 100%;
  height: auto !important;
}

#share {
  text-align: right;
  position: absolute;
  top: 0;
  right: 10%;
}

#share .icon-tencent,
#share .icon-douban,
#share .icon-linkedin,
#share .icon-diandian,
#share .icon-facebook,
#share .icon-twitter,
#share .icon-google {
  display: none;
}

.social-share a {
  margin-left: 5px !important;
}

.arc-page {
  position: relative;
  margin: 0.3rem 0 0 0;
  padding: 0.3rem 0 0 0;
  border-top: solid 1px #d9d9d9;
}

.arc-page p {
  font-size: 0.14rem !important;
  color: #333333;
  font-family: "pf" !important;
}

.arc-page .pre {
  margin-bottom: 0.12rem;
}

.arc-page p a:hover {
  color: #369fe7;
}

.arc-page .return {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.31rem;
  line-height: 0.31rem;
  background: #295146;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  color: #ffffff;
  text-align: center;
}

.arc-page .return:hover {
  background: #b9ae5a;
}

.arc-info .resize a {
  position: relative;
  vertical-align: bottom;
}

.arc-info a.large-size {
  font-size: 19px;
  margin: 0 5px;
}

.arc-info a.large-size:after {
  content: "+";
  font-size: 12px;
  position: absolute;
  top: 0;
  right: -7px;
}

.arc-info a.normal-size {
  font-size: 16px;
  margin: 0 5px;
}

.arc-info a.small-size {
  font-size: 14px;
  margin: 0 5px;
}

.arc-info a.small-size:after {
  content: "-";
  font-size: 12px;
  position: absolute;
  top: -3px;
  right: -5px;
}

.ygb-ny-cont .vsbcontent_img,
.vsbcontent_video {
  text-align: center;
}

.ygb-ny-cont img,
.ygb-ny-cont video {
  max-width: 100%;
  height: auto;
}

.ygb-ny-cont .preNews {
  margin: 0.4rem 0 0.15rem 0;
}

.ygb-ny-cont .preNews a,
.ygb-ny-cont .nextNews a {
  color: #666;
}

.ygb-ny-cont .preNews a,
.ygb-ny-cont .nextNews a:hover {
  color: #0e419c;
}

/*首页调整*/
.ygb-bg2 .ygb-title-box ul {
  position: absolute;
  top: 0px;
  left: 1.8rem;
}
.ygb-bg2 .ygb-title-box ul li {
  display: inline-flex;
  background: rgba(192, 13, 30, 0.08);
  border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;
  border: 1px solid rgba(192, 13, 30, 0.33);
  margin-right: 0.25rem;
}
.ygb-bg2 .ygb-title-box ul li.on {
  background-color: #c00d1e;
}
.ygb-bg2 .ygb-title-box ul li.on a {
  color: #fff;
}
.ygb-bg2 .ygb-title-box ul li a {
  font-size: 0.24rem;
  color: #c00d1e;
  line-height: 0.32rem;
  padding: 0.04rem 0.15rem;
}

.ygb-tab-notice-list .ygb-more {
  top: 0.7rem;
  right: 0.13rem;
}
.ygb-bg6 {
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/bg6.png") no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
}
.ygb-ztzl-list .swiper-slide a {
  height: 1.09rem;
}

.ygb-jg-list ul {
  display: flex;
  margin-bottom: 0.6rem;
}
.ygb-jg-list ul li {
  flex: 1;
  text-align: center;
  margin-right: 0.17rem;
  padding: 0.2rem 0;
  background: linear-gradient(180deg, #f6e4e6 0%, #f9ece4 46.5%, #fcf8f2 100%);
}
.ygb-jg-list ul li:last-child {
  margin-right: 0;
}
.ygb-jg-list ul li a {
  font-weight: bold;
  font-size: 0.2rem;
  color: #c00d1e;
}
.ygb-jg-list ul li a span {
  font-size: 0.16rem;
}
.ygb-kstd-list {
  margin-bottom: 0.6rem;
}
.ygb-kstd-list ul {
  display: flex;
  margin-bottom: 0.6rem;
}
.ygb-kstd-list ul li {
  flex: 1;
  margin-right: 0.17rem;
  background: #ffffff;
  box-shadow: 0rem 0.04rem 0.06rem 0rem rgba(192, 13, 30, 0.22);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  position: relative;
  height: 0.83rem;
}
.ygb-kstd-list ul li:last-child {
  margin-right: 0;
}
.ygb-kstd-list ul li img.td_img {
  top: -0.03rem;
  position: absolute;
  left: -0.05rem;
  height: 0.95rem;
}
.ygb-kstd-list ul li p {
  position: absolute;
  left: 0.96rem;
  top: 0.26rem;
  font-size: 0.24rem;
  font-weight: bold;
}
.ygb-kstd-list ul li img.td_link {
  position: absolute;
  top: 0.32rem;
  right: 0.15rem;
  width: 0.36rem;
  height: 0.24rem;
}
.ygb-link-box .link {
  width: 56%;
}

.ygb-link-list li {
  width: 25%;
}
.ygb-logo.footer span {
  font-size: 0.36rem;
  font-weight: 400;
}
.ygb-link-box .list {
  width: 42%;
}

.ygb-link-list li:nth-child(2),
.ygb-link-list li:nth-child(5),
.ygb-link-list li:nth-child(8),
.ygb-link-list li:nth-child(11) {
  width: 50%;
}
.ygb-kstd-list ul {
  position: relative;
}
.ygb-kstd-list .ewm {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.ygb-kstd-list .ewm img {
  width: 100%;
}
.ygb-kstd-list li:nth-child(5):hover ~ .ewm {
  display: block;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}

/* 领导分工 */
.ygb-ldfg-list li {
  border-radius: 0.11rem;
  align-items: center;
  border-left: none;
  margin-bottom: 0.48rem;
}

.ygb-ldfg-list li .name {
  width: 25%;
  position: relative;
  display: inline-block;
}

.ygb-ldfg-list li .name em {
  font-weight: 800;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
  display: block;
  line-height: 0.65rem;
  padding-left: 0.4rem;
}

.ygb-ldfg-list li .name::after {
  content: "";
  position: absolute;
  left: -0.03rem;
  top: -0.02rem;
  width: 3rem;
  height: 0.97rem;
  line-height: 0.7rem;
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/member2.png") no-repeat;
  background-size: contain;
}

.ygb-ldfg-list li .zc {
  display: inline-block;
  font-weight: 800;
  font-size: 0.26rem;
  color: #373737;
}

.ygb-ldfg-list li .job {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  margin-left: 0.72rem;
  line-height: 0.63rem;
  padding-left: 0.39rem;
  border: 0.02rem solid #cc1211;
  border-radius: 0rem 0.11rem 0.11rem 0.11rem;
}

.ygb-ldfg-list li .tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://www.peaktip.com/__xh__/xgb.whu.edu.cn/2025/images/tel.png") no-repeat;
  width: 0.26rem;
  height: 0.26rem;
  background-size: contain;
}
/* 列表页侧边导航栏 */
.ygb-nav-list .sub-menu {
  display: none;
}
.ygb-nav-list > ul > li.select > a::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.ygb-nav-list > ul > li.select .sub-menu {
  display: block;
}

.sub-menu li a {
  font-size: 0.2rem;
  padding: 0.15rem 0;
  margin: 0 0.4rem 0 0.6rem;
  display: block;
}
.sub-menu li a::before {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  display: inline-block;
  background-color: #666;
  margin-right: 0.1rem;
  vertical-align: middle;
}

.sub-menu li.sel a {
  color: #c00d1e;
}
.sub-menu li.sel a::before {
  background-color: #c00d1e;
}