#blog {
    padding-bottom: 50px;
}

/* 博客左侧区域 */
#blog.ws>.l {
    width: 960px;
}

/* 公告列表 */
.gglist {
    box-sizing: border-box;
    width: 100%;
    margin: 10px auto 14px;
    padding: 10px 20px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
}


.gglist>ul {
    margin: 8px auto;
}

.baisebj {
    line-height: 40px;
    color: rgb(51, 51, 51);
    height: 40px;
    display: block;
    font-family: 微软雅黑;
    background: rgb(255, 255, 255);
    position: relative;
}

.huisebj {
    line-height: 40px;
    height: 40px;
    color: rgb(51, 51, 51);
    display: block;
    font-family: 微软雅黑;
    background: rgb(248, 248, 248);
    position: relative;
}


.gglist>ul p {
    --fill-color: rgb(28, 28, 28);
    float: left;
    text-indent: 30px;
    font-weight: normal;
}

.gglist>ul span {
    float: left;
    margin-left: 10px;
}

.gglist>ul b {
    float: right;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    padding-right: 15px;
}

.baisebj:hover,
.huisebj:hover {
    color: var(--main-color);
}


/* 小三角 */
.baisebj::after,
.huisebj::after {
    content: '';
    position: absolute;
    left: 1.3em;
    top: 40%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid var(--info-color);
    border-bottom: 4px solid transparent;
}



/* 右侧订阅 */
#blog.ws>.r {
    width: 320px;
    padding-top: 40px;
}

/* 订阅区域 */
.subscribe {
    height: 276px;
    padding: 20px;
}

.subscribe .iconfont-ut {
    font-size: 30px;
}

/* 文本框选中时 */
.subscribe input:focus {
    border-color: var(--main-color);
}

.parts>div p,
.posts>div {
    border-bottom: 2px solid var(--main-color);
}


/* 推荐文字列表 */
.postsList li {
    position: relative;
    text-align: left;
    padding-left: 2em;
    margin: 5px 0;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    overflow: hidden;
}

.postsList li a {
    color: var(--color3);
}

.postsList li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--color3);
}

.postsList li:hover a {
    color: var(--main-color);
}

/* 经过每项时 */
.postsList li:hover::before {
    background-color: var(--main-color);
}

/* 指定状态 */
.postsList li.top a {
    color: var(--warning-color);
}

.postsList li.top::before {
    background-color: var(--warning-color);
}


/* 强制去除富文本边框 */
.tox-tinymce {
    border: none !important;
}



#blog .list li {
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    padding: 16px 0
}

#blog .list li:last-child {
    border-bottom: none
}

#blog .list li>a {
    display: inline-block;
    margin-right: 12px
}

#blog .list li>a,
#blog .list li>a .img {
    height: 60px;
    width: 60px
}

#blog .list li>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.list li>div a {
    color: #333;
    line-height: 20px
}

.list li>div a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.list li>div p {
    color: #999;
    font-size: 13px;
    line-height: 20px
}


@media screen and (max-width: 1024px) {
    #blog .r {
        display: none !important;
    }
}