
.product-list .product-w .news-time{
    font-family: Montserrat;
    color: #fd4100;
}
.product-list ul li article{
    margin-bottom: 0;
}
.product-list ul li article p{
    margin-bottom: 0;
}
.product-list li .news-img{
    position: relative;
}
.product-list li .news-img:before{
    content: 'NEWS';
    color: #FFFFFF;
    padding: 5px 10px;
    background-color: #fd4100;
    position: absolute;
}
.cate-list .first-menu li{
    min-height: 60px;
    margin-top: 20px;
}
.cate-list ul li a{
    color: #555555;
}
.cate-list ul li span{
    color: #999999;
}
.cate-list ul li a:after{
    content: none;
}
.news-detail .carousel-indicators{
    margin: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
}
.carousel-indicators li{
    width: 20%;
    position: relative;
    opacity: 0.6;
}
#carouselExampleIndicators .carousel-indicators li img{
    position: absolute;
    top: 0;
    left: 0;
}
.news-content{
    margin-top: 30px;
    margin-bottom: 60px;
}
.news-content h3{
    color: #000000;
    font-weight: bold;
}
.news-content .red-line{
    margin: 10px 0 30px;
    width: 50px;
    border-bottom: 3px solid #e62a20;
}
.news-content p{
    font-size: 16px;
    margin-bottom: 0;
    text-align: justify;
}
.news-content article img{
    width: 100%;
}
.news-content article table{
    width: 100%;
}
.news-content .news-next a{
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    color: #e62a20;
    display: block;
    cursor: pointer;
}
.news-content .news-next a:hover{
    border: 1px solid #e62a20;
    text-decoration: none;
}
.news-content .news-next .no-link{
    color: #999999;
}
.news-content .news-next .no-link:hover{
    border: 1px solid #e0e0e0;
}
.news-content .news-next a:first-child{
    float: left;
}
.news-content .news-next a:last-child{
    float: right;
}

@media only screen and (max-width: 575.98px ) {
    .cate-list{
        display: none;
    }
    .product-list .product-list-ul li {
        min-height: 100px;
        padding-top: 0;
        margin:20px auto;
    }
    .product-list ul li article{
        min-height: 20px;
        max-height: 100px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .product-list ul li article p{
        line-height: 20px;
    }
    .news-img{
        display: none;
    }
    /*详情*/
    .news-detail .carousel-indicators{
        height: 70px;
    }
    .news-content h3{
        font-size: 16px;
    }
    .news-content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .news-content .news-time{
        font-size: 12px;
        color: #818181;
    }
    .news-content p{
        font-size: 12px;
    }
}

@media only screen and (min-width: 575.98px ) {
    .container{
        max-width: 500px;
    }
    .cate-list{
        display: none;
    }
    .product-list ul li h3{
        font-size: 16px;
        height: 19px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .product-list ul li article {
        height: 100px;
    }
    .product-list ul li article p{
        line-height: 20px;
    }
    /*详情*/
    .news-detail .carousel-indicators{
        height: 80px;
    }
    .news-content h3{
        font-size: 16px;
    }
    .news-content .news-time{
        font-size: 12px;
        color: #818181;
    }
    .news-content p{
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .container{
        max-width: 700px;
    }
    .product-list .product-list-ul li {
        min-height: 200px;
    }
    .product-list ul li img{
        width: 30%;
    }
    .product-list ul li .product-w{
        margin-left: 34%;
    }

    /*右侧列表*/
    .first-menu li img{
        width: 80px;
        float: left;
    }
    .first-menu li > div{
        margin-left: 100px;
        height: 40px;
        line-height: 20px;
    }
    .cate-list ul li a{
        line-height: 20px;
        height: 40px;
        border-bottom: none;
        overflow: hidden;
    }
    /*详情*/
    .news-detail .carousel-indicators{
        height: 100px;
    }
    .news-content h3{
        font-size: 18px;
    }
    .news-content .news-time{
        font-size: 12px;
        color: #818181;
    }
    .news-content p{
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .container{
        max-width: 900px;
    }
    .product-list ul li img{
        width: 40%;
    }
    .product-list ul li .product-w{
        margin-left: 45%;
    }
    .product-list .product-w h3{
        height: 30px;
        margin-bottom: 10px;
        font-size: 22px;
    }
    .product-list .product-w .news-time{
        font-size: 16px;
    }
    .product-list ul li article{
        height: 140px;
        margin-bottom: 5px;
    }
    .product-list ul li article p{
        line-height: 28px;
        height: 100%;
    }
    .product-list li .news-img:before{
        font-size: 16px;
        top: 10px;
        left: 10px;
    }
    /*右侧列表*/
    .cate-list{
        display: block;
    }
    .first-menu li img{
        width: 30%;
        float: left;
    }
    .first-menu li > div{
        margin-left: 33%;
        height: 40px;
        line-height: 20px;
    }
    .cate-list ul li a{
        line-height: 20px;
        height: 40px;
        border-bottom: none;
        overflow: hidden;
    }
    /*详情*/
    .news-detail .carousel-indicators{
        height: 100px;
    }
    .news-content h3{
        font-size: 24px;
    }
    .news-content .news-time{
        font-size: 16px;
        color: #818181;
    }
    .news-content p{
        font-size: 16px;
    }
    .news-content .news-next a{
        padding: 5px 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .container{
        max-width: 1000px;
    }
    .product-list .product-list-ul li {
        min-height: 320px;
    }
    .product-list ul li img{
        width: 38%;
    }
    .product-list ul li .product-w{
        margin-left: 45%;
    }
    .product-list .product-w h3{
        font-size: 24px;
    }
    .product-list ul li article{
        height: 180px;
    }
    .product-list ul li article p{
        line-height: 30px;
    }
    .first-menu li > div{
        margin-left: 33%;
        height: 70px;
        line-height: 35px;
    }
    .cate-list ul li a{
        padding-top: 5px;
        line-height: 20px;
        height: 45px;
        border-bottom: none;
        overflow: hidden;
    }

    /*详情*/
    .news-detail .carousel-indicators{
        height: 115px;
    }
    .news-content .news-next a{
        padding: 7px 25px;
    }
}

@media only screen and (min-width: 1500px) {
    .container{
        max-width: 1200px;
    }
}



