﻿
@media screen and (max-width: 1024px) {
    .w {
        width: 980px;
    }

    .news {
        width: 980px;
        margin: auto;
        margin-top: 20px;
        height: auto;
        overflow: hidden;
    }

        .news .right {
            float: left;
            border: 1px solid #eee;
            margin-left: 18px;
            width: 759px;
        }

        .news .content h1 {
            width: 708px;
            color: #666666;
        }
}

@media screen and (min-width: 1028px) {
    .w {
        width: 1210px;
    }

    .news {
        width: 1210px;
        margin: auto;
        margin-top: 20px;
        height: auto;
        overflow: hidden;
    }

        .news .right {
            float: left;
            border: 1px solid #eee;
            margin-left: 18px;
            width: 990px;
        }

        .news .content h1 {
            width: 958px;
            color: #666666;
        }
}

.news .left h2 {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    background: #ebebeb;
    padding-left: 15px;
}

.news .left {
    float: left;
    width: 200px;
}

    .news .left .conact_side {
        border: 1px solid #ebebeb;
        color: #666666;
        line-height: 27px;
        padding: 12px 10px;
    }

.news .conact_side a {
    color: #666666;
    width: 180px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

    .news .conact_side a:hover {
        color: #68bb00;
    }

.news .content .time {
    text-align: center;
    padding-top: 14px;
    color: #9f9f9f;
}


.right .content h1 {
    text-align: center;
    color: #535252;
    font-size: 20px;
    padding: 30px 0 20px;
    border-bottom: 1px solid #eee;
    margin: auto;
}

.right .content p {
    padding: 27px 34px;
    line-height: 24px;
}
