.list_right{
    background-color: #f8f6f3;
}
.contact_bg1{
    width: 100%;
    height: 420px;
    background: linear-gradient( rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8) ), url(/lib/images/blog_list/banner.jpg) no-repeat center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contact_bg1 h1{
    font-size: 3.6rem;
    font-family: 'calist-bold';
    margin-top: 80px;
    color: #fff;
}
.contact_bg1 span{
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255,0.5);
    margin: 20px 0;
}
.contact_bg1 .breadnav{
    font-size: 1.6rem;
    color: #fff;
}
.contact_bg1 .breadnav a{
    font-size: 1.6rem;
    font-size: 1.6rem;
    color: #fff;
}
.contact_content{
    width: 1226px;
    margin: 0 auto;
    padding: 60px 133px 120px;
    background-color: #fff;
    margin-top: -206px;
    box-sizing: border-box;
}
.contact_content .blog_list .cart{
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_content .blog_list .cart>div{
    max-width: 465px;
}
.contact_content .blog_list .cart .left>div{
    display: flex;
    margin-bottom: 30px;
}
.blog_list .cart .left .title p{
    font-size: 20px;
    color: #e55636;
}
.blog_list .cart .left .title span{
    font-size: 20px;
    margin-left: 26px;
    position: relative;
    color: #1d1d1d;
}
.blog_list .cart .left .title span::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a8a8a8;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
}
.blog_list .cart .left .txt{
    font-size: 28px;
    color: #1d1d1d;
    font-family: 'calist-bold';
    line-height: 40px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.blog_list .cart .left .more a{
    display: flex;
}
.blog_list a:hover .cart .left .more  p{
    color: #e55636;
}
.blog_list a .cart .left .more img{
    transition: all 0.8s;
}
.blog_list a:hover .cart .left .more img{
    margin-left: 10px;
}
.blog_list .cart .left .more p{
    font-size: 20px;
    margin-right: 20px;
    color: #1d1d1d;
}
.blog_list .cart .right img{
    width: 100%;
}

.contact_content .page{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_content .page>div, .contact_content .page div.nav-links .page-numbers{
    min-width: 38px;
    min-height: 38px;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;

}
.contact_content .page>div a{
    color: #666;
    display: flex;
    font-size: 14px;
}
.contact_content .page div.nav-links a.page-numbers{ color: #666; font-size: 14px;  }
.contact_content .page div.nav-links .page-numbers.current{ color:white; }
.contact_content .page>div.active, .contact_content .page div.nav-links .page-numbers.current{
    background: #e55636;
}
.contact_content .page>div.active a{
    color: #fff;
}
.contact_content .page>div:hover{
    background: #e55636;
}
.contact_content .page>div:hover a{
    color: #fff;
}
.contact_content .page>div .prev svg{
    margin-right: 5px;
}
.contact_content .page>div .next svg{
    transform: rotate(180deg);
    margin-left: 5px;
}
.contact_content .page>div:hover a svg path{
    fill:#fff;
}




@media (max-width:1500px){
    .contact_content{
        width: 100%;
        padding: 30px;
        margin-top: -110px;
    }
    
}
@media (max-width:1279px){
    .contact_content{
        margin-top: -110px;
    }
    
}
@media (max-width:1023px){
    .contact_content .blog_list .cart{
        flex-direction: column-reverse;
    }
    .contact_content .blog_list .cart .left{
        max-width: 100%;
    }
    .contact_content .blog_list .cart .right{
        margin-bottom: 30px;
    }
}
@media (max-width:767px){
    .contact_bg1{
        height: 350px;
    }
    .contact_content{
        padding: 15px;
    }
    .five_bottom .five_bottom_left table{
        border-spacing:0;
    }

    .contact_content .blog_list .cart .left>div{
        margin-bottom: 15px;
    }
    .blog_list .cart .left .txt{
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 32px;
    }
    .blog_list .cart .left .title p{
        font-size: 18px;
    }
    .blog_list .cart .left .title span{
        font-size: 18px;
    }
    .blog_list .cart .left .more p{
        font-size: 18px;
    }
    
    
}

