.no_bottom {
    margin-bottom: 0 !important;
}

.second-box {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

.second-box .left {
    width: 73.5%;
    float: left;
    background-color: #FFF;
    border-radius: 5px;
    padding: 0 22px;
    box-sizing: border-box;
    height: 966px;
}

.second-box .left .channel_title {
    height: 47px;
    line-height: 47px;
    border-bottom: 3px #5748c5 solid;
    box-sizing: border-box;
    margin-top: 20px;
}

.second-box .left .channel_title h1 {
    font-size: 24px;
    color: #5748c5;
    line-height: 47px;
    display: inline-block;
    margin-right: 12px;
}

.second-box .left .channel_title ul {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    vertical-align: middle;
    line-height: normal;
    margin-bottom: 5px;
}

.second-box .left .channel_title ul li {
    display: inline-block;
}

.second-box .left .channel_title ul li a {
    font-size: 16px;
    margin-right: 5px;
    padding: 0 8px;
    display: inline-block;
    line-height: 26px;
    background-color: #e4eeff;
    color: #5748c5;
    border-radius: 10px;
}

.second-box .left .channel_title ul li a:hover,
.second-box .left .channel_title ul li a.hover {
    background-color: #5748c5;
    color: #FFF;
}


/* 二级列表页列表及二级内容页内容以及翻页样式 */

.sec-list {
    overflow: hidden;
    min-height: 450px;
    margin-top: 20px
}

.sec-list ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.sec-list li {
    min-height: 44px;
}

.sec-list li a {
    font-size: 18px;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    line-height: 44px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.sec-list li a span {
    display: inline-block;
    font-size: 18px;
    text-align: unset;
    width: auto;
}

.sec-list li a div {
    color: #5748c5;
    display: inline-block;
    cursor: pointer
}

.sec-list li a font {
    display: inline-block;
    border: 1px #5748c5 solid;
    font-size: 14px;
    border-radius: 5px;
    color: #5748c5;
    line-height: 22px;
    padding: 0 5px;
    margin-right: 5px;
    box-sizing: border-box;
}

.sec-list li a:hover {
    color: #5748c5
}

.sec-list .investigation_list li font {
    display: inline-block;
    border: 1px #5748c5 solid;
    font-size: 14px;
    border-radius: 5px;
    color: #5748c5;
    line-height: 24px;
    padding: 0 5px;
    margin-right: 10px;
    box-sizing: border-box;
    vertical-align: unset;
}

.communist-leader .sec-list li a:hover {
    color: #bd1a2d
}

.sec-list li span {
    text-align: right;
    color: #666666;
    font-size: 14px;
    width: 100%;
    line-height: 40px;
    display: block
}

.search .sec-list li a {
    margin-top: 10px;
}

.search .sec-list li p {
    font-size: 16px;
    padding-left: 15px;
    line-height: 24px;
    padding-bottom: 15px;
    border-bottom: 1px #e4eeff solid;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.7);
    text-align: justify;
}

.search .sec-list li p span {
    display: inline-block;
    width: auto;
    font-size: 16px;
    line-height: 24px;
}

.search .sec-list li:last-of-type p {
    border-bottom: 0;
}

.sec-list li:nth-child(6) {
    border-bottom: 1px #cbcbcb dotted;
    padding-bottom: 10px
}

.sec-list li:nth-child(7) {
    padding-top: 14px
}

.sec-list li:nth-child(12) {
    border-bottom: 1px #cbcbcb dotted;
    padding-bottom: 10px
}

.sec-list li:nth-child(13) {
    padding-top: 14px
}

@media screen and (min-width: 992px) {
    .sec-list .layui-col-md2 {
        width: 18%;
    }
    .sec-list .layui-col-md10 {
        width: 82%;
    }
}

.sec-con {
    overflow: hidden;
    min-height: 450px;
    margin: 20px auto
}

.sec-con ul {
    overflow: hidden;
    margin-bottom: 12px;
}

.sec-con li p {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 15px
}

.sec-con li p embed {
    width: 100%;
    height: 600px;
}

.sec-con li table {
    width: 100%;
    margin: 15px 0
}

.sec-con li table td {
    padding: 5px;
    box-sizing: border-box;
    font-size: 18px !important;
    color: #333333;
    text-align: center;
    vertical-align: middle
}

.sec-con li table td br {
    display: none
}

.sec-con li table td p {
    margin-bottom: 0 !important;
    line-height: 24px !important
}

.mail-notice h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.mail-notice div {
    display: block;
    text-align: center;
    margin: 15px auto;
}

.mail-notice div div {
    display: inline-block !important;
}

.mail-notice div .layui-btn-normal {
    background-color: #2365d3;
}

.mail-notice .layui-form-checkbox[lay-skin=primary] span {
    color: #000;
    font-size: 16px;
}

.mail-notice .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #2365d3;
}

.mail-notice .layui-form-checked[lay-skin=primary] i {
    background-color: #2365d3;
}

.mail-back .left,
.mail-back .right {
    height: 820px;
}

.mail-back-box {
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}

.mail-back-dh a {
    display: block;
    background-color: #5748c5;
    border-radius: 5px;
    line-height: 68px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
}

.mail-back-dh a i {
    font-size: 24px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.mail-back-dh a span {
    display: inline-block;
    border-left: 1px #FFF solid;
    box-sizing: border-box;
    padding-left: 15px;
    line-height: 20px;
    vertical-align: middle;
}

.page-out {
    width: 95%;
    margin: 25px auto 35px auto;
}

.page {
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
    list-style-type: none;
    overflow: hidden;
    font-size: 0;
}

.page li {
    display: inline-block;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-right: -1px;
}

.page li a {
    font-size: 12px;
    color: #5748c5;
    border: 1px #e2e2e2 solid;
    box-sizing: border-box;
    display: block !important;
    padding: 0 12px;
    line-height: 28px;
    text-align: center;
    width: auto !important;
    overflow: inherit !important;
    background-color: #FFF;
}

.page li.uk-active span {
    font-size: 12px;
    color: #fff;
    background-color: #5748c5;
    border: 1px #5748c5 solid;
    display: block !important;
    padding: 0 12px;
    line-height: 28px;
    text-align: center;
    width: auto;
    cursor: pointer;
    box-sizing: border-box;
}

.page li span {
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    color: #d2d2d2;
    cursor: not-allowed;
    padding: 0 12px;
    width: auto;
    font-size: 12px;
    line-height: 28px;
}

.page li.jump {
    font-size: 14px;
    color: #000;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 5px;
    line-height: 15px;
}

.page li.jump select {
    border: 1px #000000 solid;
    box-sizing: border-box;
    font-size: 12px;
    display: inline-block;
    margin-top: 1px;
}

#mail_ifm {
    height: 700px;
}

#mailback_ifm {
    height: 710px;
}

