#lan:hover {
    color: #0073A9;
}

.new-y {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 178px;
    border-bottom: 1px solid #acacac;
    margin-top: 18px;
}

.new-tu {
    width: 255px;
    height: 160px;
}

.new-tu img {
    width: 100%;
    height: 100%;
}

.new-tu img:hover {
    transform: scale(1.1);
    transition: all .5s;
}

.new-text {
    width: 905px;
    height: 140px;
    margin-top: 10px;
}
.new-text-noimg {
    width: 100%;
    height: 140px;
    margin-top: 10px;
}
.new-text .h5 {
    font-size: 18px;
    font-weight: 400;
    font-family: "微软雅黑";
}

.new-text-noimg .h5 {
    font-size: 18px;
    font-weight: 400;
    font-family: "微软雅黑";
}

.new-text .h5 a {
    color: #000;
}
.new-text-noimg .h5 a {
    color: #000;
}
.new-text .p {
    font-size: 16px;
    font-weight: 400;
    font-family: "微软雅黑";
    margin-top: 5px;
    line-height: 27px;
}
.new-text-noimg .p {
    font-size: 16px;
    font-weight: 400;
    font-family: "微软雅黑";
    margin-top: 5px;
    line-height: 27px;
}
.new-text .p a {
    color: #acacac;
}
.new-text-noimg .p a {
    color: #acacac;
}
.ui-listmenu-a {
    color:#333;
}
.clocks {
    display: flex;
    width: 105px;
    height: 15px;
}

.watche {
    width: 15px;
    height: 15px;
    background: url(../image/clocks.png) no-repeat center;
}

.hour {
    font-size: 14px;
    font-weight: 400;
    font-family: "微软雅黑";
    color: #acacac;
    margin: -2px 0 0 6px;
}
.fenye-box{
        width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.fenye {
    width: auto;
    margin: 20px auto;
}

/* 外面盒子样式---自己定义 */
.page_div {
    margin: 20px 10px 20px 0;
    color: #666;
}

/* 页数按钮样式 */
.page_div button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    width: 50px;
    color: #0073A9;
    border: 1px solid #0073A9;
}

#nextPage,
#prePage {
    width: 70px;
}

.page_div .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF;
}

/* 页面数量 */
.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #0073A9;
    margin: 0 5px;
}

/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop;
}