@charset "UTF-8";

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: common-ligatures;
    font-feature-settings: "liga", "clig", "kern";
    text-rendering: optimizeLegibility;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
embed,
iframe,
object,
video {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, "Courier New", Courier, monospace, "PingFang SC", "Microsoft YaHei";
    font-size: 1em;
}

[hidden] {
    display: none;
}

.layout {
    max-width: 1980px;
    margin: 0 auto;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.icon99 {
    position: absolute;
    right: 20px;
    top: 100px
}

.main-content {
    display: grid;
    grid-template-columns: 285px 1fr 285px;
}

.pic-href a {
    display: block;
    margin: 15px 0
}

.pic-href a>img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.header {
    position: relative;
    background: url("images/kaoshi-banner.jpg") no-repeat center top;
    background-size: cover;
    height: 396px;
    overflow: hidden;
}

.copyright_mod {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #eee
}

.top-txt {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
}

.top-logo {
    padding-top: 130px;
}

.nav {
    font-size: 20px;
}

.nav ul {
    height: 60px;
    background-color: #1476c6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav li {
    height: 100%;
}

.nav li a {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}

.nav li:hover {
    background-color: #126ab3;
}

.nav li:hover>a {
    font-weight: bold;
}

.list-wrap {
    padding: 16px 20px
}

.list-text {
    margin-bottom: 10px;
}

.list-text:last-child {
    margin-bottom: 0;
}

.list-text .title {
    background: url("images/kaoshi-bg_title.png") no-repeat left top;
    height: 35px;
    line-height: 35px;
}

.list-text .txt {
    color: #fff;
    padding-left: 40px;
    font-weight: bold;
    font-size: 20px;
}

.list-text .more {
    float: right;
    color: #666
}

.list-text .bd {
    padding-top: 15px;
    padding-bottom: 15px;
}

.list-text .bd a {
    display: block;
    padding: 8px 0
}

.list-text .bd a:hover {
    color: #126ab3
}

.list-text .bd a>span {
    float: right;
    color: #999
}

.flink .title {
    background: url("images/kaoshi-bg_title.png") no-repeat left top;
    height: 35px;
    line-height: 35px;
}

.flink .title>.txt {
    color: #fff;
    padding-left: 40px;
    font-weight: bold;
    font-size: 20px;
}

.flink .bd {
    padding: 20px 0
}

.flink .bd>a {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 15px;
    background-color: #eee;
    border-radius: 4px;
}

.flink .bd>a:last-child {
    margin-right: 0;
}

.flink .bd>a:hover {
    font-weight: bold;
}

.search-box {
    width: 100%;
    max-width: 270px;
    display: flex;
    margin-left: 60px;
}

.search-input {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    font-size: 14px;
}

.search-btn {
    background-color: #ff7f00;
    color: white;
    border: none;
    padding: 0 15px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background-color 0.3s;
}

.search-btn:hover {
    background-color: #e06c00;
}

.bread-bg {
    background-color: #eee;
}

.bread {
    padding: 10px 20px;
}

.pager {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.pager a {
    display: inline-block;
    text-align: center;
    padding: 3px 8px;
    border: 1px solid #ccc;
}

.pager a:hover {
    background-color: #ccc;
}

.conhtml {
    padding: 10px;
}

.conhtml .title {
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.conhtml .h1 {
    font-size: 26px;
    text-align: center;
    line-height: 60px;
    color: #b83333;
}

.conhtml .h6 {
    font-size: 14px;
    text-align: center;
    color: #999;
}

.conhtml .con {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-lg-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.container:after,
.row:after {
    display: table;
    content: " ";
    clear: both;
}

.footer {
    background-color: #444c6d;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer,
.footer a {
    color: #fff;
}

.footer .jubao {
    margin-left: 30px;
}

.footer a:hover {
    color: #ddd
}

.footer .l {
    padding-right: 20px;
    text-align: right;
    padding-top: 15px;
}

.footer .r {
    padding-left: 20px;
}

.conhtml .attach {
    padding: 20px;
    font-size: 18px;
    line-height: 2
}

.oldModel .main-content {
    grid-template-columns: 1fr;
}

.oldModel .pic-href {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.oldModel .wza-box {
    height: unset;
    line-height: 1.6;
}

.oldModel .wza-box a {
    height: unset;
    line-height: unset;
}

.oldModel .conhtml .h1 {
    font-size: 50px;
}

.oldModel .wza-box a,
.oldModel .top-txt,
.oldModel .flink .bd>a,
.oldModel .list-text .more,
.oldModel .bread,
.oldModel .pager,
.oldModel .conhtml .h6,
.oldModel .conhtml .attach {
    font-size: 28px;
}

.oldModel .nav,
.oldModel .list-text .txt,
.oldModel .flink .title>.txt,
.oldModel .list-text .bd a {
    font-size: 32px;
}

.oldModel .conhtml .con * {
    font-size: 32px !important;
    line-height: 2;
}

.oldModel .list-text .bd a>span {
    float: none;
}

.oldModel .search-box {
    display: none;
}

.oldModel .footer .r,
.oldModel .footer .l {
    font-size: 28px;
    text-align: center;
}

.oldModel .footer .col-lg-6 {
    width: 100%;
}