.communist-leader .page li a {
    color: #bd1a2d;
}

.communist-leader .page li.uk-active span {
    background-color: #bd1a2d;
    border: 1px #bd1a2d solid;
}


/* 党建引领二级页样式 */

.second-box .left .channel_title.communist {
    border-bottom: 3px #bd1a2d solid;
}

.second-box .left .channel_title.communist h1 {
    color: #bd1a2d;
}

.second-box .left .channel_title.communist ul li a {
    background-color: #ffefef;
    color: #bd1a2d;
}

.second-box .left .channel_title.communist ul li a:hover,
.second-box .left .channel_title.communist ul li a.hover {
    background-color: #bd1a2d;
    color: #FFF;
}


/* 二级列表页右侧列表样式 */

.second-box .right {
    width: 25%;
    float: right;
    background-color: #FFF;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
    font-size: 0;
}

.second-box .right-iframe {
    height: 966px;
}

.second-box .right-iframe h1 {
    display: block;
    background-image: linear-gradient(#5e4ac6, #3340bd);
    line-height: 38px;
    font-size: 18px;
    color: #FFF;
    padding: 0 12px;
    box-sizing: border-box;
}

.second-box .right-iframe ul {
    padding: 0 12px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 16px auto 30px;
}

.second-box .right-iframe ul li {
    height: 84px;
    border-bottom: 1px #e4eeff solid;
    box-sizing: border-box;
}

.second-box .right-iframe ul li a {
    display: block;
    padding-top: 16px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.second-box .right-iframe ul li a:hover {
    color: #5748c5;
}

.second-box .right-iframe ul li a font {
    font-size: 14px;
    color: #9a9a9a;
    margin-left: 8px;
}

.second-box .right-iframe .right-scroll {
    overflow: hidden;
    width: 100%;
    height: 496px;
}

.second-box .right-iframe .right-scroll a {
    display: block;
    text-align: center;
}

.second-box .right-iframe .right-scroll a img {
    width: 100%;
}

.second-box .right-iframe .right-scroll a span {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin: 20px auto;
    display: block;
}

.second-box .right-iframe .right-scroll a:hover img {
    animation: pulse 1s;
}


/* 二级页无右侧列表时左侧宽度 */

.right-none .second-box .left {
    width: 100%;
    height: auto;
}


/* 党政领导列表页 */

.organize-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.organize-list2 {
    overflow: hidden;
    display: block;
}

.organize-list2 h1 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #5748c5;
}

.organize-list li {
    width: calc(96%/4);
    float: left;
    margin-bottom: 10px;
    margin-right: 1%;
}

.organize-list2 li {
    min-width: 24.2%;
    float: left;
    margin-bottom: 10px;
    margin-right: 1%;
}


/* .organize-list li:last-of-type{width: 39.4%;margin-right: 0;} */

.organize-list li:nth-child(4n) {
    margin-right: 0;
}

.organize-list2 li:nth-child(4n) {
    margin-right: 0;
}

.organize-list li a,
.organize-list2 li a {
    display: block;
    border-radius: 5px;
    background-color: #f4f8ff;
    text-align: center;
    color: #333333;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px transparent solid;
}

.organize-list li a {
    line-height: 24px;
    padding: 8px 2px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organize-list2 li a {
    height: auto;
    padding: 0 12px;
    line-height: 34px;
}

.organize-list li a:hover,
.organize-list2 li a:hover {
    border: 1px #5748c5 solid;
}

.tip-class.layui-layer-tips .layui-layer-content {
    font-size: 16px;
    color: #333333;
    padding: 0 15px;
    line-height: 34px;
}

.tip-class .layui-layer-setwin {
    top: 11px;
    right: 8px;
}

.organize-con {
    border-radius: 5px !important;
}

.organize-con .layui-layer-title {
    font-size: 24px;
    margin-bottom: 6px;
    color: #333333;
    height: 72px;
    line-height: 72px;
    background-color: #FFF;
    -moz-box-shadow: 0 4px 5px #e7f1ff;
    box-shadow: 0 4px 5px #e7f1ff;
    position: relative;
}

.organize-con .layui-layer-title div {
    position: absolute;
    right: 20px;
    top: 0;
    color: #bd1a2d;
    font-size: 18px;
    height: 50px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: right;
}

.organize-con .layui-layer-content {
    height: 86%;
}

.organize-con .layui-layer-content iframe {
    height: 100% !important;
}


/* 二级图片列表页 */

.sec-pic .sec-list img {
    width: 100%;
    height: 180px;
    border-radius: 5px;
}

.sec-pic .sec-list a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sec-pic .sec-list a img {
    width: 100%;
    height: 155px;
}

.sec-pic .sec-list a span {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin: 20px auto 10px;
    height: 72px;
    text-align: center;
}

.sec-pic .sec-list a:hover img {
    animation: pulse 1s;
}

.sec-pic .sec-list img:hover {
    animation: pulse 1s;
}

.sec-pic .sec-list.system-list a img {
    height: 116px;
}


/* 政务服务各子局css */

.zwfw-sec .service-line1 ul {
    margin: 40px 0 0;
    overflow: unset;
}

.zwfw-sec .service-line1 ul li {
    margin-right: 1%;
}

.zwfw-sec .service-line1 ul li:last-of-type {
    margin-right: 0;
}

.zwfw-sec .service-line1 ul li a {
    padding: 20px 0;
    position: relative;
}

.zwfw-sec .service-line1 ul li a img {
    width: 100%;
}

.zwfw-sec .service-line1 ul li a div {
    border: 4px transparent solid;
    box-sizing: border-box;
    border-radius: 100px;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 92px;
}

.zwfw-sec .service-line1 ul li a div i {
    position: relative;
    display: block;
    margin: 0 auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    font-size: 42px;
}

.zwfw-sec .service-line1 ul li a font {
    position: absolute;
    display: none;
    color: #b5ccf2;
    bottom: -22px;
    left: 0;
    font-size: 38px;
    right: 0;
    text-align: center;
}

.zwfw-sec .service-line1 ul li a:hover,
.zwfw-sec .service-line1 ul li a.hover {
    background-color: #b5ccf2;
    border-radius: 5px;
    color: #FFF;
}

.zwfw-sec .service-line1 ul li a:hover div,
.zwfw-sec .service-line1 ul li a.hover div {
    border: 4px #FFF solid;
}

.zwfw-sec .service-line1 ul li a.hover font {
    display: block;
}

.zwfw-sec-box {
    background-color: #FFF;
    width: 100%;
    overflow: hidden;
    min-height: 550px;
}

.zwfw-sec-box .channel-title {
    color: #5748c5;
}

.zwfw-sec-box .channel-title hr {
    background-color: #5748c5;
}

.zwfw-sec-box .channel-title a {
    color: #333;
}

.zwfw-sec-box .dept-rlsb {
    margin-bottom: 40px;
}

.zwfw-sec-box .listtitle h2 {
    position: relative;
    background-color: #5748c5;
    color: #FFF;
    display: inline-block;
    border-radius: 30px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    padding: 0 25px;
    margin-bottom: 25px;
}

.zwfw-sec-box .listtitle h2.unactive {
    background-color: transparent;
    color: #000000;
}

.zwfw-sec-box .listtitle h2.unactive2 {
    background-color: transparent;
    color: #000000;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.zwfw-sec-box .listtitle h2.unactive2:hover {
    background-color: #2365d3;
    color: #FFF;
}

.zwfw-sec-box .listtitle a.more {
    right: 4%;
}

.zwfw-sec-box .layui-col-md6:nth-child(2n) a.more {
    right: 0;
}

.zwfw-sec-box .dept-rlsb .layui-col-md6:nth-child(2n-1) .listtitle {
    padding-right: 4%;
    border-right: 1px #e6f0ff solid;
    box-sizing: border-box;
}

.zwfw-sec-box .dept-rlsb .layui-col-md6:nth-child(2n) .listtitle {
    padding-left: 4%;
}

.scjg-sec-line2 {
    background-color: #e4eeff;
    overflow: hidden;
    padding: 40px 0;
}

.scjg-sec-line2 a.scjg-tips-dh {
    display: block;
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
}

.scjg-sec-line2 a.scjg-tips-dh:hover {
    color: #5748c5;
}

.scjg-sec-line2 .scjg-tips {
    background-color: #FFF;
    padding: 25px 14px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 440px;
}

.scjg-sec-line2 .scjg-tips h1 {
    font-size: 24px;
    color: #5748c5;
}

.scjg-sec-line2 .scjg-tips h1 img {
    display: inline-block;
    margin-right: 12px;
    vertical-align: bottom;
}

.scjg-sec-line2 .scjg-tips p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    text-align: justify;
    word-break: break-all;
    color: #333333;
}

.scjg-sec-line3 {
    background-color: #FFF;
    overflow: hidden;
    padding: 55px 0;
    box-sizing: border-box;
}

.scjg-sec-line3 h1 {
    font-size: 24px;
    color: #5748c5;
    position: relative;
}

@media screen and (min-width: 992px) {
    .scjg-sec-line3 .layui-col-md2 {
        width: 20%;
    }
}

.scjg-sec-line3 .register-box {
    display: block;
    -moz-box-shadow: 0px 5px 20px #f2f7ff;
    -webkit-box-shadow: 0px 5px 20px #f2f7ff;
    box-shadow: 0px 5px 20px #f2f7ff;
    margin: 40px auto;
    position: relative;
    height: 172px;
    overflow: hidden;
}

.scjg-sec-line3 .register-box img {
    display: block;
    margin: 35px auto 0;
}

.scjg-sec-line3 .register-box span {
    position: absolute;
    bottom: 32px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333333;
}

.scjg-sec-line3 .register-box span.double_line {
    bottom: 20px;
}

.scjg-sec-line3 .register-box:hover img {
    animation: rotateIn 1s;
}

.scjg-sec-line3 .register-box2 {
    margin-top: 15px;
}

.scjg-sec-line3 .register-box2 a {
    display: block;
    height: 131px;
    width: 100%;
    padding: 36px 18px 0 27px;
    box-sizing: border-box;
    font-size: 18px;
    color: #FFF;
    line-height: 30px;
}

.scjg-sec-line3 .register-box2 a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.scjg-sec-line3 .register-box2 .layui-col-md2:nth-child(1) a {
    background-color: #ff8a73;
    text-align: center;
    padding-top: 35px;
}

.scjg-sec-line3 .register-box2 .layui-col-md2:nth-child(2) a {
    background-color: #313131;
    text-align: center;
    padding-top: 35px;
}

.scjg-sec-line3 .register-box2 .layui-col-md2:nth-child(3) a {
    background: url("https://www.omt4u.com/images/index/scjg-register-box2.jpg");
    color: #1d1d1d;
    text-align: center;
    padding-top: 35px;
    background-size: cover;
}

.scjg-sec-line3 .register-box2 .layui-col-md2:nth-child(4) a {
    background-color: #313131;
    text-align: center;
    padding: 52px 0;
}

.scjg-sec-line3 .register-box2 .layui-col-md2:nth-child(5) a {
    background: url("https://www.omt4u.com/images/index/invest-list-box2.jpg");
    text-align: center;
    padding: 52px 0;
    color: #1d1d1d;
    background-position: right bottom;
}

.scjg_datatable {
    border: 1px solid #9c93dc;
    BORDER-COLLAPSE: collapse;
    width: 100%;
    color: #333333
}

.scjg_datatable th {
    background: #5748c5;
    border: 1px solid #9c93dc;
    color: #ffffff;
    text-align: center;
    font-size: 20px
}

.scjg_datatable tr {
    border-bottom: 1px solid #9c93dc;
}

.scjg_datatable td,
table th {
    padding: 10px;
}

.scjg_datatable td {
    background: #ffffff;
    border: 1px solid #9c93dc;
    font-size: 16px
}

.scjg_datatable tr.even td {
    background: #eeecf9;
    font-weight: bold;
    color: #5748c5
}

.scjg_datatable tr.even2 td {
    background: #eeecf9;
}

.scjg_datatable tr.even3 td {
    background: #ffffff;
    font-weight: bold;
    color: #5748c5
}

.scjg_datatable td a {
    font-size: 16px;
    COLOR: #5748c5;
}

.scjg_datatable td a:hover {
    font-size: 16px;
    COLOR: #666;
    position: relative;
}

.scjg_datatable td a:visited {
    font-size: 16px;
    COLOR: #333;
}

.scjg_datatable .nor {
    font-weight: normal
}

.zwfw-sec-box .dept-shfz {
    margin-bottom: 0;
}

.zwfw-sec-box .dept-shfz .layui-col-md6:first-of-type .listtitle,
.zwfw-sec-box .dept-shfz .layui-col-md6:nth-of-type(3) .listtitle {
    padding-right: 4%;
    border-right: 1px #e6f0ff solid;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.zwfw-sec-box .dept-shfz .layui-col-md6:nth-of-type(2) .listtitle {
    padding-left: 4%;
    margin-bottom: 40px;
}

.zwfw-sec-box .dept-shfz .layui-col-md6:nth-of-type(4) {
    padding-left: 2%;
    margin-bottom: 40px;
}

.zwfw-sec-box .dept-shfz .layui-col-md5 p {
    font-size: 18px;
    margin-bottom: 28px;
    color: #333333;
}

.zwfw-sec-box .dept-shfz .layui-col-md5 .listtitle a {
    height: auto;
}

.zwfw-sec-box .dept-shfz .layui-col-md5 .listtitle:last-of-type {
    margin-top: 30px;
}

.zwfw-sec-box .dept-shfz .layui-col-md5 .listtitle:last-of-type img {
    width: 100%;
}

.zwfw-sec-box .dept-shfz .shfz_contact {
    font-size: 0;
}

.zwfw-sec-box .dept-shfz .shfz_contact li {
    margin-bottom: 10px;
    background-color: #FFF;
    border: 2px #5748c5 solid;
    color: #5748c5;
    height: 49px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    width: calc((100% - 15px)/2);
    margin-right: 15px;
    display: inline-block;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.zwfw-sec-box .dept-shfz .shfz_contact li:nth-of-type(2n) {
    margin-right: 0;
}

.zwfw-sec-box .dept-shfz .shfz_contact li div {
    display: none;
}

.zwfw-sec-box .dept-shfz .shfz_contact li:hover {
    background-color: #5748c5;
    color: #FFF;
}

.zwfw-sec-box .dept-shfz .link {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin-bottom: 30px;
}

.zwfw-sec-box .dept-shfz h1.link_title {
    position: relative;
    color: #5748c5;
    display: inline-block;
    border-radius: 30px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    padding-left: 0;
    margin-bottom: 25px;
    margin: 20px 0;
}

.zwfw-sec-box .dept-shfz .link a {
    display: flex;
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px transparent solid;
    height: 85px;
    line-height: 24px;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    padding: 0;
    align-items: center;
    text-align: center;
    background-color: #5748c5;
    color: #FFF;
    margin-right: 15px;
    width: calc((100% - 45px)/4);
    justify-content: center;
    position: relative;
}

.zwfw-sec-box .dept-shfz .link a:last-of-type {
    margin-right: 0;
}

.zwfw-sec-box .dept-shfz .link a:hover {
    opacity: 0.7;
}

.zwfw-sec-box .dept-shfz .link a img {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -206px;
    width: 70%;
    display: none;
}

.zwfw-sec-box .dept-shfz .link a:hover img {
    display: block;
}

.shfz .dept-shfz .tip-class.layui-layer-tips .layui-layer-content {
    font-size: 18px;
    color: #333333;
    padding: 9px 20px;
    line-height: 36px;
}

.shfz .dept-shfz .tip-class .layui-layer-setwin {
    top: 19px;
}

.kjcx-enterprise h2 {
    font-size: 24px;
    color: #FFF;
    position: relative;
    line-height: 90px;
}

.kjcx-enterprise h2 a.more {
    color: #FFF;
}

.kjcx-enterprise .layui-carousel {
    background-color: transparent;
    margin-bottom: 60px;
}

.kjcx-enterprise .layui-carousel>[carousel-item]>* {
    background-color: transparent;
}

.kjcx-enterprise .layui-carousel a {
    display: block;
    background-color: #FFF;
    overflow: hidden;
    border-radius: 5px;
    padding: 24px 18px;
    box-sizing: border-box;
    min-height: 172px;
    color: #000;
}

.kjcx-enterprise .layui-carousel a img {
    display: inline-block;
    width: 124px;
    border-radius: 50px;
    margin-right: 14px;
}

.kjcx-enterprise .layui-carousel a div {
    display: inline-block;
    vertical-align: top;
}

.kjcx-enterprise .layui-carousel a div h1 {
    font-size: 24px;
    margin-bottom: 14px;
    display: block;
}

.kjcx-enterprise .layui-carousel a div p {
    font-size: 16px;
    line-height: 28px;
}

.kjcx-enterprise .layui-carousel>[carousel-item]:before {
    display: none;
}

.kjcx-enterprise .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: -120px;
}

.kjcx-enterprise .layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.kjcx-enterprise .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: -120px !important;
}

