* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
    font-size: 20px;
    line-height: 56px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.dFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dFlex>div,
.dFlex>ul {
    width: 50%;
}

.gap20 {
    gap: 20px;
}

.gap40 {
    gap: 40px;
}

.gap80 {
    gap: 80px;
}

.part1Ul {
    height: 385px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

.part1Ul li {
    border-bottom: 1px solid #d9d8d4;
}

.part1Ul li:last-child {
    border-bottom: none;
}

.swiperTitle {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
}
.swiperTitle a{
    color: #fff;
}

.content {
    background: url(./jzjssswBodyBg-20251014.jpg)no-repeat center;
    padding-top: 420px;
    margin-top: -400px;
    padding-bottom: 160px;
}

.qztg {
    margin-top: 40px;
    background: url(./qztg-20251014.png)no-repeat center;
}

.ffsswContent {
    background: #fff;
    padding: 25px 15px;
}

.ffsswPart1 a {
    font-size: 20px;
    color: #3e6fc1;
}

.ffsswUl {
    padding-left: 40px;
    margin-top: 20px;
}

.ffsswUl li {
    line-height: 46px;
    list-style: disc;
}

.qztg ul {
    width: 35%;
    padding-top: 150px;
    padding-left: 40px;
    padding-bottom: 105px;
}

.qztg ul li {
    list-style: disc;
}