.detail-main {
    width: 1200px;
    min-width: 1200px;
    padding: 30px 0;
    margin: auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.detail-left {}

.detail-left-title {
    color: #3E464C;
    font-size: 28px;
    padding-bottom: 10px;
    font-weight: 500;
}

.detail-left-time {
    font-size: 14px;
    color: #68747F;
}

.detail-left-html {
    padding: 20px 0;
    line-height: 28px;
    min-height: 300px;
    width: 870px;
    word-break: break-all;
    font-family: '微软雅黑' !important;
}

.detail-right {
    width: 298px;
    overflow: hidden;
    padding: 15px 0 8px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e0e4ea;
    font-size: 12px;
    height: fit-content;
}

.detail-right-title {
    font-size: 18px;
    color: #3E464C;
    font-weight: 500;
    padding: 0 15px 6px;
}

.detail-right-line {
    width: 34px;
    height: 3px;
    background: #e0e4ea;
    margin-left: 15px;
}

.detail-right-list {
    margin: 0 15px;
    border-bottom: 1px solid #E0E4EA;
}

.detail-right-list:last-child {
    border: none;
}

.detail-list-title {
    font-size: 12px;
    margin: 8px 0;
    color: #3E464C;
    overflow: hidden;
    cursor: pointer;
}

.detail-list-title:hover {
    color: #1da0e4;
}

.detail-list-time {
    color: #A1A6AB;
    padding-bottom: 8px;
}

.detail-grounp {
    border-top: 1px solid #eee;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.el-button--primary {
    background-color: #1da0e4 !important;
    border-color: #1da0e4 !important;
}
.content-img{
    text-align: center;
}