<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('./public.css');
@import url('./header.css');
@import url('./footer.css');

.container{
    background: url('../images/xwzx_row2.png') bottom center;
    background-size: 100%;
}


.zt_head {
    margin-bottom: 36px;
    align-items: end;
    background: url('../images/ztzl_head_line.png') no-repeat right bottom;
    background-size: 93%;
}

/* .rdzt{
    margin-bottom: 40px;
} */

.zt_con {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.zt_con li {
    box-sizing: border-box;
    position: relative;
    margin-right: 25px;
    margin-bottom: 25px;
    width: calc((100% - 50px) / 3);
    border: 1px solid rgba(11, 34, 150, .3);
    border-radius: 10px;
    overflow: hidden;
}

.zt_con li:nth-child(3n) {
    margin-right: 0;
}

.zt_con li img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.zt_con li p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
}


.zt_con li:hover p {
    color: #0B2296;
    transition: all .3s ease;
}

.Arctext {
    position: absolute;
    width: 180px;
    height: 75px;
    background: url(../images/guidangym2.png) no-repeat center top;
    background-size: 100% 100%;
    right: 0;
    top: 30px;
    z-index: 999;
    transform: rotate(27deg);
}

.Arctext span {
    margin-top: 35px;
    margin-left: -5px;
    font-size: 16px;
    color: #7a7a7a;
    display: block;
    text-align: center;
    line-height: 34px !important;
    font-weight: 600;
}

@media only screen and (max-width: 996px) {
    .zt_con li{
        margin-right: 20px!important;
        width: calc((100%  - 20px) / 2);
    }

    .zt_con li:nth-child(2n){
        margin-right: 0!important;
    }
}</pre></body></html>