.new_list .path{
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 120px;
}
.new_list .path a{
    margin: 0 10px;
    color: #666;
    line-height: 1.6;
}
.new_list_in .content{
    display: flex;
    margin-bottom: 120px;
}
.new_list_in .content .left{
    max-width: 380px;
    width: 100%;
    margin-right: 40px;
}
.new_list_in .content .left .sticky{
    border: 1px solid #e5e5e5;
    padding: 40px;
    position: sticky;
    top: 200px;
}
.new_list_in .content .left .sticky .box h3{
    font-size: 16px;
    font-weight: normal;
    color: #080C17;
    margin-bottom: 30px;
}
.new_list_in .content .left .sticky .box ul li h4{
    font-size: 14px;
    font-weight: normal;
    color: #080C17;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.new_list_in .content .left .sticky .box ul li p{
    font-size: 14px;
    color: #666;
}
.new_list_in .content .left .sticky .box ul li p span{
    font-size: 14px;
    color: #666;
    margin-right: 30px;
    position: relative;
}
.new_list_in .content .left .sticky .box ul li p span::after{
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    content: '';
}
.new_list_in .content .left .sticky .search{
    position: relative;
    margin-bottom: 40px;
}
.new_list_in .content .left .sticky .search input{
    font-size: 14px;
    color: #999;
}
.new_list_in .content .left .sticky .search button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: none;
    cursor: pointer;
}
.new_list_in .content .left .sticky .explore ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.new_list_in .content .left .sticky .explore ul li{
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    padding: 5px 20px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
}
.new_list_in .content .left .sticky .explore ul li a{
    font-size: 14px;
    color: #999;
}
.new_list_in .content .left .sticky .explore ul li.active a{
    color: #080C17;
}
.new_list_in .content .left .sticky .share p{
    font-size: 14px;
    color: #bbb;
    margin-bottom: 20px;
}
.new_list_in .content .left .sticky .share p a{
    color: #bbb;
    font-size: 14px;
}
.new_list_in .content .left .sticky .share ul{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.new_list_in .content .left .sticky .share ul li{
    margin-right: 20px;
    margin-bottom: 0;
}
.new_list_in .content .left .sticky .share ul li svg:hover{
    fill: #080C17;
}
.new_list_in .content>.right{
    flex: 1;
}
.new_list_in .content>.right .big_new{
    display: flex;
    margin-bottom: 80px;
}
.new_list_in .content>.right .big_new .big_left{
    max-width: 720px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.new_list_in .content>.right .big_new .big_left img{
    width: 100%;
    transition: all 0.5s;
}
.new_list_in .content>.right .big_new:hover .big_left img{
    transform: scale(1.1);
}
.new_list_in .content>.right .big_new .big_left .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.new_list_in .content>.right .big_new:hover .big_left .mask{
    background: rgba(8, 12, 23,0.1);
}
.new_list_in .content>.right .big_new:hover .big_right span svg{
    margin-left: 20px;
}
.new_list_in .content>.right .big_new .big_right{
    padding: 40px;
    padding-right: 20px;
    max-width: 500px;
    width: 100%;
}
.big_new .big_right p{
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
    line-height: 1.6;
}
.big_new .big_right p.txt{
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.big_new .big_right p span{
    margin-right: 30px;
    position: relative;
    display: inline-block;
    color: #999;
}
.big_new .big_right p span::after{
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #999;
    content: '';
}
.big_new .big_right h2{
    font-size: 28px;
    font-family: 'Roboto-Medium';
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #080C17;
}
.big_new .big_right a{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.big_new .big_right span{
    display: flex;
    color: #080C17;
}
.big_new .big_right span svg{
    margin-left: 10px;
    transition: all 0.5s;
}
.new_list_in .content>.right .title{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.new_list_in .content>.right .title h3{
    font-size: 20px;
    font-weight: normal;
    margin: 0 64px;
}
.new_list_in .content>.right .title span{
    display: inline-block;
    flex: 1;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}
.new_list_in .content .right .row{
    margin-bottom: 40px;
}
.new_list_in .content .right .row .cart{
    margin-bottom: 40px;
}
.new_list_in .content .right .row .cart .top{
    position: relative;
    overflow: hidden;
}
.new_list_in .content .right .row .cart .top img{
    width: 100%;
    transition: all 0.5s;
}
.new_list_in .content .right .row .cart .top .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.new_list_in .content .right .row .cart:hover .top img{
    transform: scale(1.1);
}
.new_list_in .content .right .row .cart:hover .top .mask{
    background: rgba(8, 12, 23,0.1);
}
.new_list_in .content .right .row .cart .btm p{
    font-size: 16px;
    color: #999;
    margin: 20px 0;
    line-height: 1.4;
}
.new_list_in .content .right .row .cart .btm p.txt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.new_list_in .content .right .row .cart .btm p span{
    position: relative;
    margin-right: 30px;
}
.new_list_in .content .right .row .cart .btm p span::after{
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #999;
    content: '';
}
.new_list_in .content .right .row .cart .btm h3{
    font-size: 20px;
    font-family: 'Roboto-Medium';
    line-height: 1.4;
    font-weight: normal;
    color: #080C17;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_list_in .content .right .row p.line{
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-bottom: 80px;
}
.new_list_in .content .right .row .normal_cart{
    border-bottom: 1px solid #e5e5e5;
}
.normal_cart .btm{
    position: relative;
    height: 277px;
}
.new_list_in .content .right .row .normal_cart .btm h3{
    font-size: 28px;
    font-family: 'Roboto-Medium';

}
.normal_cart .btm .learn_more{
    position: absolute;
    left: 0;
    bottom: 20px;
    display: flex;
    color: #080C17;
}
.normal_cart .btm .learn_more svg{
    margin-left: 10px;
    transition: all 0.5s;
}
.normal_cart:hover .btm .learn_more svg{
    margin-left: 20px;
}
.new_list_in .content .right .row .subscribe{
    margin-bottom: 40px;
    padding: 0 30px;
    height: 240px;
    background: #faf7f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    justify-content: space-around;
}
.subscribe h3{
    font-size: 28px;
    max-width: 560px;
    width: 100%;
    line-height: 1.4;
    font-weight: normal;
}
.subscribe form{
    display: flex;
    align-items: center;
    width: 420px;
    height: 56px;
}
.subscribe form input[type=email]{
    background: #fff;
    border: none;
    width: 70%;
    height: 100%;
}
.subscribe form input[type=submit]{
    width: 30%;
    height: 100%;
    background: #080C17;
    border: none;
    color: #fff;
}
.new_list_in .content .right .more a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #080C17;
    font-size: 20px;
}
.new_list_in .content .right .more a svg{
    margin-left: 10px;
    transition: all 0.5s;
}
.new_list_in .content .right .more:hover a svg{
    margin-left: 20px;
}
.new_list_in .content .right .page{
    display: flex;
    justify-content: center;
    align-items: center;
}
.new_list_in .content .right .page>div{
    min-width: 38px;
    min-height: 38px;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;

}
.new_list_in .content .right .page>div a{
    color: #666;
    display: flex;
    font-size: 14px;
}
.new_list_in .content .right .page>div.active{
    background: #080C17;
}
.new_list_in .content .right .page>div.active a{
    color: #fff;
}
.new_list_in .content .right .page>div:hover{
    background: #080C17;
}
.new_list_in .content .right .page>div:hover a{
    color: #fff;
}
.new_list_in .content .right .page>div .prev svg{
    margin-right: 5px;
}
.new_list_in .content .right .page>div .next svg{
    transform: rotate(180deg);
    margin-left: 5px;
}
.new_list_in .content .right .page>div:hover a svg path{
    fill:#fff;
}
.navigation.pagination .nav-links .page-numbers.current{
    background: #080C17;
    border: 1px solid #080C17;
}
.navigation.pagination .nav-links .page-numbers:hover{
    background: #080C17;
    border: 1px solid #080C17;
    color: #fff;
}
@media (max-width:1500px) {
    .content{
        padding: 0 30px;
    }
    .subscribe h3{
        max-width: 50%;
    }
    .new_list_in .content>.right .big_new{
        margin-bottom: 6.25002vw;
    }
    .new_list_in .content .right .row p.line{
        margin-bottom: 6.25002vw;
    }
    .new_list_in .content{
        margin-bottom: 6.25002vw;
    }


}
@media (max-width:1023px) {
    .new_list_in .content>.right .big_new{
        flex-direction: column;
    }
    .new_list_in .content>.right .big_new .big_right{
        max-width: 100%;
    }
    .new_list_in .content .right .row .subscribe{
        flex-direction: column;
    }
    .new_list .path{
        height: auto;
        padding: 20px 0;
        line-height: 1.6;
    }
    .subscribe h3{
        max-width: 100%;
    }
}
@media (max-width:767px) {
    .content{
        padding: 0 15px;
    }
    .subscribe form{
        width: 100%;
    }
    .new_list_in .content .right .page>div{
        padding: 5px;
        margin: 0 5px;
    }
    .new_list_in .content>.right .big_new .big_right{
        padding: 15px;
    }
    .new_list_in .content .right .row .subscribe{
        padding: 0 15px;
    }
    .subscribe form input[type=submit]{
        width: 40%;
    }
    .big_new .big_right h2{
        font-size: 24px;
    }
    .new_list_in .content .right .row .normal_cart .btm h3{
        font-size: 24px;
    }
    .subscribe h3{
        font-size: 24px;
    }
}

























