body{
    background: url("/zt/gzlfzzsc/img/banner.png") no-repeat center 160px #F6F7F7;
}
#header{
    background: #fff;
}
.banner{
    margin:46px 0;
}
.gzl-list li{
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    padding:40px;
    background: #fff;
    margin-bottom: 30px;
}
.gzl-list li .title-cont{
    background: url("/zt/gzlfzzsc/img/titlebg.png") no-repeat center center;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.gzl-list li .title-cont h2{
    color:#fff;
    font-weight: bold;
    margin-left: -20%;
}
.gzl-list li .info-cont{
    display: flex;
    align-items: stretch;
    flex:1;
}
.gzl-list li  .info-cont .desc-cont{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 40px;
    min-width: 0;
}
.gzl-list li  .info-cont .info-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gzl-list li  .info-cont .info-footer>a{
    height: 64px;
    width: 160px;
    text-align: right;
    padding-top: 20px;
    font-size: 20px;
    color:#666;
}
.gzl-list li  .info-cont .info-footer .wzsl{
    background:url("/zt/gzlfzzsc/img/wzsl.jpg") no-repeat right bottom;
    background-size: auto 100%;
}
.gzl-list li  .info-cont .desc-cont .video-play{
    background: url("/zt/gzlfzzsc/img/video.png") no-repeat;
    background-size: auto 100%;
}
.gzl-list li .info-cont img{
    flex:1;
    width: 50%;
    display: block;
    height: 360px;
    border-radius: 30px;
}
.gzl-list li  .info-cont .desc-cont h3{
    font-size: 24px;
    color:#CB1112;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url("/zt/gzlfzzsc/img/icon.png") no-repeat;
    padding-bottom: 20px;
    padding-left: 40px;
}

.gzl-list li  .info-cont .desc-cont .detail-info p{
    font-size: 14px;
    color:#666;
    line-height: 1.8;
    text-indent: 2em;
}
.gzl-list li  .info-cont .desc-cont .detail-info{
    height: 210px;
    overflow: auto;
}
.gzl-list li:nth-child(even) .info-cont{
    flex-direction: row-reverse;
}
.gzl-list li:nth-child(even) .info-cont .desc-cont{
    margin-left: 0;
    margin-right: 30px;

}
@media (max-width:991px) {
    .gzl-list li .title-cont{
        margin-bottom: 10px;
    }
    .gzl-list li .info-cont{
        flex-direction: column!important;
    }
    .gzl-list li .info-cont .desc-cont{
        margin:0!important;
    }
    .gzl-list li .info-cont .desc-cont .detail-info{
        height: auto;
    }
    .gzl-list li .title-cont{
        height: 50px;
        background-size: contain;
    }
}
@media (max-width:767px){
    .gzl-list{
        padding:0 10px;
    }
    .gzl-list li{
        padding:14px;
        margin-bottom: 14px;
    }
    .gzl-list li .info-cont img{
        width: 100%;
    }
    .gzl-list li .info-cont .desc-cont h3{
        font-size: 16px;
    }
    .gzl-list li .info-cont .desc-cont .video-play{
        height: 40px;
        width: 120px;
        font-size: 14px;
        padding-top: 10px;
    }
    .gzl-list li .title-cont{
        align-items: flex-start;
    }
    .gzl-list li .title-cont h2{
        font-size: 16px;
    }

}
