* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wp_nav .sub-nav{
    width:100% !important;
min-width:156px;
    border: none;

}
.nav-container .nav-center .wp_nav .sub-nav .nav-item a{
padding:5px 0;
}
.nav-container .nav-center .wp_nav .nav-itema:hover{
background-color: #421527;
}
a {
  text-decoration: none;
  color: inherit;
}

.show {
  display: block !important;
  position: absolute;
  z-index: 1000;
}

.header-container {
  width: 100%;
  display: flex;
  height: 142px;
  background-image: url("../img/header_bg.png");
  background-size: center center;
  align-items: center;
  justify-content: center;
}

.header-container .header-center {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-container .header-center .left-logo-img {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header-container .header-center .left-logo-img .logo {
  width: 164px;
  height: 78px;
  margin-right: 12px;
}

.header-container .header-center .left-logo-img .name-container {
  display: flex;
  flex-direction: column;
}

.header-container .header-center .left-logo-img .name-container .top {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 47.6px;
  /* 47.6px */
}

.header-container .header-center .left-logo-img .name-container .bottom {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.header-container .header-center .menu-icon {
  display: none;
}

.header-container .header-center .right-content {
  display: flex;
}

.header-container .header-center .right-content .right-link, .header-container .header-center .right-content .right-link1 {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  text-decoration: none;
}

.header-container .header-center .right-content .right-link:hover, .header-container .header-center .right-content .right-link1:hover {
  color: aqua;
}

.header-container .header-center .right-content .right-link1 {
  margin-right: 24px;
}

div#wp_nav_w1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp_nav {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  height: 40px;
}

.wp_nav:after {
  display: none;
}

.wp_nav .nav-item a span.item-name {
  line-height: 30px;
}

.nav-container .nav-center .wp_nav .nav-item a:hover {
  color: #FFF;
  background-color: #421527;
}

.nav-container {
  fill: #FFF;
  background-color: #FFF;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-container .nav-center {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner {
  width: 100%;
  height: 460px;
}

.banner .banner-container {
  position: relative;
}

.banner .swiper-button-prev {
  position: absolute;
  left: 0px;
  background-image: url(../img/icon_prev.png);
  height: 64px;
  width: 38px;
  background-size: auto;
}

.banner .swiper-button-prev::after {
  content: '';
}

.banner .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px #fff;
}

.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.banner .swiper-button-next {
  position: absolute;
  right: 0px;
  background-image: url(../img/icon_next.png);
  height: 64px;
  width: 38px;
  background-size: auto;
}

.banner .swiper-button-next::after {
  content: '';
}

.banner .swiperBox {
  width: 100%;
  height: 460px;
}

.banner .swiperBox a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .swiperBox img {
  height: 460px;
  object-fit: cover;
}

.banner #id2 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.news-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  flex-direction: column;
}

.news-container .news-center {
  width: 1200px;
}

.news-container .news-center .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.news-container .news-center .title .left-title {
  display: flex;
  flex-direction: column;
}

.news-container .news-center .title .left-title .title-name {
  color: #16223B;
  font-family: PingFang SC;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 42px */
}

.news-container .news-center .title .left-title .line {
  height: 6px;
  width: 64px;
  background-color: #421527;
}

.news-container .news-center .title .right-more .more {
  color: #808695;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-decoration: none;
}

.news-container .news-center .title .right-more .more:hover {
  color: #421527;
}

.news-container .news-center .news-content {
  display: flex;
  justify-content: space-between;
}

.news-container .news-center .news-content .left-content {
  width: 588px;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
}

.news-container .news-center .news-content .left-content .left-img {
  width: 588px;
  height: 376px;
  border-radius: 8px;
  position: relative;
}

.news-container .news-center .news-content .left-content .left-img .img {
  width: 588px;
  height: 376px;
  object-fit: cover;
  border-radius: 8px;
  transition: all .2s ease;
}

.news-container .news-center .news-content .left-content .left-img .img:hover {
  transform: scale(1.1);
}

