h3{
    font-weight: 400;
}

/* 轮播部分开始 */
.swiper-banner img{
    width: 100%;
    height: 547px;
    position: relative;
}

.swiper-banner .swiper-pagination-banner{
    position: absolute;
    bottom: 5%;
    z-index: 99;
    text-align: center;
}

.swiper-banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}

.swiper-banner .swiper-pagination-bullet-active{
    border: 2px solid white;
    background: #821316;
}
/* 轮播部分结束 */

/* 学校要闻部分开始 */
.school-news{
    font-size: 18px;
}

.news-module{
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}

.news-wrap{
    flex-shrink: 0;
    width: 25%;
}

.newsL{
    box-sizing: border-box;
    padding-right: 2.2em;
}

.newsL .news-cover{
    width: 100%;
    height: 9em;
    overflow: hidden;
}

.news-cover img{
    width: 100%;
    height: inherit;
    transition: all 1s;
}

.newsL h3{
    font-size: 0.7em;
    color: #666666;
    line-height: 1.5em;
    margin-top: 1em;
    height: 2.9em;
}

.newsL:hover .news-cover img{
    transform: scale(1.2);
}

.newsL:hover h3{
    color: #821316;
}

.news-module .news-wrap:nth-child(3){
    box-sizing: border-box;
    padding-right: 1em;
}

.news-module .news-wrap:nth-child(4){
    box-sizing: border-box;
    padding-left: 1em;
}

.newsR{}

.newsR .news-item{
    height: 2.9em;
    border-bottom: 1px solid #CCCCCC;
}

.itemR h3{
    font-size: 0.7em;
    color: #666666;
    line-height: 2.2em;
}

.itemR p{
    font-size: 0.6em;
    color: #666666;
    line-height: 2em;
}

.itemR{
    width: calc(100% - 0.8em);
}

.itemL img{
    width: 0.3;
    height: 0.5em;
    margin-top: 0.4em;
    margin-right: 0.5em;
}

.itemL img:nth-child(2){
    display: none;
}

.news-item:hover .itemL img:nth-child(2){
    display: block;
}

.news-item:hover .itemL img:nth-child(1){
    display: none;
}

.news-item:hover .itemR h3{
    color: #821316;
}

.news-item:hover .itemR p{
    color: #EE4225;
}
/* 学校要闻部分结束 */

