html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.head {
  min-width: 1200px;
  height: 7rem;
  position: relative;
  display: flex;
  justify-content: center;
  background-image: url('../assets/index-head.png');
}
.head .title {
  position: absolute;
  top: 1.9rem;
  width: 9.8rem;
  height: 2.3rem;
  background-image: url('../assets/index-head-title.png');
}
.head .count {
  width: 100%;
  height: fit-content;
  position: absolute;
  bottom: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .count .eye {
  width: 0.3rem;
  height: 0.2rem;
  background-image: url('../assets/index-view.png');
}
.head .count .num {
  font-size: 18px;
  margin-left: 0.1rem;
}
.main {
  background: linear-gradient(0deg, #004EFF, #42C7FF);
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .line {
  width: 100%;
  height: 0.1rem;
  background: #2677FF;
}
.main .content {
  width: 1200px;
  padding-top: 48px;
}
.main .content a {
  text-decoration: none;
}
.main .content .contentItem:nth-child(1) .title {
  width: 100%;
  height: 0.38rem;
  background-image: url('../assets/index-zsdt.png');
}
.main .content .contentItem:nth-child(1) .list {
  margin-top: 0.2rem;
  height: 1.64rem;
  background-image: url('../assets/index-more-nav.png');
  padding: 0.14rem 0.2rem 0rem 0.22rem;
  overflow: hidden;
}
.main .content .contentItem:nth-child(1) .list ul {
  margin: 0px;
  padding: 0px;
}
.main .content .contentItem:nth-child(1) .list ul .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.main .content .contentItem:nth-child(1) .list ul .swiper-wrapper .swiper-slide {
  width: 100%;
}
.main .content .contentItem:nth-child(1) .list ul .swiper-wrapper .swiper-slide li {
  display: flex;
  height: 100%;
  align-items: center;
}
.main .content .contentItem:nth-child(1) .list .listItem {
  font-size: 0.16rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #153580;
  height: min-content;
  align-items: center;
  width: 50%;
}
.main .content .contentItem:nth-child(1) .list .listItem a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #153580;
}
.main .content .contentItem:nth-child(1) .list .listItem img {
  width: 0.07rem;
  height: 0.13rem;
  margin-right: 0.1rem;
}
.main .content .contentItem:nth-child(1) .list .listItem .articleTitle {
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .content .contentItem:nth-child(1) .list .listItem .articleTime {
  margin-left: 0.5rem;
  color: #4f8ede;
}
.main .content .contentItem:nth-child(2) {
  margin-top: 0.48rem;
}
.main .content .contentItem:nth-child(2) .title {
  width: 100%;
  height: 0.38rem;
  background-image: url('../assets/index-bxxx.png');
}
.main .content .contentItem:nth-child(2) .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .content .contentItem:nth-child(2) .list .listItem {
  margin-top: 0.4rem;
  position: relative;
}
.main .content .contentItem:nth-child(2) .list .listItem .showImg {
  width: 5.6rem;
  height: 3.3rem;
}
.main .content .contentItem:nth-child(2) .list .listItem .showImg img {
  width: 100%;
  height: 100%;
}
.main .content .contentItem:nth-child(2) .list .listItem .desc {
  display: flex;
  justify-content: space-between;
  padding: 0.26rem 0.2rem;
  background-image: url('../assets/school_index__detail_bg.png');
}
.main .content .contentItem:nth-child(2) .list .listItem .desc span {
  font-family: PingFang SC;
  font-weight: 400;
}
.main .content .contentItem:nth-child(2) .list .listItem .desc span:nth-child(1) {
  font-size: 0.2rem;
  color: #153580;
}
.main .content .contentItem:nth-child(2) .list .listItem .desc span:nth-child(2) {
  font-size: 0.16rem;
  color: #FFFFFF;
}
.main .content .contentItem:nth-child(2) .list .listItem .icon {
  position: absolute;
  width: 0.15rem;
  height: 0.15rem;
  right: 0.02rem;
  bottom: 0.02rem;
  background-image: url('../assets/index-more.png');
}
.main .foot {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 4.54rem;
  background-image: url('../assets/index-foot.png');
}
