/* 新闻列表 */
.news{}
.news li{
    padding-bottom: 10px;
}
.news li a{
    display: block;
    background: #fff;
}
.new-li-img img{
    width: 100%;
}
.new-li-title{
    font: 400 20px/30px '微软雅黑';
    color: #c90404;
}
.new-li-time{
    margin: 4px 0;
    width: 100px;
    font: 400 12px/20px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #bf1a20;
}
.new-li-p{
    font: 400 14px/24px '微软雅黑';
    color: #999999;
}

@media (min-width:1200px) {
    .news li{
        padding-bottom: 42px;
    }
    .news li a{
        position: relative;
        padding: 0 0 0 280px;
        background: #fff;
    }
    .new-li-img{
        position: absolute;
        left: 0;
        top: 0;
        width: 270px;
    }
    .new-li-right{
        padding: 15px 20px;
    }
    .new-li-title{
        font: 400 28px/30px '微软雅黑';
    }
    .new-li-time{
        margin: 8px 0;
        font: 400 14px/20px '微软雅黑';
    }
    .new-li-p{
        font: 400 16px/28px '微软雅黑';
    }
    .news li a:hover .new-li-right{
        background: #bf1a20;
    }
    .news li a:hover .new-li-title{
        color: #fff;
    }
    .news li a:hover .new-li-time{
        color: #bf1a20;
        background: #fff;
    }
    .news li a:hover .new-li-p{
        color: #fff;
    }
}


/* 新闻详情 */
.new-er {}
.new-er-name{
    font: 400 20px/30px '微软雅黑';
    color: #c90404;
}
.new-er-time{
    margin: 4px 0;
    width: 100px;
    font: 400 12px/20px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #bf1a20;
}
.new-er-content p {
    margin-bottom: 8px;
    font: 400 14px/24px 'Microsoft Yahei';
    text-align: justify;
    color: #333333;
}

.new-er-content p img {
    width: 100%;
}
@media (min-width:1200px) {
    .new-er-name{
        font: 400 28px/30px '微软雅黑';
        color: #c90404;
    }
    .new-er-time{
        margin: 8px 0;
        width: 100px;
        font: 400 14px/20px '微软雅黑';
        color: #fff;
        text-align: center;
        background: #bf1a20;
    }
    .new-er-content p {
        font: 400 16px/30px '微软雅黑';
    }
}