article{
    background: url('../images/new_repeat.jpg') 0 0;
}
.bread{
    padding: 10px;
    font: 400 12px/20px '微软雅黑';
    color: #000000;
}
.bread a {
    color: #000000;
}
.new-wrap{
    padding:0 10px 10px;
    background: url('../images/mnew_shape.png') repeat-y center 0/100%;
}
@media (min-width:1200px) {
    .new-wrap{
        background: url('../images/new_shape.png') no-repeat center 0/100% 100%;
    }
    .bread{
        width: 960px;
        margin: 0 auto;
        padding: 20px 0;
        font: 400 14px/24px '微软雅黑';
        text-align: right;
    }
    .news{
        width: 960px;
        margin: 0 auto;
        padding: 25px 35px;
    }
}

/* 主体 */
.news-top{
    padding: 5px;
    background: rgba(255, 255, 255,0.6);
}
.new-top-title{
    margin-bottom: 10px;
    padding: 15px 0 15px 15px;
    font: bold 18px/24px '微软雅黑';
    color: #d24726;
    background: url('../images/new_ad.jpg') no-repeat 0 0/cover;
}
.news-top ul li{
    padding: 1px 0;
}
.news-top ul li a{
    display: block;
    padding: 5px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
}
.news-top .new-li-img img{
    width: 100%;
}
.news-top .new-li-title{
    overflow: hidden;
    margin-top: 5px;
    font: bold 14px/24px '微软雅黑';
    color: #343030;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-top .new-li-time{
    padding-bottom: 7px;
    font: 400 12px/18px '微软雅黑';
    color: #999999;
}


.news-bottom{
    margin: 15px 0 0;
}
.news-bottom ul{
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.5)
}
.news-bottom ul li{
    padding: 5px 0;
}
.news-bottom ul li a{
    display: flex;
}
.news-bottom .new-li-img{
    flex-shrink: 0;
    width: 120px;
}
.news-bottom .new-li-img img{
    width: 100%;
}
.news-bottom .new-li-right{
    flex-grow:1;
    padding: 0 0 0 10px;
}


.news-bottom .new-li-title{
    font: bold 14px/20px '微软雅黑';
    color: #343030;
}
.news-bottom .new-li-time{
    margin-top: 10px;
    font: 400 12px/18px '微软雅黑';
    color: #999999;
}

.news-bottom .new-li-p{
    display: none;
}

@media (min-width:1200px) {
    .news-top{
        width: 960px;
        margin: 0 auto;
        padding: 30px;
    }
    .new-top-title{
        height:135px;
        margin-bottom: 20px;
        padding: 50px 0 0 60px;
        font: bold 30px/36px '微软雅黑';
        color: #d24726;
        background: url('../images/new_ad.jpg') no-repeat 0 0/100%;
    }

    .news-top ul{
        display: flex;
        justify-content: space-between;
    }
    .news-top ul li{
        width: 290px;
    }
    .news-top ul li a{
        padding: 7px;
        text-align: left;
    }
    .news-top .new-li-title{
        margin-top: 10px;
        font: bold 14px/24px '微软雅黑';
    }

    .news-top ul li a:hover{
        background: #d24726;
    }
    .news-top ul li a:hover .new-li-title{
        color: #fff;
    }
    .news-top ul li a:hover .new-li-time{
        color: #fff;
    }

    .news-bottom{
        width: 960px;
        margin: 15px auto 0;
        
    }
    .news-bottom ul{
        padding: 35px 35px;
        background: rgba(255, 255, 255, 0.5)
    }
    .news-bottom ul li{
        padding: 0 0 40px 0;
    }
    .news-bottom ul li a{
        display: flex;
    }
    .news-bottom .new-li-img{
        flex-shrink: 0;
        width: 280px;
    }
    .news-bottom .new-li-right{
        padding: 15px 0 0 30px;
    }
    .news-bottom .new-li-title{
        font: bold 16px/30px '微软雅黑';
    }
    .news-bottom .new-li-time{
        font: 400 14px/24px '微软雅黑';
        color: #999999;
    }
    .news-bottom .new-li-p{
        display: block;
        height: 72px;
        overflow: hidden;
        margin-top: 24px;
    }
    .news-bottom .new-li-p p{
        font: 400 14px/24px '微软雅黑';
        color: #343030;
    }
    .news-bottom ul li a:hover{
        background: #d24726;
    }
    .news-bottom ul li a:hover .new-li-title{
        color: #fff;
    }    
    .news-bottom ul li a:hover .new-li-time{
        color: #fff;
    }    
    .news-bottom ul li a:hover .new-li-p p{
        color: #fff;
    }    
}


/* 新闻详情 */
.new-er-wrap{
    padding:0 10px 10px;
    background: url('../images/mnew_shape.png') repeat-y center 0/100%;
}
.new-er {
    min-height: 300px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
}
.new-er-title{
    text-align: center;
}
.new-er-name{
    font:bold 18px/24px '微软雅黑';
    color: #333;
}
.new-er-time{
    font: 400 14px/24px '微软雅黑';
    color: #6e6e6e;
}

.new-er-content p{
    margin-bottom: 10px;
    font: 400 14px/24px '微软雅黑';
    color: #333;
    text-align: justify;
}
.new-er-content p img{
    width: 100%;
}

@media (min-width:1200px) {
    .new-er-wrap{
        background: url('../images/new_shape.png') no-repeat center 0/100% 100%;
    }
    .new-er{
        width: 960px;
        margin: 0 auto;
        padding: 0 35px 20px;
    }
    .new-er-title{
        position: relative;
        margin: 0 0 20px 0;
        padding: 0 0 5px;
        text-align: left;
        border-bottom: 1px solid #999;
    }
    .new-er-name{
        font:bold  18px/30px '微软雅黑';
        color: #333;   
    }
    .new-er-time{
        position: absolute;
        right: 0;
        top: 0;
        font: 400 14px/30px '微软雅黑';
    }
    .new-er-content p{
        font: 400 16px/30px '微软雅黑';
    }
}


/* 下载中心 */
.download{

}
.download ul{
   padding: 10px; 
}
.download ul li{
    padding: 5px 0;
    border-bottom: 1px dashed #333;
}
.download ul li a{
    display: block;
    font: 400 14px/24px '微软雅黑';
    color: #000;
}
@media (min-width:1200px) {
    .download{
        width: 960px;
        padding: 20px 0;
        margin: 0 auto;
    }
    .download ul{}
    .download ul li{
        padding: 5px 0;
        border-bottom: 1px dashed #333;
    }
    .download ul li a{
        display: block;
        font: 400 16px/30px '微软雅黑';
        color: #000;
    }
}