.big-logo{
    width: 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.big-logo h3{
    font-size: 70px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000000;
    text-align: center;
}

.people-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
}
.people-list li{
    font-size: 15px;
    margin-top: 10px;
    margin-left: 30px;
    font-family: 'Misans','Alimama_FangYuanTiVF', sans-serif;
}

.at-txt{
    font-size: 15px;
}
.at-tit{
    font-size: 22px;
}
.sat-txt{
    font-size: 13px;
}
.d-awards{
    padding-top: 60px;
}

.c-detail span a{
    font-size: 25px;
}





@media screen and (max-width:1190px) {
    .big-logo{
        width: 80%;
    }
    .big-logo h3{
        font-size: 50px;
    }

    .c-detail span a{
        font-size: 20px;
    }
}