.listContent {
    background-color: #ffffff;
    margin-top: 10px;
    padding: 10px;
    padding: .1rem;
    width: 1180px;
    width: 11.8rem;
}

.listContent .con {
    margin-top: 10px;
    margin-top: .1rem;
    position: relative;
    min-height: 550px;
    min-height: 5.5rem;
}

.listContent .con .pList01,
.listContent .listRight .pList01 {
    padding: 10px 5px 0;
    padding: .1rem .05rem 0;
}

.listContent .con .pList01 li,
.listContent .listRight .pList01 li {
    padding-left: 15px;
    padding-left: .15rem;
    position: relative;
}

.listContent .con .pList01 li::before,
.listContent .listRight .pList01 li::before {
    content: '';
    display: block;
    width: 6px;
    width: .06rem;
    height: 6px;
    height: .06rem;
    border-radius: 50%;
    background-color: #8b8b8b;
    position: absolute;
    left: 0;
    top: 16px;
    top: .16rem;
}

.listContent .pHead01 {
    border-bottom: 1px solid #d1d6dc;
}

.listContent .pHead01 li {
    width: auto;
}

.listContent .pHead01 li a {
    width: auto;
    padding: 0 25px;
    padding: 0 .25rem;
}

.listContent .listLeft {
    width: 300px;
    width: 3rem;
    margin-right: 15px;
    margin-right: .15rem;
    float: left;
    margin-top: 10px;
    margin-top: .1rem;
}

.listContent .listLeft ul {
    padding-bottom: 20px;
    padding-bottom: .2rem;
    background-color: #f7f7f7;
}

.listContent .listLeft li {
    width: auto;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
}

.listContent .listLeft li.tit {
    padding: 8px 10px;
    padding: .08rem .1rem;
    line-height: 24px;
    line-height: .24rem;
    background-color: #4585ad;
    color: #ffffff;
    font-weight: 700;
    border-bottom: 0;
}

.listContent .listLeft li a {
    width: auto;
    padding: 10px;
    padding: .1rem;
    line-height: 24px;
    line-height: .24rem;
    display: block;
}

.listContent .listLeft li a:hover,
.listContent .listLeft li.active a {
    background-color: #f1f1f1;
    color: #4585ad;
}

.listContent .listRight {
    width: 865px;
    width: 8.65rem;
    float: left;
    margin-top: 10px;
    margin-top: .1rem;
    position: relative;
    min-height: 550px;
    min-height: 5.5rem;
}

.listContent .listRight .child-menu::after {
    content: '';
    display: block;
    clear: both;
}

