.zxft-content {
    width: 1199px;
    padding-top: 25px;
    margin: 0 auto;
}

.zxft-part {
    padding: 0 30px 0 21px;
    background-color: #fff;
    box-shadow: 3px 4px 7px 0px rgba(240, 240, 240, 0.75);
    overflow: hidden;
}

.zxft-breadcrum {
    font-size: 16px;
    line-height: 16px;
    padding: 24px 0 13px;
    color: #000;
}

.zxft-breadcrum a {
    font-size: 16px;
    color: #000;
}

.zxft-fg img {
    width: 100%;
    margin-left: -6px;
}

.zxft-title {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    padding: 28px 0 32px;
    border-bottom: 1px solid #c5c8cb;
    color: #0962be;
}

.zxft-title:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 57px;
    height: 5px;
    background-image: linear-gradient(#0962be, #0962be), linear-gradient(#3e3e3e, #3e3e3e);
    background-blend-mode: normal, normal;
    content: '';
}

.zxft-biginfo {
    background-color: #ecf2ff;
    margin-top: 32px;
    margin-bottom: 26px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.biginfo-txt {
    flex: 1;
    padding: 32px 28px;
}

.biginfo-txt h5 {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin-bottom: 26px;
}

.biginfo-txt p {
    font-size: 16px;
    color: #959595;
    line-height: 36px;
    margin-bottom: 18px;
}

.biginfo-txt a {
    font-size: 16px;
    color: #0962be;
    line-height: 36px;
}

.zxft-list-box {
    padding-left: 18px;
    margin-bottom: 50px;
}

.zxft-list li {
    position: relative;
    height: 59px;
    border-bottom: 1px dashed #d9d9d9;
    padding-left: 36px;
}

.zxft-list li::before {
    position: absolute;
    left: 3px;
    top: 22px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #1f61ba;
}

.zxft-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #525252;
    font-size: 16px;
    line-height: 58px;
}

.zxft-list li a p:last-child {
    color: #959595;
}

.page-list {
    margin-bottom: 50px;
}

.zxft-rdzt-title {
    position: relative;
    padding: 20px 0 12px 24px;
    font-size: 24px;
    font-weight: bold;
    color: #0962be;
}

.zxft-rdzt {
    position: relative;
    margin-top: 40px;
    padding-bottom: 37px;
    background-color: #fff;
    box-shadow: 3px 4px 7px 0px rgba(240, 240, 240, 0.75);
}

.zxft-rdzt-title:before {
    position: absolute;
    left: 24px;
    bottom: -2px;
    content: '';
    width: 57px;
    height: 5px;
    background-image: linear-gradient(#0962be, #0962be), linear-gradient(#3e3e3e, #3e3e3e);
    background-blend-mode: normal, normal;
}

.zxft-swiper {
    /* padding: 0 52px 0 47px; */
    width: 1100px;
    overflow: hidden;
    margin: 15px auto 0;
}

.zxft-swiper .swiper-slide {
    width: 220px;
    height: 130px;
}

.zxft-swiper .swiper-slide .pic {
    width: 200px;
    margin: 0;
}

.zxft-swiper .swiper-slide img {
    width: 200px;
}

.next {
    position: absolute;
    right: 10px;
    bottom: 64px;
    width: 39px;
    height: 74px;
    cursor: pointer;
}

.prev {
    position: absolute;
    left: 6px;
    bottom: 64px;
    width: 39px;
    height: 74px;
    cursor: pointer;
}