.contact .contact-header {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://chhcollege-static.oss-cn-shanghai.aliyuncs.com/chh_bc/images/banner/contact.jpg);
}
.contact .contact-wrapper {
    padding-top: 22px;
    min-height: 1500px;
}
.contact .contact-wrapper .title {
    padding-left: 9px;
    font-size: 28px;
    color: #595959;
}
.contact .contact-wrapper .content .left {
    width: 899px;
}
.contact .contact-wrapper .content .right {
    margin-top: 72px;
}

.contant-us .contant-us-wrapper {
    margin: 30px 0;
}
.contant-us .contant-us-wrapper .item{
    width: 433px;
    height: 110px;
    background-color: #F4F4F4;
    padding: 23px 0 30px 17px;
}
.contant-us .contant-us-wrapper .item .item-title {
    font-size: 20px;
    color: #343434;
    margin-bottom: 7px;
    font-weight: 500;
}
.contant-us .contant-us-wrapper .item .item-title .text {
    margin-left: 5px;
}
.contant-us .contant-us-wrapper .item .item-title .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.contant-us .contant-us-wrapper .address .item-title .icon {
    width: 20px;
    height: 20px;
    background-image: url('../../images/pc/contact-address.png');
}
.contant-us .contant-us-wrapper .phone .item-title .icon {
    width: 18px;
    height: 18px;
    background-image: url('../../images/pc/contact-phone.png');
}
.contant-us .contant-us-wrapper .item .item-content {
    font-size: 16px;
    color: #595959;
}
.contant-us .contant-us-wrapper .item .item-content span {
    margin-right: 18px;
}

.teaching-base .title {
    margin-bottom: 18px;
}
.teaching-base .content .img {
    width: 289px;
    margin-bottom: 50px;
}