.kjcx-enterprise .layui-carousel-arrow {
    width: 83px;
    height: 83px;
    background-color: transparent;
    border: 5px #7ca4e8 solid;
    font-size: 36px;
    color: #7ca4e8;
    font-weight: bold;
    top: 45%;
}

.kjcx-enterprise .layui-carousel-arrow:hover {
    color: #FFF;
    border: 5px #FFF solid;
}

.zwfw-sec-box .dept-yjgl .listtitle {
    margin-bottom: 40px;
}

.zwfw-sec-box .dept-yjgl .layui-col-md8 .listtitle {
    padding-right: 4%;
    border-right: 1px #e6f0ff solid;
    box-sizing: border-box;
    margin-bottom: 0;
}

.zwfw-sec-box .dept-yjgl .layui-col-md4 {
    padding-left: 4%;
    margin-bottom: 0;
}

.zwfw-sec-box .dept-yjgl .layui-col-md4 img {
    width: 100%;
}

.zwfw-sec-box .dept-xzsp {
    margin-bottom: 0 !important;
    overflow: hidden;
    width: 100%;
}

.zwfw-sec-box .dept-xzsp .listtitle {
    margin-bottom: 40px;
}

.zwfw-sec-box .dept-xzsp .layui-col-md8 .listtitle {
    padding-right: 4%;
    border-right: 1px #e6f0ff solid;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.zwfw-sec-box .dept-xzsp .layui-col-md4 {
    padding-left: 4%;
}

