@charset "utf-8";

@font-face {
    font-family: 'sySong';
    src: url('sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.mainXxgk {
    box-sizing: border-box;
}

.mainXxgk ul {
    margin: 0;
    padding: 0;
}

.mainXxgk ul li {
    list-style: none;
}

.mainXxgk {
    background: #f4f7fa;
    padding-top: 70px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.mainXxgk .xz-xxgk {
    position: relative;
}

.mainXxgk .gkTit {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #2d66a5;
    text-align: center;
    margin-bottom: 70px;
}

.mainXxgk .gkBox {
    background: #fff;
    padding: 38px;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.mainXxgk .gkSearch {
    position: absolute;
    right: 0;
    top: 4px;
    background: #fff;
    box-shadow: 0.629px 0.777px 20px 0px rgba(66, 66, 66, 0.1);
    border-radius: 4px;
}

.mainXxgk .gkSearch .form {
    display: block !important;
    max-width: 360px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 4
}

.mainXxgk .gkSearch .form .inp {
    height: 52px;
    display: block;
    width: 100%;
    padding: 0 50px 0 15px;
    background: #fff;
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
}

.mainXxgk .gkSearch .form .sub {
    height: 26px;
    width: 24px;
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 3;
    cursor: pointer;
}

.mainXxgk .xxgkLeft {
    float: left;
    width: 280px;
    margin-right: 52px;
}

.gkleftNav .navLeft li i {
    font-size: 45px;
    line-height: 68px;
    position: absolute;
    left: 28px;
    color: #2d66a5
}

.gkleftNav .navLeft li.item {
    width: 100%;
    margin-bottom: 22px;
}

.gkleftNav .navLeft li.item.item1>a {
    background: #f4f7fa url(../images/l-gk-icon1.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item2>a {
    background: #f4f7fa url(../images/l-gk-icon2.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item3>a {
    background: #f4f7fa url(../images/l-gk-icon3.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item4>a {
    background: #f4f7fa url(../images/l-gk-icon4.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item5>a {
    background: #f4f7fa url(../images/l-gk-icon5.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item6>a {
    background: #f4f7fa url(../images/l-gk-icon6.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item7>a {
    background: #f4f7fa url(../images/l-gk-icon7.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item>a {
    display: block;
    width: 100%;
    height: 74px;
    position: relative;
    left: 0;
    top: 0;
    text-decoration: none;
}

.gkleftNav .navLeft li.on>a {
    color: #fff;
    border-color: #2d66a5;
    background: #2d66a5;
}

.gkleftNav .navLeft li.active>a {
    color: #fff;
    background: #2d66a5;
}

.gkleftNav .navLeft li.item.item1:hover>a,
.gkleftNav .navLeft li.item.item1.on>a {
    background: #2d66a5 url(../images/l-gk-icon1-other.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item2:hover>a,
.gkleftNav .navLeft li.item.item2.on>a {
    background: #2d66a5 url(../images/l-gk-icon2-other.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item3:hover>a,
.gkleftNav .navLeft li.item.item3.on>a {
    background: #2d66a5 url(../images/l-gk-icon3-other.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item4:hover>a,
.gkleftNav .navLeft li.item.item4.on>a {
    background: #2d66a5 url(../images/l-gk-icon4-other.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item5:hover>a,
.gkleftNav .navLeft li.item.item5.on>a {
    background: #2d66a5 url(../images/l-gk-icon5-other.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item6:hover>a,
.gkleftNav .navLeft li.item.item6.on>a {
    background: #2d66a5 url(../images/l-gk-icon6-other.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item.item7:hover>a,
.gkleftNav .navLeft li.item.item7.on>a {
    background: #2d66a5 url(../images/l-gk-icon7-other.png) no-repeat 20px center;
}

.gkleftNav .navLeft li.item:hover .name {
    color: #fff;
}

.gkleftNav .navLeft li.item.on a .name {
    color: #fff;
}

.gkleftNav .navLeft li.item .name {
    display: block;
    width: 45%;
    position: absolute;
    left: 85px;
    top: 50%;
    font-size: 24px;
    color: #2d66a5;
    line-height: 29px;
    transform: translateY(-50%);
    /* font-family: 'sySong'; */
}

.gkleftNav .navLeft li.item6 .name {
    width: 35%
}

.gkleftNav .navLeft li.item .more {
    cursor: pointer;
    font-size: 20px;
    color: #2d66a5;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.gkleftNav .navLeft li.item .more.icon-jia {
    background: url(../images/l-add.png) no-repeat center center;
}

.gkleftNav .navLeft li.item.on .more.icon-jia {
    background: url(../images/l-add-other.png) no-repeat center center;
}

.gkleftNav .navLeft li.item .more.icon-jian {

}

.gkleftNav .navLeft li.item.on .more.icon-jian {
    background: url(../images/l-delete.png) no-repeat center center;
}

.gkleftNav .navLeft li.item:hover .more.icon-jia {
    background: url(../images/l-add-other.png) no-repeat center center;
}

.gkleftNav .navLeft li.item:hover .more.icon-jian {
    background: url(../images/l-delete.png) no-repeat center center;
}

.gkleftNav .navLeft li.item .moreS {
    cursor: pointer;
    font-size: 16px;
    color: #2d66a5;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.gkleftNav .navLeft li.item .moreS.icon-jia {
    width: 20px;
    height: 20px;
    background: url(../images/l-mores-add.png) no-repeat center center;
}

.gkleftNav .navLeft li.item .moreS.icon-jian {
    width: 20px;
    height: 20px;
    background: url(../images/l-mores-delete.png) no-repeat center center;
}

.gkleftNav .navLeft li.item .navcon {
    padding: 16px 18px 18px 18px;
    border: 1px solid #eee;
    background: #fff;
    border-top: 0;
    display: none
}

.gkleftNav .navLeft li.item.active .navcon {
    display: block;
}


/* .gkleftNav .navlist {
padding: 8px 0
} */

.gkleftNav .navlist>li.choose>a {
    padding-left: 35px;
}

.gkleftNav .navlist>li:hover>a {
    color: #2d66a5;
}

.gkleftNav .navlist>li>a {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    color: #111;
    text-decoration: none;
    box-sizing: border-box;
}

.gkleftNav .navlist>li>a::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #2d66a5;
}

.gkleftNav .navlist>li {
    border: none;
    position: relative;
    font-size: 1;
    color: #353535;
    line-height: 29px;
}

.gkleftNav .navlist>li.choose {
    line-height: 36px;
    /* background-color: #e5e5e5; */
    margin-top: 5px;
    margin-bottom: 5px;
}

.gkleftNav .navlist>li.on>a {
    background-color: #e5e5e5;
    color: #111;
}

.gkleftNav .navlist>li.on>ul {
    display: block;
}

.gkleftNav .navlist>li.choose a::before {
    display: none;
}


/* .gkleftNav .navlist li:after {
display: block;
content: "";
position: absolute;
left: 1.5em;
width: 4px;
height: 4px;
background-color: #a0a0a0;
top: .12rem
} */

.gkleftNav .navlist>li>a {
    display: block;
    width: 100%;
    height: 100%
}

.gkleftNav .navlist>.choose>a {
    color: #2d66a5;
    text-decoration: none;
}

.gkleftNav .navlist a.subNavShow {
    position: relative;
    font-size: 14px;
    color: #111;
    /* background-color: #e5e5e5; */
    box-sizing: border-box;
}

.gkleftNav .subNav {
    display: none;
    padding-left: 18px;
    background-color: #fff;
}

.gkleftNav .choose.cur .subNav {
    display: block;
}

.gkleftNav .navlist>.choose>.subNav>li {
    position: relative;
    border-left: 1px dashed #dddddd;
}

.gkleftNav .navlist>.choose>.subNav>li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    border-top: 1px dashed #dddddd;
    top: 50%;
    transform: translateY(-50%);
}

.gkleftNav .navlist .choose .subNav li:after {
    left: 0
}

.gkleftNav .navlist .choose .subNav a {
    display: block;
    color: #111;
    font-size: 14px;
    padding-left: 20px;
    line-height: 29px;
    text-decoration: none;
}

.gkleftNav .navlist .choose .subNav a:hover {
    color: #2d66a5
}

.gkleftNav .navlist .choose .subNav a.on {
    color: #2d66a5
}

.mainXxgk .xxgkRight {
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}

.l-xz {
    margin-top: 30px;
}

.l-xz>ul {
    overflow: hidden;
}

.l-xz>ul>li {
    float: left;
    width: 33.333%;
    line-height: 20px;
    overflow: hidden;
}

.l-xz>ul>li .xz-name {
    float: left;
    width: 80px;
    text-align: right;
    font-size: 16px;
    color: #111111;
}

.l-xz>ul>li .xz-box {
    overflow: hidden;
    width: calc(100% - 80px);
}

.l-xz>ul>li .xz-box label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #111111;
    display: inline-block;
    margin: 0 5px;
    padding-left: 20px;
    box-sizing: border-box;
}

.l-xz>ul>li .xz-box label input {
    visibility: hidden;
    width: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

label span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;

    background-size: 15px auto;
    visibility: initial;
}

label input:checked+span {
    width: 15px;
    height: 15px;

    background-size: 15px auto;
    z-index: 4;
    visibility: initial;
}


/* .l-xz>ul>li .xz-box span {
display: inline-block;
padding-left: 20px;

margin-left: 15px;
font-size: 16px;
color: #111111;
cursor: pointer;
}

.l-xz>ul>li .xz-box span.on {

} */

.dq-xx {
    padding: 30px 0;
    font-size: 16px;
    color: #111;
}

.dq-xx a {
    font-size: 16px;
    color: #111;
    text-decoration: none;
}

.dq-xx a:hover {
    color: #2d66a5;
}

.xxgk-con {
    height: 800px;
}

.scbox {
    overflow-y: auto;
    overflow-x: auto;
}

.xxgk-con::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.xxgk-con::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.xxgk-con::-webkit-scrollbar-thumb {
    border-radius: 5px;
    /* background: linear-gradient(to right, #1b59b0 0%, #1b59b0 100%); */
}

.xx-bg {
    min-width: 750px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table tbody {
    position: relative;
    font-size: 0;
    padding-top: 71px
}

table tr.l-zd {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

tr td {
    line-height: 65px;


    font-size: 14px;

}

table tr .one {
    width: 6.5%;
}

table tr .two {
    width: 45.5%;
}

table tr .three {
    width: 21%;
}

table tr .four {
    width: 13.5%;
}

table tr .five {
    width: 13.5%;
}





table tr th {
    line-height: 47px;
    color: #111;
    font-weight: bold;
    text-align: center;
}

table tr th.one {
    border-bottom: 4px solid #2d66a5;
}

table tr th.two {
    border-bottom: 4px solid #58a9eb;
}

table tr th.three {
    border-bottom: 4px solid #49c7d2;
}

table tr th.four {
    border-bottom: 4px solid #58a9eb;
}

table tr th.five {
    border-bottom: 4px solid #2d66a5;
}

table tr td.two a {
    display: block;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    padding: 0 20px;
    text-decoration: none;
    font-size: 16px;
    color: #111;
    text-align: left;
}

.scbox::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.scbox::-webkit-scrollbar-track {
    border-radius: 5px;
    ;
    background: #aaa
}

.scbox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(to right, #1b59b0 0%, #1b59b0 100%);
}

.pages {
    padding-top: 30px;
    padding-bottom: 20px;
}

.pages ul {
    text-align: center;
}

.pages ul li {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
}

.pages ul li a {
    height: 35px;
    text-align: center;
    line-height: 33px;
    padding: 0 8px;
    min-width: 35px;
    display: block;
    border: 1px solid #ededed;
    border-radius: 3px;
    font-size: 16px;
    color: #111;
    text-decoration: none;
}

.pages ul li.cur {
    background: #2d66a5;
    padding: 0 8px;
    min-width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #2d66a5;
    border-radius: 3px
}

.pages ul li a.on {
    background: #2d66a5;
    padding: 0 8px;
    min-width: 35px;
    height: 35px;
    line-height: 33px;
    color: #fff;
    border-radius: 3px
}

.pages ul li.cur {
    color: #fff;
}

.pages ul li.page-count {
    line-height: 33px
}

.page-form {
    line-height: 33px
}

.page-form input {
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    padding: 0 3px;
    background: transparent;
    border-radius: 3px;
    margin: 0 5px;
    outline: none;
}

.page-form span {
    float: left;
    color: #666
}

.page-form button {
    border: none;
    width: 52px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 3px;
    float: left;
    background: #2d66a5;
    color: #fff;
    border-radius: 3px;
    margin-left: 5px
}


/* 二级列表页 */

.lt-top {
    background-color: #fafafa;
}

.lt-top span {
    display: inline-block;
    line-height: 48px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.lt-top span.on {
    background-color: #2d66a5;
    color: #fff;
}

.lt-down>ul>li {
    padding: 20px 0;
    border-bottom: 1px dashed #e4e4e4;
}

.lt-down>ul {
    display: none;
}

.lt-down>ul.on {
    display: block;
}

.lt-down>ul>li a {
    position: relative;
    display: block;
    text-decoration: none;
}

.lt-down>ul>li a h2 {
    font-size: 18px;
    color: #111;
    text-decoration: none;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lt-down>ul>li a p {
    line-height: 16px;
    font-size: 14px;
    color: #999;
    margin: 0;
    padding: 0;
    height: 32px;
    overflow: hidden;
}

.lt-down>ul>li a .date {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 25px;
    border: 1px solid #e0e0e0;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #2d66a5;
}


/* 政府分类 */

.xgfl>ul>li .xxfl-bt {
    border-bottom: 1px solid #2d66a5;
    line-height: 36px;
    height: 39px;
    margin-bottom: 15px;
}

.xgfl>ul>li .xxfl-bt h2 {
    margin: 0;
    padding: 0;
}

.xgfl>ul>li .xxfl-bt span {
    border-bottom: 3px solid #2d66a5;
    line-height: 36px;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #2d66a5;
}

.xgfl>ul>li .l-fl {
    overflow: hidden;
}

.xgfl>ul>li .l-fl a {
    float: left;
    width: calc(23% - 2px);
    text-align: center;
    line-height: 36px;
    margin: 1%;
    border: 1px solid #eee;
    text-decoration: none;
    border: 1px solid #e8e9e9;
    font-size: 16px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xgfl>ul>li .l-fl a:hover {
    color: #2d66a5;
    text-decoration: underline;
}


/* 公开内容 */

.fwgk-nr h3 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
    color: #2d66a5;
    margin-top: 0;
    padding: 0;
}

.fwgk-nr p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #555;
    text-align: justify;
    margin-bottom: 15px;
    text-indent: 2em;
}

/* 新列表页 */
.xz-list .title2 {
    margin-left: 38px;

}

.xz-list .title2::before {
    background-color: #2d66a5;
}

.xz-list .title2 h3 {
    color: #2d66a5;
}

.xz-list .title2 h3::after {
    background-color: #2d66a5;
}

.xz-list .title2 .more a:hover {
    color: #2d66a5;
}

.xz-list .public-list dd a {
    background-image: url(../images/l-dot.png);
}

.xz-list .public-list dd a:hover {
    color: #2d66a5;
}

.xz-cz {
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-bottom: 25px;
}

.xz-cz:nth-child(2n+1) {
    margin-left: 0;
}

.xz-czhf a {
    display: block;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 0 38px;
    background-color: #2d66a5;
    margin-bottom: 40px;
}

.xz-czd {
    float: none;
    width: auto;
}

.xz-sqsq h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #2d66a5;
    margin-bottom: 60px;
}

.register {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 100px 124px;
}

.re-row {
    margin-bottom: 20px;
}

.re-row .re-row-l {
    float: left;
    display: block;
    text-align: right;
    width: 100px;
    height: 40px;
    line-height: 40px;
    position: relative;
    color: #666;
}

.re-row .re-row-l::before {
    /* content: "*";
    position: absolute;
    color: #f56c6c;
    margin-left: -10px; */
}

.re-row .re-row-l.no::before {
    content: "";
}

.re-row .re-row-r {
    float: right;
    width: calc(100% - 110px);
}

.re-row .re-row-r input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #eeee;
    border-radius: 5px;
}

.formBtn {
    text-align: center;
    margin-top: 45px;
}

.formBtn button {
    width: 145px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.formBtn button.determine {
    margin-left: 20px;
    background-color: #cd3126;
}

.formBtn button.cancel {
    background: #2d66a5;
}

.xz-sm {
    font-size: 16px;
    line-height: 30px;
    margin-top: 45px;
    text-align: center;
}

.xz-sqxz p,.xz-sqxz span {
    font-size: 18px !important;
    line-height: 32px !important;
    margin-top: 30px !important;
}
.xz-sqxz img{width:90% !important;margin:10px auto;}
.qh-tit {
    text-align: center;
    border-bottom: 5px solid #cd3126;
}

.qh-tit ul {
    overflow: hidden;
    height: 55px;
    line-height: 55px;
    font-size: 0;
}

.qh-tit ul li {
    display: inline-block;
    width: 180px;
    margin: 0 15px;
}

.qh-tit ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    background-color: #f1f1f1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.qh-tit ul li.on a {
    color: #fff;
    background: #cd3126;
}

.qh-bd {
    position: relative;
    margin-top: 10px;
}

.qh-bd>ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
}

.qh-bd>ul.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.xz-zx {
    margin-top: 45px;
    max-width: none;
}

.xz-zx h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}



.xz-zx {
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.xz-zx1box {
    margin-left: 40px;
    position: relative;
    border-left: 1px solid #eee;
}

.xz-zx1box h5 {
    width: 30px;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.xz-zx1box .re-row {
    float: left;
    width: 48%;
    margin-left: 2%;
}

.xz-zx textarea {
    width: 100%;
    height: 120px;
    padding: 0 10px;
    border: 1px solid #eeee;
    border-radius: 5px;
    resize: none;
}

.xz-zx2 .re-row .re-row-l,
.xz-zx3 .re-row .re-row-l {
    width: 170px;
}

.xz-zx2 .re-row .re-row-r,
.xz-zx3 .re-row .re-row-r {
    width: calc(100% - 180px);
}

.xz-zx3 .re-row.ts .re-row-r textarea {
    height: 50px;
}

.xz-zx3 .re-row .re-row-r input[type="radio"],
.xz-zx3 .re-row .re-row-r input[type="checkbox"] {
    width: auto;
    height: auto;
    line-height: normal;
    margin-right: 10px;
}

.xz-zx3 .re-row .re-row-r label {
    line-height: 40px;
    margin-right: 40px;
    white-space: nowrap;
}

.xz-zx3 .re-row .re-row-r label[for="cc6"] {
    white-space: inherit;
    margin-right: 0;
}

.xz-zx3 .re-row .re-row-r.yzm input {
    float: left;
    width: calc(100% - 150px);
    max-width: 300px;
    height: 50px;
    line-height: 50px;
}

.xz-zx3 .re-row .re-row-r.yzm img {
    display: block;
    width: 140px;
    height: 50px;
    vertical-align: middle;
    float: left;
    margin-left: 10px;
}

.xz-zx3 .formBtn .re-row-r {
    text-align: left;
}

.xz-zx3 .formBtn .re-row-l {
    display: none;
}

.zmhd-xxr {
    overflow: hidden;
    width: auto;
    padding-left: 80px;
}

.zmhd-rjj p {
    font-size: 18px;
    line-height: 36px;

}

.zmhd-rjj p:first-child {
    text-indent: 2em;
    margin-bottom: 25px;
}

.zmhd-xxr .zrxx {
    width: 100%;
    margin-top: 30px;
}


@media screen and (max-width:1280px) {
    .l-xz>ul>li .xz-name {
        width: 80px;
        font-size: 14px;
    }

    .l-xz>ul>li .xz-box label {
        font-size: 14px;
    }

    label input[type='radio']:before {
        top: 2px;
    }
}

@media screen and (max-width:1024px) {
    .mainXxgk {
        padding-top: 45px;
    }

    .mainXxgk .gkSearch {
        position: static;
        max-width: 360px;
        margin: 0 auto;
    }

    .mainXxgk .gkTit {
        margin-bottom: 30px;
    }

    .xz-xxgk {
        padding-bottom: 45px;
    }

    .mainXxgk .gkSearch form {
        max-width: inherit;
    }

    .xz-cz {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .register {
        padding: 50px;
    }

    .xz-zx {
        padding: 0;
    }

    .zmhd-xxr {
        padding-left: 0;
    }

    .zmhd-rjj{
        margin-top: 25px;
    }

    .zmhd-rjj p {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (max-width: 900px) {
    .mainXxgk .xxgkLeft {
        width: 100%;
        margin-right: 0;
    }

    .mainXxgk .xxgkRight {
        width: 100%
    }

    .xz-list {
        margin-top: 25px;
    }

    .xz-zxsq {
        margin-top: 20px;
    }

    .xz-sqsq h3 {
        margin-bottom: 40px;
        font-size: 26px;
    }

    .qh-tit ul {
        height: 45px;
        line-height: 45px;
    }

    .qh-tit ul li {
        width: 150px;
    }

    .xz-zx h4 {
        font-size: 18px;
    }

    .xz-zx {
        margin-top: 30px;
    }

    .formBtn button {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

}



@media screen and (max-width:768px) {
    .xxgk-con video {
        width: 100% !important;
        height: auto !important
    }

    .xxgk-con img {
        width: auto !important;
        height: auto !important
    }

    .mainXxgk .gkTit {
        font-size: 50px;
    }

    .mainXxgk .gkSearch {
        max-width: 300px;
    }

    .xz-list .title2 {
        margin-left: 20px;
    }

    .xz-zx1box .re-row {
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media screen and (max-width:640px) {

    .mainXxgk .xxgkRight {
        padding: 10px;
    }

    .l-xz>ul>li {
        float: none;
        width: auto;
    }

    .l-xz>ul>li .xz-box {
        font-size: 0;
    }

    .l-xz>ul>li .xz-box label {
        width: 45%;
        margin-left: 5%;
        margin-right: 0;
    }

    .mainXxgk {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .mainXxgk .gkTit {
        margin-bottom: 20px;
    }

    .xz-xxgk {
        padding-bottom: 30px;
    }

    table tr td.two a {
        font-size: 14px;
    }

    .l-xz {
        margin-top: 15px;
    }

    .xxgk-con {
        height: 700px;
    }

    .lt-down>ul>li a .date {
        position: static;
        margin-top: 15px;
    }

    .lt-down>ul>li a h2 {
        padding-right: 0;
    }

    .lt-down>ul>li {
        padding: 10px 0;
    }

    .lt-down>ul>li a h2 {
        margin-bottom: 10px;
    }

    .lt-top span {
        line-height: 34px;
    }

    .xgfl>ul>li .l-fl a {
        width: calc(48% - 2px);
        font-size: 14px;
    }

    .xgfl>ul>li .xxfl-bt span {
        font-size: 17px;
    }

    .xz-zx2 .re-row .re-row-l,
    .xz-zx3 .re-row .re-row-l {
        float: none;
        text-align: left;
    }

    .xz-zx2 .re-row .re-row-r,
    .xz-zx3 .re-row .re-row-r {
        width: 100%;
    }

    .xz-zx3 .re-row.ts2 .re-row-l {
        display: none;
    }
}

@media (max-width: 540px) {
    .xxgk-con p {
        font-size: 18px !important;
    }

    .xxgk-con span {
        font-size: 18px !important;
    }

    .mainXxgk .gkBox {
        padding: 15px
    }

    .mainXxgk .gkTit {
        margin-bottom: 30px;
    }

    table tr td {
        line-height: 50px;
    }

    .gkleftNav .navLeft li.item .name {
        font-size: 20px;
    }

    .gkleftNav .navLeft li.item .name {
        width: 50%;
    }

    .gkleftNav .navLeft li.item>a {
        height: 50px;
        background-size: 35px auto !important;
    }

    .dq-xx {
        padding: 10px 0;
    }

    .register {
        padding: 30px 20px;
    }

    .xz-zx {
        padding: 0;
    }

    .xz-zx1box h5 {
        width: 30px;
        left: -30px;
        font-size: 16px;
    }

    .xz-zx1box {
        margin-left: 30px;
    }

    .re-row .re-row-l {
        font-size: 15px;
    }

    .re-row .re-row-r input,
    .xz-zx textarea,
    .xz-zx3 .re-row .re-row-r label {
        font-size: 14px;
    }

    .xz-zx3 .re-row .re-row-r label {
        margin-right: 20px;
    }

    .qh-tit ul li {
        width: 120px;
        margin: 0 5px;
    }

    .qh-tit ul li a {
        font-size: 16px;
    }

    .formBtn button {
        font-size: 14px;
    }
}

@media screen and (max-width:370px) {
    .l-xz>ul>li .xz-box label {
        width: 50%;
        margin-left: 0%;
    }

    .re-row .re-row-l {
        float: none;
        text-align: left;
    }

    .re-row .re-row-r {
        float: none;
        width: auto;
    }

    .formBtn button {
        width: 107px;
    }

    .qh-tit ul li {
        width: 110px;
    }

    .xz-zx1box {
        padding-left: 20px;
    }
}