/* 学校简介部分开始 */
.xyjj{
    font-size: 18px;
}

.xyjj h3{
    text-align: center;
    font-size: 1.3em;
    color: #333333;
    line-height: 3.3em;
    font-weight: 400;
}

.xyjj p{
    font-size: 0.8em;
    color: #333333;
    line-height: 1.8em;
    margin-bottom: 1em;
}

.xyjj li{
    font-size: 0.8em;
    color: #333333;
    text-indent: 2em;
    line-height: 1.8em;
    margin-bottom: 0.5em;
}

/* 学校简介部分结束 */

/* 校长寄语部分开始 */
.xzjy{
    
}

.msgL{
    width: calc(100% - 383px);
}

.msgL img{
    width: 100%;
    height: 100%;
}

.msgR{
    width: 383px;
    background: url(../images/pc/ny_tu2_1.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 20px;
}

.msgR .white-bg{
    width: 100%;
    height: 100%;
    background: white;
}

.msgR p{
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    box-sizing: border-box;
    padding: 8%;
    padding-top: 20%;
}

.signature{
    box-sizing: border-box;
    padding: 5%;
    display: flex;
    justify-content: flex-end;
    margin-top: 15%;
    font-size: 16px;
    color: #333333;
}

/* 校长寄语部分结束 */

/* 现任领导部分开始 */
.xrld{
    font-size: 18px;
}

.leaderL{
    width: 56px;
    height: auto;
    background: #9B0A0E;
}

.leaderL h3{
    font-size: 1.2em;
    color: white;
    line-height: 30px;
    font-weight: 400;
}

.leaderR{
    width: calc(100% - 56px);
    height: auto;
}

.leaderR .table{
    width: 100%;
    border-collapse: collapse;
    border-color: #E3E4E4;
}

.leader-title{
    min-width: 80px;
    flex-shrink: 0;
    text-align: center;
    font-size: 1em;
    color: #333333;
    background: rgba(155,10,14,0.0500);
}

.table tr td:nth-child(2){
    padding: 1.3em;
}

.leader-list{
    display: flex;
    flex-wrap: wrap;
}

.leader-list li{
    width: 274px;
    height: 127px;
    background: #F7F7F7;
    margin-right: 5%;
}

.leader-list li:nth-child(2n){
    margin-right: 0;
}

.leader-list li img{
    width: 169px;
    height: 127px;
}

.leader-list li .user-name{
    width: calc(100% - 169px);
    height: inherit;
    line-height: 127px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

/* 现任领导部分结束 */

/* 学校荣誉部分开始 */
.xxry{

}

.honor-list{
    flex-wrap: wrap;
}

.honor-list li{
    display: block;
    width: 32%;
    height: 236px;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    position: relative;
}

.honor-list li:nth-child(3n){
    margin-right: 0;
}

.honor-list li a{
    display: block;
    width: 100%;
    height: inherit;
}

.honor-list img{
    width: 100%;
    height: inherit;
}

.honor-list p{
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 50px;
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}

.modal-show{
    width: 100%;
    height: inherit;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.2s ease-out 0s;
    display: flex;
    align-items: center;
    text-align: center;

}

.hover-show{
    width: 152px;
    height: 40px;
    background: #9B0A0E;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
}

.honor-list li:hover p{
    opacity: 0;
}

.honor-list li:hover a{
    background: rgba(0,0,0,0.1);
}

.honor-list li:hover .modal-show{
    opacity: 1;
    
}

/* 学校荣誉部分结束 */


/* 交通指南部分开始 */
.jtzn{

}

.traffic-guide{
    flex-wrap: wrap;
}

.guide-item{
    flex-shrink: 0;
    height: 65px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(150,165,183,0.2000);
    border-radius: 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 5px 10px 5px 10px;
}

.guide-item p{
    font-size: 16px;
    color: #333333;
}

.guide-item img{
    margin-right: 5px;
}

.guide-small{
    width: 32%;
}

.guide-big{
    width: 100%;
}

.idMap{
    width: 100%;
    height: 586px;
}
/* 交通指南部分结束 */

/* 校园风光部分开始 */
.xyfg{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5% 0;
    background: rgba(255,255,255,0.4600);
    border: 1px solid #E8E8E8;
    font-size: 18px;
}

.imgList{
    width: 100%;
    max-width: 44em;
    height: calc(29em + 5.5em);
    overflow: hidden;
    margin: 0 auto;
}

.imgList .swiper-slide p{
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 2.2em;
}

.imgList img{
    width: 100%;
    max-width: 44em;
    height: 29em;
}

.mySwiper{
    width: 85%;
    background: #F3F3F3;
    box-sizing: border-box;
    padding: 3%;
    position: relative;
    margin: 0 auto;
}

.mySwiper .swiper-slide{
    flex-shrink: 0;
    width: 8em;
    height: 6em;
    margin: 0 1%;
}

.mySwiper .swiper-slide img{
    width: 100%;
    height: inherit;
}

.prevC, .nextC{
    width: 1.7em;
    height: 100%;
    background: rgba(233,233,233,0.8500);
    border: none;
    outline: none;
}

.prevC img, .nextC img{
    width: 0.6em;
    height: 1.1em;
}

.prevC{
    position: absolute;
    left: -1.7em;
    top: 0;
}

.nextC{
    position: absolute;
    right: -1.7em;
    top: 0;
}

.swiper-slide-thumb-active{
    border: 0.16em solid #DB261D;
}

/* 校园风光部分结束 */








/* 响应式处理开始 */
@media screen and (max-width: 1200px) {
    .xyfg{
        border: none;
        padding-top: 1%;
    }
}

@media screen and (max-width: 998px) {
    .xyjj{
        font-size: 24px;
    }

    .xyjj h3{
        font-weight: bold;
    }

    .honor-list li{
        height: auto;
    }

    .honor-list li a{
        height: 100%;
    }

    .xyfg{
        font-size: 17px;
    }

    .mySwiper{
        width: calc(100% - 3.4em);
    }

}

@media screen and (max-width: 768px) {
    .dean-msg{
        display: block;
    }

    .msgL, .msgR{
        width: 100%;
    }

    .msgR p{
        padding: 0;
    }

    .signature{
        margin-top: 0;
    }

    .leader-list li{
        width: 169px;
        height: auto;
        margin-bottom: 10px;
    }

    .msgR .white-bg{
        box-sizing: border-box;
        padding: 4%;
    }

    .leader-list li a{
        display: flex;
        flex-direction: column;
    }

    .leader-list li .user-name{
        width: 100%;
        height: auto;
        line-height: 50px;
    }

    .xyfg{
        font-size: 14px;
        padding: 0;
    }

}

@media screen and (max-width: 698px){
    .honor-list li{
        width: 49%;
        margin-right: 2%;
    }

    .honor-list li:nth-child(3n){
        margin-right: 2%;
    }

    .honor-list li:nth-child(2n){
        margin-right: 0;
    }

    .guide-small{
        width: 100%;
    }

    .xyfg{
        font-size: 12px;
    }
}

@media screen and (max-width: 550px){
    .xyjj h3{
        font-size: 1.1em;
    }

    .xyfg{
        font-size: 10px;
    }
}

@media screen and (max-width: 480px){
    .xyjj{
        font-size: 22px;
    }

    .msgR p{
        font-size: 16px;
    }

    .idMap{
        height: 386px;
    }
}

@media screen and (max-width: 400px){
    .xyjj{
        font-size: 20px;
    }

    .leaderL{
        width: 36px;
    }

    .leaderR{
        width: calc(100% - 36px);
    }

    .leaderL h3{
        font-size: 1em;
    }

    .leader-title{
        font-size: 1em;
    }

    .xyfg{
        font-size: 8px;
    }

    .imgList .swiper-slide p{
        font-size: 16px;
    }

    .mySwiper .swiper-slide{
        width: 10em !important;
        height: 7.5em !important;
        margin: 0 0.5%;
    }
}
/* 响应式处理结束 */
