@charset "UTF-8";

/*index*/
h2.headline{
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
    border-bottom: solid 2px #1967c5;
    margin-bottom: 10px;
}

.headline .konw-more{
    float: right;
    padding-right: 10px;
    font-size: 14px;
    color: #1b71d6;
}
.headline .konw-more .fa{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 2px;
    left: 5px;
}
.headline .konw-more:hover{
    color: #175cae;
    text-decoration: underline;
}

/* 教育中心 */

.education-centre{
    padding: 10px;
    position: relative;
}

.education-centre .education-img{
    width: 60%;
    float: left;
    color: #fff;
    margin-top: 30px;
    position: relative;
}
.education-img .img-left{
    width: 20%;
    float: left;
    background-color: #726566;
    position: relative;
    height: 220px;
}

.education-img.education-img-en .img-left{
    width: 25%;
    height: 270px;
}

.education-img .img-left::after{
    z-index: 3;
    content:"";  
    display:block;  
    position:absolute;  
    right:-20px; 
    bottom: calc(50% - 20px);
    width:0;   
    height:0;  
    border-bottom:20px solid transparent;  
    border-top:20px solid transparent;  
    border-left:20px solid #726566;  
}

.education-img .img-left img,.education-img .img-right img{
    display: block;
    margin:50px auto 5px;
    height: 30px;
    width: 30px;
}

.education-img.education-img-en .img-left img,.education-img.education-img-en .img-right img{
    margin:30px auto 5px;
}

.education-img .img-left p,.education-img .img-right p{
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}

.education-img .img-left h6,.education-img .img-right h6{
    margin-bottom: 10px;
    text-align: center;
}

.education-img .img-container{
    position: relative;
    height: 220px;
    width: 60%;
    float: left;
    background: url("../images/activity/activity1-02.jpg") no-repeat;
    background-size: 100% 100%;
}
.education-img.education-img-en .img-container{
    height: 270px;
    width: 50%;
}

.img-container .text-list{
    text-align: center;
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
}
.education-img.education-img-en .text-list{
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
}
.img-container .text-list span{
    border: 1px solid #fff;
    font-size: 18px;
    margin-left: 10px;
    display: inline-block;
    border-radius: 10px;
    background-color: #942323;
    padding: 5px 10px;
    font-weight: bold;
}
.education-img.education-img-en .text-list span{
    height: 60px;
    width: 120px;
    border: 1px solid #fff;
    font-size: 18px;
    margin-left: 10px;
    display: inline-block;
    border-radius: 10px;
    background-color: #942323;
    padding: 5px 10px;
    font-weight: bold;
}

.education-img .img-right{
    height: 220px;
    width: 20%;
    float: left;
    background-color: #726566;
    position: relative;
}

.education-img.education-img-en .img-right{
    height: 270px;
    width: 25%;
}
.education-img .img-right::after{
    content:"";  
    display:block;  
    position:absolute;  
    left:-20px; 
    bottom: calc(50% - 20px);
    width:0;   
    height:0;  
    border-bottom:20px solid transparent;  
    border-top:20px solid transparent;  
    border-right:20px solid #726566;  
}


