/* 新闻列表 */

.news {}

.news ul li {
    padding: 2px 0;
}

.news ul li:nth-child(5n) {
    position: relative;
    margin-bottom: 10px;
}

.news ul li:nth-child(5n+1) a {
    margin-top: 10px;
}

.news ul li:nth-child(5n)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    border-bottom: 1px dashed #d3d3d3;
}

.news ul a {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
    background: url(../images/new_icon_b.png) no-repeat 0 center;
}

.news ul p {
    width: 4.8rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news ul span {
    color: #999999;
}

@media (min-width: 1200px) {
    .news {
        padding: 0;
    }
    .news ul li {
        padding: 6px 0;
    }
    .news ul li:nth-child(5n) {
        margin-bottom: 30px;
    }
    .news ul li:nth-child(5n+1) a {
        margin-top: 30px;
    }
    .news ul li:nth-child(5n)::before {
        bottom: -30px;
    }
    .news ul a {
        padding-left: 15px;
        font-size: 18px;
        line-height: 30px;
        background: url(../images/new_icon_b.png) no-repeat 0 12px;
    }
    .news ul p {
        width: 450px;
    }
    .news ul a:hover {
        background-image: url(../images/new_icona.png);
        border-color: #01843e;
    }
    .news ul a:hover p {
        color: #01843e;
    }
    .news ul a:hover span {
        color: #01843e;
    }
}


/* 新闻详情 */

.new-er {}

.new-er-title {
    text-align: center;
}

.new-er-name {
    padding: 0.2rem 0;
    font: bold 16px/24px "微软雅黑";
    color: #333;
}

.new-er-time {
    font: 400 14px/24px "微软雅黑";
    color: #999;
}

.new-er-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dashed #d3d3d3;
}

.new-er-detail p {
    padding: 0 15px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.new-er-p p {
    margin-bottom: 10px;
    font: 400 14px/24px "微软雅黑";
    color: #333;
    text-align: justify;
    color: #333;
    text-indent: 2em;
    letter-spacing: 1px;
}

.new-er-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .new-er {
        padding: 30px 0;
    }
    .new-er-name {
        padding: 10px 0;
        color: #333;
        font: 400 24px/30px "微软雅黑";
        text-align: center;
    }
    .new-er-detail {
        display: flex;
        justify-content: center;
        margin: 0 0 20px;
        padding: 0 0 20px;
        border-bottom: 1px dashed #d3d3d3;
    }
    .new-er-detail p {
        padding: 0 15px;
        font-size: 14px;
        line-height: 20px;
        color: #999999;
    }
    .new-er-p p {
        font-weight: 400;
        font-size: 19px;
        line-height: 1.5;
        font-family: "微软雅黑";
        color: #333;
        text-indent: 2em;
        letter-spacing: 1px;
    }
}

p iframe {
    width: 100% !important;
    height: 300px !important;
}

@media (min-width:1200px) {
    p iframe {
        width: 640px !important;
        height: 480px !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .top {
        padding-left: 50px;
    }
    .common-slide {
        display: none;
    }
    .common-box {
        width: 100%;
    }
}