main {
    font-family: DengXian;
}

.slide {
    width: 100%;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    background-color: #fff;
}

.swiper-pagination-bullet-active {
    background-color: #94a3f7;
}

.swiper-slide {
    width: 100%;
    height: 635px;
    background: url('../img/home_banner.jpg') no-repeat center;
    background-size: cover;
}

.slide .realTime {
    width: 100%;
    position: absolute;
    top: 210px;
    left: 0;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    text-align: center;
}

.slide .title {
    font-size: 48px;
}

.slide .sub_title {
    font-size: 36px;
    margin: 25px 0 75px;
}

.slide .list {
    font-size: 36px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.slide .list span {
    display: inline-block;
    width: 40px;
    border-bottom: 2px solid #fff;
    margin-left: 10px;
    position: relative;
    font-size: 52px;
    color: #8980FC;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.slide .list span:last-child {
    margin-right: 8px;
}


.real {
    width: 100%;
    height: 784px;
    background: url('../img/home_banner2.jpg') no-repeat center;
    background-size: cover;
    padding-top: 106px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.real .list {
    margin-top: 38px;
}

.real .list span {
    font-weight: 400;
}

.real .number {
    width: 100%;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 65px 0 185px;
}

.real .number p {
    display: flex;
    align-items: flex-end;
}

.real .number span {
    display: inline-block;
    min-width: 110px;
    width: auto;
    border-bottom: 2px solid #fff;
    margin-left: 22px;
    font-size: 52px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.about {
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 65px 0 135px;
}

.about .title {
    font-size: 48px;
    color: #2A2A2A;
}

.about .sub_title {
    font-size: 24px;
    color: #9A9A9A;
    margin: 20px 0 92px;
}

.about .sub_title span {
    position: relative;
}

.about .sub_title span::before {
    content: '';
    width: 81px;
    height: 2px;
    background: #9A9A9A;
    position: absolute;
    left: -115px;
    top: 50%;
    transform: translateY(-50%);
}

.about .sub_title span::after {
    content: '';
    width: 81px;
    height: 2px;
    background: #9A9A9A;
    position: absolute;
    left: 147px;
    top: 50%;
    transform: translateY(-50%);

}

.about_info {
    font-size: 18px;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-family: Microsoft YaHei;
    line-height: 32px;
}

.about_info img {
    width: 460px;
    height: 300px;
    margin-right: 82px;
}

.about_info p {
    text-indent:2em;
}

.school img {
    width: 70px;
    height: 70px;
    margin: 0 auto 28px;
}

.school p {
    font-size: 20px;
}

.school p span {
    font-size: 20px;
    color: #D2CEFE;
}

.notice {
    padding: 74px 0 13px;
}

.notice .sub_title span::before {
    left: -90px;
}

.notice .sub_title span::after {
    left: 210px;
}

.notice_info {
    padding: 0 8px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.notice_info .single {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 67px;
    overflow: hidden;
    padding-right: 82px;
}

.notice_info .single:nth-child(2n) {
    padding-right: 0;
}

.notice_info .time {
    width: 15%;
    font-size: 24px;
    color: #9A9A9A;
    margin-right: 10px;
}

.notice_info .time .day {
    padding-bottom: 5px;
}

.notice_info .time .month {
    font-size: 18px;
    border-top: 2px solid #9A9A9A;
    padding-top: 5px;
}

.notice_info .message {
    flex: 1;
    overflow: hidden;
    cursor: pointer;
}

.notice_info .title {
    font-size: 24px;
    color: #353535;
    text-align: left;
    font-weight: 400;
}

.notice_info .title:hover {
    font-weight: bold;
}

.notice_info .decl {
    font-size: 16px;
    color: #9A9A9A;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-top: 14px;
}