.btn-ripple {
    vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
    animation: ani_ripple 0.75s;
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 0;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
    0% {
        background: rgba(0, 0, 0, 0.25);
        transform: translateX(-50%) translateY(-50%) scale(0);
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

@keyframes ani_ripple {
    0% {
        background: #004DDD;
        transform: translateX(-50%) translateY(-50%) scale(0);
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

.second-banner {
    padding-top: 110px;
    position: relative;
}

.banner-title {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-shadow: 0px 0px 10px #000
}

.banner-title:after {
    display: block;
    content: '';
    width: 58px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-top: 14px
}

.dqjs-body .banner-title {
    color: #CF0E20;
    text-shadow: none;
}

.dqjs-body .banner-title:after {
    background: #CF0E20;
}

.second-banner img {
    width: 100%;
}

.second-menu {
    height: 74px;
    border-bottom: 1px solid #E9E9E9
}

.second-menu .boxW {
    height: 74px;
}

.second-flex {
    display: flex;
    justify-content: space-between;
}

.second-breadcrumb {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #848585
}

.second-breadcrumb a {
    color: #848585;
    margin: 0px 10px;
}

.second-breadcrumb> a:first-child {
    margin-left: 0px;
}

.second-nav {
    display: flex;
    align-items: center;
}

.second-nav li {
    font-size: 20px;
    margin-left: 66px;
    height: 73px;
    display: flex;
    align-items: center;
}

.second-nav li a {
    color: #999
}

.second-nav li.active {
    border-bottom: 2px solid #004DDD;
}

.second-nav li.active a {
    color: #004DDD;
    font-weight: 700;
}

.second-title {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    padding-bottom: 40px;
}

.three-title {
    font-size: 26px;
    line-height: 1.5;
    padding: 10px 0px;
}

.second-content {
    padding-top: 70px;
}


.xtjj-left {
    width: 49.125%;
}

.xtjj-right {
    width: 45%;
}

.second-sum,
.second-sum p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    text-indent: 2em;
    margin-top: 14px;
}

.jjfa-con1 {
    padding-bottom: 90px;
}

.jjfa-con2 {
    background: #EEF2F6;
    padding: 60px 0px 100px;
    ;
}

.jjfa-img {
    border: 6px solid #EDEDED;
    border-radius: 12px;
    min-height: 368px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
}

.jjfa-img img {
    max-width: 80%;
    min-width: 65%;
    transition: all .5s;
    max-height: 320px;
    object-fit: cover;
}

.jjfa-img:hover img {
    transform: scale(1.05);
}

.xtld-top {
    flex-wrap: wrap;
}

.xtld-item {
    width: 45%;
}

.four-title {
    font-size: 24px;
    color: #0A55DF;
}

.xtld-title {

    margin-top: 20px;
}

.xtld-img {
    margin: 26px 0px;
}

.xtld-item:last-child {
    /*width: 100%;
    margin-top: 60px;*/
}

.xtld-item:last-child .xtld-img {
    /* width: 45%;
    margin: 38px 0px;*/
}

.cpzx-content {
    background: #F4F3F3;
    padding-bottom: 100px;
}

.cpzx-list {
    display: flex;
    flex-wrap: wrap;
}

.cpzx-item {
    width: 22.7%;
    margin-right: 3%;
    background: #fff;
    margin-bottom: 50px;
    transition: all .5s;
}

.cpzx-item:nth-child(5n) {
    margin-right: 0;
}

.cpzx-item-pic {
    border-bottom: 1px solid #E3E2E2;
    min-height: 262px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cpzx-item-pic img {
    max-width: 83%;
    transition: all .5s;
    max-height: 240px;
}

.cpzx-item-bottom {
    padding: 24px;
}

.cpzx-item-title {
    font-size: 20px;
    line-height: 1.5;
}

.cpzx-item-title a {
    transition: all .4s;
}

.cpzx-item-sum {
    font-size: 18px;
    color: #999;
    line-height: 1.8;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cpzx-item-c1 {
    display: flex;
    justify-content: space-between;
    margin: 25px 0px;
}

.cpzx-download img {
    display: inline-block;
}



.cpzx-item-c1 div a {
    width: 135px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E4E3E3;
    background: #FCFBFB;
    color: #999;
    transition: all .5s;
    cursor: pointer;
}

.cpzx-item-c1 div a:hover {
    color: #004DDD;
    border: 1px solid #004DDD;
}

.cpzx-download img {
    margin-left: 5px;
}

.cpzx-item:hover .cpzx-item-pic img {
    transform: scale(1.1)
}

.cpzx-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.cpzx-item-title:hover a {
    color: #004DDD
}

.cpzx-a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.ca-left {
    width: 52%;
}

.ca-right {
    width: 44.6%;
}

.ca-download {
    width: 135px;
    height: 42px;
    border: 1px solid #598EF2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.ca-download a {
    font-size: 16px;
    color: #0A55DF;
}

.cpzx-b ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.cpzx-b ul li {
    width: 18.5%;
    padding: 35px 5px 35px 26px;
    background: #EEF2F6;
    margin-right: 1.87%;
    margin-bottom: 25px;
    transition: all .5s;
}

.cpzx-b ul li:hover {
    transform: translateY(0px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.cpzx-b ul li:nth-child(5n) {
    margin-right: 0;
}

.cpzxn-second {
    padding-bottom: 100px;
}

.cb-sum {
    margin-top: 15px;
}

.cb-sum,
.cb-sum p {
    font-size: 18px;
    color: #666;
    line-height: 2;
}

.cb-sum p {
    padding-left: 18px;
    background: url(?das/lib/second/images/cp-icon.png) no-repeat left 13px;
}

.alzx-content {
    padding-bottom: 100px;
    background: linear-gradient(#F6F7FB, #EEF2F6)
}

.alzx-list ul {
    display: flex;
    flex-wrap: wrap;
}

.alzx-item {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 35px;
    padding: 22px;
    transition: all .5s;
}

.alzx-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.alzx-item:nth-child(3n+1) {
    margin-right: 0;
}

.alzx-item-pic {
    width: 100%;
    max-height: 240px;
    overflow: hidden;
}

.alzx-item-pic img {
    width: 100%;
    height: auto;
    transition: all .5s;
}

.alzx-item-bottom {
    padding: 26px 0 40px;
}

.alzx-item-title {
    font-size: 20px;
    line-height: 1.5;
}

.alzx-item-title a {
    transition: all .4s;
    cursor: pointer;
}

.alzx-item-sum {
    font-size: 18px;
    color: #999;
    line-height: 1.8;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alzx-detail {
    background: linear-gradient(#F6F7FB, #EEF2F6);
    padding-bottom: 140px;
}

.alzx-detail-con {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 88px 78px 88px;
}

.alzx-detail-title {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

.alzx-item:hover .alzx-item-pic img {
    transform: scale(1.1);
}

.alzx-item-title:hover a {
    color: #004DDD;
}

.alzx-detail-content p {
    color: #666;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 24px;
}

.alzx-detail-content p img {
    max-width: 100%;
}

.alzx-detail-content p video {
    width: 100%;
    height: auto;
}

.alzx-detail-content p iframe {
    width: 100%;
    height: auto;
    min-height: 580px;
}

.xwzx-content {
    padding-bottom: 100px;
}

.xwzx-list ul {
    display: flex;
    flex-wrap: wrap;
}

.xwzx-item {
    width: 23.5%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 35px;
    transition: all .5s;
}

.xwzx-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.xwzx-item:nth-child(4n+1) {
    margin-right: 0;
}

.xwzx-item-pic {
    width: 100%;
    max-height: 216px;
    overflow: hidden;
}

.xwzx-item-pic img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    transition: all .5s;
}

.xwzx-item-bottom {
    padding: 17px 20px 20px;
}

.xwzx-item-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwzx-item-title a {
    transition: all .4s;
}

.xwzx-item-sum {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwzx-item-date {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
    margin-top: 12px;
}

.xwzx-item:hover .xwzx-item-pic img {
    transform: scale(1.1);
}

.xwzx-item-title:hover a {
    color: #004DDD;
}

.xwzx-detail-con {
    width: 1440px;
    margin: 0 auto;
}

.xwzx-detail {
    padding-bottom: 100px;
}

.xwzx-detail-title {
    font-size: 36px;
    line-height: 1.5;
    color: #4c4c4c;
}

.xwzx-detail-date {
    font-size: 16px;
    color: #999;
    margin-top: 22px;
}

.xwzx-detail-date span {
    color: #666;
}

.xwzx-detail-top {
    border-bottom: 4px solid rgba(186, 208, 240, .2);
    padding-bottom: 16px;
}

.xwzx-detail-bottom,
.xwzx-detail-bottom p {
    font-size: 18px !important;
    color: #4C4C4C;
    line-height: 1.89;
    margin-top: 30px;
}

.xwzx-content {
    padding-bottom: 100px;
}

.xwzx-detail-bottom p img {
    margin: 0 auto;
 
}

.detail-bottom {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

.detail-bottom a {
    display: inline-block;
}

.detail-bottom div {
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
}

.detail-bottom div a {
    color: #666;
}

.detail-bottom div a:hover {
    color: #004DDD;
}

.dqgk-top p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

.dqgk-top p img {
    width: 100%;
}

.djgk-content .second-title {
    padding-bottom: 20px;
}

.djgk-bl {
    width: 44.5%;
    background: url(?das/lib/second/images/djpp-img.png) no-repeat;
    background-size: cover;
    min-height: 430px;
    position: relative;
}

.djgk-bl p {
    position: absolute;
    top: 30%;
    left: 35%;
    font-size: 40px;
    font-weight: 500;
    background: linear-gradient(to bottom, #E3364A, #B50B1E);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.djgk-br {
    width: 55.5%;
    background: url(?das/lib/second/images/djpp-bg.png) no-repeat;
    background-size: cover;
    padding: 43px 37px 40px 90px;
}

.djgk-br p {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
}

.djgk-br p strong {
    color: #CD0013;
}

.djgk-content {
    padding-bottom: 120px;
}

.dqjs-body .second-nav li.active a {
    color: #CD0013;
}

.dqjs-body .second-nav li.active {
    border-bottom: 2px solid #CD0013;
}

.dqjs-body .xpage-pagination-num li.on {
    background: #CD0013;
}

.dqjs-body .xpage-pagination-pre,
.dqjs-body .xpage-pagination-next {
    background: rgba(205, 0, 19, 0.1)
}

.dqjs-body .xwzx-item-title:hover a {
    color: #CD0013;
}

.scdq-content {
    padding-bottom: 100px;
}

.scdq-top-left {
    width: 35.6%;
    background: #FAFAFA;
    padding: 46px;
    min-height: 420px;
}

.scdq-top-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
}

.scdq-top-text {
    margin-top: 35px;

}

.scdq-top-text p {
    font-size: 18px;
    line-height: 2.2;
    color: #666;
}

.scdq-top-text p strong {
    color: #004DDD;
    font-weight: 400;
    padding-left: 10px;
}

.scdq-top-right {
    width: 64.4%;
    position: relative;
}

.scdq-top-right iframe {
    width: 100%;
    height: 100%;
}

.scdq-top-right img {
    height: 100%;
    object-fit: cover
}

.map-title {
    position: absolute;
    left: 50%;
    top: 24%;
    transform: translate(-50%);
    background: #2C68B9;
    width: 277px;
    height: 46px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.map-title:after {
    display: block;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(?das/lib/second/images/map-icon.png) no-repeat;
    bottom: -10px
}

.scdq-top {
    margin-bottom: 60px;
}

.scdq-bottom ul {
    display: flex;
    flex-wrap: wrap;
}

.scdq-bottom ul li {
    width: 23.75%;
    margin-right: 1.6%;
    background: url(?das/lib/second/images/scdq-bg.png) no-repeat;
    background-size: cover;
    padding: 28px;
    margin-bottom: 27px;
    transition: all .5s;
}

.scdq-bottom ul li:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 77, 221, 0.2);
}

.scdq-bottom ul li:nth-child(4n) {
    margin-right: 0;
}

.scdq-bottom-title {
    font-size: 18px;
    font-weight: 700;
    color: #004DDD;
}

.scdq-bottom-sum {
    margin-bottom: 15px;
}

.scdq-bottom-sum p {
    line-height: 1.7;
    font-size: 18px;
    color: #333;

}

.fwzc-content {
    padding-bottom: 200px;
}

.fwzx-top {
    text-align: center;
}

.fwrx-title {
    font-size: 24px;
    font-weight: 700;
}

.fwrx-dh {
    color: #457DE7;
    font-size: 46px;
    font-weight: 700;
    margin-top: 15px;
}

.fwrx-sum {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
    margin-top: 20px;
}

.fwzx-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}



.fwzx-bottom li {
    width: 23.18%;
    margin-right: 2.4%;
    background: linear-gradient(#F2F7FF, #DCEFFD);
    padding: 88px 0px 125px 0px;
    border: 2px solid rgba(0, 77, 221, 0.6);
    transition: all .5s;
}

.fwzx-bottom li:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 77, 221, 0.2);
}

.fwzx-bottom li:nth-child(4n) {
    margin-right: 0;
}

.fwzc-pic {
    display: flex;
    justify-content: center
}

.fwzx-title {
    text-align: center;
    font-size: 24px;
    color: #004DDD;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 12px;
}

.fwzx-sum {
    margin-top: 35px;
}

.fwzx-sum p {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    color: #0F357C;

}

.sthz-left {
    width: 50%;
}

.sthz-right {
    width: 50%;
    background: url(?das/lib/second/images/sthz-bg.png) no-repeat;
    background-size: cover;
    padding: 85px;
}

.sthz-title {
    font-size: 24px;
    color: #004DDD;
    font-weight: 700;
    line-height: 70px;
    padding-left: 80px;
    background: url(?das/lib/second/images/yx-icon.png) no-repeat;
    height: 70px;
}

.sthz-sum {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}

.sthz-content {
    padding-bottom: 190px;
}

.jrwm-content {
    padding-top: 0px;
}

.jrwm-top {
    background: url(?das/lib/second/images/jrwm-bg.png) no-repeat;
    background-size: cover;
    padding: 90px 0px;
}

.jrwm-title {
    text-align: center;
    color: #004DDD;
}

.jrwm-sum p {
    font-size: 18px;
    line-height: 1.8;
}

.jrwm-center ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jrwm-item {
    width: 23%;
    padding: 50px 36px;
    min-height: 320px;
    transition: all 0.5s ease;
    margin-top: 90px;
    border-radius: 30px;
    position: relative;
}

.jrwm-center {
    padding: 50px 0px 100px;
    background: url(?das/lib/second/images/ygfl-bg.png) no-repeat;
    background-size: cover;
}

.jrwm-item-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}

.jrwm-item-sum {
    font-size: 20px;
    color: #fff;
    text-align: justify;
    margin-top: 15px;
}

.jrwm-item-pic {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%) !important;

}

.jrwm-item-pic img {
    display: inline-block;
}

.jrwm-item:nth-child(1) {
    background: linear-gradient(#FD7586, #F8586A)
}

.jrwm-item:nth-child(2) {
    background: linear-gradient(#55A6F8, #5671F9)
}

.jrwm-item:nth-child(3) {
    background: linear-gradient(#EC9A57, #F8586A)
}

.jrwm-item:nth-child(4) {
    background: linear-gradient(#16C495, #1393B4)
}

.jrwm-item:nth-child(5) {
    background: linear-gradient(#577DD1, #155DBB)
}

.jrwm-item:nth-child(6) {
    background: linear-gradient(#DD827E, #C6225F)
}

.jrwm-item:nth-child(7) {
    background: linear-gradient(#64B164, #12ABBA)
}

.jrwm-item:nth-child(8) {
    background: linear-gradient(#CE45AB, #8632A5)
}

.jrwm-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.jrwm-bottom {
    background: url(?das/lib/second/images/jrwm-bg.png) no-repeat top;
    background-size: cover;
    padding: 85px 0px 165px;
}

.xqgw-title {
    text-align: center;
}

.jrwm-bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.xqgw-item {
    width: 47.5%;
    padding: 60px 0px 0px 40px;
    min-height: 300px;
    border-radius: 12px;
    transition: all 0.5s ease;
}

.xqgw-item:nth-child(1) {
    background: url(?das/lib/second/images/boss-bg.png) no-repeat;
}

.xqgw-item:nth-child(2) {
    background: url(?das/lib/second/images/qc-bg.png) no-repeat;
}

.xqgw-item-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.xqgw-item-more {
    width: 126px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    margin-top: 50px;
}

.xqgw-item-more a {
    color: #fff;
}

.xqgw-item:nth-child(1):hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(44, 199, 183, 0.2)
}

.xqgw-item:nth-child(2):hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(245, 71, 86, 0.2)
}

.yjfk-content {
    background: #f7f7f7;
    padding-bottom: 100px;
}

.yjfk-con {
    width: 900px;
    margin: 0 auto;
    padding: 65px 145px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(1, 44, 82, 0.1);
}

.yjfk-title {
    font-size: 26px;
}

.yjfk-sum {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 15px;
}

.yjfk-con input,
.yjfk-con textarea {
    width: 100%;
    height: 55px;
    background: #F3F4F5;
    margin-top: 18px;
    padding-left: 20px;
    border: none;
}

.yjfk-con textarea {
    padding-top: 13px;
    height: 165px;
}

.yjfk-con input::placeholder,
.yjfk-con textarea::placeholder {
    font-size: 20px;
    color: #999;
}

.yjfk-con button {
    width: 130px;
    height: 55px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0557D0;
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
}

.fzlm-title {
    font-size: 36px;
    text-align: center;
    color: #004DDD
}

.fzlm-con p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-top: 18px;
}

.fzlm-con p strong {
    color: #004DDD;
    padding-left: 14px;
    background: url(?das/lib/second/images/flsm-ico.png) no-repeat left;
    font-weight: 400;
    font-size: 20px;
}

.zyxn-title {
    margin-bottom: 10px;
    margin-top: 10px;
}

.zyxn-title,
.zyxn-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zyxn-title li:nth-child(1),
.zyxn-intro li:nth-child(1) {
    width: 12.2%;
    /* height: 100%; */
}

.zyxn-title li:nth-child(2),
.zyxn-intro li:nth-child(2) {
    width: 87.5%;
}

.zyxn-intro li {
    margin-top: 5px;
    border-radius: 6px;
    font-size: 18px;
    color: #666;
    background: #F5F9FF;
}

.zyxn-intro li:nth-child(1) {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zyxn-intro li:nth-child(2) {
    padding: 0px;
}

.zyxn-intro li:nth-child(2) p {
    border-bottom: 5px solid #fff;
    padding: 18px 25px;
}

.zyxn-intro li:nth-child(2) p:last-child {
    border-bottom: none;
}

.zyxn-title li {
    background: #2073C6;
    height: 60px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.zyxn-bottom {
    font-size: 18px;
    color: #666;
    margin-top: 40px;
}

.zyxn-bottom span {
    color: #2073C6
}

@media screen and (max-width: 1600px) {

    .xwzx-detail-con {
        width: 95%;
    }

    .cpzx-b ul li {
        width: 19.2%;
        padding: 35px 5px 60px 20px;
        background: #EEF2F6;
        margin-right: 1%;
    }

    .fwrx-dh {
        font-size: 40px;
    }

    .fwrx-sum {
        font-size: 22px;
    }
}

@media screen and (max-width: 1500px) {

    .second-breadcrumb,
    .second-nav li {
        font-size: 18px;
    }

    .second-nav li {
        margin-left: 50px;
    }

    .second-title {
        font-size: 28px;
        padding-bottom: 35px;
    }

    .three-title {
        font-size: 24px;
    }

    .four-title {
        font-size: 22px;
    }

    .xtld-item {
        width: 48%;
    }

    .cpzx-item {
        width: 23.5%;
        margin-right: 2%;
    }

    .banner-title {
        font-size: 35px;
    }

    .cpzx-b ul li {
        width: 31.2%;
        padding: 35px 5px 60px 30px;
        background: #EEF2F6;
        margin-right: 2%;
    }

    .cpzx-b ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .xwzx-item-title {
        font-size: 18px;
    }

    .xwzx-detail-title {
        font-size: 30px;
    }

    .xwzx-detail-date {
        margin-top: 18px;
    }

    .scdq-top-left {
        width: 45%;
    }

    .scdq-top-right {
        width: 55%;
    }

    .jrwm-item-title {
        font-size: 24px;
    }

    .jrwm-item-sum {
        font-size: 19px;
    }
}

@media screen and (max-width: 1400px) {

    .cpzx-item,
    .cpzx-item:nth-child(4n) {
        width: 31.3%;
        margin-right: 3%;
    }

    .cpzx-item:nth-child(3n) {
        margin-right: 0;
    }

    .cpzx-item-sum,
    .second-sum,
    .second-sum p,
    .alzx-detail-content p,
    .dqgk-top p {
        font-size: 17px;
    }

    .second-title {
        padding-bottom: 30px;
    }

    .second-nav li {
        margin-left: 30px;
    }

    .second-breadcrumb a {
        margin: 0px 5px;
    }

    .xwzx-item-bottom {
        padding: 17px 15px 15px;
    }

    .sthz-title {
        font-size: 22px;
        background-size: 60px;
        line-height: 64px;
    }

    .sthz-sum {
        font-size: 26px;
    }
}

@media screen and (max-width: 1300px) {
    .alzx-detail-con {
        width: 90%;
    }

    .alzx-detail-title {
        font-size: 28px;
    }

    .scdq-bottom ul li {
        width: 48%;
        margin-right: 4%
    }

    .scdq-bottom ul li:nth-child(2n) {
        margin-right: 0;
    }

    .alzx-detail-content p iframe {
        min-height: 550px;
    }
}<!--0.00028896331787109-->