.dt-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://u3.huatu.com/uploads/allimg/240912/655565-240912153004247.jpg)no-repeat;
    background-size: 100% 100%;
}

.dt-inner1 {
    width: 1400px;
    display: flex;
    flex-direction: column;
}

.dt-top {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.logo1 {
    width: 18%;
}

.dt-left {
    width: 41%;
    display: flex;
}

.icon {
    width: 124px;
    height: 88px;
}

.fh-right {
    width: 78%;
    display: flex;
    flex-direction: column;
}

.title1 {
    width: 100%;
    margin: 4% auto 0 auto;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    text-shadow: 0px 4px 0px rgba(226, 45, 42, 0.55);
    -moz-transform: matrix(1.05068833691249, 0, 0, 1.05068833691249, 0, 0);
    -webkit-transform: matrix(1.05068833691249, 0, 0, 1.05068833691249, 0, 0);
    -ms-transform: matrix(1.05068833691249, 0, 0, 1.05068833691249, 0, 0);
    background: url(https://www.huatu.com/images/2024gk/gbdt/title-bg.png)no-repeat;
    background-size: 100% 100%;
    text-align: center;
    text-decoration: none;
    list-style: none;
    padding: 1.5% 0 1% 0;

}

.title1 img {
    margin: 0 5%;
}

.a-box {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 1% auto 0 auto;
}

.a-box a {
    display: flex;
    align-items: center;
    list-style: none;
    text-decoration: none;
    justify-content: center;
    background-image: -moz-linear-gradient(90deg, rgb(255, 197, 153) 0%, rgb(251, 232, 159) 53%, rgb(252, 241, 201) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 197, 153) 0%, rgb(251, 232, 159) 53%, rgb(252, 241, 201) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 197, 153) 0%, rgb(251, 232, 159) 53%, rgb(252, 241, 201) 100%);
    color: #990000;
    font-size: 14px;
    width: 32%;
    border-radius: 50px;
    /* padding: 0.5% 0; */
    height: 25px;
}

.a-box a img {
    margin-right: 3%;
}


.glod {
    font-family: "FZLanTingHeiS-H-GB";
    color: #ffffcc;
    -moz-transform: matrix(1.05068833691249, 0, 0, 1.05068833691249, 0, 0);
    -webkit-transform: matrix(1.05068833691249, 0, 0, 1.05068833691249, 0, 0);
    -ms-transform: matrix(1.05068833691249, 0, 0, 1.05068833691249, 0, 0);

}

.dt-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -4%;
}

.list1 {
    width: 361px;
    height: 104px;
    display: block;
    display: flex;
    background: url(https://www.huatu.com/images/2024gk/gbdt/list-bg.png)no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    box-sizing: border-box;
    /* padding: 0 1%; */
    list-style: none;
}

.list-left {
    background: url(https://www.huatu.com/images/2024gk/gbdt/year-bg.png)no-repeat;
    background-size: 100% 100%;
    width: 73px;
    height: 74px;
    display: flex;
    text-align: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 2%;
    margin-top: 3%;
    margin-left: 5%;
    line-height: 1.5;
}

.list-left p {
    margin: 0 !important;
    font-size: 13px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(157, 0, 0);
    text-transform: uppercase;

}

.list-left span {
    font-size: 16px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(157, 0, 0);
    text-transform: uppercase;

}

.list-right {
    width: 65%;
    display: flex;
    flex-direction: column;
}

.list-right p {
    margin: 0;
    font-size: 17px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    margin-top: 10%;
    letter-spacing: 2px;
}

.list-right span {
    background: red;
    text-align: center;
    width: 95%;
    margin: -3% auto 0 auto;
    border-radius: 50px;
    background: url(https://www.huatu.com/images/2024gk/gbdt/li-bg.png)no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    font-family: "FZLanTingHeiS-M-GB";
    color: #fcf1c9;
    text-transform: uppercase;
    /* padding: 2% 0; */
    letter-spacing: 2px;
}
@media screen and (max-width: 1500px) {
    .dt-inner1{
        width: 90%;
    }
    .title1{
        font-size: 22px;
    }
    .list-right p{
        font-size: 14px;
    }
    .list-right span{
        font-size: 12px;
    }
    .a-box a {
        font-size: 12px;
    }
}
@media screen and (max-width: 1200px) {
    .dt-inner1{
        width: 99%;
    }
    .icon{
        width: 100px!important;
        height: 70px!important;
    }
    .list-right p{
        margin-top: 20%;
    }
    .list-right{
        width: 60%;
    }
    .title1{
        width: 97%;
    }
}