@charset "UTF-8";
.ztContainer{
    width: 1396px;
    margin: 0 auto;
}
.clearfix{
    zoom: 1;
}
.clearfix:after{
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
}
.ztBanner{
    max-height: 749px;
    padding: 20px 0 calc(39.01% - 56px - 20px) 0;
    background: url("zt_banner.png") no-repeat bottom center;
    background-size: cover;
}
.ztContent{
    padding-bottom: 60px;
    background: linear-gradient(180.00deg, #48c3fc 0%, #48c3fc 29.28%, #fff 87.04%, #fff 100%);
    background-size: cover;
}
.ztContent .plateTitle{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ztContent .plateTitle a img{
    width: auto;
    height: 70px;
}
.ztContent .ztContainer{
    position: relative;
    top: -130px;
}
/**********************/
.eventPreview{
    padding: 30px 20px 20px 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
}
.eventPreview .previewList ul{
    margin-left: -20px;
    margin-top: 10px;
}
.eventPreview .previewList li{
    float: left;
    width: 438px;
    height: 133px;
    padding: 20px;
    border-radius: 8px;
    background: rgba(225, 241, 255, 0.48);
    margin-left: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.previewListTitle a{
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
}
.previewListTitle a:hover{
    color: #3f85d9;
}
.previewListInfo{
    margin-top: 16px;
}
.previewListInfo .date{
    font-size: 16px;
    color: #999;
    padding-left: 34px;
    background: url("icon_date.png") no-repeat left center;
    background-size: 18px;
    line-height: 22px;
    display: inline-block;
}
/**********************/
.progress{
    margin-top: 60px;
}
.progressCarousel{
    padding: 0 54px;
    position: relative;
    margin-top: 30px;
}
.progressCarousel .carouselCon{
    overflow: hidden;
}
.progressCarousel .carouselCon .swiper-slide{
    width: 409px;
    margin-right: 30px;
}
.carouselCon .imgShow{
    width: 409px;
    height: 273px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.carouselCon .imgShow a{
    display: block;
    width: 100%;
    height: 100%;
}
.carouselCon .imgShow a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s ease-in-out;
}
.carouselCon .imgShow a:hover img{
    transform: scale(1.1);
}
.carouselCon .titleShow{
    padding: 20px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(180.00deg, #3e84d9 0%, #72a8e7 100%);
}
.carouselCon .titleShow a{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.progressCarousel .swiper-button-prev{
    left: 0;
    background: url("icon_prev.png") no-repeat center;
    background-size: 24px;
}
.progressCarousel .swiper-button-next{
    right: 0;
    background: url("icon_next.png") no-repeat center;
    background-size: 24px;
}
.progressCarousel .swiper-button-prev:after,
.progressCarousel .swiper-button-next:after{
    display: none;
}
/**********************/
.callForComments{
    margin-top: 60px;
}
.commentsList ul{
    margin-left: -30px;
    margin-top: 10px;
}
.commentsList li{
    float: left;
    width: 683px;
    height: 106px;
    padding: 20px 20px 20px 24px;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
    border-left: 4px solid #3e84d9;
    margin-left: 30px;
    margin-top: 20px;
}
.commentsList li .commentsTitle{

}
.commentsList li .commentsTitle a{
    font-size: 18px;
    line-height: 25px;
    color: #333;
}
.commentsList li .commentsTitle a:hover{
    color: #3e84d9;
}
.commentsList li .details{
    margin-top: 16px;
}
.commentsList li .details a{
    font-size: 18px;
    color: #3e84d9;
}
/**********************/
.resultFeedback{
    margin-top: 60px;
}
.feedbackList{

}
.feedbackList ul{
    margin-left: -30px;
    margin-top: 10px;
}
.feedbackList li{
    float: left;
    width: 683px;
    margin-left: 30px;
    margin-top: 20px;
    box-shadow: 0 2px 12px #99999933;
}
.feedbackList li .feedbackTitle{
    height: 60px;
    background: #3e84d9;
    padding: 0 20px;
}
.feedbackList li .feedbackTitle a{
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}
.feedbackList li .feedbackInfo{
    height: 86px;
    padding: 20px;
    background: #fff;
}
.feedbackList li .feedbackInfo .abstract{
    font-size: 16px;
    color: #999;
    line-height: 23px;
    text-indent: 2em;
}
.feedbackList li .feedbackInfo .abstract .more{
    color: #3e84d9;
    font-size: 16px;
}

/* 关怀版 */
.oldType .ztContent .plateTitle a img{
    height: 90px;
}
.oldType .eventPreview{
    padding: 40px 30px 30px 30px;
}
.oldType .eventPreview .previewList ul{
    margin-left: 0;
}
.oldType .eventPreview .previewList{
    margin-top: 20px;
}
.oldType .eventPreview .previewList li{
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 30px;
    padding: 30px;
    border-radius: 16px;
}
.oldType .previewListTitle a{
    font-size: 36px;
    line-height: 48px;
}
.oldType .previewListInfo{
    margin-top: 24px;
}
.oldType .previewListInfo .date{
    font-size: 32px;
    background-size: 40px;
    line-height: 40px;
    padding-left: 60px;
}
.oldType .progress{
    margin-top: 80px;
}
.oldType .progressCarousel{
    margin-top: 50px;
}
.oldType .progressCarousel .carouselCon .swiper-slide{
    width: 624px;
    margin-right: 40px;
}
.oldType .carouselCon .imgShow{
    width: 100%;
    height: 438px;
    border-radius: 16px 16px 0 0;
}
.oldType .carouselCon .titleShow{
    border-radius: 0 0 16px 16px;
}
.oldType .carouselCon .titleShow a{
    font-size: 32px;
    line-height: 48px;
}
.oldType .callForComments{
    margin-top: 80px;
}
.oldType .commentsList ul{
    margin-left: 0;
    margin-top: 50px;
}
.oldType .commentsList li{
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 30px;
}
.oldType .commentsList li .commentsTitle a{
    font-size: 36px;
    line-height: 48px;
}
.oldType .commentsList li .details{
    margin-top: 24px;
}
.oldType .commentsList li .details a{
    font-size: 32px;
}
.oldType .resultFeedback{
    margin-top: 80px;
}
.oldType .feedbackList ul{
    margin-left: 0;
    margin-top: 50px;
}
.oldType .feedbackList li{
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 30px;
}
.oldType .feedbackList li .feedbackTitle{
    height: 80px;
}
.oldType .feedbackList li .feedbackTitle a{
    font-size: 36px;
    line-height: 80px;
}
.oldType .feedbackList li .feedbackInfo{
    height: auto;
}
.oldType .feedbackList li .feedbackInfo .abstract{
    font-size: 32px;
    line-height: 46px;
}
.oldType .feedbackList li .feedbackInfo .abstract .more{
    font-size: 32px;
}

/* 响应式 */
@media screen and (max-width: 768px) {
    .ztContent .ztContainer{
        top: 0;
    }
    .ztBanner{
        max-height: 18.75rem;
        padding: 1.5rem 0 calc(40% - 3.75rem - 1.5rem) 0;
        background: url("zt_banner_phone.jpg") no-repeat center;
        background-size: cover;
    }
    .ztHeader .logo img{
        height: 3.75rem!important;
    }
    .ztContent{
        padding: 2.5rem 0;
    }
    .eventPreview{
        padding: 2.5rem 1.5rem 1.5rem 1.5rem;
        border-radius: 1rem;
    }
    .ztContent .plateTitle a img{
        height: 5rem;
    }
    .eventPreview .previewList ul{
        margin-left: 0;
        margin-top: 0;
    }
    .eventPreview .previewList li{
        float: none;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 1.5rem;
        padding: 1.5rem;
        border-radius: 0.75rem;
    }
    .previewListTitle a{
        font-size: 2rem;
        line-height: 3rem;
    }
    .previewListInfo{
        margin-top: 1rem;
    }
    .previewListInfo .date{
        font-size: 1.75rem;
        line-height: 2.5rem;
        background-size: 2.5rem;
        padding-left: 3.5rem;
    }
    .progressCarousel{
        padding: 0 3rem;
        margin-top: 1.5rem;
    }
    .progressCarousel .carouselCon .swiper-slide{
        width: 98%;
        margin: 0 1%;
    }
    .carouselCon .imgShow{
        width: 100%;
        height: 21.25rem;
    }
    .carouselCon .titleShow{
        padding: 1.5rem;
        border-radius: 0 0 1rem 1rem;
    }
    .carouselCon .titleShow a{
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .commentsList ul,
    .feedbackList ul{
        margin-left: 0;
        margin-top: 0;
    }
    .commentsList li,
    .feedbackList li{
        float: none;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 1.5rem;
        padding: 1.5rem;
    }
    .commentsList li .commentsTitle a{
        font-size: 2rem;
        line-height: 3rem;
    }
    .commentsList li .details{
        margin-top: 1rem;
    }
    .commentsList li .details a{
        font-size: 1.75rem;
        line-height: 2.5rem;
    }
    .progress,
    .callForComments,
    .resultFeedback{
        margin-top: 3.75rem;
    }
    .feedbackList li .feedbackTitle{
        height: 5rem;
        padding: 0 1.5rem;
    }
    .feedbackList li .feedbackTitle a{
        font-size: 2rem;
        line-height: 5rem;
    }
    .feedbackList li .feedbackInfo{
        height: auto;
        padding: 1.5rem;
    }
    .feedbackList li .feedbackInfo .abstract{
        font-size: 1.75rem;
        line-height: 2.5rem;
    }
    .feedbackList li .feedbackInfo .abstract .more{
        font-size: 1.75rem;
    }
    .progressCarousel .swiper-button-prev,
    .progressCarousel .swiper-button-next{
        background-size: 1.5rem;
    }
}