* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    font-family: "microsoft yahei" !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input,
button {
    outline: none;
}

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.mult_ell {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*span{
    display: inline-block;
}*/

.page {
    text-align: center;
}

.digg {
    padding-top: 0.3rem;
    font-size: 16px;
    display: flex;
    justify-content: center;
}

.digg a {
    display: inline-block;
    color: #333;
    width: 30px;
    height: 30px;
    text-decoration: none !important;
    background-color: #ebebeb;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e3e8;
    border-radius: 4px;
    font-size: 14px;
}

.digg a:first-child,
.digg a:nth-last-child(2) {
    width: 64px;
    color: #A6A6A6;
}

.digg a+a {
    margin-left: 10px;
}

.digg a:hover {
    background-color: #00509C;
    color: #fff;
    border: 1px solid #00509C;
}

.digg a:active {
    background-color: #00509C;
    color: #fff;
    border: 1px solid #00509C;
}

.digg a.current {
    background-color: #00509C;
    color: #fff;
    border: 1px solid #00509C;
}

.digg a.disabled {
    background-color: #ebebeb;
    color: #ccc;
}

.container {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.etc {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}