.bg-top-img {
    margin-bottom: 80px;
    background-image: url(../img/wenhuaTop.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}

.teamBox {
    width: 70%;
    margin: auto;
    /* background-color: #F7F7F7; */
    height: 548px;
    margin-bottom: 110px;
    padding-left: 70px;
    /*padding-top: 45px;*/
    color: #000;
    text-align: left;
    /*background-image: url(../img/tuanduibeijing.png);*/
    background-size: 100%;
}

.teamBox-main-title {
    font-size: 2.6rem;
    color: #083E94;
    display: block;
    text-align: left;
    font-weight:700;
}
.main-title{
    color: #4F4F4F;
    font-size:4.5rem;
}
.teamBox ul li {
    line-height: 45px;
    font-size: 24px;
}
.content{
    margin-top: 80px;
    display: flex;
}
.content .first{
    flex:1;
    text-align: center;
}
.content .first b{
    color:black;
    font-size: 26px;
}
.content .first p{
    width: 140px;
    color:#5e5e5e;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
    background: linear-gradient(to right, #c2deff, #e8f2fb);
    margin:0 auto;
    margin-top: 10px;
    
}

/* 媒体查询 */

@media (max-width: 970px) {
    .bg-top-img {
        margin-bottom: 110px;
        background-image: url(../img/contacTop.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: bottom;
    }
    .teamBox {
        width: 90%;
        margin: auto;
        /* background-color: #F7F7F7; */
        height: 448px;
        margin-bottom: 100px;
        padding-left: 10px;
        padding-top: 5px;
        color: #000;
        text-align: left;
        background-image: url(../img/tuanduibeijing.png);
        background-size: 100%;
    }
    .teamBox-main-title {
        height: 120px;
        font-size: 26px;
        color: #083E94;
        display: block;
        text-align: left;
        line-height: 120px;
    }
    .teamBox ul li {
        line-height: 35px;
        font-size: 16px;
    }
}