.zwfw-sec-box .dept-xzsp .layui-col-md4 img {
    width: 100%;
}

.zwfw-sec-box .edu_con2 {
    display: flex;
}

.zwfw-sec-box .edu_con2 .listtitle {
    height: 100%;
}

.zwfw-sec-box .dept-fire-pic {
    width: 100%;
    margin-bottom: 16px;
}

.zwfw-sec-box .dept-fire #index_news_mobile a {
    height: 325px;
    width: 100%;
}

.zwfw-sec-box .dept-fire #index_news_mobile a img {
    width: 100%;
    min-height: 325px;
}

.zwfw-sec-box .dept-fire-line2,
.zwfw-sec-box .dept-whjy-line2 {
    background-color: #e4eeff;
    padding: 40px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.zwfw-sec-box .dept-fire-line2 .listtitle,
.zwfw-sec-box .dept-whjy-line2 .listtitle {
    background-color: #FFF;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    min-height: 355px;
}

/* .zwfw-sec-box .dept-fire-line2 .listtitle h2,
.zwfw-sec-box .dept-whjy-line2 .listtitle h2 {
    background-color: transparent;
    color: #5748c5;
    padding-left: 0;
} */

.zwfw-sec-box .dept-fire-line2 .listtitle a.more,
.zwfw-sec-box .dept-whjy-line2 .listtitle a.more {
    right: 2%;
    top: 6%;
}

.dept-fire-ad {
    position: absolute;
    top: 108px;
    right: -90px;
    z-index: 4;
    border: 1px #e0e0e0 solid;
    box-sizing: border-box;
    background-color: #FFF;
}

.dept-fire-ad div {
    border-bottom: 1px #e0e0e0 solid;
    box-sizing: border-box;
    width: 62px;
    height: 62px;
    text-align: center;
}

.dept-fire-ad div:last-of-type {
    border-bottom: 0;
}

.dept-fire-ad div a {
    position: relative;
    display: block;
    height: 100%;
    height: 62px;
    padding-top: 12px;
    box-sizing: border-box;
}

.dept-fire-ad div a img:last-of-type {
    position: absolute;
    left: -185px;
    top: -1px;
    display: none;
    width: 183px;
}

.dept-fire-ad div:nth-child(1) {
    height: 80px;
}

.dept-fire-ad div:nth-child(1) a i {
    margin-bottom: 4px;
}

.dept-fire-ad div:nth-child(2) a,
.dept-fire-ad div:nth-child(3) a,
.dept-fire-ad div:nth-child(4) a {
    padding-top: 0;
}

.dept-fire-ad div:nth-child(1) a:hover i {
    color: #dc251f;
}

.dept-fire-ad div:nth-child(5) a:hover i {
    color: #88c512;
}

.dept-fire-ad div:nth-child(6) a:hover i {
    color: #e371a9;
}

.dept-fire-ad div:last-of-type a {
    background-color: #f67524;
    color: #FFF;
    padding-top: 5px;
    font-size: 14px;
}

.dept-fire-ad div:last-of-type a i {
    font-size: 24px;
    color: #FFF;
}

.dept-fire-ad div a:hover img:last-of-type {
    display: block;
}

.dept-fire-ad div a i {
    display: block;
    font-size: 24px;
    color: #999999;
}

.dept-fire-ad div a span {
    font-size: 13px;
    color: #3d3d3d
}

.whjy .right_fix_dh {
    position: fixed;
    top: 460px;
    right: 30px;
    z-index: 101;
}

.whjy .right_fix_dh li {
    display: block;
    width: 72px;
    margin-bottom: 10px;
    position: relative;
}

.whjy .right_fix_dh li i {
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border: 1px #999999 solid;
    box-sizing: border-box;
    color: #999999;
    border-radius: 100px;
    font-size: 28px;
    margin: 0 auto;
    background-color: #FFF;
}

.whjy .right_fix_dh li span {
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #999999;
    margin-top: 5px;
}

.whjy .right_fix_dh li img {
    position: absolute;
    right: 85px;
    top: 0;
    width: 150px;
    display: none;
}

.whjy .right_fix_dh li div>div {
    position: absolute;
    right: 85px;
    top: 0;
    width: 320px;
}

.whjy .right_fix_dh li div>div img {
    position: relative;
    right: auto;
    width: 100%;
}

.whjy .right_fix_dh li div>div span {
    display: none;
}

.whjy .right_fix_dh li:last-of-type img {
    bottom: 0;
    top: auto;
}

.whjy .right_fix_dh li:hover i {
    border: 1px #5748c5 solid;
}

.whjy .right_fix_dh li:hover i,
.whjy .right_fix_dh li:hover span {
    color: #5748c5;
}

.whjy .right_fix_dh li:hover img {
    display: block;
}

.whjy .right_fix_dh li:hover div>div span {
    display: block;
}

.whjy .link h1 {
    position: relative;
    color: #5748c5;
    display: inline-block;
    border-radius: 30px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    padding-left: 0;
    margin-bottom: 25px;
    margin: 20px 0;
}

.whjy .link_btn {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin-bottom: 30px;
}

.whjy .link_btn a {
    display: flex;
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px transparent solid;
    height: 85px;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    padding: 0;
    align-items: center;
    text-align: center;
    background-color: #5748c5;
    color: #FFF;
    margin-right: 15px;
    width: calc((100% - 60px)/5);
    justify-content: center;
    position: relative;
}

.whjy .link_btn.no_bottom a{
    width: calc((100% - 45px) / 4);
}

.whjy .link_btn a:last-of-type {
    margin-right: 0;
}

.whjy .link_btn a img {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -177px;
    width: 70%;
    display: none;
}

.whjy .link_btn a div {
    position: absolute;
    width: 310px;
    top: -230px;
    right: 0;
    display: none;
}

.whjy .link_btn a div span {
    font-size: 15px;
}

.whjy .link_btn a div img {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 151px;
}

.whjy .link_btn a:hover {
    color: #5748c5;
    background-color: #FFF;
    border: 1px #5748c5 solid;
}

.whjy .link_btn a:hover img {
    display: block;
}

.whjy .link_btn a:hover div {
    display: block;
}

.whjy .link2 {
    margin-top: 15px;
    box-sizing: border-box;
    background-color: rgba(228, 238, 255, 0.4);
}

.whjy .link.link2 .link_btn {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.whjy .link.link2 a {
    background-color: #FFF;
    border: 2px #5748c5 solid;
    color: #5748c5;
}


/* 三级栏目页样式 */

.third-grade .third-grade-dh {
    overflow: hidden;
    border-right: 1px #e4eeff solid;
    box-sizing: border-box;
    padding-right: 8px;
    padding-top: 0px;
    width: 100%;
    margin-top: 0;
}

.third-grade .third-grade-dh li {
    border-bottom: 1px #e4eeff solid;
    box-sizing: border-box;
    min-height: 48px;
    padding: 12px 0;
}

.third-grade .third-grade-dh li a {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
    white-space: normal;
    overflow: unset;
    word-break: break-all;
}

.third-grade .third-grade-dh li a:hover,
.third-grade .third-grade-dh li a.hover {
    background-color: #5748c5;
    color: #FFF;
    border-radius: 10px;
}

.third-grade .third-grade-dh.layui-collapse {
    border: 0;
    border-right: 1px #e4eeff solid;
}

.third-grade .third-grade-dh.layui-collapse .layui-colla-item {
    padding: 12px 0;
}

.third-grade .third-grade-dh.layui-collapse .layui-colla-title {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    height: auto;
    width: 100%;
    padding: 5px;
    background-color: transparent;
    color: #333333;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.third-grade .third-grade-dh.layui-collapse .layui-colla-title.hover,
.third-grade .third-grade-dh.layui-collapse .layui-colla-title:hover {
    background-color: #5748c5;
    color: #FFF;
    border-radius: 10px;
}

.third-grade .third-grade-dh.layui-collapse .layui-colla-title .layui-colla-icon {
    display: none;
}

.third-grade .third-grade-dh.layui-collapse .layui-colla-content {
    border-top: 0;
    margin-bottom: -22px;
}

.third-grade .third-grade-dh.layui-collapse .layui-colla-content a {
    display: block;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px #e6e6e6 solid;
    ;
    padding: 10px 0;
}

.third-grade .third-grade-dh.layui-collapse .layui-colla-content a:last-of-type {
    border-bottom: 0;
}

.third-grade .third-grade-dh.layui-collapse .layui-colla-content a:hover,
.third-grade .third-grade-dh.layui-collapse .layui-colla-content a.hover {
    color: #5748c5;
}

.communist-leader .third-grade .third-grade-dh li a:hover,
.communist-leader .third-grade .third-grade-dh li a.hover {
    background-color: #bd1a2d;
}

.communist-leader .third-grade .third-grade-dh.layui-collapse .layui-colla-title.hover,
.communist-leader .third-grade .third-grade-dh.layui-collapse .layui-colla-title:hover {
    background-color: #bd1a2d;
}

.communist-leader .third-grade .third-grade-dh.layui-collapse .layui-colla-content a:hover,
.communist-leader .third-grade .third-grade-dh.layui-collapse .layui-colla-content a.hover {
    color: #bd1a2d;
}


/* 三级页样式 */

.third-out {
    background-color: #FFF;
    padding: 0 45px;
    overflow: hidden;
    margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
    .third-out .layui-col-md9 {
        width: 70%;
    }
    .third-out .layui-col-md3 {
        width: 30%;
    }
}

.third-title {
    padding-top: 70px;
    padding-bottom: 23px;
    border-bottom: 1px solid #2060b7;
    text-align: center
}

.third-title h1 {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    font-weight: normal;
}

.third-title #subTitle {
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.third-title #ThirdTitle {
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    margin-top: 15px;
    display: inline-block;
    width: 75%;
}

.bshare-custom li {
    float: right
}

.bshare-custom li a {
    display: block;
    font-size: 16px;
    padding-left: 0 !important;
    background: none !important;
    height: 28px;
    margin-right: 0!important
}

.bshare-custom li a i {
    font-size: 28px;
    background: none !important;
    color: #969696;
    margin: 0 10px;
}

.bshare-custom li a span {
    line-height: 28px;
    display: inline-block;
    color: #969696 !important;
    vertical-align: top
}

.bshare-custom li:nth-child(3) a i {
    color: #dc251f !important;
}

.bshare-custom li:nth-child(2) a i {
    color: #8fc81f !important;
}

.bshare-custom li:nth-child(1) a i {
    color: #597eaf !important;
}

.third-con {
    padding-top: 15px;
    line-height: 32px;
    font-size: 18px;
    color: #4d4f53;
    padding-bottom: 17px;
    overflow: hidden;
    font-family: "微软雅黑"!important;
}

.third-con span {
    line-height: 32px !important;
    font-size: 18px;
    color: #4d4f53;
    text-align: justify !important;
    font-family: "微软雅黑"!important;
    margin: 0 !important
}

.third-con p {
    line-height: 32px !important;
    font-size: 18px;
    color: #4d4f53;
    text-align: justify;
    padding-top: 10px !important;
    font-family: "微软雅黑"!important;
    margin: 0 !important;
}

.third-con p * {
    background-color: #FFF !important;
}

.third-con p span {
    line-height: 32px !important;
    font-size: 18px;
    color: #4d4f53;
    text-align: justify;
    font-family: "微软雅黑"!important;
    margin: 0 !important
}

.third-con p img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}

.third-con img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
}

