#pic ul li{            
margin-right: 20px;
float: left;
width: 235px;
list-style: none;
height: 100%;
}
#pic{
overflow: hidden;
position: relative;
height: 90px;
margin-top: 20px;
}
#pic ul li img{
    width:100%;height:100%;
object-fit:cover;
}
#pic ul{
margin-left:0;
    width: 1500px;
    position: absolute;
    left:0;
    top:0;
}


.zxzt:first-of-type {
    margin-right:3%;
}
.zxzt {
    
    float: left;
    width: 48.5%;
    margin-top: 20px;
}

    .box_head {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        border-bottom: 3px solid #45639F;
        padding: 5px 0
    }

        .box_head .head-icon {
            width: 44px;
            height: 44px;
            vertical-align: middle
        }
        .box_head .head-til {
            color: #1c91c0;
            font-size: 22px;
            font-weight: 400;
            vertical-align: -webkit-baseline-middle;
            font-weight: 600;
        }
#ztzl_list ul{
border:1px solid #f0f0f0;
margin:0;
    padding-top:10px;
min-height:250px;
}
#ztzl_list ul li{
font-size:16px;
padding-left:2em;
line-height:40px;
    position:relative;
}

#ztzl_list ul li::before {
    content:"";
    position:absolute;
    width:4px;
    height:4px;
    background:#45639f;
    top:18px;
    left:20px;
}


