.colorBlack{
    color: #313131!important;
}
.xw{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.xwChild{
    width: 276px;
    height: 382px;
    padding: 36px 23px 0 31px;
    background-color: #ebfefe;
}
.mtTop{
    text-align: left;
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    border-left: 4px solid #3dbdff;
    padding-left: 13px;
}
.kx{
    margin:32px 0 16px;
    text-align: left;
    line-height: 16px;
    color: #313131;
}
.context{
    margin-top: 17px;
    text-align: left;
    height: 35px;
    line-height: 17px;
    color: #b0b0b0;
}
.moreHidden{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.xqFather{
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    text-align: right;
    margin: 14px 0 0;
}
.wrapHidden{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.topBorderOne {
    border-top: 1px solid #b0b0b0;
    margin: 21px 0 24px;
}
.topBorderTwo{
    border-top: 1px solid #b0b0b0;
    margin: 31px 0 27px;
}
.children{
    display: none;
}
.top1:hover{
    color: #4ac9fe;
}
.top1:hover .children{
    display: block!important;
}