.third-con table {
    max-width: 99% !important;
    margin: 0 auto !important;
}

.third-con table p {
    text-indent: 0em !important;
    padding: 10px;
}

.datetime {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    text-align: left
}

.print {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
    color: #000;
    padding-top: 30px;
    text-align: right
}

.title-fix {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    box-shadow: 0px 5px 5px #888888;
    background-color: #FFF;
    z-index: 1001;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.title-fix h1 {
    line-height: 36px;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
}

#qrcode {
    margin-top: 20px;
}

#qrcode table {
    width: 130px !important;
    height: 130px !important;
    margin: 0 auto
}

#qrcode canvas {
    width: 130px !important;
    height: 130px !important;
    margin: 0 auto;
    display: block;
}

#qrcode-con {
    position: relative;
    text-align: center
}

#qrcode-con .qrcode_list {
    position: absolute;
    right: 0;
    top: -136px;
    width: 38%;
    line-height: 24px !important;
    font-size: 15px;
    color: #7f7f7f;
    text-indent: 2em;
}

.communist-leader .third-title {
    border-bottom: 1px solid #bd1a2d;
}

@media screen and (max-width:768px) {
    .location {
        line-height: 28px;
        margin: 10px 0;
        font-size: 1rem;
    }
    .location a {
        line-height: 28px;
        font-size: 0.875rem;
    }
    .second-box {
        margin-bottom: 10px;
    }
    .second-box .left {
        padding: 0;
        width: 100%;
        min-height: 300px;
        height: auto;
    }
    .communist-leader .second-box .left {
        padding: 0 10px !important;
    }
    .second-box .left .channel_title {
        margin-top: 0px;
        padding-top: 0px;
        height: auto;
        line-height: normal;
        border-bottom: 2px #e4eeff solid;
    }
    .second-box .left .channel_title ul {
        display: inline-block;
        overflow: hidden;
        font-size: 0 !important;
        vertical-align: middle;
        line-height: normal;
        margin-bottom: 0;
        width: 100%;
    }
    .second-box .left .channel_title ul li {
        width: 33%;
    }
    .second-box .left .channel_title ul li a {
        margin-bottom: 8px;
        font-size: 0.875rem;
        padding: 0 8px;
        width: 90%;
        box-sizing: border-box;
        text-align: center;
        background-color: #eeecf9;
        color: #5748c5;
        line-height: 180%;
    }
    .second-box .left .channel_title ul li a:hover,
    .second-box .left .channel_title ul li a.hover {
        background-color: #5748c5;
    }
    .third-grade .third-grade-dh {
        height: auto !important;
        font-size: 0 !important;
        border: 0;
        padding-right: 0px;
    }
    .third-grade .third-grade-dh li {
        width: calc(98% / 3);
        margin-right: 1%;
        display: inline-block;
        border: 0;
    }
    .third-grade .third-grade-dh li:last-of-type {
        margin-right: 0;
    }
    .organize-list2 h1 {
        display: block;
        width: 100%;
    }
    .organize-list li,
    .organize-list2 li {
        width: calc(97%/2) !important;
        margin-right: 1% !important;
    }
    .organize-list li:nth-of-type(2n),
    .organize-list2 li:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .organize-list li a,
    .organize-list2 li a {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .organize-list2 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .sec-list {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .sec-list ul {
        width: 100%;
        margin: 0 auto;
    }
    .sec-list li:nth-child(6) {
        border-bottom: 0;
        padding-bottom: 0px
    }
    .sec-list li:nth-child(7) {
        padding-top: 0px
    }
    .sec-list li:nth-child(12) {
        border-bottom: 0px;
        padding-bottom: 0px
    }
    .sec-list li:nth-child(13) {
        padding-top: 0px
    }
    .organize-con {
        width: 90% !important;
    }
    .organize-con .layui-layer-title {
        height: 85px !important;
    }
    .organize-con .layui-layer-title div {
        position: unset;
        line-height: 24px;
    }
    .sec-con li p {
        font-size: 1.125rem;
        line-height: 32px;
        padding: 0 10px;
        color: #4d4f53;
        padding-top: 10px !important;
        margin-bottom: 0;
    }
    .search .sec-list li a {
        margin-top: 0px;
        border-bottom: 0;
        padding-bottom: 8px;
    }
    .search .sec-list li a span {
        font-size: 1.02rem;
        line-height: normal;
    }
    .search .sec-list li p {
        font-size: 0.875rem;
        padding: 0 0 10px;
        border-bottom: 1px #d6d6d6 solid;
    }
    .search .sec-list li p span {
        font-size: 0.875rem;
    }
    .page-out {
        margin: 10px auto;
    }
    .page li {
        display: none;
    }
    .page li:first-of-type {
        display: inline-block;
    }
    .page li:last-of-type {
        display: inline-block;
    }
    .page .P_page {
        display: inline-block;
    }
    .page .N_page {
        display: inline-block;
    }
    .second-box .left .channel_title h1 {
        font-size: 1.125rem;
        color: #5748c5;
    }
    .sec-list li a {
        font-size: 1.02rem;
        line-height: 160%;
        padding: 15px 0;
        border-bottom: 1px #d6d6d6 solid;
        box-sizing: border-box;
    }
    .sec-list li a font {
        line-height: 150%;
    }
    .page li a {
        padding: 0 12px;
        line-height: 28px;
        font-size: 0.75rem;
        padding-bottom: 0 !important;
        border-bottom: 1px #d6d6d6 solid !important;
        color: #5748c5;
    }
    .page li span {
        padding: 0 12px;
        line-height: 28px;
        font-size: 0.75rem;
    }
    .second-box .right {
        display: none;
    }
    .third-out {
        padding: 0;
    }
    .communist-leader .third-out {
        padding: 10px;
    }
    .third-title {
        padding-top: 0;
    }
    #qrcode {
        display: none;
    }
    #qrcode-con {
        display: none;
    }
    .backtop {
        position: fixed;
        right: 15px;
        bottom: 45px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        border-radius: 50px;
        font-size: 0.875rem;
        z-index: 10000;
    }
    #mail_ifm {
        height: 800px;
    }
    .title-fix h1 {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        height: auto;
        line-height: 30px;
        font-size: 1.25rem !important;
    }
    .third-title h1 * {
        font-size: 1.875rem !important;
    }
    .datetime {
        font-size: 1.125rem;
        padding-top: 10px !important;
        height: auto;
        line-height: 30px;
    }
    .third-con p {
        font-size: 1.125rem;
        text-align: justify;
    }
    .zwfw-sec .service-line1 ul li {
        width: 49%;
        margin-bottom: 8px;
    }
    .zwfw-sec .service-line1 ul li a {
        display: flex;
        align-items: center;
        padding: 15px 0 15px 10px;
    }
    .zwfw-sec .service-line1 ul li a.hover font {
        display: none;
    }
    .zwfw-sec .service-line1 ul li a div {
        height: 35px;
        width: 42px;
        line-height: 35px;
        background-color: transparent !important;
        margin: 0;
        border: 0;
    }
    .service-line1 ul li a span {
        margin-top: 0;
        margin-left: 8px;
    }
    .zwfw-sec .service-line1 ul li a.hover div {
        border: 0;
    }
    .zwfw-sec .service-line1 ul li:nth-of-type(9) a div i {
        margin-left: -10px;
    }
    .zwfw-sec-box .channel-title {
        margin-bottom: 15px;
    }
    .zwfw-sec-box .dept-shfz .layui-col-md6:first-of-type .listtitle,
    .zwfw-sec-box .dept-shfz .layui-col-md6:nth-of-type(3) .listtitle {
        padding-right: 0;
        border: 0;
    }
    .zwfw-sec-box .dept-shfz .layui-col-md6:nth-of-type(2) .listtitle {
        padding-left: 0;
    }
    .zwfw-sec-box .dept-shfz .layui-col-md6:first-of-type .listtitle,
    .zwfw-sec-box .dept-shfz .layui-col-md6:nth-of-type(3) .listtitle {
        margin-bottom: 20px;
    }
    .zwfw-sec-box .listtitle h2 {
        margin-bottom: 10px;
        font-size: 1.25rem;
    }
    .zwfw-sec-box .listtitle a.more {
        border-bottom: 0;
        padding-top: 5px;
    }
    .zwfw-sec-box .dept-shfz .layui-col-md6:nth-of-type(4) {
        padding-left: 0;
    }
    .zwfw-sec-box .dept-shfz .link a:nth-of-type(2n) {
        margin-right: 0;
    }
    .zwfw-sec-box .dept-shfz .link a {
        width: calc((100% - 15px)/2);
    }
    .zwfw-sec-box .dept-shfz .shfz_contact.shfz_contact2 li {
        padding: 7px 10px !important;
    }
    .zwfw-sec-box .dept-rlsb .layui-col-md6:nth-child(2n) .listtitle {
        padding-left: 0;
        margin-top: 10px;
    }
    .zwfw-sec-box .dept-rlsb .layui-col-md6:nth-child(2n-1) .listtitle {
        padding-right: 0;
        border: 0;
    }
    .zwfw-sec-box .dept-yjgl .layui-col-md8 .listtitle {
        padding-right: 0;
        border: 0;
    }
    .whjy .link_btn a {
        width: calc((100% - 15px)/2);
    }
    .whjy .link_btn a br {
        display: none;
    }
    .whjy .link_btn a:nth-of-type(2n) {
        margin-right: 0;
    }
    .whjy .link_btn a img {
        top: -130px;
    }
}