/* 新闻列表 */
.bread {
    color: #fff;
}

.bread a {
    color: #fff;
}

.common-nav ul li.active a {
    color: #fff;
    background-image: url(../images/com_nav_liw.png);
}

.news {
    background: none;
}

.news li {
        padding: 10px 0;
        border-bottom: 1px dashed #fff;
}

.news li a {
    display: flex;
}

.new-li-img {
    width: 2.4rem;
}

.new-li-img img {
    width: 2.1rem;
    height: 2.1rem;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.new-li-font {
    width: 6rem;
}

.new-li-title {
    display: flex;
    justify-content: space-between;
}

.new-li-title p {
    width: 4rem;
    overflow: hidden;

    font: 400 16px/24px '微软雅黑';
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-title span {
    display: block;
    width: 2.4rem;
    font: 400 14px/20px '微软雅黑';
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
}



.new-li-p {
    height: 36px;
        margin-top: 5px;
    overflow: hidden;
    font: 400 14px/18px '微软雅黑';
    color: #fff;
}

@media (min-width: 1200px) {
    .common-nav ul li a:hover {
        color: #fff;
        background: url(../images/com_nav_liw.png) no-repeat center center;
    }

    .common-nav ul li.active a {
        color: #fff;
        background: url(../images/com_nav_liw.png) no-repeat center center;
    }

    .news {}

    .news li {
        padding: 5px 0;
        border: 0;
    }

    .news li a {
        display: flex;
        padding: 30px;
    }

    .new-li-img {
        width: 160px;
        border: 2px solid #fff;
        border-radius: 50%;
        overflow: hidden;
    }

    .new-li-img img {
        width: 160px;
        height: 160px;
    }

    .new-li-font {
        width: 960px;
        padding: 15px 0 0 15px;
    }

    .new-li-title {
        display: flex;
        justify-content: space-between;
        padding: 0 10px 0 0;
    }

    .new-li-title p {
        width: 720px;
        overflow: hidden;
        font: 400 24px/30px '微软雅黑';
        color: #fff;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .new-li-title span {
        display: block;
        width: auto;
        padding: 0 30px;
        font: 400 14px/30px '微软雅黑';
        color: #fff;
        border: 2px solid #fff;
    }

    .new-li-time {
        padding: 5px 0 10px;
        font: 400 16px/24px '微软雅黑';
        color: #fff;
    }

    .new-li-p {
        height: 48px;
        overflow: hidden;
        font: 400 14px/24px '微软雅黑';
        color: #fff;
    }

    .news li a:hover {
        background: rgba(206, 13, 13, 0.8) url(../images/new_li_icon.png) no-repeat right 0;
        border-radius: 10px;
    }

}


/* 新闻详情 */

.new-er {}

.new-er-title {
    text-align: center;
}

.new-er-name {
    font: bold 16px/24px "微软雅黑";
    color: #333;
}

.new-er-time {
    font: 400 14px/24px "微软雅黑";
    color: #999;
}

.new-er-p p {
    margin-bottom: 10px;
    font: 400 14px/24px "微软雅黑";
    color: #333;
    text-align: justify;
}

.new-er-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .new-er {
        padding: 50px 100px;
        background: rgba(255, 255, 255, 0.8);
    }

    .new-er-title {
        position: relative;
        margin: 0 0 10px;
        padding: 0 0 10px;
        color: #fff;
        text-align: left;
        border-bottom: 1px solid #333;
    }

    .new-er-name {
        color: #333;
    }

    .new-er-time {
        position: absolute;
        right: 0;
        top: 0;
        color: #333;
    }

    .new-er-p p {
        font: 400 16px/30px "微软雅黑";
        color: #333;
    }
}