* {
    box-sizing: content-box;
}

html, body {
    font-family: PingFang,'helvetica neue','hiragino sans gb',arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
    font-size: 14px;
    color: #444;
}

.update {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin-top: 100px;
}

.new_list {
    padding-top: 30px;
}

    .new_list .eve .news_img {
        float: left;
        width: 22%;
        font-size: 22px;
        color: #999;
        text-align: center;
        line-height: 1.5;
    }

    .new_list .eve .news_word .tit {
        color: #333;
        line-height: 1.3;
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 26px;
    }

    .new_list .eve .news_word {
        float: right;
        width: 76%;
        padding-left: 2%;
        text-align: justify;
    }

    .new_list li:last-child {
        border-bottom: 1px dashed #bcbcbc;
    }

.page-list {
    text-align: right;
}

@media only screen and (max-width:768px) {
    .new_list .eve {
        margin: 0;
        padding: 0;
        margin: 20px 5%;
    }

    .update {
        margin-top: 75px;
        font-size: 20px;
    }

    .new_list {
        padding-top: 20px;
    }

        .new_list .eve .news_img {
            float: none;
            width: 100%;
            font-size: 10px;
            color: #999;
            text-align: left;
        }

        .new_list .eve .news_word .tit {
            color: #333;
            line-height: 30px;
            margin-top: 0px;
            margin-bottom: 20px;
            font-size: 16px;
        }

        .new_list .eve .news_word {
            float: none;
            width: 100%;
            padding-left: 0;
            text-align: justify;
        }

    .page-list {
        margin-right: 10px;
    }
}


/*page*/
.pagin {
    position: relative;
    margin-top: 10px;
    padding: 0 12px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .pagin .blue {
        color: #676a6c;
        font-style: normal;
    }

.message {
    float: left;
}

.pagin .paginList {
    /*position: absolute;
        right: 12px;
        top: 0;*/
    float: right;
}

    .pagin .paginList .paginItem {
        float: left;
    }

        .pagin .paginList .paginItem a {
            float: left;
            width: 31px;
            height: 28px;
            border: 1px solid #DDD;
            text-align: center;
            line-height: 30px;
            border-left: none;
            color: #676a6c;
        }

        .pagin .paginList .paginItem:first-child a {
            border-left: 1px solid #DDD;
        }

        .pagin .paginList .paginItem:first-child a {
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
        }

        .pagin .paginList .paginItem:last-child a {
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
        }

        .pagin .paginList .paginItem.current, .pagin .paginList .paginItem.current a {
            background: #f5f5f5;
            /*cursor: default;*/
            /*color: #737373;*/
        }

        .pagin .paginList .paginItem:hover {
            background: #f5f5f5;
        }

        .pagin .paginList .paginItem.more, .pagin .paginList .paginItem.more a:hover {
            cursor: default;
        }

            .pagin .paginList .paginItem.more:hover {
                background: #FFF;
            }

            .pagin .paginList .paginItem.more a {
                color: #737373;
            }

.pagepre {
    display: inline-block;
    background: url(/images/pre_disable.gif) no-repeat center center;
    width: 31px;
    height: 28px;
}

.paginItem .preEnable {
    background: url(/images/pre_enable.gif) no-repeat center center;
}

.pagenxt {
    display: inline-block;
    background: url(/images/next_disable.gif) no-repeat center center;
    width: 31px;
    height: 28px;
}
.paginItem .nextEnable {
    background: url(/images/next_enable.gif) no-repeat center center;
}

