.groupList a{
    display: block;
}
.groupList .on{
   background: #E35D2F;
}
.groupList .on a{
    color:#fff;
}
.honorList li a{
    font-size: 20px;
    /* display: block; */
}
.honorList li:hover a{
    color: white;
    background: #E35D2F;
}
.font p:first-child{
    display: inline!important;
    font-size: 70px;
    font-family: 'Microsoft Yahei';
    font-weight: 600;
}
.font p:first-child a{
    display: inline!important;
    font-size: 70px;
    color: #ff5005;
    font-family: 'Microsoft Yahei';
    font-weight: 600;
}
.header:hover{
    height: 325px;
}
.brandMidLogo{
    background: #f9f9f9;
}
.teamBuild .workImg{
    height: 250px;
    margin: 0 -1px;
}
.teamBuild .workContent li{
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.teamBuild .workText{
    border:none;
}



@media screen and (max-width:750px){
    .teamBuild .workImg{
        height: 165px;
    }
}