#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;
    }
}

/*new*/
.baseModule[data-v-f0d0d857] {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 20px
}

@media screen and (max-width: 1024px) {
    .baseModule[data-v-f0d0d857] {
        padding: 10px
    }
}

.title[data-v-773c0a84] {
    align-items: center;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 10px;
    width: 100%
}

.title a[data-v-773c0a84] {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-right: 50px;
    position: relative
}

.title a.active[data-v-773c0a84] {
    color: #4066b8
}

    .title a.active[data-v-773c0a84]:after {
        background-color: #4066b8;
        border-radius: 2px;
        bottom: -12px;
        content: "";
        height: 4px;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        width: 30px
    }

@media screen and (max-width: 1024px) {
    .title a[data-v-773c0a84] {
        font-size: 12px;
        font-weight: 700;
        margin-right: 20px
    }

    .title a a[data-v-773c0a84]:nth-child(3) {
        margin-right: 0
    }
}

.list[data-v-453bf7f3] {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .list[data-v-453bf7f3] {
        display: block
    }
}

.list > div[data-v-453bf7f3] {
    height: 212px;
    margin-bottom: 10px;
    margin-right: 13px
}

@media screen and (max-width: 1024px) {
    .list > div[data-v-453bf7f3] {
        height: unset;
        margin-right: 0;
        width: 100%
    }
}

.list > div .imgBox[data-v-453bf7f3] {
    align-items: center;
    border-radius: 4px;
    display: flex;
    height: 132px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 219px
}

@media screen and (max-width: 1024px) {
    .list > div .imgBox[data-v-453bf7f3] {
        height: 200px;
        width: 100%
    }
}

.list > div .imgBox .shadow[data-v-453bf7f3] {
    background-color: #00000005;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.list > div .imgBox img[data-v-453bf7f3] {
    max-height: 100%;
    width: 100%
}

.list > div .cotItem[data-v-453bf7f3] {
    background-color: #f6f8fc;
    border-radius: 0 0 4px 4px;
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: space-between;
    padding: 10px;
    width: 219px
}

@media screen and (max-width: 1024px) {
    .list > div .cotItem[data-v-453bf7f3] {
        height: 80px;
        width: 100%
    }
}

.list > div .cotItem a[data-v-453bf7f3] {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

    .list > div .cotItem a[data-v-453bf7f3]:hover {
        color: #4066b8;
        text-decoration: underline
    }

.list > div .cotItem p[data-v-453bf7f3] {
    align-items: center;
    color: #999;
    display: flex;
    font-size: 12px;
    justify-content: space-between
}

.list > div .cotItem p .iconfont[data-v-453bf7f3] {
    font-size: 13px;
    margin-right: 5px
}

.list > div[data-v-453bf7f3]:first-of-type, .list > div[data-v-453bf7f3]:nth-of-type(10) {
    position: relative
}

.list > div:first-of-type .imgBox[data-v-453bf7f3], .list > div:nth-of-type(10) .imgBox[data-v-453bf7f3] {
    align-items: center;
    display: flex;
    height: 212px;
    justify-content: center;
    overflow: hidden;
    width: 438px;
}

.list > div:first-of-type .imgBox img[data-v-453bf7f3], .list > div:nth-of-type(10) .imgBox img[data-v-453bf7f3] {
    max-height: unset;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .list > div:first-of-type .imgBox[data-v-453bf7f3], .list > div:nth-of-type(10) .imgBox[data-v-453bf7f3] {
        height: 200px;
        width: 100%
    }
}

.list > div:first-of-type .cotItem[data-v-453bf7f3], .list > div:nth-of-type(10) .cotItem[data-v-453bf7f3] {
    background-color: #0006;
    bottom: 0;
    height: 80px;
    left: 0;
    position: absolute;
    width: 100%
}

.list > div:first-of-type .cotItem a[data-v-453bf7f3], .list > div:first-of-type .cotItem p[data-v-453bf7f3], .list > div:nth-of-type(10) .cotItem a[data-v-453bf7f3], .list > div:nth-of-type(10) .cotItem p[data-v-453bf7f3] {
    color: #fff
}

@media screen and (max-width: 1024px) {
    .list > div:first-of-type .cotItem[data-v-453bf7f3], .list > div:nth-of-type(10) .cotItem[data-v-453bf7f3] {
        background-color: #f6f8fc;
        height: 80px;
        position: unset;
        width: 100%
    }

    .list > div:first-of-type .cotItem a[data-v-453bf7f3], .list > div:nth-of-type(10) .cotItem a[data-v-453bf7f3] {
        color: #333
    }

    .list > div:first-of-type .cotItem p[data-v-453bf7f3], .list > div:nth-of-type(10) .cotItem p[data-v-453bf7f3] {
        color: #999
    }
}

.list > div[data-v-453bf7f3]:nth-of-type(10), .list > div[data-v-453bf7f3]:nth-of-type(14), .list > div[data-v-453bf7f3]:nth-of-type(18), .list > div[data-v-453bf7f3]:nth-of-type(3), .list > div[data-v-453bf7f3]:nth-of-type(7) {
    margin-right: 0
}
.popular[data-v-d3d7d3e3] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px
}

