/****  通用列表  ****/
.listContent {
    margin-top: 20px;
    margin-top: .2rem;
}

.listContent .list-txt {
    margin-top: 15px;
    margin-top: .15rem;
    min-height: 400px;
    min-height: 4rem;
}

.listContent .list-txt .pList li {
    height: 44px;
    height: .44rem;
}

.listContent .list-txt .pList li:nth-child(5),
.listContent .list-txt .pList li:nth-child(10) {
    border-bottom: 1px dashed #bcdeea;
    padding-bottom: 20px;
    padding-bottom: .2rem;
    margin-bottom: 20px;
    margin-bottom: .2rem;
}

.listMenu {
    width: 310px;
    width: 3.1rem;
    border-radius: 5px;
    border-radius: .05rem;
    background-color: #ecf3ff;
    float: left;
    padding: 15px 0;
    padding: .15rem 0;
}

.listMenu .father {
    margin: 0 15px;
    margin: 0 .15rem;
    height: auto;
    line-height: 1.5;
    padding: 10px;
    padding: .1rem;
    border-radius: 80px;
    border-radius: .8rem;
}

.listMenu .son {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-top: .1rem;
}

.listMenu .son li {
    padding: 6px 0;
    padding: .06rem 0;
    border-bottom: 1px dashed #aba9a2;
    margin: 0 15px;
    margin: 0 .15rem;
    position: relative;
}

.listMenu .son li:last-child {
    border-bottom: 0;
}

.listMenu .son li a {
    display: block;
    line-height: 1.5;
    padding: 10px;
    padding: .1rem;
}

.listMenu .son li.active a,
.listMenu .son li a:hover {
    background-color: #e1ecff;
    color: #2b63ba;
}

.listMenu .son li.active::after,
.listMenu .son li.active::before {
    content: '';
    display: block;
    width: 3px;
    width: .03rem;
    height: 16px;
    height: .16rem;
    position: absolute;
    background-color: #2c64ba;
    left: -12px;
    left: -.12rem;
    top: 50%;
    transform: translate(-50%, -50%);
}

.listMenu .son li.active::after {
    left: auto;
    right: -12px;
    right: -.12rem;
}

.listRight {
    width: 1000px;
    width: 10rem;
    float: right;
}

.listMenu02 {
    padding: 10px 0 25px;
    padding: .1rem 0 .25rem;
    border-bottom: 1px dashed #bcdeea;
}

.listMenu02 a {
    margin-top: 15px;
    margin-top: .15rem;
    font-size: 16px;
    font-size: .16rem;
    padding: 0 30px;
    padding: 0 .3rem;
    line-height: 30px;
    line-height: .3rem;
}

.listMenu02 a:hover {
    color: #04a2f8;
}

.listMenu02 a.active {
    color: #ffffff;
    background-color: #04a2f8;
    border-radius: 5px;
    border-radius: .05rem;
}

.listImg li {
    width: 311px;
    width: 3.11rem;
    float: left;
    margin: 30px 32px 0 0;
    margin: .3rem .32rem 0 0;
}

.listImg li:nth-child(4n) {
    margin-right: 0;
}

.listImg li a {
    width: 100%;
    height: 100%;
    display: block;
}

.listImg li .imgbox {
    width: 100%;
    height: 220px;
    height: 2.2rem;
    overflow: hidden;
    margin-top: 0;
}

.listImg li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.listImg li p {
    width: 100%;
    line-height: 30px;
    line-height: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 10px;
    margin-top: .1rem;
}

.listImg li .tit {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    height: 30px;
    height: .3rem;
}

.listImg li .day {
    font-size: 16px;
    font-size: .16rem;
    color: #999;
    margin-top: 0;
    height: 30px;
    height: .3rem;
}

.listImg li a:hover .tit {
    color: #ff0000;
}

