.child-list {
    display: block;
    width: 100%;
    margin-left: 24px;
}

.aboute-list {
    display: flex;
    flex-direction: column;
}

.hiddenChild {
    display: none;
}

.showChild {
    display: block;
}

.aboute-list-word-cli {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    padding-left: 20px;
    width: 300px;
    margin: 15px 0px;
    /*cursor: pointer;*/
}

.aboute-list-word-cli:hover {
    color: #0053C7;
}

.aboute-list-word-cli>img {
    vertical-align: middle;
}

.aboute-list-word-cli>span {
    vertical-align: middle;
    margin-left: 12px;
}

.aboute-list-word {
    width: 100%;
}

.parent-list {
    display: flex;
}

/* .aboutus .aboute-list img {
    width: 26px;
    height: 26px;
} */

.aboutus .aboute-list .aboute-list-word {
    width: 100%;
}

.child-list-there {
    display: block;
    width: 100%;
    margin-left: 40px;
}

.aboute-list-word-cli-there{
    width: 386px;
    height: 50px;
    background: #F1F2F5;
    opacity: 0.4;
}

.aboute-list-word-cli-there {
    /*cursor: pointer;*/
    background: #f9fafc;
    font-size: 14px;
    font-family: arial, 微软雅黑 !important;
    font-weight: 800;
    color: #242424;
    opacity: 1;
    height: auto;
    padding: 1px 0;
    margin: 14px 0;
}

.aboute-list-word-cli>span {
    margin: 0;
}

.aboute-list-word-cli {
    margin: 6px 0px;
    padding-left: 30px;
    position: relative;
}

.aboute-list-word-cli::before {
    content: '·';
    position: absolute;
    top: -5px;
    left: 10px;
    font-size: 30px;

}

.aboute-list-word-cli-there:hover {
    color: #0053C7;
}

.aboutus .aboute-list .aboute-list-word {
    width: 400px;
}







