.help-main {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
    display: flex;
}

.help-left {
    width: 250px;
    border-right: solid 1px #e6e6e6;
}

.help-left-list {
    box-sizing: border-box;
    width: 250px;
    padding: 15px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.help-left-list:hover,
.help-left-child>a:hover {
    background: #efeff4;
}

.help-left-active {
    background: #efeff4;
}

.help-left-img {
    width: 13px;
    height: 13px;
}

.help-left-child {
    display: flex;
    flex-direction: column;
}

.help-left-child>a {
    box-sizing: border-box;
    width: 250px;
    padding: 15px 30px;
    font-size: 14px;
}

.help-right {
    padding: 30px 40px;
    width: 100%;
}

.help-list {
    height: fit-content;
    padding: 15px;
    display: flex;
    margin-bottom: 30px;
    transition: all .3s;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    cursor: pointer;
}

.help-list:last-child {
    margin-bottom: 0;
}

.help-list:hover {
    transform: scale(1.01);
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
    z-index: 1;
}

.help-list-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.help-list-top {}

.help-list-title {
    color: #3E464C;
    font-size: 16px;
    font-weight: 500;
}

.help-list-brief {
    height: 35px;
    margin: 10px 0 57px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #68747F;
}

.help-list-time {
    color: #A1A6AB;
    font-size: 12px;
}

.el-menu {
    border: none !important;
}