
.titile-icon {
    width: 10px;
    height: 10px;
    background: url("./../media/packup.svg") no-repeat center;
    background-size: cover;
    margin-left: 8px;
}

.common-problem-list {
    margin-top: 24px;
}

.common-left-title {
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.problem-item {
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}

.problem-list {
    padding-left: 32px;
    display: none;;
}

.problem-data {
    display: flex;
    align-items: center;
}

.titile-icon-selected {
    width: 10px;
    height: 10px;
    background: url("./../media/open.svg") no-repeat center;
    background-size: cover;
    margin-left: 8px;
}

.body_content {
    display: flex;
    width: 1176px;
    margin: 0 auto;
    margin-top: 65px;
}

.common-problem-content {
    width: 350px;
}

.cpoi-list {
    display: none;
    margin-left: 32px;
}


.cpoil-item {
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
    word-break: break-all;
}

.cpoil-item:hover {
    color: #06F
}

.cpci-icon_title {
    color: #333;
    font-family: "Source Han Sans CN";
    font-style: normal;
    font-weight: 600;
    /*文本溢出隐藏*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 24px;
}

.cpci-icon_title:hover {
    color: #06F
}

.cpci-icon-down {
    border: 5px solid transparent;
    border-top: 5px solid;
    display: inline-block;
    margin-left: 5px;
}

.cpci-icon {
    border: 5px solid transparent;
    border-left: 5px solid;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}


.show {
    display: block;
}