/* 新闻列表 */

.new1 ul li {
    padding: 0 0 5px;
}

.new1 ul a {
    display: block;
}

.new-li-img img {
    width: 100%;
}

.new-li-font {
    padding: 10px 0 5px;
    border-bottom: 1px solid #d1cfcf;
}

.new-li-title {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
    height: 120px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.new-li-line {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

@media (min-width: 1200px) {
    .new1 ul li {
        padding: 0 0 30px;
    }
    .new1 ul a {
        display: flex;
        justify-content: space-between;
    }
    .new-li-img {
        width: 300px;
    }
    .new-li-img img {
        width: 300px;
        height: 225px;
    }
    .new-li-font {
        width: 550px;
        padding: 0;
        border-bottom: 1px solid #d1cfcf;
    }
    .new-li-title {
        font-size: 24px;
        line-height: 36px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .new-li-p {
        height: 120px;
        margin: 15px 0;
        font-size: 16px;
        line-height: 30px;
        color: #333;
    }
    .new-li-line {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        line-height: 24px;
        color: #999;
    }
}

.new2 {}
.new2 ul li {
    padding: 0;
}
.new2 ul a {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #d1cfcf;
}
.new2-li-time {
    flex-shrink: 0;
    width: 80px;
    text-align: center;
}
.new2-li-day {
    font-size: 30px;
    line-height: 42px;
    color: #037a52;
    border: 1px solid #d1cfcf;
}
.new2-li-year {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #037a52;
}
.new2-li-title {
    flex-grow:1;
    height: 72px;
    overflow:hidden;
    padding-left:10px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
@media (min-width: 1200px) {
    .new2 ul {
        padding: 0 0 20px;
    }
    .new2 ul li {
        padding: 0;
    }
    .new2 ul a {
        display: flex;
        justify-content: space-between;
        padding: 18px 0;
        border-bottom: 1px dashed #d1cfcf;
    }
    .new2-li-time {
        width: 80px;
        text-align: center;
    }
    .new2-li-day {
        font-size: 30px;
        line-height: 42px;
        color: #037a52;
        border: 1px solid #d1cfcf;
    }
    .new2-li-year {
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        background: #037a52;
    }
    .new2-li-title {
        width: 780px;
        height: 48px;
        padding:0
        overflow: hidden;
        font-size: 18px;
        line-height: 24px;
        color: #000;
    }
}


/* 新闻详情 */

.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: 0 0 20px;
    }
    .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 20px/30px "微软雅黑";
        color: #333;
    }
    .new-er-p p img {
        max-width: 600px;
        padding: 8px 0;
    }
}