.article-list {
    padding-top: 34px;
}

.article-list ul li {

    margin-bottom: 28px;
    box-sizing: border-box;
    padding: 32px 21px 32px 31px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.article-list ul li a {
    display: flex;
    justify-content: space-between;
}

.article-list .fl {
    margin-right: 25px;
    width: 309px;
    height: 183px;
    flex: 0 0 309px;
    overflow: hidden;
    border-radius: 10px;
}

.article-list .fl img {
    width: 100%;
}

.article-list .fr {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-list .fr .tit {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
    color: #272727;
}

.article-list .fr .cont {
    margin-bottom: 33px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #8F8F8F;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-list .fr .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-list .fr .more .txt {
    width: 117px;
    height: 40px;
    background: url(../img/more-icon.png) center no-repeat;
    background-size: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.article-list .fr .more .time {
    font-size: 14px;
    font-weight: 400;
    color: #8F8F8F;
}

.turn-page {
    margin-bottom: 59px;
    padding-top: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.turn-page .prev,
.turn-page .next {
    width: 32px;
    height: 32px;
    border: 1px solid #D5DAE4;
    border-radius: 8px;
    font-size: 14px;
    color: #383F4A;
    line-height: 32px;
    text-align: center;
}

.turn-page .num {
    margin: 0 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.turn-page .num a {
    width: 32px;
    height: 32px;
    opacity: 1;
    border-radius: 8px;
    text-align: center;
    line-height: 32px;
    color: #383F4A;
}

.turn-page .num a.now {
    background: #42B06E;
    color: #fff;
}