@charset "utf-8";



.news_tlbg {
    height: 205px;
    background-color: #f5f5f5;
}

.news_ct {
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    padding: 0 75px;
}

.news_ct_t {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

.news_t_h {
    font-size: 28px;
    color: #333;
    font-weight: 700;
}

.news_t_shuoming {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.news_t_shuoming span {
    margin-right: 25px;
}

.news_ct_mid {
    padding: 45px 0;
    border-bottom: 1px solid #ddd;
}

.news_ct_mid p {
    font-size: 16px;
}

.news_ct_b {
    height: 104px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
}

.page_per i,
.page_next i {
    font-size: 16px;
    color: #333;
}

.page_per span,
.page_next span {
    font-size: 16px;
    color: #333;
    margin: 0 8px;
}

.page_per.on i,
.page_next.on i {
    font-size: 16px;
    color: #333;
    opacity: .6;
}

.page_per.on span,
.page_next.on span {
    font-size: 16px;
    color: #333;
    margin: 0 8px;
    opacity: .6;
}

.news_ct_b .page_btn {
    width: 196px;
    height: 46px;
    border-radius: 23px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #0066cc, #0093DD);
    background: -moz-linear-gradient(left, #ffd270 -20%, #d54c7a);
    background: -ms-linear-gradient(left, #ffd270 -20%, #d54c7a);
    background: -o-linear-gradient(left, #ffd270 -20%, #d54c7a);
}

.news_ct {
    transform: translateY(-150px);
    background-color: #fff;
}

@media screen and (max-width: 960px) {
    .news_ct {
        padding: 0 8px;
    }
    .news_ct_b .page_btn {
        width: 102px;
    }
    .foot {
        margin-top: -80px;
    }
}

@media screen and (max-width: 768px) {
    .news_t_h {
        font-size: 20px;
    }
    .news_ct_t {
        height: 110px;
    }
    .news_ct_mid {
        padding: 25px 0;
        font-size: 14px;
    }
    .news_ct_mid p {
        font-size: 14px;
    }
    .news_ct_b {
        height: 90px;
    }
    .news_ct_b .page_btn {
        font-size: 16px;
    }
}