* {
    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: radial-gradient(0% 0% at 0% 0%, #F7EFDB 0%, #FBFCF0 100%), #FDFAF5;
    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 {
    padding-top: 420px;
    margin-top: -400px;
    padding-bottom: 160px;
    background: #f9f6ee;
}

.headTitle {
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 38px;
    color: #BF0218;
}

.subTitle {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #777676;
    margin: 20px 0 35px 0;
}

.subTitle a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #BF0218;
}

.headBg {
    width: 100%;
}

.dh20251027 {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 58%;
}

.qzwLogo {
    display: flex;
    justify-content: right;
    gap: 10px;
    align-items: center;
    position: absolute;
    bottom: 17%;
    width: 70%;
    left: 50%;
    transform: translate(-50%, 0);
}

.qzwLogo span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 29px;
    color: #FFFFFF;
    padding-bottom: 16px;
}

.qztg {
    margin-top: 40px;
    background: url(./qztg-20251014.png)no-repeat center;
}

.ffsswContent {
    /* background: #fff; */
    padding: 25px 15px;
}

.qzwSubTitleBg {
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 30px;
    color: #FCEFBA;
    position: relative;
}

.qzwSubTitleBg span {
    position: absolute;
    top: 45px;
    left: 90px;
}

.ffsswPart1 a {
    font-size: 20px;
    color: #000;
}

.ffsswUl {
    padding-left: 40px;
    /* margin-top: 20px; */
}

.ffsswUl li {
    line-height: 46px;
    list-style: disc;
}

.more {
    text-align: right;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #8D8E8F;

}

.qztg ul {
    width: 35%;
    padding-top: 150px;
    padding-left: 40px;
    padding-bottom: 105px;
}

.qztg ul li {
    list-style: disc;
}

.jzsswHead {
    position: relative;
}

.jzsswText {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #FCEFBA;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
}

.jzsswMore {
    position: absolute;
    bottom: 20px;
    right: 0px;
}

.jzsswMore a {
    font-weight: 500;
    font-size: 20px;
    color: #8D8E8F;
}

.jzsswFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
    gap: 20px;
}

.jzsswFlex>a {
    width: 48%;
    display: flex;
}

.jzsswFlex>a>div {
    display: flex;
}

.hoverWhite {
    padding: 10px 0 0 10px;
}

.jzsswFlex>a:hover .hoverWhite {
    color: #fff;
    background: -webkit-linear-gradient(75.27deg, rgb(208, 39, 28) 0%, rgb(255, 75, 62) 100%);
}

.jzsswFlex li {
    line-height: 46px;
    list-style: disc;
    width: 48%;

}

.jzsswFlex li a {
    font-size: 22px;
    color: #020202;
}

.jzsswUl {
    padding-left: 40px;
}