body{
    background: #F6F7F7;
}
#header{
    background: #fff;
}
.banner{
    margin: 0px 0;
}
.bg{
    background: url(/zt/sswghcg/assets/img/bg.png) no-repeat;
    background-size: 100% auto;
    background-position-y: top;
}
.gzl-list li{
}
.gzl-list li .title-cont{
    background: url("/zt/sswghcg/assets/img/titlebg1.png") no-repeat center center;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    background-size: 100% 100%;
    width: 300px;
    float: right;
    margin-top: 50px;
}
.gzl-list li:nth-child(even) .title-cont{
    background: url("/zt/sswghcg/assets/img/titlebg2.png") no-repeat center center;
    background-size: 100% 100%;
    float: left;
}
.gzl-list li .title-cont h2{
    color:#fff;
    font-weight: bold;
    position: relative;
    z-index: 1;
    padding-right: 25px;
}
.gzl-list li:nth-child(even) .title-cont h2{
padding-left: 25px;
padding-right: 0px;
}
.gzl-list li .info-cont{
    display: flex;
    align-items: stretch;
    flex:1;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
}

.gzl-list li .info-cont::before{
    content: '';
    width: 70%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
}
.gzl-list li:nth-child(even) .info-cont::before{

right: auto;

left: 0px;
}
.gzl-list li  .info-cont .desc-cont{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 40px;
    min-width: 0;
    padding-right: 30px;
}
.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: 57px;
    width: 219px;
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gzl-list li  .info-cont .info-footer .wzsl{
    background: url("/zt/sswghcg/assets/img/video.png") no-repeat;
   
    background-size: 100% 100%;
}
.gzl-list li  .info-cont .desc-cont .video-play{
    background:url("/zt/sswghcg/assets/img/wzsl.png") no-repeat;
    background-size: 100% 100%;
}
.gzl-list li .info-cont>img{
    flex:1;
    width: 50%;
    display: block;
    height: 360px;
    border-radius: 30px;
}
.gzl-list li  .info-cont .info-footer>a img{
 height: 30px;
 width: auto;
 margin-right: 5px;
}
.gzl-list li  .info-cont .info-footer>a:nth-child(odd) img{
    height: 43px;
}
.gzl-list li  .info-cont .desc-cont h3{
    font-size: 20px;
    color:#124185;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  
    padding-bottom: 20px;
  
}

.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;
    padding-left: 30px;
    padding-right: 0px;
}
@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;
        padding-bottom: 0px;
    }
    .gzl-list li .info-cont .desc-cont .video-play{
        /* height: 40px; */
        /* width: 120px; */
        font-size: 14px;
        padding-top: 0px;
        margin-right: 10px;
    }
    .gzl-list li .title-cont{
        align-items: flex-start;
       
    }
    .gzl-list li .title-cont h2{
        font-size: 16px;
    }
    .gzl-list li .info-cont {
        padding: 15px;
    }
    .gzl-list li .info-cont .info-footer>a{
        height: 35px;
        width: 150px;
    }
    .gzl-list li .info-cont .info-footer>a img{
        height: 17px;
    }
    .gzl-list li .info-cont .info-footer>a:nth-child(odd) img {
        height: 25px;
    }
    .gzl-list li .info-cont::before{
        width: 100%;
    }
    .gzl-list li .title-cont{
        margin-top: 0px;
        margin-bottom: 0px;
        width: 200px;
        
    }
}