/* 手机端中部 - 首页  */
.mt-main {
  background-color: #f6f8fb;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  margin: -0.35rem 0;
  padding: 0.2rem
}
.mt-main-latest {
  width: 100%;
  height: 0.64rem;
  background-color: #e2efff;
  padding-left: 0.08rem
}
.mt-main-latest .title span {
  color: #0674e2;
  padding-left: 0.05rem;
  line-height: 0.35rem;
  font-size: 0.14rem;
}
.mt-main-latest .title img {
  position: relative;
  top: -0.02rem
}
.mt-main-latest .newInfoSwiperMt span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: inline-block;
  width: 2.7rem;
  font-size: 0.14rem
}
.mt-main-carousel {
  width: 100%;
  height: 1.72rem;
  margin-top: 0.1rem
}
.mt-main-carousel .mySwiperMt {
  width: 100%;
  height: 1.72rem;
}
.mt-main-carousel .swiper-container .swiper-slide {
  position: relative;
}
.mt-main-carousel .mySwiperMt img {
  width: 100%;
  height: 1.72rem;
  object-fit:cover;
}
.mt-main-carousel .mySwiperMt p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 0.16rem;
  padding-right: 0.8rem;
  font-size: 0.14rem;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  line-height: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  cursor: pointer;
}
.mt-main-notice {
  width: 100%;
  height: 3.7rem;
  background-color: #fff;
  box-shadow: 0 0 0.05rem #ccc;
  margin-top: 0.1rem;
  border-radius: 0.03rem;
  padding: 0.1rem 0.18rem 0
}
.mt-main-notice .notice-tab ul {
  display: flex;
  justify-content: space-between;
  width: 1.6rem;
}
.mt-main-notice .notice-tab ul li{
  display: inline-block;
  height: 0.3rem;
  font-size: 0.14rem;
  color: #333;
  position: relative;
  transition: all .3s;
}
.mt-main-notice .notice-tab ul li.active {
  font-size: 0.16rem;
}
.mt-main-notice .notice-tab ul li.active b {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.44rem;
  height: 0.04rem;
  background-color: #45adef;
  border-radius: 0.02rem
}
.mt-main-notice .notice-list .notices{
  display: none;
}
.mt-main-notice .notice-list .list-content {
  width: 100%;
  background-color: #fff;
}
.mt-main-notice .notice-list .list-content li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 0.01rem solid #e8e8e8;
}
.mt-main-notice .notice-list .list-content li .date{
  width: 0.5rem;
  height: 100%;
  text-align: center;
  padding: 0.1rem 0 0.03rem;
  font-size: 0.12rem;
}
.mt-main-notice .notice-list .list-content li .date span {
  display: block;
  color: #999;
}
.mt-main-notice .notice-list .list-content li .date span:nth-child(1) {
  font-size: 0.14rem;
  border-bottom: 0.01rem solid #e6e6e6;
  line-height: 0.28rem;
}
.mt-main-notice .notice-list .list-content li .content {
  width: 2.35rem;
  height: 100%;
  padding: 0.12rem 0 0.03rem;
}
.mt-main-notice .notice-list .list-content li .content p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  cursor: pointer;
}
.mt-main-notice .notice-list .list-content li .content p:nth-child(1) {
  font-size: 0.14rem;
  line-height: 0.25rem;
}
.mt-main-notice  .notice-list .list-content li .content p:nth-child(2) {
  color: #aeafb1;
  font-size: 0.12rem;
}
.mt-main-notice .notice-list .list-content .more {
  font-size: 0.14rem;
  text-align: right;
  line-height: 0.3rem;
}
.mt-main-notice .notice-list .list-content .more span {
  cursor: pointer;
  color: #428fef;
  display: inline-block;
}
.mt-main-entrance {
  margin-top: 0.1rem
}
.mt-main-entrance .entrance ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mt-main-entrance .entrance ul li {
  display: inline-block;
  width: 48%;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  border-radius: 0.03rem;
  background: linear-gradient(to bottom, rgba(31, 108, 192, 1), rgba(122, 176, 250, 1) 100%);;
  margin-bottom: 0.1rem
}
.mt-main-entrance .entrance ul li span {
  color: #fff;
}
.mt-main-entrance .entrance ul li img{
  width: 0.25rem;
  margin-right: 0.08rem;
}
.mt-main-entrance .entrance ul li a {
  display: block
}
.mt-main-school .schoolSwiperMt {
  width: 100%;
  height: 0.45rem;
  overflow: hidden;
}
.mt-main-school .swiper-slide img {
  width: 1.6rem
}
.mt-main-banner {
  width: 100%;
  margin: 0.1rem auto
}
.mt-main-banner img {
  width: 100%
}