/**!
 * 建议
 * author: zxm
 * date:2025-07-07
 */
*{
    padding:0;
    margin: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
img{
    max-width:unset;
}
body {
    font-family: '微软雅黑';
    padding-bottom: 0px !important;
    background-color: #fafafa;
}

.header {
    background: #fff;
}

.header .logo {
    margin-top: 0;
}

/* 当前位置 */
.location {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #666;
}

.location>a {
    color: #666;
}

.main {
    margin-bottom: 45px;
}

.container {
    width: 1260px;
}

.more-model {
    padding: 20px;
    background-color: #fff;
}

.more-tt {
    padding-left: 90px;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    color: #be0000;
    font-weight: bold;
    background: url("../images/12345xwj/more_icon.png") left top no-repeat;
}

.more-query {
    padding-top: 10px;
    overflow: hidden;
}

.query-bar {
    float: left;
    margin-right: 20px;
}

.query-name {
    float: left;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
}

.query-input {
    float: left;
    padding: 0 10px;
    width: 314px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}

.query-date {
    width: 240px;
    background: url("../images/time-icon.png") top 10px right 15px no-repeat;
}

.query-btn {
    float: left;
    margin-left: 10px;
    width: 78px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background-color: #e17f7f;
    border: none;
    outline: none;
    cursor: pointer;
}

.more-table {
    margin-top: 20px;
}

table {
    border-collapse:collapse;
}

.more-name,
.more-text {
    padding: 8px 4px 8px 8px;
    font-size: 18px;
    text-align: center;
}
.more-table thead{
    /* background-color: #f7f7f7; */
}
.more-name {
    height: 50px;
    font-weight: bold;
    color: #be0000;
    border-bottom: 2px solid #be0000;
    background-color: #f7f7f7;
}

.more-text {
    position: relative;
    height: 52px;
    color: #333;
}

.more-text>a {
    color: #333;
}

.more-text>a:hover {
    color: #e17f7f
}

.more-text.esp {
    text-align: left;
    background: url("../images/dian-new.png") left center no-repeat;
}

.pager {
    padding-top: 10px;
    padding-bottom: 7px;
    text-align: center;
}

/* placeholder */

::-webkit-input-placeholder {
    color: #333;
}

::-moz-placeholder {
    color: #333;
}

:-ms-input-placeholder {
    color: #333;
}

.placeholder {
    /* Internet Explorer 9- */
    color: #333;
}

#page_div .pagination-first, #page_div .pagination-last, #page-div .pagination-first, #page-div .pagination-last{
    font-size: 16px;
}
#page_div{
    margin-top: 20px;
}