.col-sm-6{width:48%;margin-right: 2%;}


.news_fin_div .swiper-button-prev,

.more{
    display: inline-block;
    border: 2px solid #EC1B23;
    border-radius : 27px;
    width: 160px;
    line-height: 50px;
    text-align: center;
    font-size : 1rem;
    color: #EC1B23;
}
.news{
    padding-bottom: 95px;
}
.news_lb_size{
    padding: 30px;
}
.news_lb_size p:nth-of-type(1){
    font-size: 15px;
    color : #6D6D6D;
    margin-bottom: 10px;
}
.news_lb_size p:nth-of-type(1) .iconfont{
    color: #EC1B23;
    margin-right: 10px;
}
.news_lb_size p:nth-of-type(2){
    /*font-size : .9375rem;*/
    font-size: 16px;
    line-height : 28px;
    color : #686868;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_lb_size a:nth-of-type(1){
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color : #000000;
    font-size: 18px;
    font-weight: 600;
}
.news_lb_size a:nth-of-type(2){
    /*font-size : .9375rem;*/
    font-size: 15px;
    color: #ffffff;
    background: #0d4d8d;
    padding: 1% 3%;
}
.news_lb_size a:nth-of-type(2) .iconfont{
    margin-left: 15px;
    
}
.news_box{
    border: 1px solid #E6EAEF;
    border-radius: 5px;
    background: #fff;
}

.news_div{
    display: flex;
    flex-wrap: wrap;
    
    margin-top: 40px;
    margin-bottom: 40px;
    /*padding-bottom: 1%;*/
    padding: 0 1% 1% 1%;
}
.news_div .news_box .over img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.news_box_fin{
    /*box-shadow : 0px 0px 7px rgba(209, 210, 211, 0.7);*/
    box-shadow: 0px 0px 7px #ccc
}
.news_box_fin .news_lb_size{
    padding: 23px 30px;
}
.news_size p:nth-of-type(2){
    -webkit-line-clamp: 1; 
}
.news_size{
    padding: 25px;
    margin-top: 30px;
    background: #fff;
    transition: all 0.36s;
}
.news_div .news_size:hover{
    transform: translateY(-10px);
}
.news_lb .index-bu .iconfont{
    color: #fff;
}
.news_lb .index-bu {
    top: 35%;
}
.news_lb{
    margin-bottom: 60px;
}

@media(max-width:1024px){
    .news{
        padding-bottom: 75px;
    }
    
    .news_box_fin .news_lb_size {
        padding: 15px 18px;
    }
    .news_box_fin .news_lb_size p:nth-of-type(2){
        line-height: 22px;
    }
    
}
@media(max-width:990px){
    
    .news_lb_size {
        padding: 16px;
    }
    .newslist {
        padding: 75px 0;
    }
    
}
@media(max-width:767px){
    
    .news_box_fin{
        margin-bottom: 15px;
    }
    .news_lb_size{
        margin-top: 0;
        margin-bottom: 25px;
    }
    .news_div {
        margin-top: 25px;
    }
    .news_lb {
        margin-bottom: 15px;
    }
    
}



.news_lb_size a:nth-of-type(2) .iconfont{
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.product_div:hover .product_size a:nth-of-type(1),
.news_box:hover .news_lb_size a:nth-of-type(1),
.foot_ul ul:nth-of-type(3) li div:hover a,
.youqing_div a:hover{
    color: #EC1B23 !important;
}
.more:hover{
    box-shadow: inset 0 0 0 2.5rem #EC1B23;
    border: 2px solid #EC1B23 !important;
    color: #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}
.news_box:hover .news_lb_size a:nth-of-type(2) .iconfont{
    margin-left: 35px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}
.level li:hover a{
    background: #EC1B23;
    color: #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}
.oh{
    overflow: hidden;
}

@media(max-width:767px){
    .news_div{
        padding: 1% 1% 1% 1%;
    }
    .col-sm-6{
        width: 100%;
        margin: 0;
    }
    .news_lb_size a:nth-of-type(1){
        font-size: 16px;
    }
    .news_lb_size p:nth-of-type(2){
        font-size: 14px;
    }
    .news_lb_size a:nth-of-type(2){
        font-size: 13px;
    }
}






























