.wrap {
  width: 62.5%;
  margin: 0 auto;
}
header .header-box {
  background: url(../img/headerbg.png) no-repeat;
  background-size: 100% 100%;
}
header .header-box .wrap .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.14rem;
  color: #981514;
  padding-top: 0.1rem;
}
header .header-box .wrap a {
  font-size: 0.14rem;
  color: #981514;
}
header .header-box .wrap a:not(:last-child) {
  margin-right: 0.1rem;
}
header .header-box .wrap .header-content {
  padding: 0.15rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-box .wrap .header-content .logo-box {
  width: 2rem;
}
header .header-box .wrap .header-content .logo-box img {
  width: 100%;
  display: block;
}
header .header-box .wrap .header-content .input-box {
  position: relative;
  border: 1px solid #bfbfbf;
  border-radius: 0.03rem;
  overflow: hidden;
}
header .header-box .wrap .header-content .input-box input {
  width: 2.8rem;
  height: 0.44rem;
  border: none;
  padding-left: 0.15rem;
  padding-right: 0.44rem;
  font-size: 0.14rem;
  color: 333;
}
header .header-box .wrap .header-content .input-box input::placeholder {
  color: #999999;
}
header .header-box .wrap .header-content .input-box .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.44rem;
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-box .wrap .header-content .input-box .search-btn img {
  width: 0.16rem;
  display: block;
}
header .nav-box {
  background-color: #981514;
  height: 0.44rem;
}
header .nav-box .wrap {
  height: 100%;
  
}
header .nav-box .wrap ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav-box .wrap ul li {
  height: 100%;
}
header .nav-box .wrap ul li:hover {
  background-color: #7b1312;
}
header .nav-box .wrap ul li.active {
  background-color: #7b1312;
}
header .nav-box .wrap ul li a {
  height: 100%;
  padding: 0 0.2rem;
  color: #fff;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-floor {
  display: none;
}
.floor1 {
  padding: 0.2rem 0;
}
.floor1 .wrap {
  display: flex;
  justify-content: space-between;
}
.floor1 .wrap > div {
  width: 49%;
}
.floor1 .wrap .swiper-box {
  position: relative;
}
.floor1 .wrap .swiper-box .swiper-slide {
  position: relative;
}
.floor1 .wrap .swiper-box .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.14rem;
  color: #fff;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.1rem 0.15rem;
}
.floor1 .wrap .swiper-box .swiper-slide img {
  width: 100%;
  display: block;
}
.floor1 .wrap .swiper-box .swiper-btn {
  background: none;
  width: 0.4rem;
  height: 0.38rem;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor1 .wrap .swiper-box .swiper-btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.floor1 .wrap .swiper-box .swiper-btn.swiper-button-prev {
  left: 0;
}
.floor1 .wrap .swiper-box .swiper-btn.swiper-button-next {
  right: 0;
}
.floor1 .wrap .swiper-box .swiper-btn img {
  width: 0.12rem;
  display: block;
}
.floor1 .wrap .swiper-box .swiper-pagination {
  width: auto !important;
  position: absolute;
  right: 0.15rem;
  bottom: 0.1rem;
}
.floor1 .wrap .swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 0.5;
  background-color: #fff;
}
.floor1
  .wrap
  .swiper-box
  .swiper-pagination
  .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.1rem;
}
.floor1
  .wrap
  .swiper-box
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.2rem;
  border-radius: 0.05rem;
}
.news-box {
  width: 49%;
}
.news-box .tab-change2 ul li a {
  cursor: default;
}
.news-box .tab-change,
.news-box .tab-change2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}
.news-box .tab-change ul,
.news-box .tab-change2 ul {
  display: flex;
  align-items: center;
}
.news-box .tab-change ul li,
.news-box .tab-change2 ul li {
  height: 100%;
  position: relative;
  border-bottom: 2px solid transparent;
}
.news-box .tab-change ul li.active,
.news-box .tab-change2 ul li.active {
  border-bottom: 2px solid #981514;
}
.news-box .tab-change ul li.active a,
.news-box .tab-change2 ul li.active a {
  color: #981514;
}
.news-box .tab-change ul li:hover,
.news-box .tab-change2 ul li:hover {
  border-bottom: 2px solid #981514;
}
.news-box .tab-change ul li:hover a,
.news-box .tab-change2 ul li:hover a {
  color: #981514;
}
.news-box .tab-change ul li:not(:last-child),
.news-box .tab-change2 ul li:not(:last-child) {
  margin-right: 0.14rem;
}
.news-box .tab-change ul li a,
.news-box .tab-change2 ul li a {
  padding: 0 0.15rem;
  padding-bottom: 0.15rem;
  display: block;
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
}
.news-box .tab-change .more,
.news-box .tab-change2 .more {
  padding-bottom: 0.15rem;
}
.news-box .tab-change .more:hover a,
.news-box .tab-change2 .more:hover a {
  color: #981514;
}
.news-box .tab-change .more a,
.news-box .tab-change2 .more a {
  font-size: 0.14rem;
  color: #999999;
}
.news-box .news-content {
  padding: 0.28rem 0.2rem;
}
.news-box .news-content .news-list {
  display: none;
}
.news-box .news-content .news-list:nth-child(1) {
  display: block;
}
.news-box .news-content .news-list li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.news-box .news-content .news-list li:hover a {
  color: #981514;
}
.news-box .news-content .news-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.14rem;
  color: #333;
}
.news-box .news-content .news-list li a p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.floor2 .wrap {
  border-top: 4px solid #981514;
  padding-top: 0.15rem;
  display: flex;
  justify-content: space-between;
}
.floor .wrap .floor-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}
.floor .wrap .floor-title ul {
  display: flex;
  align-items: center;
}
.floor .wrap .floor-title ul li {
  height: 100%;
  position: relative;
  border-bottom: 2px solid #981514;
  color: #981514;
  padding: 0 0.15rem;
  padding-bottom: 0.15rem;
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
}
.floor .wrap .floor-title .more {
  padding-bottom: 0.15rem;
}
.floor .wrap .floor-title .more:hover a {
  color: #981514;
}
.floor .wrap .floor-title .more a {
  font-size: 0.14rem;
  color: #999999;
}
.floor3 {
  padding-top: 0.4rem;
}
.floor3 .wrap .floor3-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}
.floor3 .wrap .floor3-title ul {
  display: flex;
  align-items: center;
}
.floor3 .wrap .floor3-title ul li {
  height: 100%;
  position: relative;
  border-bottom: 2px solid #981514;
  color: #981514;
  padding: 0 0.15rem;
  padding-bottom: 0.15rem;
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
}
.floor3 .wrap .floor3-title .more {
  padding-bottom: 0.15rem;
}
.floor3 .wrap .floor3-title .more:hover a {
  color: #981514;
}
.floor3 .wrap .floor3-title .more a {
  font-size: 0.14rem;
  color: #999999;
}
.floor3 .wrap .floor3-list {
  padding: 0.2rem 0;
}
.floor3 .wrap .floor3-list ul {
  display: flex;
  justify-content: space-between;
}
.floor3 .wrap .floor3-list ul li:hover p {
  color: #981514;
}
.floor3 .wrap .floor3-list ul li img {
  width: 1.2rem;
  height: 1.68rem;
  margin-bottom: 0.15rem;
}
.floor3 .wrap .floor3-list ul li p {
  font-size: 0.14rem;
  color: #333;
  text-align: center;
}
.floor4 {
  padding-top: 0.4rem;
}
.floor4 .wrap {
  display: flex;
  justify-content: space-between;
}
.floor4 .wrap .news-box .friends-content {
  padding: 0.28rem 0;
}
.floor4 .wrap .news-box .friends-content .friends {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.2rem;
  row-gap: 0.1rem;
}
.floor4 .wrap .news-box .friends-content .friends li {
  height: 0.8rem;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.floor4 .wrap .news-box .friends-content .friends li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor4 .wrap .news-box .friends-content .friends li a img {
  width: 60%;
  display: block;
}
.floor5 .wrap .floor5-list {
  padding: 0.28rem 0;
}
.floor5 .wrap .floor5-list ul {
  display: flex;
  flex-wrap: wrap;
}
.floor5 .wrap .floor5-list ul li {
  margin-right: 0.3rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid transparent;
}
.floor5 .wrap .floor5-list ul li a {
  color: #333;
  font-size: 0.14rem;
}
.floor5 .wrap .floor5-list ul li:hover {
  border-bottom: 1px solid #981514;
}
.floor5 .wrap .floor5-list ul li:hover a {
  color: #981514;
}
.banner {
  padding-top: 0.1rem;
}
.banner img {
  width: 100%;
  display: block;
}
.breadcrumb-nav {
  padding: 0.1rem 0;
  margin-bottom: 1px solid #e5e5e5;
}
.breadcrumb-nav .wrap {
  display: flex;
  font-size: 0.14rem;
  color: #666;
}
.breadcrumb-nav .wrap ul {
  display: flex;
  align-items: center;
}
.breadcrumb-nav .wrap ul li {
  font-size: 0.14rem;
  color: #666;
}
.breadcrumb-nav .wrap ul li a {
  font-size: 0.14rem;
  color: #666;
}
.breadcrumb-nav .wrap ul li.jiantou {
  margin: 0 0.04rem;
}
.yjygk-content {
  padding: 0.35rem 0 1.25rem;
}
.yjygk-content .wrap {
  display: flex;
}
.yjygk-content .wrap .yc-left {
  width: 2rem;
}
.yjygk-content .wrap .yc-left .yc-title {
  font-size: 0.24rem;
  color: #c21829;
  font-weight: bold;
  padding-left: 0.18rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.17rem;
}
.yjygk-content .wrap .yc-left ul li {
  margin-bottom: 0.1rem;
  border-left: 2px solid transparent;
}
.yjygk-content .wrap .yc-left ul li.active {
  background-color: #e5e5e5;
  border-left: 2px solid #c21829;
}
.yjygk-content .wrap .yc-left ul li.active a {
  color: #c21829;
}
.yjygk-content .wrap .yc-left ul li:hover {
  background-color: #e5e5e5;
  border-left: 2px solid #c21829;
}
.yjygk-content .wrap .yc-left ul li:hover a {
  color: #c21829;
}
.yjygk-content .wrap .yc-left ul li a {
  display: block;
  padding-left: 0.18rem;
  font-size: 0.16rem;
  line-height: 1.8em;
  color: #666;
}
.yjygk-content .wrap .yc-right {
  flex: 1;
  min-height: 5rem;
  padding-left: 0.25rem;
  border-left: 1px solid #e5e5e5;
}
.yjygk-content .wrap .yc-right .second-title {
  font-size: 0.2rem;
  color: #c21829;
  margin-bottom: 0.25rem;
}
.yjygk-content .wrap .yc-right > p {
  font-size: 0.16rem;
  line-height: 1.8em;
  color: #000;
  margin-bottom: 0.5rem;
  text-align: justify;
}
.yjygk-content .wrap .yc-right .news-list {
  margin-bottom: 0.3rem;
}
.yjygk-content .wrap .yc-right .news-list li {
  margin-bottom: 0.1rem;
  background-color: #eeeeee;
}
.yjygk-content .wrap .yc-right .news-list li:hover a .date {
  background-color: #981514;
  color: #fff !important;
}
.yjygk-content .wrap .yc-right .news-list li a {
  display: flex;
  height: 0.8rem;
}
.yjygk-content .wrap .yc-right .news-list li a .list-left {
  flex: 1;
  padding: 0.18rem 0.2rem;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yjygk-content .wrap .yc-right .news-list li a .list-left .list-title {
  font-size: 0.16rem;
  color: #000;
}
.yjygk-content .wrap .yc-right .news-list li a .list-left p {
  font-size: 0.14rem;
  color: #999;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yjygk-content .wrap .yc-right .news-list li a .date {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #bfbfbf;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 0.14rem;
}
.yjygk-content .wrap .yc-right .news-list li a .date .date-day {
  font-size: 0.24rem;
  font-weight: bold;
}
.yjygk-content .wrap .yc-right .teachers-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.35rem;
}
.yjygk-content .wrap .yc-right .teachers-list li:hover p {
  color: #c21829;
}
.yjygk-content .wrap .yc-right .teachers-list li img {
  height: 1.68rem;
  display: block;
  margin-bottom: 0.15rem;
}
.yjygk-content .wrap .yc-right .teachers-list li p {
  font-size: 0.14rem;
  color: #333;
  text-align: center;
}
.yjygk-content .wrap .yc-right .zfdw-list {
  margin-bottom: 0.3rem;
}
.yjygk-content .wrap .yc-right .zfdw-list li {
  margin-bottom: 0.1rem;
}
.yjygk-content
  .wrap
  .yc-right
  .zfdw-list
  li:hover
  a
  .zfdw-introduce
  .zfdw-title {
  color: #c21829;
}
.yjygk-content .wrap .yc-right .zfdw-list li a {
  display: flex;
  height: 0.8rem;
}
.yjygk-content .wrap .yc-right .zfdw-list li a .img-box {
  width: 1.8rem;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
}
.yjygk-content .wrap .yc-right .zfdw-list li a .img-box img {
  width: 60%;
  display: block;
}
.yjygk-content .wrap .yc-right .zfdw-list li a .zfdw-introduce {
  flex: 1;
  padding: 0.16rem 0.2rem;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yjygk-content .wrap .yc-right .zfdw-list li a .zfdw-introduce .zfdw-title {
  font-size: 0.16rem;
  color: #000;
}
.yjygk-content .wrap .yc-right .zfdw-list li a .zfdw-introduce p {
  font-size: 0.14rem;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yjygk-content .wrap .yc-right .paging {
  display: flex;
  justify-content: flex-end;
}
.yjygk-content .wrap .yc-right .paging ul {
  display: flex;
}
.yjygk-content .wrap .yc-right .paging ul .prevnext {
  width: 0.84rem;
  height: 0.3rem;
  font-size: 0.14rem;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 0.05rem;
  margin-right: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yjygk-content .wrap .yc-right .paging ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yjygk-content .wrap .yc-right .paging ul li:not(:last-child) {
  margin-right: 0.05rem;
}
.yjygk-content .wrap .yc-right .paging ul li:not(:last-child):hover {
  background-color: #eaeaea;
}
.yjygk-content .wrap .yc-right .paging ul li.num {
  width: 0.3rem;
  height: 0.3rem;
  font-size: 0.14rem;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 0.05rem;
}
.yjygk-content .wrap .yc-right .paging ul li.prevnext {
  width: 0.84rem;
  height: 0.3rem;
  font-size: 0.14rem;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 0.05rem;
}
.yjygk-content .wrap .yc-right .paging ul li.inputbox {
  font-size: 0.14rem;
  height: 0.3rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yjygk-content .wrap .yc-right .paging ul li.inputbox input {
  width: 0.5rem;
  text-align: center;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0.05rem;
  margin: 0 0.1rem;
}
.yjygk-content .wrap .yc-right .news-content {
  padding-bottom: 0.6rem;
  text-align: center;
}
.yjygk-content .wrap .yc-right .news-content h2 {
  font-size: 0.24rem;
  color: #333;
  line-height: 1.8em;
}
.yjygk-content .wrap .yc-right .news-content .biaozhu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.3rem 0;
}
.yjygk-content .wrap .yc-right .news-content .biaozhu div {
  font-size: 0.14rem;
  color: #333;
}
.yjygk-content .wrap .yc-right .news-content .biaozhu .laiyuan {
  margin-right: 0.25rem;
}
.yjygk-content .wrap .yc-right .news-content .main-information {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 0.4rem 0;
  min-height: 7.5rem;
  text-align: left;
}
.yjygk-content .wrap .yc-right .news-content .main-information p {
  font-size: 0.14rem;
  line-height: 1.8em;
  color: #333;
  margin-bottom: 0.3rem;
  text-indent: 2em;
  text-align: justify;
}
.yjygk-content .wrap .yc-right .news-content .main-information p img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.yjygk-content .wrap .yc-right .news-content .prev-next {
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yjygk-content .wrap .yc-right .news-content .prev-next div a {
  font-size: 0.14rem;
  color: #333;
}
.yjygk-content .wrap .yc-right .news-content .prev-next div a:hover {
  color: #c21829;
}
.yjygk-content .wrap .yc-right .avatar-introduce {
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  margin-bottom: 0.24rem;
}
.yjygk-content .wrap .yc-right .avatar-introduce img {
  width: 1.2rem;
  height: 1.68rem;
  display: block;
  margin-right: 0.3rem;
}
.yjygk-content .wrap .yc-right .avatar-introduce .basic {
  flex: 1;
}
.yjygk-content .wrap .yc-right .avatar-introduce .basic ul li {
  font-size: 0.2rem;
  column-rule: #333;
  line-height: 1.8em;
}
.yjygk-content .wrap .yc-right .item {
  margin-bottom: 0.3rem;
}
.yjygk-content .wrap .yc-right .item .introduce-title {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  padding: 0.02rem 0.1rem;
  border-left: 2px solid #c21829;
  margin-bottom: 0.2rem;
}
.yjygk-content .wrap .yc-right .item p {
  font-size: 0.14rem;
  line-height: 1.8em;
  color: #333;
}
footer {
  position: relative;
  background: url(../img/footerbg.png) no-repeat;
  background-size: cover;
}
footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(152, 21, 20, 0.9);
  z-index: 1;
}
footer .footer-top {
  position: relative;
  z-index: 2;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-top .wrap {
  display: flex;
  align-items: center;
}
footer .footer-top .wrap .footerlogo {
  margin-right: 1.45rem;
  width: 2.1rem;
}
footer .footer-top .wrap .footerlogo img {
  width: 100%;
}
footer .footer-top .wrap .footer-list {
  flex: 1;
  display: flex;
}
footer .footer-top .wrap .footer-list ul {
  padding-left: 0.4rem;
  padding-right: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 1.8rem;
  padding-top: 0.24rem;
}
footer .footer-top .wrap .footer-list ul:last-child {
  flex: 1;
  padding-right: 0;
}
footer .footer-top .wrap .footer-list ul li a {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.8em;
}
footer .support {
  position: relative;
  z-index: 2;
  padding: 0.15rem 0;
}
footer .support .wrap {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
}
