.yp-title {
    font-weight: 400;
    font-size: 22px;
}
.yp-label {
    text-align: center;
    padding: 2px 10px;
    background-color: #898989;
    border-radius: 8px;
    color: white;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
#article-content #test-markdown-view {
    padding: 0;
}
#article-content li {
    list-style-type: decimal;
}
#article-content {
    letter-spacing: 0.1px;
}

.article-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 15px 0 ;
}
.article-brief {
    border-radius: 20px;
    background-color: #e0e0e0;
    margin-bottom:20px;
}
.brief-content {
    padding: 10px 25px 20px 25px
}
.button-primary a:hover {
    color: black;
}


.article-block {
    padding: 15px 10px;
    border: 1px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.article-block .article-block-title{
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid;
    display: table;
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.article-block .block-content{
    border: 1px;
    border-radius: 5px;
    background-color: #EEEEEE;
    padding: 3px 10px;
    margin-top: 10px;
}
.article-block .block-line {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.article-block .block-cycle {
    text-align: center;
    border: 1px;
    border-radius: 10px;
    background-color: #EEEEEE;
    padding: 3px 6px;
    margin-bottom: 12px;
    height: 28px;
}
.article-block .block-cycle .block-cycle-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-block .icon-search {
    font-size: 22px;
    float: left;
    position: absolute;
    left: 20px;
    top: 17px;
}
.article-block input[type="text"]:focus {
    outline: initial !important;
}
.article-block .search-box {
    border-radius:10px;
    border:1px solid #dcdfe6;
    line-height: 32px;
    width: 100%;
    padding-left: 30px;
}

.yeguo-usercenter-body a,
.yeguo-usercenter-body a:hover {
    color: #4d5259;
}