.listContent .listRight .child-menu a {
    width: calc(25% - 29px);
    width: calc(25% - .29rem);
    padding: 0 10px;
    padding: 0 .1rem;
    margin-right: 12px;
    margin-right: .12rem;
    float: left;
    display: block;
    text-align: center;
    background-color: #eaf4fb;
    height: 40px;
    height: .4rem;
    line-height: 40px;
    line-height: .4rem;
    margin-top: 12px;
    margin-top: .12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listContent .listRight .child-menu a:nth-child(4n) {
    margin-right: 0;
}

.listContent .listRight .child-menu a:hover {
    background-color: #d7ebf9;
}

.listContent .listRight .txtCon {
    width: 425px;
    width: 4.25rem;
    float: left;
    margin-right: 15px;
    margin-right: .15rem;
    margin-bottom: 15px;
    margin-bottom: .15rem;
}

.listContent .listRight .txtCon.nr {
    margin-right: 0;
}

.listContent .listRight .txtCon .pList01 {
    min-height: 200px;
    min-height: 2rem;
}

.listContent .listRight .imgCon::before {
    content: '';
    display: block;
    clear: both;
}

.listContent .listRight .imgCon {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: .15rem;
}

.listContent .listRight .imgCon:last-child {
    margin-bottom: 0;
}

.listContent .listRight .imgCon .img-ul li {
    width: 255px;
    width: 2.55rem;
    margin: 20px 15px 0;
    margin: .2rem .15rem 0;
    float: left;
}

.listContent .listRight .imgCon .img-ul li:last-child {
    margin-right: 0;
}

.listContent .listRight .imgCon .img-ul li .pImgBox {
    height: 170px;
    height: 1.70rem;
}

.listContent .listRight .imgCon .img-ul li .tit {
    width: 225px;
    width: 2.25rem;
    padding: 0 15px;
    padding: 0 .15rem;
}

.listContent .plink-ul {
    margin-top: 10px;
}

.listContent .plink-ul::after {
    content: '';
    display: block;
    clear: both;
}

.listContent .plink-ul li {
    width: calc(33.33% - 2px - 20px);
    width: calc(33.33% - 2px - .2rem);
    margin: 0 1px;
    float: left;
    height: 50px;
    height: .5rem;
    line-height: 50px;
    line-height: .5rem;
    padding-left: 20px;
    padding-left: .2rem;
}

.listContent .plink-ul li.bg {
    background-color: #f7f7f7;
}

.listContent .plink-ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.listContent .listtit {
    width: auto;
    padding: 10px;
    padding: .1rem;
    background-color: #fcfcfc;
    border: 1px solid #efefef;
    margin-top: 10px;
    margin-top: .1rem;
}

.listContent .listtit::after {
    content: '';
    display: block;
    clear: both;
}

.listContent .listtit li {
    line-height: 35px;
    line-height: .35rem;
    float: left;
    margin-right: 25px;
    margin-right: .25rem;
}

.listContent .listtit li.head {
    background-color: #156699;
    color: #ffffff;
    font-size: 18px;
    font-size: .18rem;
    padding: 0 20px;
    padding: 0 .2rem;
    border-radius: 3px;
    font-weight: 700;
}

.listContent .listtit li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin: 0 auto;
    background-color: #156699;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.listContent .listtit li.active a::after,
.listContent .listtit li a:hover::after {
    width: 100%;
}

.listContent .img-ul::after {
    content: '';
    display: block;
    clear: both;
}

.listContent .img-ul li {
    width: 343px;
    width: 3.43rem;
    float: left;
    margin-right: 25px;
    margin-right: .25rem;
    margin-left: 25px;
    margin-left: .25rem;
    margin-top: 30px;
    margin-top: .3rem;
}

.listContent .img-ul li .pImgBox {
    height: 222px;
    height: 2.22rem;
}

.listContent .img-ul li .tit {
    width: 303px;
    width: 3.03rem;
    background-color: #f5f5f5;
    text-align: center;
    padding: 0 20px;
    padding: 0 .2rem;
    display: block;
    height: 40px;
    height: .4rem;
    line-height: 40px;
    line-height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listContent .img-ul li .tit:hover {
    background-color: #f1f1f1;
}

.detailContent {
    background-color: #ffffff;
    margin-top: 10px;
    padding: 10px;
    padding: .1rem;
    width: 1180px;
    width: 11.8rem;
    min-height: 600px;
    min-height: 6rem;
}

.detailContent .zw-table {
    margin-top: 10px;
    margin-top: .1rem;
}

.detailContent .zw-table ul {
    width: 100%;
    border: 1px solid #eee;
    border-bottom: 0;
    border-right: 0;
}

.detailContent .zw-table ul li {
    width: 38%;
    padding: 5px 0;
    padding: .05rem 0;
    float: left;
    text-align: left;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: inline-block;
    box-sizing: border-box;
}

.detailContent .zw-table ul li:nth-child(1),
.detailContent .zw-table ul li:nth-child(2),
.detailContent .zw-table ul li:nth-child(3),
.detailContent .zw-table ul li:nth-child(4),
.detailContent .zw-table ul li:nth-child(9),
.detailContent .zw-table ul li:nth-child(10),
.detailContent .zw-table ul li:nth-child(11),
.detailContent .zw-table ul li:nth-child(12) {
    background-color: #f8f8f8;
}

.detailContent .zw-table ul li span {
    height: 38px;
    height: .38rem;
    margin: 0 15px;
    margin: 0 .15rem;
    line-height: 38px;
    line-height: .38rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.detailContent .zw-table ul li.tit {
    width: 12%;
    text-align: right;
}

.detailContent .zw-table ul::after {
    content: "";
    clear: both;
    display: table;
    line-height: 0;
}

.detailContent .pic-fz {
    width: 180px;
    width: 1.8rem;
    position: absolute;
    top: 0;
    right: 0;
}

.detailContent .title {
    font-size: 24px;
    font-size: .24rem;
    text-align: center;
    padding: 20px;
    padding: .2rem;
    line-height: 150%;
    font-weight: 700;
    color: #005293;
}

.detailContent .infos {
    margin-bottom: 20px;
    margin-bottom: .2rem;
    height: 35px;
    height: .35rem;
    line-height: 35px;
    line-height: .35rem;
    text-align: center;
    background: rgb(246, 246, 246);
    overflow: hidden;
    font-size: 15px;
    font-size: .15rem;
}

.detailContent .infos span {
    margin: 0 10px;
    display: inline-block;
}

.detailContent .infos span img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.detailContent .infos span i {
    margin: 0 2px;
    display: inline-block;
    cursor: pointer;
    font-style: inherit;
}

.detailContent .infos span i.cur {
    color: #004a93;
}

.detailContent .infos .zwxl-font {}

.detailContent .infos .zwxl-font i:hover {
    color: #FF0000;
}

.detailContent .infos .bdsharebuttonbox {
    float: left;
}

.detailContent .infos .bdsharebuttonbox span {
    float: left;
}

.detailContent .infos .bdsharebuttonbox a {
    width: 30px;
    width: .3rem;
    height: 30px;
    height: .3rem;
    display: inline-block;
    margin-right: 10px;
    margin-right: .1rem;
    background: no-repeat center;
    background-size: contain;
    margin-top: 2px;
    margin-top: .02rem;
    padding: 0;
}

.detailContent .infos .bdsharebuttonbox a.bds_tsina {
    background-image: url(2022-detail-infos-ico-weibo.png);
}

.detailContent .infos .bdsharebuttonbox a.bds_weixin {
    background-image: url(2022-detail-infos-ico-weixin.png);
}

.detailContent .infos .bdsharebuttonbox a.bds_sqq {
    background-image: url(2022-detail-infos-ico-kongjian.png);
}

.detailContent .nrcon {
    padding: 0 15px;
    padding: 0 .15rem;
}

.detailContent .nrcon .yc {
    text-indent: 0px;
}

.detailContent .nrcon iframe {
    max-width: 100%;
}

.detailContent .nrcon img {
    max-width: 90% !important;
    width: auto !important;
    height: auto !important;
}

.detailContent .nrcon span {
    display: inline !important;
}

.detailContent .nrcon p {
    line-height: 150%;
    font-size: 16px;
    font-size: .16rem;
    margin-top: 10px;
    margin-top: .1rem;
}

.detailContent .nrcon .fontSize {
    font-size: 16px !important;
    font-size: .16rem !important;
    line-height: 150% !important;
}

.detailContent .nrcon .fontSizeMax {
    font-size: 18px !important;
    font-size: .18rem !important;
    line-height: 150% !important;
}

.detailContent .nrcon .fontSizeSmall {
    font-size: 14px !important;
    font-size: .14rem !important;
    line-height: 150% !important;
}

.detailContent .nrcon.kpcontent table {
    width: 80% !important;
    margin: 25px auto 0;
    margin: .25rem auto 0;
    text-align: center !important;
    font-family: "微软雅黑", "microsoft yahei" !important;
    font-weight: 400 !important;
}

.detailContent .nrcon.kpcontent td {
    padding: 10px 0;
    text-align: center !important;
    font-family: "微软雅黑", "microsoft yahei" !important;
    font-weight: 400 !important;
}

.detailContent .nrcon.kpcontent td span {
    font-family: "微软雅黑", "microsoft yahei" !important;
    font-weight: 400 !important;
}

.detailContent .nrcon-left {
    width: 860px;
    width: 8.6rem;
    float: left;
    padding-right: 15px;
    padding-right: .15rem;
    border-right: 1px solid #eee;
    ;
}

.detailContent .nrcon-right {
    width: 260px;
    width: 2.6rem;
    float: right;
}

.detailContent .nrcon-right .xgxw .nr-tit ul li a {
    white-space: inherit;
}

.detailContent .nrcon-right .xgxw {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 15px;
    margin-bottom: .15rem;
}

.detailContent .xgxw {
    margin-top: 15px;
    margin-top: .15rem;
    padding: 15px 0;
    padding: .15rem 0;
    display: block;
    box-sizing: border-box;
}

.detailContent .xgxw .tit {
    padding-bottom: 0;
}

.detailContent .xgxw .tit span {
    padding-bottom: 0;
    color: #000;
    font-weight: bold;
    position: relative;
}

.detailContent .xgxw .tit span i {
    width: 95%;
    height: 2px;
    background: #FF0000;
    border-radius: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.detailContent .xgxw .nr-tit ul li {
    margin-top: 15px;
    margin-top: .15rem;
}

.detailContent .xgxw .nr-tit ul li a {
    color: #2760b7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.detailContent .xgxw.fj .nr-tit ul li span {
    margin-right: 10px;
    margin-right: .1rem;
}

.detailContent .xgxw.fj .nr-tit ul li a,
.detailContent .xgxw.fj .nr-tit ul li span {
    float: left;
    line-height: 40px;
    line-height: .4rem;
}

.detailContent .xgxw.fj .nr-tit ul li::after {
    content: '';
    display: block;
    clear: both;
}

.detailContent #div_div {
    margin-bottom: 25px;
    margin-bottom: .25rem;
    margin-top: 20px;
    margin-top: .2rem;
    text-align: center;
}

.detailContent #Canvas {
    margin-top: 10px;
}

.detailContent .printbox {
    width: 100%;
    height: 40px;
    height: .4rem;
    margin-top: 20px;
    margin-top: .2rem;
}

.detailContent .nrimg img {
    margin: 0 auto;
    display: block;
}

#fiezhiCon {
    display: none;
    position: absolute;
    width: 218px;
    width: 2.18rem;
    height: 1.4rem;
    height: 140px;
    background: url(icon-fz.png) no-repeat;
    top: 30px;
    top: .3rem;
    right: 0;
}

.ld-con {
    margin-top: 10px;
    margin-top: .1rem;
    overflow: hidden;
}

.ld-con .pHead01 a {
    padding: 0 35px;
    padding: 0 .35rem;
    color: #355e92;
}

.ld-con .ld-img-ul {
    padding: 10px 0;
    padding: .1rem 0;
}

.ld-con .ld-img-ul::after {
    content: '';
    display: block;
    clear: both;
}

.ld-con .ld-img-ul li {
    /* width: 200px;
    width: 2rem; */
    width: 170px;
    width: 1.7rem;
    height: 235px;
    height: 2.35rem;
    background-color: #f7f7f7;
    /* margin: 10px 35px 0;
    margin: .1rem .35rem 0; */
    margin: 10px 15px 0;
    margin: .1rem .15rem 0;
    float: left;
}

.ld-con .ld-img-ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.ld-con .ld-img-ul li .pImgBox {
    width: 120px;
    width: 1.2rem;
    height: 160px;
    height: 1.6rem;
    margin: 12px auto 0;
    margin: .12rem auto 0;
    display: block;
}

.ld-con .ld-img-ul li span {
    display: block;
    color: #d80000;
    margin: 5px auto 0;
    margin: .05rem auto 0;
    font-weight: 700;
    width: 120px;
    width: 1.2rem;
    text-align: center;
}

.ld-con .ld-img-ul li label {
    display: block;
    color: #3766a2;
    margin: 5px auto 0;
    margin: .05rem auto 0;
    width: 120px;
    width: 1.2rem;
    text-align: center;
}

.ld-con .ld-img-ul li.qz {
    width: 300px;
    width: 3rem;
    height: 480px;
    height: 4.8rem;
    /* margin: 10px 35px 200px;
    margin: .1rem .35rem 2rem; */
    margin: 10px 35px 50px;
    margin: .1rem .35rem .5rem;
}

.ld-con .ld-img-ul li.qz .pImgBox {
    width: 260px;
    width: 2.6rem;
    height: 380px;
    height: 3.8rem;
    margin-top: 20px;
    margin-top: .2rem;
}

.ld-con .ld-img-ul li.qz span,
.ld-con .ld-img-ul li.qz label {
    margin-top: 10px;
    margin-top: .1rem;
}

.ld-con .ld-list-ul {
    padding: 10px 0;
    padding: .1rem 0;
}

.ld-con .ld-list-ul li {
    margin-top: 10px;
    padding: 10px;
    background-color: #f7f7f7;
}

.ld-con .ld-list-ul li p {
    line-height: 30px;
    line-height: .3rem;
}

.ld-con .ld-list-ul li p span {
    width: 80px;
    width: .8rem;
    display: inline-block;
}

.ld-con .ld-list-ul li p span.name {
    color: #d80000;
    font-weight: 700;
}

.ld-con .ld-list-ul li p label {
    color: #3766a2;
    cursor: pointer;
}

.ld-con .ld-con-img {
    width: 247px;
    width: 2.47rem;
    margin: 15px auto 0;
    margin: .15rem auto 0;
    display: block;
}

.ld-con .ld-con-name {
    font-size: 18px;
    font-size: .18rem;
    margin-top: 15px;
    margin-top: .15rem;
    color: #d80000;
    width: 100%;
    text-align: center;
    display: block;
}

.ld-con .ld-con-zw {
    margin-top: 10px;
    margin-top: .1rem;
    width: 100%;
    text-align: center;
    display: block;
    color: #3766a2;
}

.ld-con .ld-con-ldfg {
    margin: 30px;
    margin: .3rem;
    background: #F7F7F7;
    padding: 30px;
    padding: .3rem;
    line-height: 36px;
}

.ld-con .ld-con-ldfg .tit {
    float: left;
    color: #000000;
    width: 100px;
    width: 1rem;
}

.ld-con .ld-con-ldfg .txtcon {
    width: 950px;
    width: 9.5rem;
    float: left;
    color: #333333;
}

.ld-con .ld-con-ldfg .split {
    margin: 15px 0;
    margin: .15rem 0;
    height: 1px;
    background: #d8d8d8;
}

.ld-con .ld-con-ldfg .tit,
.ld-con .ld-con-ldfg .txtcon,
.ld-con .ld-con-ldfg .txtcon div,
.ld-con .ld-con-ldfg .txtcon p,
.ld-con .ld-con-ldfg .txtcon span {
    font-size: 18px !important;
    font-size: .18rem !important;
    font-family: "微软雅黑", "microsoft yahei" !important;
}

.detailContent .yjzjmail {
    margin-bottom: 15px;
    margin-bottom: .15rem;
    display: block;
}

.detailContent .yjzjmail .tit {
    padding: 10px;
    padding: .1rem;
    background: #e8eef6;
}

.detailContent .yjzjmail .tit span {
    color: #13559f;
    font-weight: bold;
}

.detailContent .yjzjmail .tit span#username {
    font-weight: 400;
}