/* 四大模块开始 */
.four-module{
    font-size: 18px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.item-module{
    width: 32%;
    height: 3.8em;
    background: #F4F2E5;
}

.item-module a{
    width: 100%;
    height: inherit;
}

.item-module img{
    width: 2.7em;
    height: 2.7em;
    margin-right: 2%;
}

.item-module h3{
    font-size: 1.3em;
    color: #666666;
}

/* 四大模块结束 */

/* 新闻模块部分开始 */
.news-section{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%;
}

.news-section .section{
    width: 32%;
    margin-right: 2%;
}

.news-section .section:nth-child(3n){
    margin-right: 0;
}

.notice-item{
    margin-bottom: 10px;
}

.noticeL{
    flex-shrink: 0;
    width: 50px;
    height: 44px;
    margin-right: 2%;
    background: #F4F2E5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.noticeL h3{
    font-size: 16px;
    color: #821316;
    line-height: 22px;
}

.noticeL p{
    font-size: 12px;
    color: #821316;
    white-space: nowrap;
}

.noticeR{
    width: calc(95% - 50px);
}

.noticeR h3{
    font-size: 14px;
    color:#333333;
    line-height: 20px;
}

.noticeR p{
    font-size: 12px;
    color: #A4A3A3;
    line-height: 20px;
}

.notice-item:hover .noticeR h3{
    color: #821316;
}

.notice-item:hover .noticeR p{
    color: #EE4225;
}

.xibu-item{
    margin-bottom: 5px;
}

.xibuL{
    flex-shrink: 0;
}

.xibu-cover{
    width: 62px;
    height: 47px;
    overflow: hidden;
    margin-right: 5%;
}

.xibu-cover img{
    width: 100%;
    height: inherit;
    transition: all 1s;
}

.xibuR{
    width: calc(95% - 62px);
}

.xibuR h3{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.xibuR p{
    font-size: 12px;
    color: #A4A3A3;
    line-height: 20px;
}

.xibu-item:hover .xibuR h3{
    color: #821316;
}

.xibu-item:hover .xibuR p{
    color: #EE4225;
}

.xibu-item:hover .xibu-cover img{
    transform: scale(1.2);
}

.duiwai-cover{
    width: 100%;
    height: 121px;
    overflow: hidden;
}

.duiwai-cover img{
    width: 100%;
    height: inherit;
    transition: all 1s;
}

.duiwaiL{
    width: calc(98% - 80px);
}

.duiwaiL img{
    margin-right: 5px;
}

.duiwaiL img:nth-child(2){
    display: none;
}

.duiwaiL p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.duiwaiR{
    flex-shrink: 0;
    width: 80px;
}

.duiwaiR p{
    font-size: 12px;
    color: #666666;
}

.duiwai-item:hover .duiwaiL img:nth-child(2){
    display: block;
}

.duiwai-item:hover .duiwaiL img:nth-child(1){
    display: none;
}

.duiwai-item:hover .duiwaiL p{
    color: #821316;
}

.duiwai-item:hover .duiwaiR p{
    color: #EE4225;
}

.duiwai-cover:hover img{
    transform: scale(1.2);
}

/* 新闻模块部分结束 */


/* index公共标题开始 */
.sub-title{
    border-bottom: 2px solid #821316;
    margin: 10px 0;
}

.sub-title .title{
    font-size: 1em;
    color: #1B1919;
    line-height: 40px;
}

.sub-tools span{
    font-size: 0.6em;
    color: #821316;
}

.sub-tools img{
    width: 0.7em;
    height: 0.7em;
    margin-right: 4px;
}
/* index公共标题结束 */


/* 响应式处理开始 */
@media screen and (max-width: 1199px) {
    .swiper-banner .swiper-pagination-banner{
        display: none;
    }
}

@media screen and (max-width: 1099px) {
    .swiper-banner img{
        height: 420px;
    }
}

@media screen and (max-width: 998px){
    .school-news, .four-module, .news-section{
        box-sizing: border-box;
        padding: 0 2%;
    }

    .news-section .section{
        width: 49%;
        margin-right: 2%;
    }

    .news-section .section:nth-child(3n){
        margin-right: 2%;
    }

    .news-section .section:nth-child(2n){
        margin-right: 0;
    }

    .item-module{
        width: 48%;
        margin-bottom: 1em;
    }

    .news-wrap{
        width: 50%;
    }

    .news-module .newsL{
        padding-right: 2%;
        margin-bottom: 1em;
    }

    .news-module .news-wrap:nth-child(2){
        padding-right: 0;
        padding-left: 2%;
    }

    .newsL .news-cover{
        height: 16em;
    }

    .xibu-item, .notice-item, .duiwai-item{
        margin-bottom: 3%;
    }

    .newsR .news-item{
        padding: 2% 0;
    }
}

@media screen and (max-width: 850px) {
    .swiper-banner img{
        height: 370px;
    }
}

@media screen and (max-width: 798px) {
    .newsL .news-cover{
        height: 14em;
    }
}

@media screen and (max-width: 698px) {
    .swiper-banner img{
        height: 300px;
    }

    .newsL .news-cover{
        height: 11em;
    }
}

@media screen and (max-width: 598px) {
    .newsL .news-cover{
        height: 9em;
    }

    .newsR{
        width: 100%;
        padding: 0 !important;
    }

    .four-module{
        font-size: 16px;
    }

    .news-section .section{
        width: 100%;
        margin: 0 !important;
    }

    .duiwai-cover{
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .swiper-banner img{
        height: 260px;
    }
}

@media screen and (max-width: 450px) {
    .swiper-banner img{
        height: 230px;
    }

    .newsL .news-cover{
        height: 7em;
    }

    .four-module{
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .swiper-banner img{
        height: 180px;
    }

    .newsL .news-cover{
        height: 6em;
    }

    .four-module{
        font-size: 12px;
    }

    .news-module{
        font-size: 22px;
    }

    .noticeL{
        flex-shrink: 0;
        width: 65px;
        height: 54px;
    }

    .noticeR{
        width: calc(100% - 65px);
    }

    .noticeR h3, .xibuR h3, .duiwaiL p{
        font-size: 16px;
    }

    .duiwaiL p{
        line-height: 40px;
    }

    .noticeR p, .xibuR p, .duiwaiR p{
        font-size: 14px;
        line-height: 40px;
    }
    .xibu-item{
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 350px) {
    .swiper-banner img{
        height: 150px;
    }
}

/* 响应式处理结束 */