.header .top .right-box {
    margin-bottom: 0;
}

.header .top {
    padding: 1.7rem 0;
}

.header .top .right-box .links {
    display: none;
}

@media screen and (min-width: 996px) {
    .header {
        background: #fff;
    }

    header .logo {
        display: none;
    }

    .sub-logo {
        display: block;
    }
}
.article-page .article-box p img{
max-width:650px;
display:block;
padding-bottom:10px;
margin:0px auto;
}
.sub-container {
    padding-top: 2.4rem;
    padding-bottom: 10rem;

}

.bread-title-box {
    padding-bottom: 2.3rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #D8D8D8;
}

.gp-bread {
    display: flex;
    align-items: center;
}

.bread-title-box .home-icon {
    display: none;
    width: 16px;
    height: 16px;
    background: url('../images/barc_nav.png') no-repeat center/100% 100%;
    margin-right: 6px;
}

@media screen and (max-width: 996px) {
    .bread-title-box .home-icon {
        display: block;
    }

    .sub-container {
        padding-bottom: 4rem;
    }
}

/* 文章详情页 */
.article-page {
    background: #F3F3F3;
}

.article-page .article-box {
    padding: 4rem;
    background-color: #fff;
}

.article-page .article-title {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 2rem;
    text-align: center;
}

.article-page .article-date {
    display: block;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 2rem;
    text-align: center;
}

.article-page .article-box p {
    text-indent: 2em;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.8em;
}

.article-page .article-img {
    width: 100%;
    margin: 2rem 0;
}

.article-link {
    display: none;
    padding-top: 24px;
    border-top: 1px dashed #DCDCDC;
    color: rgba(0, 0, 0, 0.9);
}

.article-link .article-but {
    margin-bottom: 1.2rem;
}

.article-link .article-but .no-article {
    color: rgba(0, 0, 0, 0.40);
}

@media screen and (max-width: 996px) {
    .article-page .article-box {
        padding: 0;
        padding-bottom: 2.4rem;
    }

    .article-page {
        background-color: #fff;
    }

    .article-page .article-title,
    .article-page .article-date {
        text-align: left;
    }

    .article-link {
        display: block;
    }
}

/* 文字列表页 */
.text-list-page {
    padding-top: 2.4rem;
    padding-bottom: 9.5rem;
}

.text-list-page .bread-title-box {
    padding-bottom: 2.4rem;
    margin-bottom: 0rem;
}

.text-list-page .text-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    border-bottom: 1px solid #D8D8D8;
}

.text-list-page .text-list li a .date {
    color: rgba(0, 0, 0, 0.9);
    flex-shrink: 0;
}

.text-list-page .text-list li a .text {
    margin-right: 10px;
    flex: 1;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.text-list-page .text-list li a:hover .text {
    color: #BB212F;
    font-weight: 600;
}

@media screen and (max-width: 996px) {
    .text-list-page .bread-title-box {
        border: none;
    }

    .text-list-page .text-list li a .date {
        color: rgba(0, 0, 0, 0.6);
    }

    .text-list-page .text-list li {
        margin-bottom: 20px;
    }

    .text-list-page .text-list li a {
        padding: 0rem;
        border-bottom: none;
        border-top: none;
    }
}

/* 图文列表页 */
.img-text-list-page {
    padding-top: 2.4rem;
    padding-bottom: 7rem;
    background-color: #F3F3F3;
}

.img-text-list li {
    border-bottom: 1px solid #D8D8D8;
}

.img-text-list li a {
    display: flex;
    align-items: center;
}

.img-text-list li a .text {
    margin-left: 3rem;
    margin-right: 1.5rem;
    flex: 1;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.img-text-list li a .m-date {
    display: none;
    margin: 1.5rem 0;
    color: rgba(0, 0, 0, 0.6);
}

.img-text-list li a .date {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgba(0, 0, 0, 0.9);
    padding: 1.5rem 2.5rem;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}

.img-text-list li a .date::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1.6rem solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    transition: all 0.3s ease-in-out;
    /* 三角形的颜色 */
}

.img-text-list li a .date .day {
    font-size: 2.6rem;
    font-weight: 600;
}

.img-text-list li a .img {
    width: 17rem;
    margin-left: auto;
    margin-right: 1.3rem;
    flex-shrink: 0;
}

.img-text-list li a:hover {
    background-color: #fff;
    box-shadow: inset 0px -1px 0px 0px #C5C5C5;
}

.img-text-list li a:hover .date {
    background-color: #BB212F;
    color: #fff;
}

.img-text-list li a:hover .date::after {
    border-left-color: #BB212F;
}

@media screen and (max-width: 996px) {
    .img-text-list-page .bread-title-box {
        border: none;
        margin-bottom: 0;
    }

    .img-text-list-page {
        background-color: #fff;
    }

    .img-text-list li {
        border: none;
        margin-bottom: 14px;
    }

    .img-text-list li a {
        flex-direction: column;
        padding-bottom: 2rem;
        border: 1px solid #D8D8D8;
        border-radius: 5px;
    }

    .img-text-list li a .date {
        display: none;
    }

    .img-text-list li a .img {
        margin-left: 0;
        margin-right: 0;
        order: 1;
        width: 100%;
    }

    .img-text-list li a .text {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 2rem;
        margin-left: 0;
        margin-right: 0;
        white-space: normal;
        /* 不换行 */
        overflow: visible;
        font-weight: 600;
        order: 3;
    }

    .img-text-list li a .m-date {
        display: block;
        order: 2;
        padding: 0 2rem;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
    }
}