.article {
    margin: 15px auto;
}

.article_fl {
    background: #fff;
    width: 931px;
}

.article_list {
    min-height: 450px;
}

.noData {
    margin: 200px auto;
    text-align: center;
    font-size: 14px;
    color: #999;
    letter-spacing: 2px;
}

.article_list li {
    padding: 20px 0;
    border-bottom: 1px solid #E8E8E8;
    margin: 0 19px;
}

.article_list li a {
    display: flex;
    align-items: center;
}

.article_list li .img {
    width: 201px;
    height: 133px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.article_list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_list li .info {
    flex: 1;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    color: #999999;
}

.article_list li .info .title {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article_list li .info .desc {
    margin-top: 10px;
}

.article_list li .info_b {
    display: flex;
    justify-content: space-between;
}

.article_fr {
    width: 227px;
    background: #fff;
    /* min-height: 470px; */
    padding: 15px 12px;
}

.article_fr .title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}

.article_fr .hot_list a {
    font-size: 14px;
    color: #333333;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
}

.clickMore .btn {
    width: 91px;
    height: 33px;
    line-height: 33px;
}

.article_cont {
    padding: 35px;
    color: #333333;
    min-height: 430px;
}

.article_cont .title {
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    margin-bottom: 15px;
}

.article_cont .other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

.article_cont .content {
    margin-top: 50px;
    font-size: 18px;
    color: #000B25;
    line-height: 32px;
}

.article_cont .content img {
    max-width: 100%;
}

.article_cont .content h2 {
    margin-top: 22px;
    margin-bottom: 8px;
}

.article_cont .content p {
    margin-top: 22px;
    margin-bottom: 8px;
    line-height: 32px;
    font-size: 18px;
    text-align: justify;
}