.detailContent .yjzjmail .tit .font {
    float: right;
    display: inline-block;
}

.detailContent .yjzjmail .tit .font a {
    margin: 0 8px;
    margin: 0 .08rem;
    color: #13559f;
    display: inline-block;
}

.detailContent .yjzjmail .nr ul {
    padding-bottom: 15px;
    padding-bottom: .15rem;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.detailContent .yjzjmail .nr ul li {
    padding: 15px 15px 0 15px;
    padding: .15rem .15rem 0 .15rem;
}

.detailContent .yjzjmail .nr ul li h4 {
    padding-bottom: 10px;
    padding-bottom: .1rem;
    color: #13559f;
    font-weight: bold;
    display: block;
}

.detailContent .yjzjmail .nr ul li p {
    padding: 6px 10px;
    padding: .06rem .1rem;
    line-height: 28px;
    line-height: .28rem;
    background-color: #fafafa;
    display: block;
}

.detailContent .yjzjmail .nrtj ul {
    padding: 0 15px 15px 15px;
    padding: 0 .15rem .15rem .15rem;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.detailContent .yjzjmail .nrtj ul li {
    min-height: 32px;
    min-height: .32rem;
    padding-top: 30px;
    padding-top: .3rem;
    float: left;
}

.detailContent .yjzjmail .nrtj ul li:nth-child(odd) {
    width: 20%;
    text-align: right;
    line-height: 32px;
    line-height: .32rem;
}

.detailContent .yjzjmail .nrtj ul li:nth-child(even) {
    width: 80%;
    padding-left: 15px;
    padding-left: .15rem;
    box-sizing: border-box;
}

.detailContent .yjzjmail .nrtj ul li:nth-child(even) input[type="text"] {
    width: 80%;
    max-width: 500px;
    max-width: 5rem;
    padding: 6px 10px;
    padding: .06rem .1rem;
    border: 1px solid #ddd;
    line-height: 20px;
    line-height: .2rem;
}

.detailContent .yjzjmail .nrtj ul li:nth-child(even) textarea {
    width: 80%;
    max-width: 500px;
    max-width: 5rem;
    min-height: 150px;
    min-height: 1.5rem;
    padding: 6px 10px;
    padding: .06rem .1rem;
    line-height: 30px;
    line-height: .3rem;
    border: 1px solid #ddd;
}

.detailContent .yjzjmail .nrtj ul li:nth-child(even) .btn {
    margin-right: 10px;
    margin-right: .1rem;
    padding: 0 20px;
    padding: 0 .2rem;
    float: left;
    font-size: 14px;
    font-size: .14rem;
    color: #fff;
    line-height: 40px;
    line-height: .4rem;
    text-align: center;
    border-radius: 4px;
    border-radius: .04rem;
    display: block;
    position: relative;
    background: #2760b7;
    overflow: hidden;
    cursor: copy;
}

.detailContent .yjzjmail .nrtj ul li:nth-child(even) .tip {
    font-size: 13px;
    font-size: .13rem;
    color: #999;
}

.detailContent .yjzjmail .nrtj ul li:nth-child(even) .yzm {
    max-width: 100px !important;
    max-width: 1rem !important;
    float: left;
}

.detailContent .yjzjmail .nrtj ul li:nth-child(even) .img {
    height: 40px;
    height: .4rem;
    margin-left: 12px;
    margin-left: .12rem;
    float: left;
    cursor: pointer;
}

.detailContent .yjzjmail .nrtj .tj-btn {
    width: 80%;
    max-width: 120px;
    max-width: 1.2rem;
    height: 40px;
    height: .4rem;
    color: #fff;
    font-size: 16px;
    font-size: .16rem;
    border: 0;
    background: #356abc;
    display: block;
    cursor: pointer;
}

.detailContent .yjzjmail.mgtop {
    margin-top: 15px;
    margin-top: .15rem;
}

.mail-tit {
    float: left;
    line-height: 50px;
    line-height: .5rem;
}

.mail-tit .tit {
    font-size: 18px;
    font-size: .18rem;
    height: 50px;
    height: .5rem;
    padding-left: 12px;
    padding-left: .12rem;
    color: #004a93;
    font-weight: 700;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-right: .15rem;
}

.mail-tit .tit::before {
    content: '';
    display: block;
    width: 4px;
    width: .04rem;
    height: 18px;
    height: .18rem;
    background-color: #004a93;
    position: absolute;
    left: 0;
    top: 17px;
    top: .17rem;
}

.mail-tit .msg {
    float: left;
    font-weight: 700;
    font-size: 14px;
    font-size: .14rem;
}

.mail-btn {
    float: right;
}

.mail-btn a {
    width: 150px;
    width: 1.5rem;
    height: 50px;
    height: .5rem;
    line-height: 50px;
    line-height: .5rem;
    display: block;
    background-color: #1abb93;
    color: #ffffff;
    float: left;
    margin-right: 15px;
    margin-right: .15rem;
}

.mail-btn a:last-child {
    margin-right: 0;
}

.mail-btn img {
    width: auto;
    height: 24px;
    height: .24rem;
    display: block;
    float: left;
    margin: 13px 10px 0 24px;
    margin: .13rem .1rem 0 .24rem;
}

.mail-btn a.wyxx {
    background-color: #f6ae5a;
}

.mail-btn a.xjcx {
    background-color: #1abb93;
}

.mail-btn a.lxxd {
    background-color: #66bcfe;
}

.mail-list-table {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.mail-list-table::after {
    content: '';
    display: block;
    clear: both;
}

.mail-list-table.th {
    background-color: #004a93;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    line-height: .4rem;
    font-weight: 700;
    border-bottom: 0;
    margin-top: 15px;
    margin-top: .15rem;
}

.mail-list-table li {
    line-height: 44px;
    line-height: .44rem;
    padding: 0 15px;
    padding: 0 .15rem;
    text-align: center;
    float: left;
}

.mail-list-table li:first-child {
    text-align: left;
}

.mail-list-table li.tit {
    width: 580px;
    width: 5.8rem;
}

.mail-list-table li.day {
    width: 120px;
    width: 1.2rem;
}

.mail-list-table li.num {
    width: 240px;
    width: 2.4rem;
}

.mail-list-table li a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mail-list-table li a:hover {
    color: #FF0000;
}

.mail-content-table {
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.mail-content-table.mt {
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
    margin-top: .15rem;
}

.mail-content-table::after {
    content: '';
    display: block;
    clear: both;
}

.mail-content-table li {
    float: left;
    padding: 20px 0;
    padding: .2rem 0;
    line-height: 28px;
    line-height: .28rem;
}

.mail-content-table li.tit {
    width: 120px;
    width: 1.2rem;
    text-align: center;
    color: #004a93;
    font-weight: 700;
}

.mail-content-table li.txt {
    width: calc(100% - 160px - 3px);
    width: calc(100% - 1.6rem - 3px);
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    padding: 20px;
    padding: .2rem;
}

.search-form {
    margin-top: 40px;
    margin-top: .4rem;
    min-height: 600px;
    min-height: 6rem;
}

.search-form li {
    margin-bottom: 20px;
    margin-bottom: .2rem;
}

.search-form label {
    display: block;
    float: left;
    width: 200px;
    width: 2rem;
    text-align: right;
    line-height: 45px;
    line-height: .45rem;
    height: 45px;
    height: .45rem;
    margin-right: 30px;
    margin-right: .3rem;
    color: #333;
}

.search-form label span {
    color: #ff0000;
    margin-right: 10px;
    margin-right: .1rem;
}

.search-form input {
    display: block;
    width: 400px;
    width: 4rem;
    float: left;
    line-height: 45px;
    line-height: .45rem;
    box-shadow: 0 0 1px #999;
    border: none;
    outline: none;
    font-size: 14px;
    font-size: .14rem;
    color: #666;
    text-indent: 10px;
    text-indent: .1rem;
}

.search-form .yzm .img {
    display: block;
    box-shadow: none;
    width: 100px;
    width: 1rem;
    height: 45px;
    height: .45rem;
    float: left;
    margin: 0 20px;
    margin: 0 .2rem;
}

.search-form .yzm .hqyzm {
    width: 150px;
    width: 1.5rem;
    line-height: 40px;
    line-height: .4rem;
    background: #f7fafd;
    font-size: 16px;
    font-size: .16rem;
    color: #004a93;
    text-align: center;
}

.search-form button {
    display: block;
    margin-left: 230px;
    margin-left: 2.3rem;
    width: 150px;
    width: 1.5rem;
    line-height: 50px;
    line-height: .5rem;
    border: none;
    outline: none;
    background: #004a93;
    font-size: 16px;
    font-size: .16rem;
    color: #fff;
    margin-top: 60px;
    margin-top: .6rem;
}

.search-form li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 写信须知 */
.wyxx_xxxz {
    margin-bottom: 20px;
    margin-bottom: .2rem;
    background-image: linear-gradient(0deg, #f5faff 0%, #c9e5ff 100%), linear-gradient(#58585c, #58585c);
    padding: 20px;
    padding: .2rem;
    border-radius: 16px;
    border-radius: .16rem;
    margin-top: 20px;
    margin-top: .2rem;
}

.wyxx_xxxz .tit {
    text-align: center;
    font-size: 24px;
    font-size: .24rem;
    font-weight: 700;
    color: #023e7a;
}

.wyxx_xxxz .con {
    margin-top: 20px;
    margin-top: .2rem;
    padding: 20px;
    padding: .2rem;
    background-color: #ffffff;
    min-height: auto;
}

.wyxx_xxxz .con p {
    line-height: 40px;
    line-height: .4rem;
    text-indent: 2em;
}

.wyxx_xxxz .con p.noindent {
    text-indent: 0;
}

.wyxx_xxxz .con p span {
    color: #206dd7;
    cursor: pointer;
}

.wyxx_xxxz .con .txt {
    display: none;
}

/* 个人信息 */
.add-form ul>h6 {
    font-size: 18px;
    font-size: .18rem;
    line-height: 50px;
    line-height: .5rem;
    font-weight: bold;
    color: #333;
    background: #f7fafd;
    text-indent: 30px;
    text-indent: .3rem;
    margin-bottom: 30px;
    margin-bottom: .3rem;
}

.add-form li {
    margin-bottom: 20px;
    margin-bottom: .2rem;
}

.add-form label {
    display: block;
    float: left;
    width: 200px;
    width: 2rem;
    text-align: right;
    line-height: 45px;
    line-height: .45rem;
    height: 45px;
    height: .45rem;
    margin-right: 30px;
    margin-right: .3rem;
    color: #333;
}

.add-form label span {
    color: #ff0000;
    margin-right: 10px;
    margin-right: .1rem;
}

.add-form input {
    display: block;
    width: 400px;
    width: 4rem;
    float: left;
    line-height: 43px;
    line-height: .43rem;
    box-shadow: 0 0 1px #999;
    border: none;
    outline: none;
    font-size: 14px;
    font-size: .14rem;
    color: #666;
    text-indent: 10px;
    text-indent: .1rem;
}

.add-form .yzm .img {
    display: block;
    box-shadow: none;
    width: 100px;
    width: 1rem;
    height: 45px;
    height: .45rem;
    float: left;
    margin: 0 20px;
    margin: 0 .2rem;
}

.add-form .yzm .hqyzm {
    width: 150px;
    width: 1.5rem;
    line-height: 43px;
    line-height: .43rem;
    background: #f7fafd;
    font-size: 16px;
    font-size: .16rem;
    color: #004a93;
    text-align: center;
}

.add-form .xb dd {
    display: block;
    float: left;
    margin: 0 15px 0 0;
    margin: 0 .15rem 0 0;
}

.add-form .xb input {
    display: block;
    float: left;
    width: 15px;
    width: .15rem;
    height: 15px;
    height: .15rem;
    margin: 15px 5px 0 0;
    margin: .15rem .05rem 0 0;
    -webkit-appearance: button;
}

.add-form .xb em {
    display: block;
    float: left;
    font-size: 16px;
    font-size: .16rem;
    line-height: 45px;
    line-height: .45rem;
    font-style: normal;
}

.add-form .zz {
    margin-bottom: 40px;
    margin-bottom: .4rem;
}

.add-form .zz input {
    display: block;
    width: calc(100% - 250px);
    width: calc(100% - 2.5rem);
}

.add-form .ly input::-webkit-calendar-picker-indicator {
    margin: -25px 20px 0 0;
    margin: -.25rem .2rem 0 0;
}

.add-form textarea {
    display: block;
    float: left;
    box-shadow: 0 0 1px #999;
    border: none;
    outline: none;
    font-size: 14px;
    font-size: .14rem;
    color: #666;
    text-indent: 10px;
    text-indent: .1rem;
    padding-top: 10px;
    padding-top: .1rem;
}

.add-form ol {
    float: left;
    width: calc(100% - 230px);
    width: calc(100% - 2.3rem);
    margin-left: 230px;
    margin-left: 2.3rem;
    line-height: 30px;
    line-height: .3rem;
    font-size: 16px;
    font-size: .16rem;
    color: #ff0000;
    padding: 0;
}

.add-form button {
    display: block;
    width: 150px;
    width: 1.5rem;
    line-height: 50px;
    line-height: .5rem;
    border: none;
    outline: none;
    background: #004a93;
    font-size: 16px;
    font-size: .16rem;
    color: #fff;
    margin: 40px 0 10px 230px;
    margin: .4rem 0 .1rem 2.3rem;
    cursor: pointer;
}


/* 清楚浮动 */
.add-form .xb dd:after,
.add-form li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.listContent .layui-form {
    padding: 20px 0;
    padding: .2rem 0;
}

.listContent .layui-form .flex {
    border: 1px solid #e7e7e7;
}

.listContent .layui-form .flex::after {
    content: '';
    display: block;
    clear: both;
}

.listContent .layui-form .color-blue {
    padding: 20px 0;
    padding: .2rem 0;
    text-align: center;
    float: left;
    width: 120px;
    width: 1.2rem;
    color: #004a93;
    font-weight: 700;
}

.listContent .layui-form .flex-1 {
    float: left;
    width: calc(100% - 160px - 3px);
    width: calc(100% - 1.6rem - 3px);
    border-left: 1px solid #e7e7e7;
    padding: 15px 20px 20px;
    padding: .15rem .2rem .2rem;
}

.listContent .layui-form .flex-1 .flex {
    border: 0;
}

.listContent .layui-form .flex-1 .mt-20 {
    margin-top: 10px;
    margin-top: .1rem;
}

.zqsk-link-ul {
    padding: 20px 28px 0;
    padding: .2rem .28rem 0;
}

.zqsk-link-ul::after {
    display: block;
    content: '';
    clear: both;
}

.zqsk-link-ul li {
    width: 540px;
    width: 5.4rem;
    height: 122px;
    height: 1.22rem;
    margin: 34px 34px 0 0;
    margin: .34rem .34rem 0 0;
    float: left;
    position: relative;
}

.zqsk-link-ul li:nth-child(2n) {
    margin-right: 0;
}

.zqsk-link-ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.zqsk-link-ul li img {
    width: 100%;
    display: block;
}

.zqsk-link-ul li label {
    font-size: 24px;
    font-size: .24rem;
    color: #00509c;
    font-weight: 700;
    position: absolute;
    left: 60px;
    left: .6rem;
    top: 0;
    line-height: 122px;
    line-height: 1.22rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    cursor: pointer;
}

.zqsk-link-ul li a:hover label {
    color: #ffffff;
}

.listZtBanner {
    height: 4.2rem;
    position: relative;
}

.listZtBanner img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.listZtBanner .banner-bg {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listZtBanner .banner-font {
    z-index: 2;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .listContent {
        width: auto;
        padding: 10px !important;
        margin: 10px 10px 0;
        width: calc(100% - 40px) !important;
    }

    .listContent .pLocation .mainWidth {
        padding: 0;
        margin: 0;
    }

    .listContent .listLeft {
        width: auto;
        margin-top: 7px;
        margin-right: 0;
        float: none;
    }

    .listContent .listLeft ul {
        background: none;
        padding-bottom: 0;
    }

    .listContent .listLeft ul::after {
        content: '';
        display: block;
        clear: both;
    }

    .listContent .listLeft li {
        width: calc(50% - 2px);
        margin-right: 4px;
        margin-top: 3px;
        float: left;
        border-bottom: 0;
        height: .44rem;
        line-height: .44rem !important;
    }

    .listContent .listLeft li.tit {
        width: calc(50% - 2px - 20px);
        line-height: .44rem !important;
        padding: 0 10px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .listContent .listLeft li:nth-child(2n) {
        margin-right: 0;
    }

    .listContent .listLeft li a {
        width: calc(100% - 20px);
        padding: 0 10px;
        height: .44rem;
        line-height: .44rem !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .listContent .listRight {
        width: auto;
        margin-top: 10px;
        float: none;
    }

    .listContent .listRight .child-menu a {
        width: calc(33.33% - 8px - .2rem);
        margin-top: 10px;
        margin-right: 12px !important;
    }

    .listContent .listRight .child-menu a:nth-child(3n) {
        margin-right: 0 !important;
    }

    .listContent .listRight .txtCon {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .listContent .listRight .txtCon .pList01 {
        min-height: auto;
    }

    .listContent .listRight .imgCon .img-ul li:nth-child(3) {
        display: none;
    }

    .listContent .listtit li {
        width: 33.33% !important;
        margin-right: 0;
        text-align: center;
        padding: 0 !important;
    }

    .listContent .img-ul li {
        width: calc(50% - 5px) !important;
        margin-right: 10px !important;
        margin-top: 10px !important;
        margin-left: 0 !important;
    }

    .listContent .img-ul li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .listContent .img-ul li .pImgBox {
        height: calc(100vw * .3) !important;
    }

    .listContent .img-ul li .tit {
        width: calc(100% - 20px) !important;
        padding: 0 10px !important;
    }

    .detailContent {
        margin: 10px 10px 0;
        width: auto;
        padding: 10px;
    }

    .detailContent .title {
        padding: .2rem 0;
    }

    .detailContent .infos {
        height: auto;
        padding: 10px 0;
    }

    .detailContent .infos span {
        margin: 0 5px;
    }

    .detailContent .infos .zwxl-font {
        display: none;
    }

    .detailContent .nrcon-left {
        width: 100%;
        padding-right: 0;
        float: none;
        border-right: 0;
    }

    .detailContent .nrcon-right {
        width: 100%;
        float: none;
    }

    .detailContent .nrcon-right .xgxw {
        margin-top: .15rem;
        margin-bottom: 0;
        padding-top: .15rem;
    }

    .detailContent .nrcon #a1 {
        width: 100% !important;
        height: auto !important;
    }

    .detailContent #div_div,
    .detailContent .printbox {
        display: none;
    }

    .detailContent .zw-table ul li {
        width: 70%;
    }

    .detailContent .zw-table ul li.tit {
        width: 30%;
    }

    .detailContent .zw-table ul li:nth-child(3),
    .detailContent .zw-table ul li:nth-child(4),
    .detailContent .zw-table ul li:nth-child(11),
    .detailContent .zw-table ul li:nth-child(12) {
        background-color: #ffffff;
    }

    .detailContent .zw-table ul li:nth-child(5),
    .detailContent .zw-table ul li:nth-child(6),
    .detailContent .zw-table ul li:nth-child(13),
    .detailContent .zw-table ul li:nth-child(14) {
        background-color: #f8f8f8;
    }

    .ld-con .pHead01 li {
        width: 25%;
    }

    .ld-con .pHead01 a {
        padding: 0;
    }

    .ld-con .ld-img-ul {
        padding: 0;
    }

    .ld-con .ld-img-ul li,
    .ld-con .ld-img-ul li.qz {
        width: calc(50% - 5px);
        margin: 10px 10px 0 0;
        height: 2.35rem;
        overflow: hidden;
    }

    .ld-con .ld-img-ul li:nth-child(2n) {
        margin-right: 0;
    }

    .ld-con .ld-img-ul li.qz .pImgBox {
        width: 1.2rem;
        height: 1.6rem;
        margin-top: .12rem;
    }

    .ld-con .ld-img-ul li.qz span,
    .ld-con .ld-img-ul li.qz label {
        margin-top: .05rem;
    }

    .ld-con .ld-list-ul {
        padding: 0;
    }

    .ld-con .ld-con-ldfg {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px;
    }

    .ld-con .ld-con-ldfg .tit {
        width: 100%;
        float: none;
    }

    .ld-con .ld-con-ldfg .txtcon {
        width: 100%;
        float: none;
        line-height: .3rem;
        text-align: justify;
    }

    .mail-btn {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .mail-btn::after {
        content: '';
        display: block;
        clear: both;
    }

    .mail-btn a {
        width: calc(33.33% - 8px);
        margin-right: 12px;
    }

    .mail-tit {
        float: none;
    }

    .mail-tit .tit {
        float: none;
        margin-right: 0;
    }

    .mail-tit .msg {
        width: 100%;
        float: none;
        line-height: .24rem;
    }

    .mail-list-table li.tit {
        width: calc(100% - 2.2rem - .9rem);
    }

    .mail-list-table li.num {
        display: none;
    }

    .mail-list-table li.day {
        width: 1.1rem;
    }

    .mail-content-table.mt {
        margin-top: 0;
    }

    .search-form {
        margin-top: 0;
        min-height: auto;
    }

    .search-form label {
        display: block;
        float: none;
        margin-right: 0;
        width: auto;
        text-align: left;
    }

    .search-form input {
        float: none;
        display: block;
        margin-right: 0;
        width: 100%;
    }

    .search-form .yzm label {
        display: none;
    }

    .search-form .yzm .img {
        margin-left: 0;
        margin-top: .2rem;
    }

    .search-form .yzm .hqyzm {
        float: left;
        margin-top: .2rem;
    }

    .search-form button {
        width: 2rem;
        line-height: .4rem;
        margin: .2rem auto 0;
    }

    .wyxx_xxxz {
        padding: 10px;
        margin-bottom: 10px;
        border-radius: .05rem;
        margin-top: 0;
    }

    .wyxx_xxxz .con {
        margin-top: 10px;
        padding: 10px;
    }

    .add-form label {
        width: 100%;
        text-align: left;
        line-height: 40px;
        line-height: .40rem;
        height: 40px;
        height: .40rem;
        margin-right: 0px;
        font-size: 18px;
        font-size: .18rem;
    }

    .add-form input {
        width: 100%;
        line-height: 40px;
        line-height: .4rem;
    }


    .add-form .yzm label {
        display: none;
    }

    .add-form .yzm input {
        width: 40%;
    }

    .add-form .yzm .img {
        width: auto;
        height: 40px;
        height: .40rem;
        margin: 0 10px;
        margin: 0 .1rem;
    }

    .add-form .yzm .hqyzm {
        width: 30%;
        line-height: 40px;
        line-height: .40rem;
    }

    .add-form .zz input {
        display: block;
        width: 100%;
    }

    .add-form textarea {
        width: calc(100% - .3rem) !important;
        height: 100px;
        height: 1rem !important;
    }

    .add-form ol {
        width: 100%;
        margin-left: 0;
    }

    .add-form button {
        width: 200px;
        width: 2rem;
        line-height: 40px;
        line-height: .4rem;
        margin: 20px auto;
        margin: .2rem auto;
    }

    .zqsk-link-ul {
        padding: 0 .18rem 0;
    }

    .zqsk-link-ul li {
        width: 100%;
        height: auto;
        margin-top: .25rem;
    }

    .zqsk-link-ul li label {
        line-height: initial;
        top: 34%;
        left: .3rem;
    }
    
    .listZtBanner {
        height: calc(100vw * .3);
    }
    .listZtBanner .banner-font {
        height: auto;
        width: 100%;
    }
}