.news ul li a {
    position: relative;
    display: block;
    padding: 12px 0;
    border-bottom: 3px solid transparent;
}

.new-li-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0;
}

.new-li-time {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font: 400 14px/24px "微软雅黑";
    color: #505050;
    text-align: center;
    border-bottom: 1px solid #d8d7d7;
}

.new-li-time i {
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 13px;
    height: 13px;
    margin-left: -6px;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.new-li-time i span {
    display: block;
    width: 7px;
    height: 7px;
    background: #515151;
    border-radius: 50%;
}

.new-li-title {
    overflow: hidden;
    font: 400 16px/24px "微软雅黑";
    color: #838383;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    max-height: 108px;
    overflow: hidden;
    padding: 10px 0;
    font: 400 14px/24px "微软雅黑";
    text-align: center;
    color: #505050;
}

.new-more {
    padding: 10px 0;
    text-align: center;
}

.new-more a {
    display: inline-block;
    padding-right: 30px;
    font: 400 16px/30px "微软雅黑";
    color: #000000;
    background: url("../images/new_more.png") no-repeat right center;
}

@media (min-width: 1200px) {
    .news ul {
        display: flex;
        flex-wrap: wrap;
        padding: 40px 20px;
    }
    .news ul li {
        width: 33.3%;
        padding: 10px 5px;
    }
    .news ul li a {
        height: 280px;
        padding: 42px 0;
        background: #fff;
        border-bottom: 10px solid #fff;
    }
    .new-li-time {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .new-li-title {
        padding: 0 40px;
        font: 400 16px/24px "微软雅黑";
    }
    .new-li-p {
        max-height: 148px;
        height: 148px;
        padding: 24px 40px 10px;
    }
    .news ul li a:hover {
        background: #fff;
        border-color: #cb0000;
    }
    .news ul li a:hover .new-li-icon {
        opacity: 1;
    }
    .news ul li a:hover .new-li-time {
        color: #cb0000;
        border-color: #f8dbdb;
    }
    .news ul li a:hover .new-li-time i {
        border-color: #cb0000;
    }
    .news ul li a:hover .new-li-time i span {
        background: #cb0000;
    }
    .news ul li a:hover .new-li-title {
        color: #cb0000;
    }
    .news ul li a:hover .new-li-p {
        color: #505050;
    }
    .new-more {
        padding: 30px 0 90px 0;
    }
    .new-more a {
        padding-right: 30px;
        font: 400 16px/30px "微软雅黑";
        background: url(../images/new_arrow.png) no-repeat right center;
    }
}


/* 新闻详情 */

.new-er {
    padding-bottom: 20px;
}

.new-er-title {
    text-align: center;
}

.new-er-name {
    font: 400 18px/24px "微软雅黑";
    color: #333;
}

.new-er-title .new-er-time {
    font: 400 14px/24px "微软雅黑";
    color: #999;
}

.new-er-content {
    padding: 10px 0 0;
}

.new-er-content p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.new-er-content img {
    width: 100%;
}

@media (min-width: 1200px) {
    .new-er {
        padding: 40px 20px;
    }
    .new-er-title {
        position: relative;
        padding: 0 0 10px;
        text-align: left;
        border-bottom: 1px solid #999;
    }
    .new-er-name {
        font: 400 24px/30px "微软雅黑";
        color: #000;
    }
    .new-er-title .new-er-time {
        position: absolute;
        right: 0;
        top: 0;
        font: 400 14px/30px "微软雅黑";
        color: #000;
    }
    .new-er-content {
        padding: 20px 0 0;
    }
    .new-er-content p {
        font: 400 16px/30px "微软雅黑";
    }
}