.education-centre .education-introduce{
    width: 40%;
    float: right;
    font-size: 16px;
    padding-left: 30px;
    color: #000000;
}
.education-introduce h6{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.education-introduce p{
    line-height: 30px;
}

.education-introduce.education-introduce-en p{
    line-height: 20px;
    font-size: 15px;
}
@media (max-width: 768px) {
    .education-centre .education-img,.education-centre .education-introduce{
        width: 100%;
    }
    .img-container .text-list{
        width: 100%;
    }
    .education-centre .education-introduce{
        margin-top: 40px;
        padding-left: 0;
    }
    .education-img.education-img-en .text-list span{
        font-size: 12px;
        padding: 10px 6px;
        height: 55px;
        width: 80px;
    }
     .education-img.education-img-en .img-left,.education-img.education-img-en .img-container,.education-img.education-img-en .img-right{
        height: 300px;
    } 
}
@media (max-width: 540px) {
    .education-img .img-left,.education-img .img-container,.education-img .img-right{
        height: 300px;
    }
    .education-img.education-img-en .img-left,.education-img.education-img-en .img-container,.education-img.education-img-en .img-right{
        height: 430px;
    }
    .img-container .text-list span{
        font-size: 15px;
        padding: 3px 6px;
        margin: 0;
    }
    .education-img.education-img-en .text-list span{
        margin-left: 0px;
        width: 70px;
        padding: 10px 0;
    }
}


/*研究项目*/
.research-project{
    padding: 10px;
    position: relative;
}

.research-project .list-partition{
    width: 30%;
    float: left;
}

.research-project .list-partition:nth-child(2){
    margin: 0 5%;
}

.research-project .project-list-title{
    padding-left: 15px;
    font-weight: bold;
    color: #175cae; 
    font-size:16px;
}
.research-project .project-list-title h5{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.research-project .project-list-item{
    padding: 22px 8px 22px 10px;
    border-bottom: 1px dashed #999;
}

.research-project .project-list-item p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.research-project .project-list-item a{
    color: #232323;
}
.research-project .project-list-item a:hover{
    color: #1967c5;
}

@media (max-width: 540px) {
    .research-project .list-partition{
        width: 100%;

    }
    .research-project .list-partition:nth-child(2){
        margin:20px 0;
    }
    
}

/*新闻*/
.news{
    padding: 26px 10px 4px 10px;
    position: relative;
}
.news .news-item{
    float: left;
    width: 50%;
    padding: 10px 12px;
}
.news .news-img{
    width: 50%;
    height: 214px;
    display: block;
    float: left;
}
.news.news-en .news-img{
    height: 230px;
}

.news .news-img img{
    width: 100%;
    height: 100%;
}
.news .news-item .title{
    font-weight: 600;
    line-height: 32px;
    font-size: 16px;
}
.news .news-info{
    width: 50%;
    display: block;
    float: left;
    padding-left: 10px;
}
.news .news-info .title a{
    color: #1967c5;
}
.news .news-info .content a{
    color: #232323;
}
.news .news-info .content a:hover{
    color: #1967c5;
}
.news .news-item .content{
    color: #555;
    line-height: 28px;
    text-indent: 2em;
    font-size: 14px;
}


@media (max-width: 768px) {
    .news .news-item{
        width: 100%;
    }
}

@media (max-width: 540px) {
    .news .news-img,.news .news-info{
        width: 100%;
    }
}

/*特色*/
.character{
    padding: 10px 10px 20px 10px;
    position: relative;
}
.character .character-item{
    float: left;
    width: 25%;
    height: 294px;
    padding: 25px 12px 20px 12px;
    cursor: pointer;
}
.character.character-en .character-item{
    height: 286px;
    padding: 15px 2px 5px;
}
.character .character-item:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.character .character-item img{
    height: 100px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.character .character-item .title{
    padding-top: 20px;
    line-height: 52px;
    font-size: 20px;
    color: #000000;
}
.character.character-en .character-item .title{
     padding-top: 12px;
}

.character .character-item .info{
    line-height: 26px;
    color: #000000;
    letter-spacing: 1px;
    padding: 0 5%;
}
.character.character-en .character-item .info{
    letter-spacing: 0;
    padding: 0 2%;
}
@media (max-width: 768px) {
    .character{
        padding: 0 16px 20px 16px;
    }
    .character .character-item{
        width: 50%;
    }
}
@media (max-width: 540px) {
    .character .character-item{
        width: 100%;
        margin: 5px 0;
        height: auto;
    }
    .character .character-item .info{
        margin: 0 12%;
    }
}

/*college-main*/
.college-main{
    background: url("..images/index/college-bg.png") no-repeat -10px 85px;
    min-width: 1200px;
}
@media (max-width: 768px) {
    .college-main{
        background: url("..images/index/college-bg-sm.png") repeat 0 0;
        width:auto;
        min-width: 320px;
    }
}

/*关于我们*/
.about-us{
    padding: 0 10px;
    position: relative;
    height: 660px;
}
.about-us .top{
    padding: 20px 0;
}
.about-us .top .intro{
    color: #000000;
    width: 52%;
    float: left;
    text-indent: 2em;
    padding: 0 60px 20px 30px;
    line-height: 32px;
    letter-spacing: 3px;
}
.about-us.about-us-en .top .intro{
    line-height: 30px;
    letter-spacing: 0;
}
.about-us .top .img{
    width: 48%;
    float: left;
    padding: 0 20px 20px 50px;
}
.about-us .middle img{
    position: relative;
    top: -96px;
    padding-left: 33px;
}
.about-us .bottom{
    color: #000000;
    text-indent: 2em;
    padding: 0 60px 20px 30px;
    line-height: 32px;
    position: relative;
    top: -60px;
    letter-spacing: 1px;
}
.about-us.about-us-en .bottom{
    padding: 0 20px 10px 10px;
    line-height: 28px;
    letter-spacing: 0;
}
@media (max-width: 768px) {
    .about-us{
        padding: 0 16px;
        height: auto;
    }
    .about-us .top .intro{
        width: 100%;
        float: none;
        padding: 0 30px 20px;
    }
    .about-us .top .img img{
        width: 120%;
    }
    .about-us .middle img{
        top: 0;
        padding-left: 10px;
        width: 90%;
    }
    .about-us .bottom{
        top: 0;
        padding: 20px 30px 30px;
    }
}

.gray{
    background-color: #959595;
}
.blue{
    background-color: #88abda;
}
.f6b37f{
    background-color: #f6b37f;
}
.acd598{
    background-color: #acd598;
}
