/* 轮播图 */
#banner {
  width: 100%;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-slide img {
  width: 100%;
  height: 5rem;
  margin: 0 auto;
  object-fit: cover;
}
.swiper-slide .banner-content {
  position: absolute;
  top: 2.2rem;
  left: 19.4vw;
  z-index: 100;
  color: #FFF;
  text-align: left;
}
.swiper-slide .banner-content .banner-title {
  height: 0.48rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.44rem;
  color: #FFFFFF;
  line-height: 0.48rem;
  text-shadow: 0 0 0 rgba(0,0,0,0.5);
}
.swiper-slide .banner-content .banner-des {
  margin-top: 0.27rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.44rem;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}
.swiper-slide .banner-content .banner-sub-des {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.44rem;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}
#banner .swiper-slide:first-child .banner-title {
  color: #34818A;
}
#banner .swiper-slide:first-child .banner-des {
  color: #105263;
}
#banner .swiper-pagination {
  text-align: left;
  padding-left: 75.3vw;
}
#banner .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: transparent;
}
#banner .swiper-pagination-bullet-active {
  border-color: #B8BEC5;
}
#banner .swiper-pagination-bullet .circle {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 0.07rem;
  background: #B8BEC5;
}

/* 机构动态 */
.institution {
  width: 8.8rem;
  margin: 0 auto;
  padding-top: 0.4rem;
}
.institution .header {
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.institution .header .title {
  height: 0.4rem;
  line-height: 0.4rem;
  font-weight: bold;
  font-size: 0.28rem;
  color: #2DA0BC;
}
.institution .header .title .line {
  height: 0.04rem;
  background: linear-gradient( 163deg, #0FC5B6 0%, #5172C3 100%);
}
.institution .header .more {
  height: 100%;
}
.institution .header .more a {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  text-decoration: none;
}
.institution .header .more img {
  margin-left: 0.08rem;
  width: 0.2rem;
  height: 0.2rem;
}
.institution .content {
  margin-top: 0.24rem;
  display: flex;
}
.institution .content .swiper {
  width: 2.6rem;
  height: 1.88rem;
  background: #D8D8D8;
}
.institution .content .list {
  flex: 1;
  width: 0;
  margin: 0;
  padding: 0;
  margin-left: 0.24rem;
}
.institution .content .list a {
  text-decoration: none;
}
.institution .content .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.08rem 0;
  border-bottom: 1px solid #F0F0F0;
  transition: all 0.2s ease-in-out;
}
.institution .content .list .item .title {
  width: 4.58rem;
  height: 0.24rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.institution .content .list a.active .title {
  color: #2DA0BC;
}

.institution .content .list a:hover .title {
  color: #2DA0BC;
}
.institution .content .list .item .date {
  height: 0.24rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
}
.institution .content .list a.active .date {
  color: #2DA0BC;
}

.institution .content .list a:hover .date {
  color: #2DA0BC;
}
#institution-swiper {
  position: relative;
}
/*去掉默认样式*/
#institution-swiper .swiper-button-prev:after {
  display: none;
}
#institution-swiper .swiper-button-next:after {
  display: none;
}
/*自定义样式*/
#institution-swiper .swiper-button-prev {
  position: absolute;
  right: 0.41rem;
  bottom: 0.12rem;
  left: unset;
  top: unset;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
  z-index: 100;
}

#institution-swiper .swiper-button-next {
  position: absolute;
  right: 0.13rem;
  bottom: 0.12rem;
  left: unset;
  top: unset;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
  z-index: 100;
}
#institution-swiper .swiper-button-next img, #institution-swiper .swiper-button-prev img {
  width: 100%;
}

/* 推荐项目 */
.recommend {
  width: 8.8rem;
  margin: 0 auto;
  padding: 0.64rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.recommend .item {
  position: relative;
  list-style: none;
  width: 2.82rem;
  height: 2.6rem;
  overflow: hidden;
  background: #D8D8D8;
}
.recommend .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.recommend .item .content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.recommend .item .content img {
  display: block;
  width: 0.36rem;
  margin-top: 0.79rem;
}
.recommend .item .content .title {
  margin-top: 0.13rem;
  font-weight: bold;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}
.recommend .item .content .es-title {
  margin-top: 0.08rem;
  font-weight: 400;
  font-size: 0.1rem;
  color: #FFFFFF;
  line-height: 0.12rem;
  white-space: nowrap;
}
.recommend .item:hover > img {
  transform: scale(1.5);
}
.recommend .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}