.article-container{
    display: flex;
    flex-direction: row;
}
.article-re {
    width: 20rem;
    height: 25rem;
    background: #161D85;
    border-radius: 1rem;
    color: #fff;
    padding: 1.5rem;
    margin-top: 2rem;
    margin-left: 2rem;
}
.article-re h2{
    margin-top: 0;
}
.today-re{
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ccc!important;
}
.article-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.article-menu-item{
    width: 18rem;
    height: 4rem;
    border-radius: 0.5rem;
    background-color: #7145cf87;
}
.menu-title{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 4rem;
    padding: 0 1rem;
    color: #ccc!important;
}
.details-title {
    width: 75rem;
    background: #161D85;
    border-radius: 1rem;
    color: #fff;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    margin-top: 3rem;
}

.details-title p {
    line-height: 3rem;
    font-size: 1.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-details img{
    width: 100%!important;
    background-size:contain;
    height: auto;
}

.article-include {
    width: 100%;
    background: #161D85;
    border-radius: 1rem;
    color: #fff;
    padding: 1.5rem;
    margin-top: 2rem;
}

.article-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.article-time {
    height: 5rem;
    line-height: 5rem;
    color: #ccc;
    font-size: 1.125rem;
}

.article-include >img {
    margin: 0 auto!important;
    width: 100%!important;
}
.article-details{
    color: #fff !important;
}
.article-details p {
    padding: 1rem 0;
    color: #fff !important;
}

.article-details span {
    color: #fff !important;
}



@media all and (max-device-width: 767px)     {
    .article-container{
        display: flex;
        flex-direction: column;
    }
    .article-re {
        width: 100%;
        background: #161D85;
        border-radius: 1rem;
        color: #fff;
        padding: 2rem;
        margin-top: 2rem;
        margin-left: 0;
        height: auto;
    }
    .article-re h2{
        font-size: 4rem;
        margin-bottom: 4rem;
    }
    .today-re{
        font-size: 3rem;
        margin-bottom: 3rem;
    }

    .article-menu{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 5rem;
        height: 20rem;
    }
    .article-menu-item{
        width: 50rem;
        height: 8rem;
        border-radius: 0.5rem;
        background-color: #7145cf87;
        font-size: 3rem;
    }
    .menu-title{
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 8rem;
        padding: 0 3rem;
        color: #ccc!important;
    }

    #articleBread {
        display: none;
    }

    .details-title {
        border-radius: 2rem;
        padding:  2rem;
    }

    .details-title p {
        line-height: 3.5rem;
        font-size: 2.5rem;
    }

    .details-title span {
        font-weight: bold;
        font-size: 3rem;
    }

    .article-time {
        height: 8rem;
        line-height: 8rem;
        color: #ccc;
        font-size: 2.6rem;
    }

    .article-include {
        width: 100%;
        background: #161D85;
        border-radius: 1rem;
        color: #fff;
        padding: 2rem;
        margin-top: 2rem;
    }

    .article-title {
        font-size: 3rem;
        font-weight: bold;
    }

    .article-include> img {
        margin: 0 auto!important;
        width: 100%!important;
    }

    .article-details p {
        padding: 1rem 0;
        font-size: 2.5rem;
    }
}