.news-container .news-center .news-content .left-content .left-img .desc {
  height: 88px;
  width: 100%;
  position: absolute;
  border-radius: 8px;
  bottom: 0;
  left: 0;
  background: linear-gradient(1deg, #421527 35.37%, rgba(66, 21, 39, 0.12) 99.48%);
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.news-container .news-center .news-content .left-content .left-img .desc .date {
  width: 80px;
  color: #FFF;
  font-family: OPPOSans;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
  margin-right: 12px;
}

.news-container .news-center .news-content .left-content .left-img .desc .desc-info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
}

.news-container .news-center .news-content .right-content {
  display: flex;
  flex-direction: column;
  width: 588px;
}

.news-container .news-center .news-content .right-content a {
  text-decoration: none;
}

.news-container .news-center .news-content .right-content .new-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 18px;
  border-radius: 8px;
  margin-bottom: 16px;
  color: #16223B;
}

.news-container .news-center .news-content .right-content .new-item .left-date {
  min-width: 88px;
  font-family: OPPOSans;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 33.6px */
  margin-right: 16px;
}

.news-container .news-center .news-content .right-content .new-item .right-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news-container .news-center .news-content .right-content .new-item .right-info .top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-container .news-center .news-content .right-content .new-item .right-info .top-title .title-info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  /* 24px */
}

.news-container .news-center .news-content .right-content .new-item .right-info .top-title .title-info a {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 800;
}

.news-container .news-center .news-content .right-content .new-item .right-info .top-title .more-line {
  width: 36px;
  height: 6px;
}

.news-container .news-center .news-content .right-content .new-item .right-info .bottom-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  opacity: 0.5;
}

.news-container .news-center .news-content .right-content .active-new-item {
  background-color: #421527;
  color: #FFF;
}

.news-container .event-center {
  width: 1200px;
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}

.news-container .event-center .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.news-container .event-center .title .left-title {
  display: flex;
  flex-direction: column;
}

.news-container .event-center .title .left-title .title-name {
  color: #16223B;
  font-family: PingFang SC;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 42px */
}

.news-container .event-center .title .left-title .line {
  height: 6px;
  width: 64px;
  background-color: #421527;
}

.news-container .event-center .title .right-more .more {
  color: #808695;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-decoration: none;
}

.news-container .event-center .title .right-more .more:hover {
  color: #421527;
}

.news-container .event-center .event-content {
  display: flex;
  justify-content: space-between;
}

.news-container .event-center .event-content a {
  text-decoration: none;
}

.news-container .event-center .event-content .event-item {
  width: 282px;
  height: 198px;
  border-radius: 8px;
  padding: 16px;
  color: #16223B;
  border-radius: 8px;
  background: #F2F3F5;
}

.news-container .event-center .event-content .event-item:hover {
  background: #421527;
  color: #FFF;
}

.news-container .event-center .event-content .event-item .event-title {
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}

.news-container .event-center .event-content .event-item .event-desc {
  height: fit-content;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  margin-top: 16px;
  opacity: 0.5;
}

.news-container .event-center .event-content .event-item .more-line {
  width: 36px;
  height: 6px;
  margin-top: 41px;
}

.picEvent-container {
  height: 816px;
  background: #F2F3F5;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: url(../img/piv_event_bg.png);
  padding: 48px 0;
}

