.news_item {
    padding-top: 3.4%;
    padding-bottom: 2.85%;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: all linear .5s;
}
.news_item_img {
    width: 20%;
    padding-top: 14.28%;
}


.news_item_text{
    width: 80%;
    padding-left: 5.4%;
    
}

.news_list_wrap{
    min-height: 500px;
}


.news_item:hover{
    transform: translateY(-10px);

}



.news_item_title1{
    width: 83.72%;
    color: #000;
    padding-top: 2%;
    
}

.news_item_title1 span{
    color: #000;
}


.news_item_desc{
    width: 83.72%;
    padding-top: 3%;
    padding-bottom: 3%;
    color: #666;
}

.news_item_desc span{
    color: #666;
    line-height: 1.85;
}

.news_item_addon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_item_addon span{
    color: #666;
}

.news_item_addon b{
        padding-right: 30px;
        font-weight: normal;
        white-space: nowrap;
        color: #007b38;
        background: url("../images/red_arrow.png") no-repeat right center;
}



.news_item:hover .news_item_title1 span{
    color:#007b38 ;

}
.news_item:hover .news_item_desc span{
    color:#007b38 ;

}

.news_item:hover .news_item_addon span{
    color:#007b38 ;

}


@media screen and (max-width: 600px){
    .news_item{
        flex-direction: column;
    }
    .news_item_img{
        width: 100%;
        padding-top: 42%;
    }
    .news_item_text{
        padding-left: 0;
        width: 100%;
    }
    .news_item_addon b{
        background-size: 15%;
        padding-right: 20px;
    }
    
}




/*view*/
.news_view_wrap{
    padding-top: 3%;
    padding-bottom: 3%;
}

.news_view_title{
    color: #333;
    line-height: 1.4;
    text-align: center;
}

.news_view_date{
    padding-top: 1%;
    text-align: center;
    padding-bottom: 3%;
    color: #999;

}

.news_view_con{
    line-height: 2;
    color: #666;
    padding-bottom: 4%;
    border-bottom: 1px solid #dddddd;
}


.news_view_con  img{
    max-width: 100%;
}


.prev_and_next{
    padding-top: 4%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prev_and_next p{
    width: 49%;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;

}
.prev_and_next p:last-child{
    text-align: right;
}
.prev_and_next p a{
    padding: 2%;
   
    display: flex;
    width: fit-content;
    color: #666;
    

}
.prev_and_next p a{
    
   
    display: flex;
    
    width: fit-content;
    color: #666;
    overflow: hidden;
    display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 1; -webkit-box-orient: vertical;
    

}

.prev_and_next p:last-child{
    display: flex;
    
}

.prev_and_next a span{
    
    color: #666;
}

.top_news_w{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
    margin-top: 3%;
    flex-wrap: wrap;

}
.company_itemx2{
    padding-top: 75%;
    position: relative;
}

.company_itemx2 img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    object-fit: cover;
}
.top_news_w_left{
    width: 49%;
    overflow: hidden;
}
.news_titlex{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.6);
    color: #fff;
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom:0;
    left: 0;
}
.company_wrapx2{
    position: relative;
}
.company_wrapx2 .swiper-wrapper{
    position: relative;
    z-index: 1;
}
@media screen and ( max-width:800px ){
    .prev_and_next{
        flex-direction: column;
        justify-content: flex-start;
    }
    .prev_and_next p{
        width: 100%;

    }
    .prev_and_next p:last-child{
        margin-top: 2%;
        justify-content: flex-start;
    }
        .top_news_w_left{
    width: 100%;
    overflow: hidden;
}
.news_titlex{
    height: 40px;
}
}