.container {
    background: linear-gradient(180deg, #C36F6F 0%, #FFFAF3 100%);
}

.logo img {
    width: 100%;
}

.ss {
    border-radius: 8px;
    border: 1px solid #FCEFE1;
    margin-top: 10px;
}

.ss .ss-items {
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
    flex-wrap: wrap;
}

.ss-item {
    width: 25%;
}

@media screen and (max-width: 768px) {
    .ss-item {
        width: 50%;
        height: 25vw;
    }
}

.ss-item.t1 {
    background: url(../imgs/daiban.png) no-repeat;
    background-size: 100% 100%;
}

.ss-item.t2 {
    background: url(../imgs/daiyue.png) no-repeat;
    background-size: 100% 100%;
}

.ss-item.t3 {
    background: url(../imgs/wfqd.png) no-repeat;
    background-size: 100% 100%;
}

.ss-item.t4 {
    background: url(../imgs/yiban.png) no-repeat;
    background-size: 100% 100%;
}

.ss-item .daiban {
    margin-top: 21px;
    margin-left: 22px;
}

.ss-item .daiban span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #3F4144;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}

.ss-item .daiban1 {
    margin-top: 12px;
    margin-left: 24px;
    display: flex;
    align-items: center;
}

.ss-item .daiban1 .sz {
    font-family: DINAlternate, DINAlternate;
    font-weight: bold;
    font-size: 26px;
    color: #3F4144;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    margin-right: 4px;
}

.ss-item .daiban1 .sz1 {
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 900;
    font-size: 14px;
    color: #A2333B;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.xw {
    background: rgba(252, 239, 225, 0.44);
    border-radius: 8px;
    margin-top: 8px;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 4px;
}

.xw-items {
    padding: 7px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xw-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xw-item .bz {
    background: url(../imgs/xwzx.png) no-repeat;
    background-size: 100% 100%;
    padding: 5px 7px;
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    margin-right: 10px;
}

.xw-item .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}

.xw-items .more a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 10px;
    color: #999999;
    line-height: 14px;
    text-align: left;
    font-style: normal;
}

.more a {
    display: flex;
    align-items: center;
}

.more a img {
    margin-left: 4px;
}

.slideTxtBoxs .hd {
    margin-top: 24px;
    padding: 0px 33px;
}

.slideTxtBoxs .hd ul {
    display: flex;
    align-items: center;
}

.slideTxtBoxs .hd ul li {
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 500;
    font-size: 14px;
    color: #3F4144;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.slideTxtBoxs .hd ul li:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
}

.slideTxtBoxs .hd ul li.on {
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 900;
    font-size: 20px;
    color: #A2333B;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.slideTxtBoxs .bd {
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #FCEFE1;
    margin-top: 8px;
}

.slideTxtBoxs .bd ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 16px;
}

.slideTxtBoxs .bd ul li {
    width: 20%;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.slideTxtBoxs .bd ul li a{
    position: static;
}

.slideTxtBoxs .bd ul li .title {
    margin-top: 11px;
}

.slideTxtBoxs .bd ul a {
    position: absolute;
    top: -40px;
    right: 17px;
}