.about-con img {
    margin-bottom: 20px;
    max-width: 100%;
}

.about-con .help-text {
    color: #999999;
}


/* */

.about-school-history li {
    border: solid 1px #19469d;
    padding: 30px 30px 30px 78px;
    margin-left: 50px;
    margin-bottom: 20px;
    position: relative;
    min-height: 110px;
}

.about-school-history li .year {
    width: 100px;
    height: 100px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1488cc), to(#2b32b2));
    background-image: -o-linear-gradient(bottom, #1488cc 0%, #2b32b2 100%);
    background-image: linear-gradient(0deg, #1488cc 0%, #2b32b2 100%);
    color: #ffffff;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about-values-list .item {
    margin-bottom: 30px;
}

.about-values-list .img img {
    margin-bottom: 0px;
}

.about-values-list .text {
    border: solid 2px #19469d;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 42px;
    height: 100%;
}

.about-values-list .text .line {
    width: 65px;
    height: 4px;
    background-color: #19469d;
    margin-bottom: 20px;
}

.about-values-list .text .t {
    font-size: 24px;
}

.about-planning .text {
    margin-left: 50px;
    margin-top: -50px;
    background-color: #ffffff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 35px;
    margin-bottom: 50px;
}

.about-committee .title,
.about-accreditation .title {
    width: 283px;
    height: 56px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(209, 218, 235, 1)), to(rgba(255, 255, 255, 1)));
    background-image: -o-linear-gradient(left, rgba(209, 218, 235, 1), rgba(255, 255, 255, 1));
    background-image: linear-gradient(90deg, rgba(209, 218, 235, 1), rgba(255, 255, 255, 1));
    font-size: 22px;
    line-height: 56px;
    color: #19469d;
    font-weight: bold;
    padding-left: 22px;
    margin-bottom: 30px;
}

.about-committee ul {
    margin-bottom: 40px;
}


/* .about-accreditation .title {
    margin-bottom: 30px;
} */

.about-accreditation .update-time {
    margin-top: 30px;
    margin-bottom: 50px;
}

.about-accreditation ul {
    border-top: 1px solid #dedede;
    margin-bottom: 50px;
}

.about-accreditation li {
    padding: 30px 0;
    border-bottom: 1px solid #dedede;
}

.about-accreditation li .img {
    width: 28%;
    flex-shrink: 0;
    align-self: center;
}

.about-accreditation li .img img {
    max-width: 100%;
    width: auto;
}


/* about-committee */

.about-committee .committee {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.about-committee>ul {
    display: flex;
    flex-wrap: wrap;
}

.about-committee .item {
    padding-left: 0;
    border-bottom: 1px solid #dedede;
    padding-top: 0;
    padding-bottom: 15px;
}

.about-committee .item .t-1 {
    font-weight: bold;
}

.about-committee .help-text {
    margin-bottom: 80px;
    margin-top: 30px;
}


/* about-contact */

.about-contact .img {
    border: solid 1px #dedede;
    font-size: 0;
    line-height: 0;
    border-bottom: none;
}

.about-contact .img img {
    margin-bottom: 0;
}

.about-contact .address {
    border: solid 1px #dedede;
    padding: 30px;
}

.about-contact .address .t-1 {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}

.about-contact .office-telephone {
    font-size: 22px;
    line-height: 30px;
    color: #19469d;
    font-weight: bold;
    margin: 30px 0;
}

.office-tel-groups li {
    background-color: #ffffff;
    box-shadow: 0px 4px 15px 0px rgba(0, 32, 95, 0.1);
    padding-top: 25px;
    padding-bottom: 30px;
    float: left;
    flex-shrink: 0;
    padding: 30px;
    margin-bottom: 20px;
}

.office-tel-groups li>span {
    font-size: 18px;
}


/* teacher-list */

.about-team li {
    margin-bottom: 40px;
}

.about-team li .img {
    width: 167px;
    float: left;
}

.about-team li .text {
    margin-left: 207px;
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
    min-height: 208px;
}

.about-team li .text .t-1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #19469d;
}

@media(max-width:768px) {
    .about-values-list .text{
        padding-left: 15px;
    }
    .about-values-list .text .t{
        margin-bottom: 15px;
        line-height: 1.5;
    }
    .about-message img:last-child {
        margin-top: 0px!important;
    }
    /* about-accreditation */
    .about-accreditation li {
        flex-direction: column;
    }
    .about-accreditation li .img {
        align-self: start;
    }
    /* .office-tel-groups */
    .office-tel-groups li {
        padding: 15px;
    }
    /* about-committee */
    .about-committee li.item {
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /*  */
    .about-school-history li {
        padding: 15px;
        padding-top: 65px;
        margin-top: 80px;
        margin-left: 0;
    }
    .about-school-history li .year {
        width: 100px;
        height: 100px;
        top: -50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 50%;
    }
    /* .about-planning .text */
    .about-planning .text {
        padding: 15px;
        margin-left: 0;
        margin-top: 0px;
    }
    /* col-md-6 */
    .about-values-list .item-2 {
        flex-direction: column-reverse;
    }
    .about-team li .img {
        width: 100px;
    }
    .about-team li .text {
        margin-left: 115px;
        font-size: 14px;
        min-height: 150px;
    }
}