.news {
    display: inline-block;
    border-bottom: 1px dotted #dcdcdc;
}

.news img {
    width: 100%;
    padding: 5px;
}

.news1 {
    padding: 5px 10px;
}

.news1-1 {
    font: 400 16px/24px '微软雅黑';
    color: #000;
    padding-bottom: 5px;
}

.news1-2 {
    font: 400 14px/18px '微软雅黑';
    color: #999999;
    padding-bottom: 5px;
}

.news1-3 {
    font: 400 14px/18px '微软雅黑';
    color: #000;
    padding-bottom: 5px;
}

.news1-3 span {
    float: right;
    font: 400 12px/18px '微软雅黑';
    color: #000;
}

.news a .news1-3 span {
    padding: 5px 10px;
    background: #dcdcdc;
    color: #000;
}

.news a:hover .news1-3 span {
    padding: 5px 10px;
    background: #c4c6c5;
    color: #222222;
}

.new-er-title {
    padding-bottom: 10px;
    text-align: center;
    background: url('../images/new_er_line.png') no-repeat center bottom;
}

.new-er-name {
    font: bold 18px/24px '微软雅黑';
    color: #000;
}

.new-er-time {
    font: 400 14px/20px '微软雅黑';
    color: #000;
}

.new-er-content {
    padding: 10px 0;
}

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

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

.news1-2 {
    height: 55px;
    overflow: hidden;
    display: block;
}

p iframe {
    width: 100% !important;
    height: 300px !important;
}

@media (min-width: 1200px) {
    .new-er-title {
        text-align: center;
        border-bottom: 1px dashed #bfbfbf;
    }

    .new-er-name {
        font: 400 18px/36px '微软雅黑';
        color: #333;
    }

    .new-er-time {
        font: 400 14px/20px '微软雅黑';
        color: #999999;
    }

    .new-er-content {
        padding: 20px 0 0;
    }

    .new-er-content p {
        padding-bottom: 15px;
        font: 400 16px/30px '微软雅黑';
    }

    .news1-2 {
        height: 90px;
        overflow: hidden;
        display: block;
    }

    p iframe {
        width: 640px !important;
        height: 480px !important;
    }
}