.content-sub {
    /* min-height: 607px; */
    margin: auto;
    margin-top: 15px;
}

.content-wrap {
    padding: 10px;
    margin-bottom: 1.5em;
    color: #a6b5cd !important;
    background: #d6dae0;
    border-right: 30px solid #3d5473;
    border-radius: 30px;
    border-left: 30px solid #3d5473;
    border-bottom: 30px solid #3d5473;
}

.container {
    width: 980px;
    margin: 0 auto;
    padding: 0;
}

.content-mobile {
    padding-top: 30px;
}

.dl-item.border {
    border-bottom: 2px dashed #989898;
}
.dl-item {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.p-relative {
    position: relative;
}
.fleft {
    float: left;
}

.table-mobile tr th, .table-mobile tr td {
    border: 5px solid #99a4b1 !important;
    padding: 8px 10px !important;
    text-align: center !important;
}
.table-mobile tr th {
    background: #e2e2e2 !important;
    font-weight: normal !important;
}

.table-mobile input[type=button] {
    display: block;
    height: 50px;
    line-height: 34px;
    background: #3c6382;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    border: none;
    width: 180px;
    text-shadow: 1px 1px #2d591e;
}

.table-mobile input[type=button]:hover {
    background: #60a3bc;
}

a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}

body {
    font-family: "Carter One","微软雅黑", STXihei, "华文细黑", sans-serif !important;
    font-size: 14px !important;
    background: transparen;
    background-size: auto !important;
}