body{
    overflow-y: auto;
}
.children_none{
    min-height: 200px;
}
.aboutus_title {
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    font-weight: bold;
    font-size: 20px;
}

.aboutus_title-children{
    padding: 20px 20px 0 0;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}
.aboutus_title-children:hover{
    color: #B5151D;
}
.aboutus_title-active{
    color: #B5151D;
}

.aboutus_introduce-title{
    color: #333333;
    font-size: 23px;
}
.aboutus_introduce-content{
    padding-top: 49px;
}
.aboutus_introduce-content p{
    line-height: 20px;
}
.aboutus-ph{
    display: none;
}
.aboutus_card{
    background: #EFEFEF;
    padding: 20px;
    margin-bottom: 20px;
}
.aboutus_card:nth-child(3n){
    margin-right: 0;
}
.aboutus_card p:nth-child(1){
    font-weight: bold;
    color: #333333;
    font-size: 20px;
}
.aboutus_card p:nth-child(2){
    font-weight: 400;
    color: #333333;
    font-size: 16px;
}
.aboutus_card p:nth-child(3){
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.aboutus_detaile{
    color: #3F6BBE;
    border: 1px solid #BFCEEC;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
}
.children_qualifications_href{
    color: #3F6BBE !important;
}
.children_briefIntroduction .aboutus_introduce-content_head p,
.children_briefIntroduction .aboutus_introduce-content_bottom p{
    text-indent:2em;
}
.children_introduce .aboutus_introduce-content .row{
    margin: 0;
}
@media (min-width: 992px){
    .aboutus-pc .children_introduce .col-md-4 {
        width: 32%;
    }
    .aboutus_card{
        margin-right: 2%;
    }
}
@media screen and (max-width:992px) {
    .aboutus_title-children{
        text-align: left;
    }
    .aboutus-pc{
        display: none;
    }
    .aboutus-ph{
        display: block;
    }
    .aboutus{
        padding-bottom: 60px;
    }
    .aboutus_introduce-content_head img{
        width: 80%;
        margin:0 10% 10px;
    }
    .row{
        margin: auto !important;
    }
    .aboutus{
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus_title{
        width: 100%;
    }
    .aboutus .aboutus_title-children{
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width:400px){
    .aboutus .aboutus_title-children{
        font-size: 13px;
    }
}