#details .el-main {
    padding: 15px 0 30px;
    background: linear-gradient(0deg, #F9FBFC 0%, #ECF7FF 100%);
}

/* 面包屑 */
.el-row .el-breadcrumb {
    font-size: 16px;
    margin-bottom: 15px;
}

/* 正文 */
.el-row .article {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 50px;
}

.el-row .article .title {
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.el-row .article .content {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    text-indent: 2rem;
}

.el-row .article .content img {
    max-width: 100%;
    object-fit: contain;
    text-align: center;
}

.el-row .article .about-article {
    margin-top: 50px;
    display: flex;
    align-items: center;
    height: 100px;
    background: #F4F4F4;
    border-radius: 10px;
}

.el-row .article .about-article a {
    width: 50%;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    padding: 0 30px;
    height: 100%;
    line-height: 100px;
    border-radius: 10px 0 0 10px;
}

.el-row .article .about-article a:last-child {
    text-align: right;
    border-radius: 0 10px 10px 0;
}

.el-row .article .about-article a:hover {
    background: #1567DE;
    color: #fff;
}