body.mdui-loaded {
    background-color: #fff;
}


/* 文章列表 */

.artcile-list {
    margin-top: 20px;
}

.artcile-list a {
    padding: 20px 0;
    padding-right: 45px;
    box-sizing: border-box;
}

.artcile-list a:first-child {
    padding-top: 0;
}

.artcile-list a .artcile-img {
    width: 220px;
    min-width: 220px;
    height: 123.75px;
    margin-right: 26px;
}

.artcile-list a .artcile-details {
    min-width: 546px;
    max-width: 785px;
}

.artcile-list a .artcile-details p.artcile-title {
    width: 100%;
    height: 18px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #313336;
    letter-spacing: 0.24px;
    text-align: justify;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
}

.artcile-list a:hover .artcile-details p.artcile-title {
    color: #4820DA;
}

.artcile-list a .artcile-details p.artcile-desc {
    width: 100%;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.19px;
    text-align: justify;
    line-height: 20px;
    font-weight: 400;
    height: 14px;
    line-height: 14px;
    margin-bottom: 38px;
}

.artcile-list a .artcile-details .artcile-other-Info {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #8B8B8B;
    letter-spacing: 0.19px;
    text-align: justify;
    font-weight: 400;
}

.artcile-list a .artcile-details .artcile-other-Info .artcile-source {
    margin-right: 20px;
}