#app{
    width: 100%;
}

.all-article{
    width: 100%;
    margin-top: 100px;
}

.article{
    width: 1000px;
    height: auto;
    padding-bottom: 20px;
    margin: 0 auto;
    /* border: 5px #cdcdcd solid; */
    /* background-color: brown; */
}

.article-list{
    width: 900px;
    height: 220px;
    margin-left: 50px;
    margin-top: 20px;
    border: 1px #e6e6e6 solid;
    border-radius: 20px;
    /* background-color: blue; */
}

.title-flast{
    margin-left: 25px;
}

.title-flast p{
    margin: 10px 0;
}

.title-flast h2{
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
}

.article-img{
    width: 150px;
    height: 100px;
    margin: 10px 25px;
    float: left;
    /* background-color: antiquewhite; */
}

.article-img img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.article-context{
    width: 660px;
    /* height: 180px; */
    margin: 10px;
    float: left;
    /* background-color: aquamarine; */
}

/* .article-title{
    font-size: 24px;
    font-weight:500
} */

.brief-introduction{
    width: 100%;
    height: 65px;
    display: -webkit-box;  
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden;
}

.brief-introduction p{
    width: 100%;
    /* height: 65px; */
    display: -webkit-box;  
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden;
}

.article-bottom{
    width: 100%;
    height: 26px;
    margin-top: 10px;
    /* background-color: yellow; */
}

.article-bottom-details{
    color: coral;
    float: left;
    font-size: 14px;
    cursor: pointer;
}
/* 
.article-bottom-time{
    color: #575757;
    float: left;
    font-size: 14px;
    margin-left: 450px;
} */

.page-views{
    float: right;
}
.page-views p{
    float: right;
    color:#cdcdcd;
    margin-left: 5px;
    line-height: 26px;
    font-size: 14px;
}

.page-views img{
    width: 25px;
    height: 16px;
    margin-top: 5px;
}

.layui-box{
    /* width: 800px; */
    /* margin-left: 700px; */
    float: right;
    height: 50px;
    margin-top: 40px;
    margin-right: 50px;
    font-size: 14px
}

.pageNumber {
    padding: 5px 10px;
    text-decoration-line:none;
    /* background-color: #f4f4f5; */
    margin-left: 5px;
    color: #606266;
    border-radius: 2px;
}

.layui-box  .aaa {
    background-color: #cdcdcd;
    color: #fff;
}
