body {
    padding-top: 75px;
}
.news-list {
    min-height: calc(100vh - 240px);
    padding: 15px 0;
}
.n-list-r {
    flex: none;
    width: 180px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #f2f2f2;
}
.n-list-r img {
    width: 100%;
}
.n-l-add {
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 100px;
    background-color: #05B0FF;
    font-size: 14px;
    color: #fff;
}
.n-list-l, .n-list-wzinfo {
    flex: auto;
}
.n-list-l>div {
    display: flex;
    margin: 0 20px 20px 0;
    padding: 15px 20px;
    background-color: rgba(248,248,248,1.00);
}
.news-pic {
    flex: none;
    margin-right: 20px;
    width: 230px;
    height: 150px;
    object-fit: cover;
}
.n-list-l>div>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.n-list-wz>div:nth-of-type(1) {
    font-size: 18px;
    color: rgba(58,58,58,1.00);
    font-weight: bold;
}
.n-list-wz>div:nth-of-type(2) {
    margin-top: 15px;
    font-size: 15px;
    color: rgba(163,163,163,1.00);
}
.n-list-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: rgba(114,114,114,1.00)
}
/* Pager */
.pager {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-color: rgba(252,252,252,1.00);
}
.pager a, .pager span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    padding: 0 5px;
    min-width: 32px;
    min-height: 32px;
    border: 1px solid #c8cbdc;
    color: #2a3950;
    font-size: 12px;
}
.pager a:hover {
    background-color: #54C7FC;
    border: 1px solid #54C7FC;
    color: #fff;
}
.pager a.current {
    background-color: #05B0FF;
    border: 1px solid #0F96D4;
    font-weight: bold;
    color: #fff;
}
.pager a.disabled {
    background-color: #eee;
    color: #ccc;
    cursor: text;
    display: none;
}
/* Pages End */
/*文章详情*/
.n-list-wzinfo {
    margin-right: 30px;
    padding: 50px;
    background-color: rgba(252,252,252,1.00);
}
.n-list-wzinfo .n-list-time {
    color: rgba(171,171,171,1.00);
}
.n-list-wzinfo img {
    width: 100%;
}
.n-l-headline {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #353535;
}
.n-l-con {
    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
    color: rgba(88,88,88,1.00);
}
