* {
    padding: 0;
    margin: 0;
}


.main {
    background-color: #fafafa;
    width: auto;
    height: auto;
    padding-top: 20px;
}

.main .data-p {
    width: 1200px;
    height: auto;
    margin: auto;
    padding: auto;
    background-color: #fff;
}

.main .data-p .title {
    height: 69px;
    margin: 0 20px;
    border-bottom: 1px solid #dfe8f5;
}

.main h1 {
    height: 70px;
    margin: 0 30px 0 20px;
    font-size: 24px;
    line-height: 70px;
    color: #4c4c4c;
    display: inline-block;
}

.main h1 span {
    margin-left: 10px;
    font-size: 15px;
    line-height: 15px;
    color: #a6a6a6;
}


.main .data-p .content {
    height: auto;
    margin: 0 20px;
    padding: 13px 0;
}

.main .data-p .content .sjgk {
    margin: 7px 0 23px 0;
    padding: 15px 0;
    border-bottom: 1px dashed #dfe8f5;
}


.main .data-p .content .sjgk .subtitle {
    height: 60px;
    margin: 0 20px;
}

.main .data-p .content .sjgk .subtitle span {
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    min-width: 80px;
    background-color: #4683ff;
    border-radius: 2px;
    border: none;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}

.main .data-p .content .sjgk .list {
    height: auto;
    width: 1160px;
    display: flex;
    flex-wrap: wrap;
}

.main .data-p .content .sjgk .list .list-u {
    height: 40px;
    width: 540px;
    margin: 0 20px;
    padding: 10px 0;
}

.main .data-p .content .sjgk .list .list-u a {
    font-size: 16px;
    color: #3b3b3b;
    line-height: 40px;
    text-decoration: none;
}

.main .data-p .content .sjgk .list .list-u input {
    height: 38px;
    width: 98px;
    border-radius: 2px;
    border: 1px solid #9e9e9e;
    font-size: 14px;
    color: #626262;
    text-align: center;
    float: right;
    margin-right: 40px;
}

.footer {
    background-color: #fafafa;
    width: auto;
    height: auto;
    padding-bottom: 60px;
}

.footer .msg {
    width: 1160px;
    height: auto;
    margin: auto;
    padding: 0 20px 35px 20px;
    background-color: #fff;
}

.footer .msg .title {
    height: 48px;
    width: 1158px;
    background-color: #f1f7ff;
    border: 1px solid #dfe8f5;
}

.footer .msg .title h1 {
    font-size: 14px;
    line-height: 48px;
    color: #2f73d9;
    text-align: center;
}

.footer .msg .content {
    height: auto;
    width: 1094px;
    background-color: #f7fcff;
    border: 1px solid #dfe8f5;
    padding: 16px 32px 26px 32px;
}

.footer .msg .content h2,
p {
    font-size: 12px;
    line-height: 24px;
    color: #567097;
}