.submit {
    display: none;
}

header .inner .active .submit {
    display: flex;
    color: #fff;
background: none;
border: none;
}
/* 侧边导航栏  */
.home-aside {
  position: fixed;
  right: 0px;
  top: calc(50% - 222px);
  z-index: 100;
  transition: 1s;
z-index: 1000;
}
.page-list-v-more{
  display: none;
}
.open .page-list-v-more {
  display: block;
}
.group > .main .inner .list-left .open .item span{
    transform: rotate(90deg);
}
.home-aside-item {
  position: relative;
  width: 98px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2px;
  cursor: pointer;
  border-bottom: 1px solid #fff3;
  background: #00954D;
    box-shadow: 0px 7px 21px 0px rgb(9 117 59 / 22%);
}
.home-aside-item:hover{
background: rgba(243, 142, 42, 1);
}
.home-aside-item img{
  max-width: 24px;
  max-height: 24px;
 margin-bottom: 10px;
}
.home-aside-item p {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin: 0;
}


.header .pc{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 600;
  background: linear-gradient(180deg, #363632 10%, rgba(0, 0, 0, 0) 98%);
}
.header .pc .top{
background: #fff;
}
.header .pc .top .inner {
  height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header .pc .top .inner .logo {
  max-width: 437px;
  max-height: 66px;
}
.header .pc .top .inner .right span {
  font-size: 14px;
  
color: #00954D;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.header .pc .top .inner .right span:hover{
color:#F6A452;
}
.header .pc .top .inner .right span:nth-of-type(2) {
  width: 1px;
  height: 15px;
  background-color: rgba(0, 149, 77, 1);
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
cursor: inherit;
}
.header .pc .top .inner .right img {
  max-width: 33px;
  max-height: 33px;
  vertical-align: middle;
  margin-left: 20px;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.header .pc .top .inner .right img:hover{
  transform: scale(1.2);
}
.header .pc .top .inner .bg {


  height: 100%;
  position: absolute;
  right: 0;
  max-width: 439px;
  z-index: 0;
}
.header .pc nav {
  height: 57px;
background: #00954D;
}
.header .pc nav .inner {
  display: flex;
  justify-content: space-between;
}
.header .pc nav .inner li {
  padding: 0 35px;
  height: 100%;
  text-align: center;
  line-height: 57px;
  font-size: 16px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.header .pc nav .inner li .nav-list {
  width: 100%;
  position: absolute;
  top: 57;
  left: 0;
  background-color: #fff;
  -webkit-transform: scale(1, 0);
  transform-origin: center top;
  -webkit-transition: 0.5s;
  opacity: 0;
  z-index: 500;
  border-top: 4px solid #269A66;
}
.header .pc nav .inner li .nav-list p {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 54px;
  color: #555555;
  font-weight: 400;
  font-size: 16px;
}
.header .pc nav .inner li .nav-list p:hover {
  background-color: #269a66;
  color: #fff;
}

.header .pc nav .inner li:hover .nav-list {
  transform: scale(1, 1);
  opacity: 1;
}
.swiper {
  width: 100%;
  height: 100%;
  max-height: 635px;
}
.mySwiper7 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper7 .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group > .swiper .swiper-pagination {
  max-width: 1200px;
  left: calc(50% - 600px) !important;
}
.image {
  width: 100%;
  height: 34.25vw;
  max-height: 740px;
  min-height: 300px;
  max-height: 435px;
}
.group > .main {
  padding: 40px 0;
}
.group > .main .inner {
  display: flex;
  justify-content: space-between;
}
.group > .main .inner .list-left {
  width: 252px;
  height: 100%;
  background-image: url(../static/home/list-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 34px;
}
.group > .main .inner .list-left .title {
  width: 100%;
  height: 92px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 29px;
}
.page-list-v{
  background: none !important;
}
.group > .main .inner .list-left .title > span:nth-of-type(1) {
  font-size: 26px;
  font-weight: bold;
  font-family: '宋体';
  color: #00954D;
}
.group > .main .inner .list-left .title > span:nth-of-type(2) {
  font-size: 12px;
  font-weight: bold;
  color: #00954d61;
}
.group > .main .inner .list-left .title > img {
  width: 93px;
  height: 114px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.group > .main .inner .list-left .item {
  width: 95%;
  height: 70px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #555555;
  background-color: #fff;
  position: relative;
  z-index: 100;
  cursor: pointer;
  border-bottom: 1px solid rgba(43, 176, 116, 0.212);
}
.group > .main .inner .list-left .item span {
  width: 0;
  border: 6px solid transparent;
  border-left-color: #2BA889;
}
.group > .main .inner .list-left .item:hover {
  color: #fff;
  background-color: #2BB074;
}
.group > .main .inner .list-left .item:hover span {

  border-left-color: #fff;
}
.group > .main .inner .list-left .active {
  color: #fff;
  background-color: #2BB074;
}
.group > .main .inner .list-left .child{
  font-size: 14px;
}
.group > .main .inner .list-left .active span {
    transform: rotate(90deg);
}
.group > .main .inner .right-location {
  width: 950px;
}

.group > .main .inner .right-location .top {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #e8f7e4;
  align-items: center;
}
.group > .main .inner .right-location .top p:nth-of-type(1) {
  height: 44px;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 5px solid #2bb074;
  color: #555555;
    font-family: '宋体';
}
.group > .main .inner .right-location .top p:nth-of-type(2) {
  font-size: 16px;
  color: #999999;
}
.group > .main .inner .right-location .top p:nth-of-type(2) span:nth-of-type(2) {
  width: 3px;
  height: 3px;
  background-color: #999999;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
}
.group > .main .inner .right-location .top p:nth-of-type(2) span:nth-of-type(4) {
  width: 3px;
  height: 3px;
  background-color: #999999;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
}
.group > .main .inner .right-location .top p:nth-of-type(2) span:hover {
  color: #00954D;
  cursor: pointer;
}
.group > .main .inner .right-location .main {
  padding-top: 30px;
}
.group > .main .inner .right-location .dynamic {
  padding-top: 0px;
}
.group > .main .inner .right-location .alumni-right-periodical {
  padding-top: 0px;
}  
.group > .main .inner .right-location .search_content{
padding-top: 0px;
}