.university{
    background-color: #352C84;
}
.university .contain{
    overflow: hidden;
}
/* banner */
.banner{
    position: relative;
}
.banner .b_bg{
    width: 100%;
}
.banner .b_txt{
    position: absolute;
    left: 10%;
    top: 44%;
    height: 37%;
}
.banner .mimg{
    display: none;
}


.contain-area{
    background-color: #f3f3f3;
}
.contain-area .nav-list{
    width: 60%;
    margin: 0 auto;
    display: flex;
    color: #433b95;
    justify-content: center;
    padding: 20px 0;
}
.contain-area .nav-list .nav{
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    color: #433b95;
    font-size: 18px;
    margin: 0 30px;
    word-break: keep-all;
}
.contain-area .nav-list .active,.contain-area .nav-list .nav:hover{
    color: #CCA84D;
    border-bottom-color: #CCA84D;
}

.introduction{
    width: 83.3333%;
	max-width: 1600px;
    margin: 0 auto;
    margin-top: 40px;
}
.introduction .img-list{
    position: relative;
}
.introduction .img-list .img{
    width: 100%;
    position: relative;
    z-index: 100;
}
.introduction .img-file{
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translateX(-50%);
    width: 44.6%;
}
.cont-txt{
    width: 85.3125%;
    padding: 90px 0;
    color: #333;
    font-size: 18px;
    /* text-indent: 2em; */
    position: relative;
    margin: 0 auto;
}
.cont-txt .con{
    position: relative;
    z-index: 5;
    text-align: justify;
}
.cont-txt .m40{
    margin-bottom: 40px;
}

.info{
    background-color: #fff;
    padding: 110px 0;
    
}
.info-list{
    display: flex;
    font-size: 16px;
    line-height: 1.5em;
    width: 72.3958%;
    max-width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
    justify-content: space-between;
}
.info-list p{
    word-break: keep-all;
    line-height: 1.75;
    position: relative;
}
.info-list p::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 11px;
    width: 6px;
    height: 6px;
    background-color: #cca84d;
    border-radius: 50%;
}
.info-list .row{
    width: 53.597%;
    flex-shrink: 0;
}
.info-list .pitem{
    display: block;
}
.info-list .mitem{
    display: none;
}
.info-list .row.row2{
    width: 43.88%;
}
.info-list .tit{
    font-size: 30px;
    margin-bottom: 14px;
    font-family: Microsoft YaHei;
}
.info-list .m32{
    margin-bottom: 32px;
}

/* high-lights */
.high-lights{
    background-color: #fff;
    text-align: center;
    color: #333;
    padding-bottom: 110px;
}
.high-list{
    width: 83.3333%;
	max-width: 1600px;
    margin: 0 auto;
    display: flex;
    /*padding-top:  30px;*/
}
.high-list>div{
    flex:1;
    width: 50%;
}
.high-list .l{
    height: 180px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
.high-list .img{
    height: 40px;
}
.high-list .high-left .num{
    font-size: 72px;
    font-family: 'Times New Roman', Times, serif;
}
.high-list .high-left .small{
    font-size: 18px;
}
.high-list .high-right .num{
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.2;
}
.high-list .high-right .small {
    font-size: 16px;
}
.high-list .noBorBot{
    border-bottom: none;
}
.high-list .noBorRig{
    border-right: none;
}

    @media only screen and (max-width:1680px){
        .high-list .high-left .num{
            font-size: 64px;
        }
        .high-list .high-right .num{
            font-size: 34px;
        }
    }
    @media only screen and (max-width:1440px){
        .info-list .tit{
            font-size: 28px;
        }
        .info-list{
            font-size: 16px;
        }
        .high-list .high-left .num{
            font-size: 56px;
        }
        .high-list .high-left .small{
            font-size: 16px;
        }
        .high-list .high-right .num{
            font-size: 28px;
        }
        .high-list .high-right .small {
            font-size: 14px;
        }
        
    }
    @media only screen and (max-width:1200px){
        /* university */
        .university .contain-area .nav-list {
            display: none;
        }
        .introduction{
            width: 100%;
            margin-top: 13px;
        }
        .introduction .img-file{
            width: 87%;
            top: 0;
        }
        .cont-txt{
            padding: 35px 0;
            width: 96%;
        }
        .info{
            padding: 0;
            background-color:#f3f3f3;
        }
        .info-list{
            display: block;
            width: 96%;
        }
        .info-list .row,.info-list .row.row1,.info-list .row.row2{
            width: 100%;
            margin: 0;
            padding-bottom: 44px;
        }
        .high-lights .high-list {
            display: block;
        }
    
        .high-lights .high-list>div {
            width: 100%;
        }
        .high-lights{
            padding-bottom: 0;
        }
        .high-lights .high-list{
            width: 100%;
            padding: 30px 0;
        }
        
        .info-list .pitem{
            display: none;
        }
        .info-list .mitem{
            display: block;
        }
    }
	
@media only screen and (max-width: 767px){
    .banner .pimg{
        display: none;
    }
    .banner .mimg{
        display: block;
    }
    .high-list .l{
        height: 120px;
    }
    .high-list .high-left .num{
        font-size: 28px;
    }
    .high-list .high-left .small{
        font-size: 16px;
    }
    .high-list .high-right .num{
        font-size: 16px;
        line-height: 1.45;
        margin-top: 6px;
    }
    .high-list .high-right .small {
        font-size: 12px;
    }
}
	@media only screen and (max-width:479px){
        .cont-txt{
            font-size: 16px;
        }
        .info-list{
            padding: 0 20px;
            font-size: 16px;
        }
        .info-list .tit{
            font-size: 21px;
        }
	}