.listLink li {
    width: 244px;
    width: 2.44rem;
    height: 60px;
    height: .6rem;
    line-height: 60px;
    line-height: .6rem;
    float: left;
    text-align: center;
    margin: 25px 30px 0 0;
    margin: .25rem .3rem 0 0;
    font-size: 16px;
    font-size: .16rem;
    font-weight: 700;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.listLink li:nth-child(5n) {
    margin-right: 0;
}

.listLink li::before {
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: block;
    border: 1px dashed #aba9a2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.listLink li a {
    width: 90%;
    height: 100%;
    padding: 0 5%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.listLink li:hover::before {
    background-color: #f0f6fb;
}

.listZtzl::after {
    content: '';
    display: block;
    clear: both;
}

.listZtzl li {
    width: 284px;
    width: 2.84rem;
    height: 110px;
    height: 1.1rem;
    float: left;
    margin-right: 68px;
    margin-right: .68rem;
    margin-top: 30px;
    margin-top: .3rem;
}

.listZtzl li:nth-child(4n) {
    margin-right: 0;
}

.listZtzl li a {
    width: 100%;
    height: 100%;
    display: block;
}

.listZtzl li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.listRight .listImg li {
    margin-right: 32px;
    margin-right: .32rem;
}

.listRight .listImg li:nth-child(3n) {
    margin-right: 0;
}

.listRight .listLink li,
.listRight .listLink li:nth-child(5n) {
    width: 229px;
    width: 2.29rem;
    margin-right: 28px;
    margin-right: .28rem;
}

.listRight .listLink li:nth-child(4n) {
    margin-right: 0;
}

/****  网站地图  ****/
.map-head01 {
    position: relative;
}

.map-head01 .pHead02 {
    width: 280px;
    width: 2.8rem;
    height: 47px;
    height: .47rem;
    line-height: 47px;
    line-height: .47rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.map-head01 .line {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 23px;
    top: .23rem;
    background-color: #bcdeea;
}

.map-head02 {
    font-size: 20px;
    font-size: .2rem;
    font-weight: 700;
    margin-top: 20px;
    margin-top: .2rem;
    text-align: center;
}

/****  公开信箱  ****/
.mailContent .pHead01 .right-menu {
    float: right;
    padding-right: 15px;
    padding-right: .15rem;
}

.mailContent .pHead01 .right-menu a {
    width: auto;
    height: 26px;
    height: .26rem;
    line-height: 26px;
    line-height: .26rem;
    padding: 0 10px;
    padding: 0 .1rem;
    border-radius: 3px;
    display: block;
    float: left;
    margin-top: 9px;
    margin-top: .09rem;
    font-size: 14px;
    font-size: .14rem;
    font-weight: 400;
    margin-left: 10px;
}

.mailContent .pHead01 .right-menu a.s,
.mailContent .pHead01 .right-menu a:hover {
    background-color: #04a2f8;
    color: #ffffff;
}

.mailContent .mail_msg {
    padding: 30px 0 25px;
    padding: .30rem 0 .25rem;
    border-bottom: 1px dashed #bcdeea;
    font-size: 16px;
    font-size: .16rem;
    font-weight: 700;
}

.mailContent .pList.mail li a {
    width: 50%;
}

.mailContent .pList.mail li span {
    margin-left: 5%;
    color: #424242;
}

/****  意见征集  ****/
.yjzjContent .mail_msg {
    padding: 30px 0 25px;
    padding: .30rem 0 .25rem;
    border-bottom: 1px dashed #bcdeea;
    font-size: 16px;
    font-size: .16rem;
    font-weight: 700;
}

.yjzjContent .yjzj_ul {
    padding: 0 10px;
}

.yjzjContent .yjzj_ul li {
    float: right;
    text-align: center;
    height: 44px;
    height: .44rem;
    line-height: 44px;
    line-height: .44rem;
}

.yjzjContent .yjzj_ul li.tit {
    float: left;
    text-align: left;
    width: 50%;
}

.yjzjContent .yjzj_ul li.tit a {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.yjzjContent .yjzj_ul li.tit a:hover {
    color: #ff0000;
}

.yjzjContent .yjzj_ul li.btn {
    width: 95px;
    width: .95rem;
    margin-left: 25px;
    margin-left: .25rem;
}

.yjzjContent .yjzj_ul li.btn a {
    width: 95px;
    width: .95rem;
    height: 28px;
    height: .28rem;
    line-height: 28px;
    line-height: .28rem;
    background-color: #04a2f8;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-size: .15rem;
    color: #ffffff;
    margin-top: 8px;
    margin-top: .08rem;
}

.yjzjContent .yjzj_ul li.btn a:hover {
    background-color: #0193e3;
}

.yjzjContent .yjzj_ul li.status {
    width: 95px;
    width: .95rem;
    margin: 0 25px;
    margin: 0 .25rem;
}

.yjzjContent .yjzj_ul li.status label {
    width: 73px;
    width: .73rem;
    height: 26px;
    height: .26rem;
    line-height: 26px;
    line-height: .26rem;
    border: 1px solid #2b63ba;
    border-radius: 13px;
    border-radius: .13rem;
    font-size: 15px;
    font-size: .15rem;
    color: #2b63ba;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    margin-top: .08rem;
}

.yjzjContent .yjzj_ul li.day {
    width: 95px;
    width: 1.2rem;
    margin: 0 25px;
    margin: 0 .25rem;
}

/****  通用细览  ****/
.detailContent {
    margin-top: 20px;
    margin-top: .2rem;
    min-height: 600px;
    min-height: 6rem;
    position: relative;
}

.detailContent .zw-table {
    margin: 30px 0;
    margin: .3rem 0;
}

.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 .em01 {
    display: inline-block;
    width: .5em;
}

.detailContent .zw-table ul li .em02 {
    display: inline-block;
    width: 2em;
}

.detailContent .zw-table ul li.head {
    width: 12%;
    text-align: right;
}

.detailContent .zw-table ul li.day {
    width: 13%;
}

.detailContent .zw-table ul li.tit {
    width: 88%;
}

.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: 28px;
    font-size: .28rem;
    text-align: center;
    padding: 0 20px 30px;
    padding: 0 .2rem .3rem;
    line-height: 150%;
    font-weight: 700;
    color: #005293;
    margin: 0 45px;
    margin: 0 .45rem;
}

.detailContent .infos {
    height: 35px;
    height: .35rem;
    line-height: 35px;
    line-height: .35rem;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    font-size: .16rem;
    margin-bottom: 30px;
    margin-bottom: .3rem;
    color: #999999;
    padding-bottom: 20px;
    padding-bottom: .2rem;
    background: url(../images/2023-content-infos-bg.png) repeat-x bottom;
}

.detailContent .infos .lft {
    float: left;
}

.detailContent .infos .rgt {
    float: right;
}

.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 i:hover {
    color: #FF0000;
}

.detailContent .infos .sharebox {
    float: right;
}

.detailContent .infos .sharebox span {
    float: left;
}

.detailContent .infos .sharebox a {
    width: 28px;
    width: .28rem;
    height: 28px;
    height: .28rem;
    display: inline-block;
    margin-right: 5px;
    margin-right: .05rem;
    background: no-repeat center;
    background-size: contain;
    margin-top: 3px;
    margin-top: .03rem;
    padding: 0;
    cursor: pointer;
}

.detailContent .infos .sharebox img {
    width: 28px;
    width: .28rem;
    height: 28px;
    height: .28rem;
    display: block;
}

.detailContent .nrcon a {
    display: inline;
}

.detailContent .nrcon .yc {
    text-indent: 0px;
}

.detailContent .nrcon iframe {
    max-width: 100%;
}

.detailContent .nrcon img {
    max-width: calc(13.4rem * .9 - 3.15rem) !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 table {
    /* width: 80% !important; */
    max-width: 100% !important;
    height: auto !important;
}

.detailContent .nrcon table tr {
    max-width: 100% !important;
}

.detailContent .nrcon table td,
.detailContent .nrcon table td * {
    word-break: break-all !important;
}

.detailContent .nrcon .nrvideo {
    width: 600px;
    width: 6rem;
    height: 400px;
    height: 4rem;
    margin: 20px auto;
    margin: .2rem auto;
}

.detailContent .nrcon-left {
    width: 1024px;
    width: 10.24rem;
    float: left;
    padding-right: 30px;
    padding-right: .3rem;
    border-right: 1px dashed #bcdeea;
}

.detailContent .nrcon-right {
    width: 255px;
    width: 2.55rem;
    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: 5px;
    margin-bottom: .05rem;
    padding-left: 0;
    padding-right: 0;
}

.detailContent .xgxw {
    margin-top: 15px;
    margin-top: .15rem;
    padding: 15px 0;
    padding: .15rem 0;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    font-size: .16rem;
}

.detailContent .xgxw .tit {
    padding-bottom: 15px;
    padding-bottom: .15rem;
}

.detailContent .xgxw .tit span {
    padding-bottom: 0;
    color: #ff0000;
    position: relative;
    border-bottom: 1px solid #ff0000;
    padding-bottom: 10px;
    padding-bottom: .1rem;
}

.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 li {
    margin-top: 10px;
    margin-top: .1rem;
}

.detailContent .xgxw .nr-tit li a {
    display: block;
    line-height: 24px;
    line-height: .24rem;
    text-align: justify;
}

.detailContent .xgxw .nr-tit li a:hover {
    color: #2760b7;
}

.detailContent .xgxw .nr-tit li img {
    float: left;
    margin-right: 10px;
    margin-right: .1rem;
    height: 24px;
    height: .24rem;
}

.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: 140px;
    height: 1.4rem;
    background: url(../images/icon-fz.png) no-repeat;
    top: 30px;
    top: .3rem;
    right: 0;
    background-size: contain;
}

.detailContent .yjzjmenu {
    position: fixed;
    top: 50%;
    right: 0;
}

.detailContent .yjzjmenu a {
    width: 100px;
    width: 1rem;
    height: 36px;
    height: .36rem;
    line-height: 36px;
    line-height: .36rem;
    text-align: center;
    background-color: #04a2f8;
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
    border-radius: 5px 0 0 5px;
}

.detailContent .yjzjmenu a:hover {
    background-color: #0193e3;
}

.detailContent .yjzjmail {
    margin: 0 0 15px;
    margin: 0 0 .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;
}

.modal:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000
}

.modal:target:before {
    display: block
}

.modal:target .modal-dialog {
    transform: translate(0, 0);
    top: 30%;
}

.modal-dialog {
    background: #fefefe;
    border: #333 solid 1px;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    left: calc((100% - 360px - 2px) / 2);
    left: calc((100% - 3.6rem - 2px) / 2);
    top: -100%;
    z-index: 10000;
    width: 360px;
    width: 3.6rem;
    transform: translate(0, -100%);
    transition: transform .2s ease-out
}

.modal-body {
    padding: 20px;
    padding: .2rem;
    text-align: center
}

.modal-footer,
.modal-header {
    padding: 10px 20px;
    padding: .1rem .2rem;
}

.modal-header {
    border-bottom: #eee solid 1px;
    text-align: center
}

.modal-header h2 {
    font-size: 16px;
    font-size: .16rem;
}

.modal-footer {
    border-top: #eee solid 1px;
    text-align: right
}

.modal .btn-close {
    color: #aaa;
    font-size: 20px;
    font-size: .2rem;
    text-decoration: none;
    position: absolute;
    right: 10px;
    right: .1rem;
    top: 6px;
    top: .06rem;
}

.modal .btn-close:hover {
    color: #919191
}

.sthjzl-ul li {
    width: 520px;
    width: 5.2rem;
    height: auto;
    float: left;
    margin-top: 30px;
    margin-top: .3rem;
    margin-left: 100px;
    margin-left: 1rem;
}

.sthjzl-ul li a,
.sthjzl-ul li img {
    width: 100%;
    display: block;
}

.zt-zcwj-list li {
    width: 100%;
    height: auto;
    float: left;
    background-color: #f6f7fc;
    margin-top: 20px;
    margin-top: .2rem;
    padding-bottom: 25px;
    padding-bottom: .2rem;
}

.zt-zcwj-list li:nth-child(2n) {
    float: right;
}

.zt-zcwj-list li .tit {
    margin: 20px 20px 10px;
    margin: .2rem .2rem .1rem;
    position: relative;
    line-height: 30px;
    line-height: .3rem;
    height: 60px;
    height: .6rem;
}

.zt-zcwj-list li .tit a:hover {
    color: #ff0000;
}

.zt-zcwj-list li .tit span {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #b6b6b6;
    background-color: #f6f7fc;
}

.zt-zcwj-list li .btn {
    margin: 5px 0 0 20px;
    margin: .05rem 0 0 .2rem;
    float: left;
}

.zt-zcwj-list li .btn a {
    width: auto;
    height: 24px;
    height: .24rem;
    line-height: 24px;
    line-height: .24rem;
    font-size: 14px;
    font-size: .14rem;
    color: #ffffff;
    border-radius: 3px;
    padding: 0 10px;
    background-color: #bfccdb;
}

.zt-zcwj-list li .btn a.wz {
    background-color: #31c3cb;
}

.zt-zcwj-list li .btn a.tp {
    background-color: #629afd;
}

.zt-zcwj-list li .btn a.sp {
    background-color: #f4b820;
}

.zt-zcwj-list li .btn a.mt {
    background-color: #a17bff;
}

.zt-zcwj-list li .btn a:hover {
    background-color: #a2b3c7;
}

.zt-zcwj-list li .btn a.wz:hover {
    background-color: #2aadb4;
}

.zt-zcwj-list li .btn a.tp:hover {
    background-color: #588ce7;
}

.zt-zcwj-list li .btn a.sp:hover {
    background-color: #dfa81d;
}

.zt-zcwj-list li .btn a.mt:hover {
    background-color: #906ee5;
}

.zt-zcwj-list li .btn span {
    font-size: 16px;
    font-size: .16rem;
    font-weight: 700;
    color: #619bfd;
}

.zt-zcwj-list li .btn.down {
    float: right;
    margin-right: 20px;
    margin-right: .2rem;
    margin-left: 0;
}

/****  响应式  ****/
@media screen and (max-width: 1024px) {
    .mailContent .pList.mail li a {
        width: 45%;
    }

    .yjzjContent .yjzj_ul li.tit {
        width: 45%;
    }

    .yjzjContent .yjzj_ul li.day {
        width: 1.5rem;
    }

    .zt-zcwj-list li .tit {
        margin-left: 10px;
        margin-right: 10px;
    }

    .zt-zcwj-list li .tit,
    .zt-zcwj-list li .btn {
        margin-left: 10px;
    }

    .zt-zcwj-list li .btn.down {
        margin-left: 0;
        margin-right: 10px;
    }

    .zt-zcwj-list li .btn a {
        padding: 0 5px;
    }
}

@media screen and (max-width: 769px) {
    .listContent {
        margin-top: 10px;
    }

    .listContent .pHead01 li {
        width: auto;
        min-width: 33.33%;
    }

    .listContent .pHead01 li a {
        width: auto;
        min-width: calc(100% - 20px);
        padding: 0 10px;
    }

    .listContent .pList li a {
        width: 75%;
    }

    .listContent .list-txt .pList.mail li {
        height: auto;
        border-bottom: 1px dashed #bcdeea;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .listContent .list-txt .pList.mail li:last-child {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .listMenu {
        width: calc(100% - 20px);
        float: none;
        padding: 10px;
        text-align: center;
    }

    .listMenu .father {
        float: none;
        width: auto;
        min-width: calc(50% - 25px);
        max-width: 100%;
        display: inline-block;
        margin: 0;
        padding: .1rem 10px;
    }

    .listMenu .son::after {
        content: '';
        display: block;
        clear: both;
    }

    .listMenu .son li {
        float: left;
        width: calc(50% - 25px);
        margin: 0 10px 0 0 !important;
        height: .45rem !important;
        line-height: .45rem !important;
        padding: .06rem 10px;
    }

    .listMenu .son li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .listMenu .son li:nth-last-child(2) {
        border-bottom: 0;
    }

    .listMenu .son li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .listMenu .son li.active::before {
        left: 0;
    }

    .listMenu .son li.active::after {
        right: 0;
    }

    .listRight {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .listMenu02 {
        padding-bottom: .2rem;
    }

    .listMenu02 a {
        width: calc(33.33% - 10px);
        padding: 0 5px;
        text-align: center;
        float: left;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: .35rem;
    }

    .listImg li {
        width: calc(50% - 5px);
        margin: 10px 10px 0 0 !important;
    }

    .listImg li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .listImg li:nth-child(1),
    .listImg li:nth-child(2) {
        margin-top: 0 !important;
    }

    .listImg li .imgbox {
        height: calc(100vw * .34);
    }

    .listLink li {
        width: calc(50% - 5px) !important;
        margin: 10px 10px 0 0 !important;
    }

    .listLink li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .listZtzl li {
        width: calc(50% - 5px);
        height: calc(100vw * .17);
        margin: 10px 10px 0 0 !important;
    }

    .listZtzl li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .mailContent .pHead01 .right-menu a {
        margin-left: 0;
    }

    .mailContent .mail_msg {
        padding: .2rem 0;
        line-height: 1.5;
    }

    .mailContent .pList.mail li a {
        width: calc(100% - .73rem - 2px) !important;
    }

    .mailContent .pList.mail li span {
        width: calc(50% - 5px);
        margin-left: 10px;
    }

    .mailContent .pList.mail li span:last-child {
        margin-left: 0;
    }

    .yjzjContent .mail_msg {
        display: none;
    }

    .yjzjContent .yjzj_ul {
        padding: 0;
        border-bottom: 1px dashed #bcdeea;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .yjzjContent .yjzj_ul::after {
        content: '';
        display: block;
        clear: both;
    }

    .yjzjContent .yjzj_ul:last-child {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .yjzjContent .yjzj_ul li {
        height: auto;
    }

    .yjzjContent .yjzj_ul li.tit {
        width: 100%;
    }

    .yjzjContent .yjzj_ul li.day {
        float: left;
        width: auto;
        margin: 0;
    }

    .yjzjContent .yjzj_ul li:last-child {
        margin-left: .2rem;
    }

    .yjzjContent .yjzj_ul li.btn {
        margin-left: 10px;
    }

    .yjzjContent .yjzj_ul li.status {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .detailContent {
        margin-top: 10px;
    }

    .detailContent .title {
        padding: 0 0 10px 0;
        margin: 0;
    }

    .detailContent .infos {
        margin: 0 0 10px 0;
        height: auto;
        padding-bottom: 10px;
    }

    .detailContent .infos span {
        margin: 0 5px;
    }

    .detailContent .infos .zwxl-font,
    .detailContent .infos .sharebox {
        display: none;
    }

    .detailContent .infos .lft {
        width: 100%;
        float: none;
    }
    
    .detailContent .nrcon img {
        max-width: calc(100vw * .9) !important;
    }
    
    .detailContent .nrcon div {
        max-width: 100% !important;
    }
    
    .detailContent .nrcon table td {
        width: auto !important;
    }
    
    .detailContent .nrcon .nrvideo {
        width: 100%;
        height: auto;
    }
    
    .detailContent .nrcon .nrvideo video {
        width: 100%;
        height: auto !important;
    }

    .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: .2rem;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .detailContent .nrcon .ue_table {
        width: 100% !important;
        overflow: auto !important;
    }

    .detailContent .xgxw .nr-tit li img {
        width: auto;
        height: .24rem !important;
    }

    .detailContent #div_div,
    .detailContent .printbox {
        display: none;
    }

    .detailContent .zw-table {
        margin: 10px 0;
    }

    .detailContent .zw-table ul li {
        width: 70% !important;
    }

    .detailContent .zw-table ul li.head {
        width: 30% !important;
    }

    .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(9),
    .detailContent .zw-table ul li:nth-child(10),
    .detailContent .zw-table ul li:nth-child(13),
    .detailContent .zw-table ul li:nth-child(14) {
        background-color: #f8f8f8;
    }

    .detailContent .xgxw {
        padding-left: 0;
        padding-right: 0;
    }

    .detailContent .yjzjmenu {
        width: calc(100% - 20px);
        top: auto;
        bottom: 0;
        z-index: 999;
        background-color: #f8f8f8;
        padding: 10px;
        border-top: 1px solid #eeeeee;
    }

    .detailContent .yjzjmenu a {
        height: auto;
        width: calc(50% - 5px);
        line-height: 1.5;
        padding: .1rem 0;
        float: left;
        border-radius: 3px;
        margin-bottom: 0;
    }

    .detailContent .yjzjmenu a:first-child {
        margin-right: 10px;
    }

    .detailContent .yjzjmail {
        margin-left: 0;
        margin-right: 0;
    }

    #fiezhiCon {
        width: 30%;
    }

    .modal,
    .modal:before,
    .modal .modal-dialog {
        display: none !important;
    }

    .sthjzl-ul {
        padding-top: .15rem;
    }

    .sthjzl-ul li {
        width: 100%;
        margin-top: 10px;
        float: none;
        margin-left: 0;
    }

    .zt-zcwj-list li {
        width: calc(50% - 5px);
        margin-top: 10px;
        margin-right: 10px;
        height: auto;
        padding-bottom: 10px;
    }

    .zt-zcwj-list li:nth-child(2n) {
        margin-right: 0;
    }

    .zt-zcwj-list li .tit {
        height: auto;
        margin: 5px 10px 0;
    }

    .zt-zcwj-list li .tit a {
        width: 100%;
        height: .9rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -moz-box;
        -moz-box-orient: vertical;
        -moz-line-clamp: 3;
        word-wrap: break-word;
        word-break: break-all;
    }

    .zt-zcwj-list li .tit span {
        position: relative;
        margin-top: 5px;
        display: block;
    }

    .zt-zcwj-list li .btn {
        width: calc(100% - 20px) !important;
        float: none !important;
        margin: 0 10px !important;
        height: calc(.48rem + 20px);
    }

    .zt-zcwj-list li .btn::after {
        content: '';
        display: block;
        clear: both;
    }

    .zt-zcwj-list li .btn a {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-top: 8px;
        text-align: center;
        padding: 0;
        display: block;
        float: left;
    }

    .zt-zcwj-list li .btn a:nth-child(2n) {
        margin-right: 0;
    }

    .zt-zcwj-list li .btn span {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .zt-zcwj-list li .btn.down {
        height: auto;
    }

    .zt-zcwj-list li .btn.down a {
        margin-right: 0 !important;
    }

    .zt-zcwj-list li .btn.down a:last-child {
        float: right;
    }
}

@media screen and (max-width: 360px) {
    .detailContent .xgxw .nr-tit li a {
        line-height: .28rem;
    }
}