﻿
.banner-product{
    background-image: url('../images/news_banner.jpg')!important;
}

.banner-product h2,.banner-product h5{
    color: #fff!important;

}

.news-container{
    width: 1080px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 50vw;
    padding-top: 70px;
    padding-bottom: 90px;
}
.news-inner{
    
    width: 100%;
}
.news-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.news-item{
    width: 345px;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
}
.news-item:nth-child(3),.news-item:nth-child(6){
    margin-right: 0!important;
}
.news-item a{
    width: 100%;
    height: 100%;
    display: block;
}
.news-img{
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    height: 100%;
    display: block;
}

.news-content{
    width: 100%;
    background: #F8F8F8;
    padding: 20px 15px 0;
    height: 160px;
    position: relative;
}
.news-content h5{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin-bottom: 6px;
}
.news-content p{
    text-indent: 2em;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-time{
    width: 76px;
    height: 24px;
    background: #D2D2D2;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 15px;
    bottom:20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-item:hover .news-time{
    background: #D80C18;
}

.menu-list{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.menu-list .menu-btn{
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    border-radius: 4px;
    background: transparent;
    margin-left: 20px;
    cursor: pointer;
}
.menu-list .menu-btn:hover{
    color: #C30E17;
}
.menu-list .menu-btn-ac{
    background: #C30E17;
    color: #fff!important;
}

/* 新闻详情 */
.news-detail-container{
    width: 1080px;
    margin-left: 50vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 76px;
}

.news-detail-left{
    width: 343px;
    height: 536px;
    background: #C30E17;
    position: relative;
}
.news-detail-left .news-detail-company {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.news-detail-left span{
    color: #ECF2D4;
    font-size: 22px;
    line-height:32px;
}

.news-detail-left img{
    width: 320px;
    height:400px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.website{
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
}
.news-detail-left .company-name{
    margin-bottom:5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

/* =新闻详情 */
.news-detail-article{
    width: 715px;
}

.news-detail-title{
    width: 100%;
    background: #F8F8F8;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.news-detail-title h4{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
}

.news-detail-title span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.new-detail-pic{
    width: 345px;
    height: 160px;
    display: block;
    margin: 0 auto 30px;
}

.news-detail-txt{
    font-size: 16px;
    color: #666;
    padding: 0 15px 50px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 30px;
    line-height: 28px;
}
.news-detail-txt p{
    text-indent: 2em;
}
.return-news-list{
    width: 100px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    background: crimson;
    font-size: 16px;
    border-radius: 4px;
}
.return-news-list a{
    width: 100%;
    height: 100%;
    display: block;
}


