/* æ–°é—»åˆ—è¡¨ */

.news {
    background: #fff;
}

.news ul {
    padding: 10px 0;
}

.news li {
    float: left;
    width: 50%;
    padding: 10px 5px;
}

.news li a {
    display: block;
    padding: 0 10px 10px;
    color: #000;
    background: #fff;
    border: 3px solid #444444;
}

.new-li-img {
    margin-top: -0.2rem;
}

.new-li-img img {
    width: 100%;
    border: 3px solid #444444;
}

.new-li-title {
    margin: 0.1rem 0;
    font: 400 0.4rem/0.48rem 'å¾®è½¯é›…é»‘';
}

.new-li-p {
    height: 80px;
    overflow: hidden;
    font: 400 12px/20px 'å¾®è½¯é›…é»‘';
    color: #999999;
    text-align: justify;
}

.new-li-time {
    display: block;
    padding-top: 10px;
    font: 400 12px/24px 'å¾®è½¯é›…é»‘';
}

@media (min-width:1200px) {
    .news {
        padding: 30px 20px 60px;
    }
    .news ul{
        display:flex;
        flex-wrap:wrap;
    }
    .news li {
        width: 25%;
        padding: 15px 10px;
    }
    .new-li-img {
        margin-top: -15px;
    }


    .new-li-title {
        margin: 10px 0;
        font: 400 18px/30px 'å¾®è½¯é›…é»‘';
    }

    .new-li-p {
        height: 96px;
        font: 400 14px/24px 'å¾®è½¯é›…é»‘';
    }

    .new-li-time {
        font: 400 12px/24px 'å¾®è½¯é›…é»‘';
    }

    .news li a:hover {
        color: #fff;
        background: url('../images/bo.jpg') 0 0;
        border-color: #1db03b;
    }

    .news li a:hover .new-li-img img {
        border-color: #fff;
    }

    .news li a:hover .new-li-p {
        color: #fff;
    }
}




/* æ–°é—»è¯¦æƒ… */

.new-er {
    padding: 10px;
    background: #fff;
}

.new-er-title {
    position: relative;
    padding-bottom: 5px;
}

.new-er-title {
    padding: 5px 10px;
    font: bold 16px/30px 'å¾®è½¯é›…é»‘';
    color: #000;
}

.new-er-title span {
    padding: 0 12px;
    font: 400 16px/30px 'å¾®è½¯é›…é»‘';
    color: #000;
}

.new-er-content {
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.new-er-content p {
    margin-bottom: 12px;
    font: 400 14px/24px 'Microsoft Yahei';
    text-align: justify;
    color: #000;
}

.new-er-content p img {
    width: 100%;
}


@media (min-width:1200px) {
    .new-er {
        padding: 60px 60px 20px;
    }
    .new-er-name {
        font: 600 18px/24px 'Microsoft YaHei';
    }
    .new-er-time {
        position: absolute;
        right: 0;
        top: 0;
        font: 400 14px/24px 'Microsoft YaHei';
    }
    .new-er-content {
        padding-bottom: 30px;
    }
}