/*  <!-- 新闻展示 -->*/
.new-body {
    width: 1400px;
    margin: 0 auto;
}

.item {
    /* display: none; */
}

/* 支部新闻 */
.new-show {
    height: 330px;
    margin-top: 45px;
}

.new-show:hover .box2 {
    border: #1778FFA0 solid 1px;
    color: #1778FF;
}

.new-cover {
    float: left;
    width: 451px;
    height: 281px;
    margin-right: 45px;
}

.new-cover img {
    width: 100%;
    height: 100%;
}

.new-content {
    float: left;
    width: 900px;
    height: 222px;
    margin-top: 45px;
}

.new-content .data {
    width: 130px;
    height: 33px;
    font-size: 39px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #000000;
    line-height: 33px;
}

.new-content .data em {
    float: right;
    width: 38px;
    height: 32px;
    margin-right: 10px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-style: italic;
    color: #595757;
    line-height: 18px;
}

.new-content h3 {
    margin-top: 30px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1F0B11;
    line-height: 13px;
}

.new-content p {
    margin-top: 28px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #898989;
    line-height: 30px;
}

.new-content .box2 {
    display: block;
    width: 130px;
    height: 28px;
    margin-top: 28px;
    /* margin-bottom: 28px; */
    border: #9FA0A0 solid 1px;
    border-radius: 2px;
    color: #9FA0A0;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.new_page {
    margin: 25px 0;
    height: 32px;

}

.page {
    width: 800px !important;
}

/* 分页 */
button {
    display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #28a4c9;
    color: #fff;
    background-color: #5bc0de;
    margin: 20px 20px 0 0;
}

.box {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    /* height: 34px; */
}

.page {
    width: 600px;
}

.info {
    width: 200px;
    height: 34px;
    line-height: 34px;
}

.fl {
    float: left;
}