/* 首页 */
.all-container .banner {
  width: 100%;
}
.all-container .banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.all-container .banner .swiper .swiper-pagination {
  bottom: 0.2rem;
}
.all-container .banner .swiper .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
}
.all-container .banner .swiper .swiper-pagination-bullet-active {
  width: 0.5rem;
  height: 0.12rem;
  border-radius: 0.12rem;
  background-color: #fff;
  opacity: 1;
}
.all-container .section-header h2 {
  position: relative;
  font-weight: bold;
  font-size: 0.4rem;
  height: 0.56rem;
  line-height: 0.56rem;
  color: #0E3A94;
  padding-left: 0.2rem;
}
.all-container .section-header h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.04rem;
  height: 0.4rem;
  transform: translateY(-50%);
  background-color: #0E3A94;
}
.all-container .section-header .more {
  font-size: 0.26rem;
  color: #0E3A94;
}
.all-container .section-header .more span {
  margin-right: 0.1rem;
}
.all-container .section-header .more img {
  display: block;
  width: 0.24rem;
  height: auto;
}
.all-container .home-contaniner {
  padding: 0.3rem 0.25rem;
  background-color: #f5f5f5;
}
.all-container .home-contaniner .news-section {
  width: 100%;
  box-sizing: border-box;
}
.all-container .home-contaniner .news-section .news-list {
  margin-top: 0.2rem;
  padding: 0.3rem 0.3rem 0.2rem;
  background-color: #fff;
  box-sizing: border-box;
}
.all-container .home-contaniner .news-section .news-list .news-main {
  width: 100%;
  overflow: hidden;
}
.all-container .home-contaniner .news-section .news-list .news-main .swiper-2 {
  width: 100%;
  height: 4.74rem;
}
.all-container .home-contaniner .news-section .news-list .news-main .swiper-2 .swiper-slide a > img {
  display: block;
  width: 100%;
  height: 4.74rem;
  object-fit: cover;
}
.all-container .home-contaniner .news-section .news-list .news-main .swiper-2 .swiper-slide a .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.3rem 0.24rem;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.all-container .home-contaniner .news-section .news-list .news-main .swiper-2 .swiper-slide a .info .title {
  font-weight: bold;
  font-size: 0.28rem;
  color: #FFFFFF;
}
.all-container .home-contaniner .news-section .news-list .news-main .swiper-2 .swiper-slide a .info .date {
  font-size: 0.24rem;
  color: #CCCCCC;
  margin-top: 0.2rem;
}
.all-container .home-contaniner .news-section .news-side-list {
  width: 100%;
  margin-top: 0.24rem;
  box-sizing: border-box;
}
.all-container .home-contaniner .news-section .news-side-list .news-side-item {
  position: relative;
  width: 100%;
  margin-bottom: 0.24rem;
  padding-left: 0.42rem;
  box-sizing: border-box;
}
.all-container .home-contaniner .news-section .news-side-list .news-side-item::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 0.21rem;
  height: 0.24rem;
  background: url(../image/h5/icon.png) no-repeat center;
  background-size: cover;
}
.all-container .home-contaniner .news-section .news-side-list .news-side-item:last-child {
  margin-bottom: 0;
}
.all-container .home-contaniner .news-section .news-side-list .news-side-item .title {
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #333333;
}
.all-container .home-contaniner .news-section .news-side-list .news-side-item .title a {
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.all-container .home-contaniner .news-section .news-side-list .news-side-item .date {
  font-size: 0.24rem;
  color: #CCCCCC;
}
.all-container .home-contaniner .research-section {
  width: 100%;
  margin-top: 0.4rem;
  box-sizing: border-box;
}
.all-container .home-contaniner .research-section .research-list {
  margin-top: 0.2rem;
  padding: 0.3rem;
  background-color: #fff;
  box-sizing: border-box;
}
.all-container .home-contaniner .research-section .research-list .research-item {
  display: block;
  width: 100%;
  display: flex;
  margin-bottom: 0.2rem;
}
.all-container .home-contaniner .research-section .research-list .research-item:last-child {
  margin-bottom: 0;
}
.all-container .home-contaniner .research-section .research-list .research-item .imgs {
  display: block;
  width: 2rem;
  height: 1.38rem;
  margin-right: 0.2rem;
  overflow: hidden;
}
.all-container .home-contaniner .research-section .research-list .research-item .imgs img {
  display: block;
  width: 2rem;
  height: 1.38rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.all-container .home-contaniner .research-section .research-list .research-item .info {
  width: calc(100% - 2.2rem);
}
.all-container .home-contaniner .research-section .research-list .research-item .info .title {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.all-container .home-contaniner .research-section .research-list .research-item .info .date {
  font-size: 0.24rem;
  color: #999999;
  margin-top: 0.1rem;
}
.all-container .home-contaniner .notice-section {
  width: 100%;
  margin-top: 0.4rem;
  box-sizing: border-box;
}
.all-container .home-contaniner .notice-section .notice-list {
  margin-top: 0.2rem;
  padding: 0.3rem;
  background-color: #fff;
  box-sizing: border-box;
}
.all-container .home-contaniner .notice-section .notice-item {
  width: 100%;
  padding: 0.38rem 0;
  background: #F7FAFF;
  border: 1px solid #F2F2F2;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
}
.all-container .home-contaniner .notice-section .notice-item:last-child {
  margin-bottom: 0;
}
.all-container .home-contaniner .notice-section .notice-item .date {
  width: 1.92rem;
  height: 0.84rem;
  padding: 0 0.5rem;
}
.all-container .home-contaniner .notice-section .notice-item .date .day {
  font-weight: bold;
  font-size: 0.48rem;
  color: #333333;
  text-align: center;
}
.all-container .home-contaniner .notice-section .notice-item .date .mouth {
  font-size: 0.22rem;
  color: #333333;
  margin-top: 0.12rem;
}
.all-container .home-contaniner .notice-section .notice-item .title {
  width: calc(100% - 1.92rem);
  height: 0.84rem;
  font-size: 0.28rem;
  color: #333333;
  font-weight: 600;
  line-height: 0.42rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border-left: solid 1px #DADADA;
  box-sizing: border-box;
}
.all-container .home-contaniner .notice-section .notice-item .title a {
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.all-container .home-contaniner .scholar-section {
  width: 100%;
  margin-top: 0.4rem;
  box-sizing: border-box;
}
.all-container .home-contaniner .scholar-section .scholar-list {
  margin-top: 0.4rem;
  box-sizing: border-box;
}
.all-container .home-contaniner .scholar-section .scholar-list .scholar-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.3rem;
  margin-bottom: 0.2rem;
  background: #ffffff;
  box-sizing: border-box;
}
.all-container .home-contaniner .scholar-section .scholar-list .scholar-item:last-child {
  margin-bottom: 0;
}
.all-container .home-contaniner .scholar-section .scholar-list .scholar-item .ft {
  flex: 1;
}
.all-container .home-contaniner .scholar-section .scholar-list .scholar-item .ft .news-title {
  font-weight: 800;
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #333333;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.all-container .home-contaniner .scholar-section .scholar-list .scholar-item .ft .tag {
  width: 1.3rem;
  height: 0.48rem;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.24rem;
  color: #194097;
  background: #EFF3FF;
  border-radius: 0.08rem;
}
.all-container .home-contaniner .scholar-section .scholar-list .scholar-item .ft .time img {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.05rem;
}
.all-container .home-contaniner .scholar-section .scholar-list .scholar-item .ft .time span {
  display: block;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #194097;
}
.all-container .home-contaniner .scholar-section .scholar-list .scholar-item .img-cover {
  width: 2.55rem;
  height: 1.8rem;
  margin-left: 0.25rem;
}
.all-container .home-contaniner .scholar-section .scholar-list .scholar-item .img-cover img {
  display: block;
  width: 2.55rem;
  height: 1.8rem;
}