.layui-laypage input {
    display: inline-block;
    width: 40px;
    margin: 0 10px;
    padding: 0 3px;
    text-align: center;
    color: #333;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

.layui-laypage input,
.layui-laypage button {
    height: 30px;
    line-height: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #5E86C1;
}

.layui-laypage a,
.layui-laypage span {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
}

.brand-table {
    /* width: 30px;
    height: 30px; */
    margin-left: 3px;
    cursor: pointer;
}

.layui-form-label {
    padding: 0px 0px;
}

.prompt {
    color: red;
}

.btn-windows {
    background-color: #5E86C1;
    border-color: #5E86C1;
    color: #fff;
}

.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #5E86C1;
}

.layui-input-block ::-webkit-input-placeholder {
    color: red;
    font-size: 20px;
    line-height: 50px;
}

.indent {
    text-indent: 2em;
}

.wthree_rt .news-title {
    height: 50px;
    margin-bottom: 5px;
}

.title-content {
    width: 90%;
    float: left;
    font-size: 25px;
    font-weight: 600;
}

.no-new-flag {
    width: 100%;
}

.wthree_rt .news-time {
    font-size: 12px;
    color: #777;
}

.wthree_rt .news-new-flag {
    width: 10%;
    float: left;
    text-align: right;
    padding-top: 7px;
}

.wthree_rt .news-footer {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
}

.line-limit-length {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.pTwoLine {
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pTwoLine img {
    width: 100%;
    height: 200px;
}

.pTwoLine p {
    min-height: 50px;
}

.line-span-limit-length {
    width: 100px;
}