.news_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_left{
    display: flex;
    align-items: center;
}
.news_left_box{
    background-color: #FFFFFF;
    width: 360px;
    margin-right: 20px;
    transition: all 0.5s;
}
.news_left_box:hover .news_left_tit{
    color: #e60000;
}
.news_left_box:last-child{
    margin-right: 0;
}
.news_left_tit{
    padding: 20px 28px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
    height: 60px;
    color: #333;
    transition: all 0.5s;
}
.news_right{
    width: 432px;
}
.news_right_box{
    background-color: #FFFFFF;
    padding: 24px 20px;
    margin-bottom: 25px;
    transition: all 0.5s;
}
.news_right .news_right_box:last-child{
    margin-bottom: 0;
}
.news_right_box a{
    color: #333;
    margin: 10px 0;
    font-weight: bold;
    transition: all 0.5s;
}
.news_right_box div{
    color: #666;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_right_box:hover a{
    color: #e60000;
}
.news_boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_boxes .news_box:nth-child(2n):hover{
    margin-right: -10px;
}
.news_box{
    display: flex;
    margin-top: 30px;
    transition: all 0.5s;
}
.news_box:hover{
    margin-left: -10px;
}
.news_box:hover a{
    color: #e60000;
}
.news_box a{
    width:  440px;
    color: #333;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s;
}
.news_banner_text{
    display: flex;
    align-items: center;
}
.news_banner_text span{
    color: #DDD;
    margin-left: 5px;
}
.news_product{
    background: url("../img/relat-bg.jpg") no-repeat 100%;
}
.news_product_tit{
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.news_product_boxes{
    display: flex;
}
.product_box{
    width: 240px;
    margin-right: 20px;
    background-color: #FFFFFF;
}
.product_box_tit{
    padding: 10px 16px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    text-align: center;
}