.helpCenter {
    padding-top: 40px;
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 40px;
}
.helpCenterBox {
    background: #f9f9f9;
}
.bodycnnt {
    height: 68px;
    opacity: 1;
    border-bottom: 1px solid #0085ff;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searchleft {
    height: 68px;
    background: #ffffff;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    display: flex;
}
.bents {
    width: 184px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    cursor: pointer;
}

.bentes {
    width: 184px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    cursor: pointer;
    background: #0085ff;
    color: #ffffff;
}
.rightinput {
    font-size: 12px;
    padding-left: 30px;
    width: 318px;
    height: 46px;
    background: #ffffff;
    box-shadow: 0px 4px 8px 1px rgba(6, 158, 248, 0.12);
    border-radius: 24px 24px 24px 24px;
}

.listbody {
    background: #ffffff;
    padding: 0 16px;
}
.bodycon {
    /* height: 168px; */
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.left {
    width: 180px;
    height: 120px;
    background-color: #ccc;
    margin-right: 16px;
}
.left img {
    width: 100%;
    height: 100%;
}

.right {
    width: 972px;
    height: 114px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.right .title {
    font-weight: 500;
    color: #333333;
    font-size: 18px;
    font-family: 'Source Han Sans CN-Medium', 'Source Han Sans CN';
    margin-bottom: 27px;
}

.right .names {
    display: flex;
    align-items: center;
    height: 22px;
    margin-bottom: 8px;
}

.right .user {
    width: 100px;
    border-right: 1px solid #ebebeb;
    margin-left: 6px;
    margin-right: 24px;
}

.block {
    text-align: center;
    margin-top: 16px;
}
@media screen and (max-width: 1399px) {
	.helpCenter {
		width: 1100px;
	}
}