/* 页面自定义css样式 */
.gsContainer {
    margin: 0 auto;
    width: 1200px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.banner{width: 100%;height: 250px; background: url(yebanner.png) center center no-repeat;background-size: 100%;}


.serverApp{width: 100%;height: auto;margin: 30px 0;}
.serverApp .gsContainer{height: 100%;}
.serverAppSL{width: 100%;height: 100%;
}
.serverAppSLLIst{
    width: 100%;
    height: 170px;
    border-radius: 10px;
    background: url(yaofeng.png) center center no-repeat;
    background-size: 100%;
}
.serverAppSLTitle {
    width: 100%;
    height: 32px;
    background: url(fwyy.png) no-repeat left center;
    background-size: 32px 32px;
    margin-bottom: 20px;
}
.serverAppSLTitle span {
    font-size: 24px;
    color: #333;
    padding-left: 52px;

}
/* 政策解读 */
.zcjd{width: 100%;height: 400px;}
.gsLastPolicy {
    float: left;
    padding: 20px;
    width: 100%;
    height: 100%;
    background: #fff6ec;
    border-radius: 16px;
}

.gsLastPolicyTitle {
    width: 100%;
    height: 32px;
    background: url(zczxTitle.png) no-repeat left center;
    background-size: 32px 32px;
    margin-bottom: 20px;
}

.gsLastPolicyTitle span {
    font-size: 24px;
    color: #333;
    padding-left: 52px;

}

.gsLastPolicyList li {
    width: 100%;
    height: 109px;
    background: url(zczxTitleList.png) center center no-repeat;
    background-size: 100%;
    padding: 16px 20px;
    margin-bottom: 12px;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
    border-radius: 8px;
}

.gsLastPolicyList li:hover {
    animation: gsjumpEffects 0.6s ease;
}

@keyframes gsjumpEffects {
    0% {
        transform: translateY(0) scale(1);
    }

    30% {
        transform: translateY(-8px) scale(1.02);
    }

    60% {
        transform: translateY(2px) scale(0.98);
    }

    80% {
        transform: translateY(-3px) scale(1.01);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

/* 移除原有的nth-child样式以避免冲突 */
.gsLastPolicyList li:nth-child(2n+2) {
    margin-right: 0;
}

.gsLastPolicyList li a {
    display: block;
    width: 100%;
    height: 100%;

}

.gsLastPolicyList li a>p {
    width: 100%;
    height: 44px;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.gsLastPolicyTime {
    width: 100%;
    height: 17px;
}

.gsLastPolicyTime p {
    font-size: 12px;
    color: #999;
}

.gsLastPolicyTime p:first-child {
    float: left;
}

.gsLastPolicyTime p:last-child {
    float: right;
}

.sendMore {
    height: 100%;
    line-height: 35px;
    display: block;
    float: right;
    font-size: 14px;
    color: #666;
    padding-right: 30px;
    background: url(more3.png) center right no-repeat;
    background-size: 16px 6px;
}
.sendMore:hover {
    color: #1677ff;
    background: url(more3hover.png) center right no-repeat;
    background-size: 16px 6px;
}
.serverAppSLLIst a{display: block;width: 100%;height: 100%;}
@media (min-width: 1200px){
.ty-footer-con h2 {
    line-height:normal;
    height: auto;
    text-align: left;
}
}


@media only screen and (max-width: 768px){
.gsContainer{width: 100%;}
.serverApp,.zcjd{padding: 0 0.24rem;}
.zcjd{height: 7rem;}
.banner{background: url(appbanner.png) center center no-repeat;background-size:100%;}
.serverAppSLTitle span{font-size: 0.4rem;    display: block;}
.serverAppSLLIst{height: 2rem;}
.serverApp{margin: 0.4rem 0;}
.serverAppSLTitle{margin-bottom: 0.4rem;}
.gsLastPolicyTitle span{font-size: 0.4rem;    display: block;}
.gsLastPolicyTitle{    display: flex;justify-content: space-between;}
}