.content-box {
  color: #eee;
}

.content-box .title {
  height: 40px;
  font-size: 18px;
  border-bottom: 1px #1f6eb7 solid;
  margin: 20px 0 15px 0;
}

.content-box .title span {
  width: 90px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: url(../images/news-icon.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 8px;
}

.content-box li {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
     list-style: none;
  color: #000;
  padding-bottom: 1.4em;
}

/* banner */
.banner {
  height: 20vw;
  width: 100%;
  margin: 0 auto;
}

.banner img {
  height: 20vw;
  width: 100vw;
}

.banner .swiper-button-prev, .banner .swiper-button-next {
  --swiper-navigation-size: 25px;
}

.banner .swiper-button-prev::after, .banner .swiper-button-next::after {
  color: #fff;
}

/* notice */
.notice {
  padding: 0;
  padding-right: 15px;
}

.notice ul {
  padding-right: 0;
}

.notice .row {
  margin-left: 0;
}

.notice .swiper img {
  height: 340px;
}

.notice .swiper .swiper-button-prev, .notice .swiper .swiper-button-next {
  --swiper-navigation-size: 25px;
}

.notice .swiper .swiper-button-prev::after, .notice .swiper .swiper-button-next::after {
  color: #4e85eb;
}

/* public */
.public {
  height: 410px;
  padding-left: 0;
}

.public a > span {
  margin-left: 10px;
  margin-right: 20px;
}

/* grid */
.grid {
  margin-top: 40px;
  height: 390px;
}

.grid .videoBox {
  width: 100%;
  height: 290px;
}

.grid .videoBox .title {
  color: #000;
  border: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  line-height: 30px;
}

.grid .videoBox .title svg {
  float: left;
}

.grid .videoBox .title span {
  line-height: 35px;
  float: left;
  width: 150px;
  background: none;
}

.grid .videoBox .swiper video {
  width: 100%;
  height: 250px;
}

.grid .videoBox .swiper .swiper-button-prev, .grid .videoBox .swiper .swiper-button-next {
  --swiper-navigation-size: 25px;
}

.grid .videoBox .swiper .swiper-button-prev::after, .grid .videoBox .swiper .swiper-button-next::after {
  color: #4e85eb;
}

.grid .text {
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.grid .text span {
  color: #fff;
  display: block;
  width: 40%;
  text-align: justify;
  text-align-last: justify;
  margin: 0 auto;
}

.grid > .nav1:hover {
  transition: all .2s;
  scale: 1.1;
}

.nav1 {
  color: #fff;
  text-align: center;
  line-height: 80px;
  width: 100%;
  height: 80px;
  background-color: #0062d1;
  margin-bottom: 20px;
}

/*
.nav2{
    width: 100%;
    height: 120px;
    background: url(../images/school_banner.jpg) no-repeat;
    margin-bottom: 10px;
}

.nav3{
    width: 100%;
    height: 130px;
    background: url(../images/school_banner.jpg) no-repeat;
}
*/
/*
.grid>div {
    text-align: center;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    &:hover {
        scale: 1.1;
        cursor: pointer;
    }
}

.grid {
    position: static;
    margin-top: 40px;
    height: 400px;
    display: grid;
    grid-template-areas: "nav1 nav2 nav2" "nav1 nav3 nav4" "nav5 nav5 nav6" "nav5 nav5 nav7";
    gap: 10px;
}

.nav1 {
    line-height: 75px;
    vertical-align: middle;
    grid-area: nav1;
    background: url(../images/examinee_banner.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .text {
        z-index: 2;
        width: 100%;
        position: absolute;
        // top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

.nav2 {
    grid-area: nav2;
    background: url(../images/examinee_banner1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .text {
        z-index: 2;
        width: 100%;
        position: absolute;
        // top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

.nav3 {
    grid-area: nav3;
    background: url(../images/school_banner.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .text {
        z-index: 2;
        width: 100%;
        position: absolute;
        // top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

.nav4 {
    grid-area: nav4;
    background: url(../images/examinee_banner1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .text {
        z-index: 2;
        width: 100%;
        position: absolute;
        // top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

.nav5 {
    grid-area: nav5;
    background: url(../images/examinee_banner1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .text {
        z-index: 2;
        width: 100%;
        position: absolute;
        // top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

.nav6 {
    grid-area: nav6;
    background: url(../images/gaikuang1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .text {
        z-index: 2;
        width: 100%;
        position: absolute;
        // top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

.nav7 {
    grid-area: nav7;
    background: url(../images/examinee_banner.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .text {
        z-index: 2;
        width: 100%;
        position: absolute;
        // top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
*/
