@charset "utf-8";
/*page style*/

.songda-box {
    clear: both;
    z-index: 97;
    position: relative;
}
.sd-box-title h2 {
    text-align: center;
}

.sd-box-title h2 a {
    font-size: 18px;
    font-weight: normal;
    width: 153px;
    display: inline-block;
    height: 42px;
    background: #c0c0c0;
    color: #fff;
    line-height: 42px;
    margin: 0 5px;
    cursor: pointer;
}

.txt-box h3 {
    font-size: 18px;
    text-align: center;
    color: #d15557;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 43px;
}

.sd-box-title {
    width: 100%;
    padding-bottom: 60px;
    min-width: 1200px;
    background: url(../images/body-bg.png);
    background-color: #fff;
}

.songda-box .h-box-title {
    background: url(../images/body-bg.png);
    background-color: #fff;
}

.txt-cont {
    font-size: 16px;
    color: #464647;
    line-height: 24px;
    margin-bottom: 70px;
    padding: 0 20px;
}

.txt-cont span {
    display: block;
}

.txt-cont p {
    text-indent: 2em;
}

.txt-cont .time {
    text-align: right;
    margin: 26px 0;
}

.sd-box-title h2 a:hover {
    background: #d1353b;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    border: 1px #dedee0 solid;
}

td {
    padding: 5px 10px;
    color: #38373f;
    font-size: 16px;
    border: 1px #fff solid;
    text-align: center;
    background: #f2f0f0;
}

th {
    padding: 8px 20px;
    background-color: #a8a6a6;
    color: #000;
    font-size: 17px;
    border: 1px #dedee0 solid;
    font-weight: normal;
    text-align: center;
}

.pages-box .jump {
    display: inline-block;
    font-size: 18px;
    color: #646463;
}

.pages-box .jump input {
    width: 30px;
    height: 26px;
    margin: 0 5px;
    vertical-align: middle;
    margin-top: -4px;
    padding: 4px;
    line-height: 16px;
}

.pages-box {
    text-align: center;
    margin: 36px 0;
}

.pages-box .jump .btn-go {
    width: 57px;
    height: 33px;
    border: 1px solid #cacaca;
    margin-left: 30px;
    display: inline-block;
    line-height: 33px;
    font-size: 19px;
    color: #646463;
    cursor: pointer;
    background: #fff;
}

.kt-box-title {
    text-align: center;
    margin-bottom: 40px;
}

.kt-box-title .input-line {
    display: inline-block;
    margin: 0 10px;
}

.kt-box-title .btn-search {
    display: inline-block;
    width: 79px;
    height: 28px;
    background: #c0c0c0;
    line-height: 28px;
    font-size: 16px;
    color: #000;
    vertical-align: middle;
    cursor: pointer;
}

.kt-box-title .input-line label {
    font-size: 18px;
}

.kt-box-title .input-line select {
    height: 27px;
    padding: 0 8px;
    background-color: #fff;
}

.table-sub-box tbody .odd td {
    background: #d8d6d6;
}
.h-box-content{
    padding: 0;
}

.kt-box-title .btn-search:hover {
    background: #a8a6a6;
}

.table-sub-box {
    padding: 0 24px;
}

.table-sub-box tbody .time {
    line-height: 18px;
}