﻿<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
.news-list-wutu .page-c {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    clear: both;
}

.news-list-wutu .page-c #page {
    display: inline-block;
    text-align: center;
}

.news-list-wutu .page-c .pagingUl {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.news-list-wutu .page-c .pagingUl li {
    float: none !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    display: inline-block !important;
}

.news-list-wutu .page-c .pagingUl a,
.news-list-wutu .page-c .pagingUl span,
.news-list-wutu .page-c .pagingUl li a,
.news-list-wutu .page-c .pagingUl li span {
    display: inline-block !important;
    min-width: 34px;
    height: 34px;
    line-height: 32px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}

.news-list-wutu .page-c .pagingUl a:hover,
.news-list-wutu .page-c .pagingUl .active,
.news-list-wutu .page-c .pagingUl .on,
.news-list-wutu .page-c .pagingUl li.thisclass a,
.news-list-wutu .page-c .pagingUl li.thisclass span {
    background: #1677ff;
    border-color: #1677ff;
    color: #fff;
}

.news-list-wutu .page-c .pagingUl br {
    display: none !important;
}
.news-list-wutu .epages {
    width: 100%;
    clear: both;
    padding: 25px 0;
    text-align: center;
    font-size: 0;
}

.news-list-wutu .epages a,
.news-list-wutu .epages b,
.news-list-wutu .epages span {
    display: inline-block !important;
    min-width: 34px;
    height: 34px;
    line-height: 32px;
    margin: 0 4px 8px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    vertical-align: middle;
}

.news-list-wutu .epages a:hover,
.news-list-wutu .epages b,
.news-list-wutu .epages .active,
.news-list-wutu .epages .thisclass,
.news-list-wutu .epages .on {
    background: #1677ff;
    border-color: #1677ff;
    color: #fff;
}

.news-list-wutu .epages input {
    height: 32px;
    line-height: 32px;
    margin: 0 4px;
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.news-list-wutu .epages select {
    height: 32px;
    line-height: 32px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.news-list-wutu .epages br {
    display: none !important;
}

.news-list-wutu .epages li {
    float: none !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    display: inline-block !important;
}

@media screen and (max-width: 768px) {
    .news-list-wutu .epages {
        padding: 18px 8px;
    }

    .news-list-wutu .epages a,
    .news-list-wutu .epages b,
    .news-list-wutu .epages span {
        min-width: 30px;
        height: 30px;
        line-height: 28px;
        padding: 0 9px;
        margin: 0 3px 7px;
        font-size: 13px;
    }
}