.news_list{
    margin-top: 2%;
}
.news-wrap-top{
    display: flex;
}
.news-wrap-top-l{
    width: 45%;
}
.news-wrap-top-r{width:55%;padding: 35px 40px 0;}
.news-wrap-top {
    background: #F3F3F3;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 15px;
}
.news-wrap-top .news-wrap-top-l a {
    display: block;
    border-radius: 0;
}
.scale img {
    transition: all 0.5s ease;
}
.w100 {
    width: 100%;
}
.news-wrap-top .news-wrap-top-l a img {
    border-radius: 0;
}
.news-wrap-top .news-wrap-top-r {
    padding: 35px 40px 0;
}
.news-wrap-top .news-w a {
    display: block;
}
.news-wrap-top .news-w a .news-time {
    font-size: 16px;
    color: #494949;
    
}
.news-wrap-top .news-w a .news-time i {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('../img/rili.svg');
    vertical-align: sub;
}
.news-wrap-top .news-w a .news-title {
    font-size: 23px;
    color: #0F0F0F;
    margin: 10px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-wrap-top .news-w a .news-cons {
    font-size: 16px;
    color: #7C7C7C;
    line-height: 25px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 4;
    display: -o-box;
    -o-box-orient: vertical;
    -o-line-clamp: 4;
    overflow: hidden;
}
.news-wrap-top .news-w a .news-more {
    font-size: 15px;
    color: #3A3A3A;
}
.news-wrap-top .news-w a .news-more span {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    background: #0a9d58;
    margin-left: 10px;
}
.news-wrap-top .news-w a .news-more span i,.news-wrap-bottom .news-wrap-bottom-ul li a .news-more span i{
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('../img/youjiantou.svg');
    background-position: 0px 4px;
}

.news-wrap-bottom .news-wrap-bottom-ul li {
    float: none;
    padding: 40px 0;
    border-bottom: 1px dashed #B2B2B2;
}
.news-wrap-bottom .news-wrap-bottom-ul li a {
    display: block;
}
.news-wrap-bottom .news-wrap-bottom-ul li a .news-time {
    font-size: 15px;
    color: #494949;
    
}
.news-wrap-bottom .news-wrap-bottom-ul li a .news-cons {
    font-size: 16px;
    color: #7C7C7C;
    line-height: 25px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
    display: -o-box;
    -o-box-orient: vertical;
    -o-line-clamp: 2;
    overflow: hidden;
}
.news-wrap-bottom .news-wrap-bottom-ul li a .news-time i {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('../img/rili.svg');
    vertical-align: sub;
}
.news-wrap-bottom .news-wrap-bottom-ul li a .news-title {
    font-size: 21px;
    color: #303030;
    margin: 10px 0 20px;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-wrap-bottom .news-wrap-bottom-ul li a .news-more{
    font-size: 15px;
    color: #3A3A3A;
}
.news-wrap-bottom .news-wrap-bottom-ul li a .news-more span{
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    background: #0a9d58;
    margin-left: 10px;
}

@media (max-width: 767px){
    .product_layout .news_content .title{font-size: 24px;}
    .news-wrap-top{
        flex-direction: column;
        border-radius: 10px;
    }
    .news-wrap-top-l,.news-wrap-top-r{width:100%;}
    .news-wrap-top .news-wrap-top-r {
        padding: 10px 15px 15px;
    }
    .news-wrap-top .news-w a .news-time, .news-wrap-bottom .news-wrap-bottom-ul li a .news-time{
        font-size: 12px;
    }
    .news-wrap-top .news-w a .news-title, .news-wrap-bottom .news-wrap-bottom-ul li a .news-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .news-wrap-top .news-w a .news-cons, .news-wrap-bottom .news-wrap-bottom-ul li a .news-cons{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .news-wrap-top .news-w a .news-more, .news-wrap-bottom .news-wrap-bottom-ul li a .news-more{
        font-size: 12px;
    }
    .news-wrap-bottom .news-wrap-bottom-ul li {
        padding: 15px 0;
    }
}


.product_layout{padding: 4% 0;}
.product_layout .home {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
}
.product_layout .news_content .title {
    font-size: 35px;
    font-weight: 700;
    color: #333333;
    line-height: 40px;
    margin-bottom: 15px;
}
.product_layout .news_content .read_num {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-bottom: 30px;
}
.product_layout .news_content .text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
}
.product_layout .product_list .option {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 35px;
}
.product_layout .product_list .option .op a {
    transition: 0.3s;
    margin-right: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.product_layout .product_list .option .right a {
    display: block;
}
.product_layout .product_list .option .right a {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    transition: 0.3s;
}





























