.contact{
    margin: 0.8rem 0 0.5rem;
    height: 4.2rem;
    background: #0B308D;
    color: #fff;
    padding: 0 0.25rem;
    font-weight: 700;
}
.contact h3{
    font-size:0.5rem ;
    padding-top: 0.2rem;
    line-height: 1.6rem;
    font-weight: 700;
}
.contact p{
    font-size: 0.32rem;
    line-height: 0.55rem;
}
.depart{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.depart-item{
    background: #fff;
    width: 4.4rem;
    height: 4.1rem;
    margin-bottom: 0.5rem;
}
.depart-item .depart-name{
    height: 0.8rem;
    line-height: 0.8rem;
    background: #FFD700;
    text-align: center;
    color: #0B308D;
    font-weight: 700;
    font-size: 0.4rem;
}
.depart-item .depart-detail{
    font-size: 0.32rem;
    color: #0B308D;
    margin: 0.4rem 0 0.3rem 0.2rem;
    line-height: 0.5rem;
}