.flex_center {
    display: flex;
    justify-content: center;
}

.flex_start {
    display: flex;
    justify-content: start;
}


/*  */
.topnews_text {
    width: 100%;
    height: 360px;
    background: #f9f9f9;
    padding-top: 39px;
}

.toppictur {
    width: 100%;
}

    .toppictur p {
        width: 100%;
        /*max-width: 1280px;*/
        height: 140px;
        line-height: 140px;
        text-align: center;
        margin: 0 auto;
        color: #333333;
        background: url(/uploads/image/cinjiebaopage/toppictur.png) no-repeat center center;
        background-size: 100% 100%;
    }

.topnews_text div:nth-child(1) .toptimeout {
    width: 120px;
    height: 140px;
    background: #f2f2f2;
    padding-top: 40px;
}

    .topnews_text div:nth-child(1) .toptimeout span {
        width: 65px;
        color: #333333;
        margin: 0 auto;
        display: block;
    }

        .topnews_text div:nth-child(1) .toptimeout span:nth-child(2) {
            text-align: right;
            color: #333333;
        }

.topnews_text div:nth-child(1) img {
    width: 500px;
    height: 281px;
}

.topnews_text div:nth-child(2) {
    width: 610px;
    margin-left: 40px;
    cursor: pointer;
}


    .topnews_text div:nth-child(2) span:nth-child(2) {
        color: #888888;
        width: 620px;
        height: 140px;
        line-height: 25px;
        margin-top: 50px;
    }

.papernotice div span:nth-child(2) {
    color: #888888;
    /*height: 120px;*/
    width: 910px;
    line-height: 25px;
    margin-top: 20px;
    user-select: none;
}

.topnews_text .topnews_tz a {
    height: 50px;
    color: #897a7d;
}

/* 左边内容板块 */
.papernotice {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 70px;
    padding-top: 23px;
}

    .papernotice .newsmedia {
        margin: 0 auto;
    }

        .papernotice .newsmedia p {
            width: 100%;
            text-align: center;
            letter-spacing: 2px;
            margin-top: 50px;
            margin-bottom: 30px;
        }

    .papernotice .newsmedia_text {
        padding: 20px 0;
        border-top: 1px solid #dcdcdc;
        position: relative;
        cursor: pointer;
    }

.papernotice .newsmedia_text div:nth-child(1) {
    width: 330px;
    height: 160px;
}

    .papernotice .newsmedia_text div:nth-child(1) .timeout {
        width: 120px;
        height: 140px;
        background: #f2f2f2;
        padding-top: 40px;
        display: block;
    }

.papernotice .newsmedia_text div .timeout span {
    display: block;
}

.papernotice .newsmedia_text div:nth-child(1) .timeout span {
    width: 65px;
    margin: 0 auto;
}

    .papernotice .newsmedia_text div:nth-child(1) .timeout span:nth-child(1) {
        text-align: center;
        color: #333333;
    }

    .papernotice .newsmedia_text div:nth-child(1) .timeout span:nth-child(2) {
        text-align: right;
        color: #333333;
    }

.papernotice .newsmedia_text div:nth-child(1) img {
    width: 210px;
    height: 140px;
}

.papernotice .newsmedia_text .newsmedia_dz {
    margin-left: 40px;
}

.newsmedia_dz span {
    display: block;
}

    .newsmedia_dz span:nth-child(1) {
        width: 910px;
        margin: 0px 0 15px 0;
        color: #333333;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .newsmedia_dz span:nth-child(2) {
        color: #aaaaaa;
        width: 900px;
        height: 85px;
    }

#newsmedia .newsmedia_text:hover .timeout {
    background: #fff1dd;
}

#newsmedia .newsmedia_text:hover div:nth-child(2) span {
    color: #f90;
}

#newsmedia a {
    display: block;
}

    #newsmedia a:nth-child(1) .newsmedia_text {
        border-top: 0px solid #dcdcdc;
    }

.newsmedia_tz span {
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    background: rgb(215, 215, 215, 0.4);
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    color: #000000;
}

.aboutnews {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f9f4ed;
    color: #000;
    text-align: center;
    display: block;
    cursor: pointer;
    user-select: none;
}