@media screen and (max-width: 1024px) {
    .popular[data-v-d3d7d3e3] {
        margin-bottom: 20px
    }
}

.popular .l[data-v-d3d7d3e3] {
    width: 350px
}

@media screen and (max-width: 1024px) {
    .popular .l[data-v-d3d7d3e3] {
        width: 100%
    }
}

.popular .l .tit[data-v-d3d7d3e3] {
    margin-bottom: 10px
}

.popular .l .tit .iconfont[data-v-d3d7d3e3] {
    color: #ff6221;
    margin-right: 6px
}

.popular .l ul[data-v-d3d7d3e3] {
    width: 100%
}

.popular .l ul li[data-v-d3d7d3e3] {
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    padding: 16px 0
}

    .popular .l ul li[data-v-d3d7d3e3]:last-child {
        border: none;
        padding-bottom: 0
    }

@media screen and (max-width: 1024px) {
    .popular .l ul li[data-v-d3d7d3e3]:last-child {
        border-bottom: 1px solid #d4d4d4;
        padding: 16px 0
    }
}

.popular .l ul li a[data-v-d3d7d3e3] {
    position: relative
}

.popular .l ul li a img[data-v-d3d7d3e3] {
    border-radius: 4px;
    height: 70px;
    width: 114px
}

.popular .l ul li a .shadow[data-v-d3d7d3e3] {
    background-color: #00000005;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.popular .l ul li > div[data-v-d3d7d3e3] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px
}

.popular .l ul li > div a[data-v-d3d7d3e3] {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

    .popular .l ul li > div a[data-v-d3d7d3e3]:hover {
        color: #4066b8;
        text-decoration: underline
    }

.popular .l ul li > div p[data-v-d3d7d3e3] {
    color: #999;
    display: flex;
    font-size: 12px
}

.popular .l ul li > div p span[data-v-d3d7d3e3] {
    align-items: center;
    display: flex;
    flex: 2
}

.popular .l ul li > div p span .iconfont[data-v-d3d7d3e3] {
    margin-right: 5px
}

.popular .l ul li > div p span[data-v-d3d7d3e3]:first-child {
    flex: 3
}

.popular .r[data-v-d3d7d3e3] {
    width: 560px
}

@media screen and (max-width: 1024px) {
    .popular .r[data-v-d3d7d3e3] {
        display: none
    }
}

.popular .r a[data-v-d3d7d3e3] {
    align-items: center;
    display: flex;
    height: 336px;
    justify-content: center;
    position: relative;
    width: 100%
}

.popular .r a .shadow[data-v-d3d7d3e3] {
    background-color: #00000005;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.popular .r a:hover b[data-v-d3d7d3e3] {
    text-decoration: underline
}

.popular .r a img[data-v-d3d7d3e3] {
    border-radius: 4px;
    height: 100%;
    width: 100%
}

.popular .r a div[data-v-d3d7d3e3] {
    background-color: #33333380;
    border-radius: 0 4px 0 2px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 90px;
    justify-content: space-between;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 80%
}

.popular .r a div b[data-v-d3d7d3e3] {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.popular .r a div p[data-v-d3d7d3e3] {
    color: #fff;
    display: flex;
    font-size: 12px
}

.popular .r a div p span[data-v-d3d7d3e3] {
    align-items: center;
    display: flex;
    margin-right: 20px
}

.popular .r a div p span .iconfont[data-v-d3d7d3e3] {
    margin-right: 5px
}

@media screen and (max-width: 1024px) {
    .popular[data-v-d3d7d3e3] {
        display: block
    }
}



.contentModule .author[data-v-92ab7b16] {
    align-items: center;
    border-top: 1px dotted #f3f5f8;
    display: flex;
    flex-direction: column;
    margin-top: 75px;
    padding-top: 39px;
    text-align: center;
    width: 100%;
}



.contentModule .author .photo[data-v-92ab7b16] {
    border-radius: 100%;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 48px;
}