.picEvent-container .picEvent-center {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.picEvent-container .picEvent-center .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.picEvent-container .picEvent-center .title .left-title {
  display: flex;
  flex-direction: column;
}

.picEvent-container .picEvent-center .title .left-title .title-name {
  color: #16223B;
  font-family: PingFang SC;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 42px */
}

.picEvent-container .picEvent-center .title .left-title .line {
  height: 6px;
  width: 64px;
  background-color: #421527;
}

.picEvent-container .picEvent-center .title .right-more .more {
  color: #808695;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-decoration: none;
}

.picEvent-container .picEvent-center .title .right-more .more:hover {
  color: #421527;
}

.picEvent-container .picEvent-center .picEvent-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

.picEvent-container .picEvent-center .picEvent-content a {
  text-decoration: none;
}

.picEvent-container .picEvent-center .picEvent-content .picEvent-item {
  width: 379px;
  height: 308px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: #FFF;
  transition: all 0.2s ease;
}

.picEvent-container .picEvent-center .picEvent-content .picEvent-item:hover {
  box-shadow: 2px 2px 5px 5px #e2dede;
  transform: scale(1.02);
}

.picEvent-container .picEvent-center .picEvent-content .picEvent-item .top-img {
  width: 379px;
  height: 220px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.picEvent-container .picEvent-center .picEvent-content .picEvent-item .bot-info {
  padding: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 68px;
  overflow: hidden;
  color: #16223B;
  text-overflow: ellipsis;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}

.facutly-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}

.facutly-container .facutly-center {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.facutly-container .facutly-center .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.facutly-container .facutly-center .title .left-title {
  display: flex;
  flex-direction: column;
}

.facutly-container .facutly-center .title .left-title .title-name {
  color: #16223B;
  font-family: PingFang SC;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 42px */
}

.facutly-container .facutly-center .title .left-title .line {
  height: 6px;
  width: 64px;
  background-color: #421527;
}

.facutly-container .facutly-center .title .right-more .more {
  color: #808695;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-decoration: none;
}

.facutly-container .facutly-center .title .right-more .more:hover {
  color: #421527;
}

.facutly-container .facutly-center .facutly-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.facutly-container .facutly-center .facutly-content .facutly-item {
  width: 379.333px;
  height: 476px;
  flex-shrink: 0;
  border-radius: 8px;
  position: relative;
  transition: all 0.2s ease;
}

.facutly-container .facutly-center .facutly-content .facutly-item:hover {
  box-shadow: 2px 2px 10px 5px #e2dede;
  transform: scale(1.02);
}

.facutly-container .facutly-center .facutly-content .facutly-item .fac-img {
  width: 379.333px;
  height: 476px;
  border-radius: 8px;
  position: relative;
  object-fit: cover;
  object-position: center 15%;
}

.facutly-container .facutly-center .facutly-content .facutly-item .info-box {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 335px;
  height: 103px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
}

.facutly-container .facutly-center .facutly-content .facutly-item .info-box .teacher-name {
  color: #16223B;
  text-align: center;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}

.facutly-container .facutly-center .facutly-content .facutly-item .info-box .teacher-desc {
  color: #421527;
  text-align: center;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}

.insitution-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 48px;
}

.insitution-container .insitution-center {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.insitution-container .insitution-center .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.insitution-container .insitution-center .title .left-title {
  display: flex;
  flex-direction: column;
}

.insitution-container .insitution-center .title .left-title .title-name {
  color: #16223B;
  font-family: PingFang SC;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 42px */
}

.insitution-container .insitution-center .title .left-title .line {
  height: 6px;
  width: 64px;
  background-color: #421527;
}

.insitution-container .insitution-center .title .right-more .more {
  color: #808695;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-decoration: none;
}

.insitution-container .insitution-center .title .right-more .more:hover {
  color: #421527;
}

.insitution-container .insitution-center .insitution-content a {
  text-decoration: none;
}

.insitution-container .insitution-center .insitution-content .insitution-item {
  display: flex;
  align-items: center;
}

.insitution-container .insitution-center .insitution-content .insitution-item .ins-name {
  overflow: hidden;
  color: #421527;
  text-overflow: ellipsis;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-right: 16px;
}

.insitution-container .insitution-center .insitution-content .insitution-item .more-line {
  width: 36px;
  height: 6px;
}

.footer-container {
  padding: 24px 0;
  background-image: url(../img/footer_bg.png);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container .footer-center {
  width: 1200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.footer-container .footer-center .info {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}

.footer-container .footer-center .info a {
  text-decoration: none;
  color: #FFF;
}

@media screen and (max-width: 1200px) {
  .header-container {
    height: 60px;
  }
  .header-container .header-center {
    width: 100%;
    margin: 12px;
  }
  .header-container .header-center .menu-icon {
    display: block;
  }
  .header-container .header-center .left-logo-img .logo {
    width: 82px;
    height: 39px;
  }
  .header-container .header-center .left-logo-img .name-container .top {
    font-size: 16px;
    line-height: 18px;
  }
  .header-container .header-center .left-logo-img .name-container .bottom {
    font-size: 14px;
    line-height: 18px;
  }
  .header-container .header-center .right-content {
    display: none;
  }
  .nav-container {
    display: none;
  }
  .banner {
    height: 120px;
  }
  .banner .swiperBox {
    height: 120px;
  }
  .banner .swiperBox img {
    height: 120px;
  }
  .news-container .news-center {
    padding: 0 10px;
    width: 100%;
  }
  .news-container .news-center .news-content {
    flex-wrap: wrap;
  }
  .news-container .news-center .news-content .left-content {
    width: 100%;
  }
  .news-container .news-center .news-content .left-content .left-img {
    width: 100%;
  }
  .news-container .news-center .news-content .left-content .left-img .img {
    width: 100%;
  }
  .news-container .news-center .news-content .right-content {
    width: 100%;
    margin-top: 16px;
  }
  .news-container .event-center {
    width: 100%;
    padding: 0 10px;
  }
  .news-container .event-center .event-content {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .news-container .event-center .event-content .event-item {
    width: 49%;
    margin-bottom: 16px;
  }
  .picEvent-container {
    height: auto;
  }
  .picEvent-container .picEvent-center {
    width: 100%;
    padding: 0 10px;
  }
  .picEvent-container .picEvent-center .picEvent-content {
    flex-wrap: wrap;
  }
  .picEvent-container .picEvent-center .picEvent-content .picEvent-item {
    width: 49%;
  }
  .picEvent-container .picEvent-center .picEvent-content .picEvent-item .top-img {
    width: 100%;
  }
  .facutly-container .facutly-center {
    width: 100%;
    padding: 0 10px;
  }
  .facutly-container .facutly-center .facutly-content {
    flex-wrap: wrap;
  }
  .facutly-container .facutly-center .facutly-content .facutly-item {
    width: 100%;
    margin-bottom: 16px;
  }
  .facutly-container .facutly-center .facutly-content .facutly-item .fac-img {
    width: 100%;
  }
  .insitution-container .insitution-center {
    width: 100%;
    padding: 0 10px;
  }
  .insitution-container .insitution-center .insitution-content {
    flex-wrap: wrap;
  }
  .footer-container .footer-center {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 480px) {
.wp_nav .sub-nav{display:none;}
  .wp_nav {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    height: 40px;
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
    z-index: 9999999;
    position: absolute;
    top: 0px;
    background: #421527;
    color: #F2F3F5;
    left: 0;
  }
  .header-container {
    height: 60px;
  }
  .header-container .header-center {
    width: 100%;
    margin: 12px;
  }
  .header-container .header-center .menu-icon {
    display: block;
  }
  .header-container .header-center .left-logo-img .logo {
    width: 82px;
    height: 39px;
  }
  .header-container .header-center .left-logo-img .name-container .top {
    font-size: 16px;
    line-height: 18px;
  }
  .header-container .header-center .left-logo-img .name-container .bottom {
    font-size: 14px;
    line-height: 18px;
  }
  .header-container .header-center .right-content {
    display: none;
  }
  .nav-container {
    display: none;
  }
  .nav-container .nav-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .banner {
    height: 120px;
  }
  .banner .swiperBox {
    height: 120px;
  }
  .banner .swiperBox img {
    height: 120px !important;
    width: 100% !important;
    object-fit: contain;
  }
  .news-container .news-center {
    padding: 0 10px;
    width: 100%;
  }
  .news-container .news-center .news-content {
    flex-wrap: wrap;
  }
  .news-container .news-center .news-content .left-content {
    width: 100%;
    flex-wrap: wrap;
    display: none;
  }
  .news-container .news-center .news-content .left-content .left-img {
    width: 100%;
    margin-bottom: 16px;
  }
  .news-container .news-center .news-content .left-content .left-img .img {
    width: 100%;
  }
  .news-container .news-center .news-content .right-content {
    width: 100%;
    margin-top: 16px;
  }
  .news-container .event-center {
    width: 100%;
    padding: 0 10px;
  }
  .news-container .event-center .event-content {
    flex-wrap: wrap;
  }
  .news-container .event-center .event-content .event-item {
    width: 100%;
    margin-bottom: 16px;
  }
  .picEvent-container {
    height: auto;
  }
  .picEvent-container .picEvent-center {
    width: 100%;
    padding: 0 10px;
  }
  .picEvent-container .picEvent-center .picEvent-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px;
  }
  .picEvent-container .picEvent-center .picEvent-content .picEvent-item {
    width: 100%;
  }
  .picEvent-container .picEvent-center .picEvent-content .picEvent-item .top-img {
    width: 100%;
  }
  .facutly-container .facutly-center {
    width: 100%;
    padding: 0 10px;
  }
  .facutly-container .facutly-center .facutly-content {
    flex-wrap: wrap;
  }
  .facutly-container .facutly-center .facutly-content .facutly-item {
    width: 100%;
    margin-bottom: 16px;
  }
  .facutly-container .facutly-center .facutly-content .facutly-item .fac-img {
    width: 100%;
  }
  .insitution-container .insitution-center {
    width: 100%;
    padding: 0 10px;
  }
  .insitution-container .insitution-center .insitution-content {
    flex-wrap: wrap;
  }
  .footer-container .footer-center {
    width: 100%;
    padding: 0 10px;
  }
}
