.new_list {
    padding-top: 30px;
}

.new_list ul {
    margin-left: -22px;
    margin-right: -22px;
    display: flex;
    flex-wrap: wrap;
    
}
.new_list ul li {
    padding: 20px 22px;
    width: 33.33%;
}
.index_new_list .thumb {
    position: relative;
    overflow: hidden;
}
.index_new_list .thumb i {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transition: transform .6s;
}
.paged {
    padding: 60px 0 60px 0;
    text-align: center;
    overflow: hidden;
}
.index_new_list .time {
    margin-top: 20px;
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
.index_new_list .title {
    margin-top: 20px;
    height: 72px;
    overflow: hidden;
    color: #333;
    font-weight: 400;
    line-height: 36px;
}
.new_more {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666;
    font-weight: 400;
    text-transform: capitalize;
    transition: all .4s;
}
.new_more {
    padding-top: 20px;
}
@media (max-width: 1366px){
.font24 {
    font-size: 22px;
}
}
@media (max-width: 991px){
    .new_list ul {
        margin-left: -15px;
        margin-right: -15px;
    }
    .new_list ul li {
        padding: 20px 15px;
    }
    .index_new_list .time {
        line-height: 1.5;
    }
    .font24 {
        font-size: 22px;
    }
}
/* 新闻详情 */
.article_title {
    padding-top: 50px;
}
.article_title .big_t {
    color: var(--dark-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}
.article_share {
    padding-top: 20px;
}
.dis_center {
    align-items: center;
}
.dis_between {
    justify-content: space-between;
}
.dis_flex {
    display: flex;
}
.share_button {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.share_button{
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}
.pro_d_top .about_line {
    margin-top: 25px;
}
.about_line {
    width: 100%;
    height: 1px;
    background: #ccc;
}
.article_left {
    padding: 50px 0;
    max-width: 1440px;
    margin: 0 auto;
}
.article_left p {
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 35px;
}
@media (max-width: 1440px){
    .article_left{
        padding-right: 80px;
    }
}

@media (max-width: 767px){
    .article_left{
        padding-right: 0px;
    }
.new_list {
    padding-bottom: 30px;
}
.paged {
    padding: 10px 0 30px 0;
}
.new_list ul li {
    width: 50%;
}
}
@media (max-width: 540px){
.new_list ul li {
    width: 100%;
}
}