li.list-item {
    padding: 18px;
    overflow: hidden;
    border-top: 3px solid #003f88;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    width: 48%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
}

ul.news_list.news_listsz.list2 {
    display: inline-block;
    display: flex;
    /* justify-content: center; */
    flex-flow: wrap;
}

li.list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.news_list.news_listsz.list2 .list-item .pic {
    float: left;
    width: 156px;
    height: 208px;
}

li.list-item .info {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0 0 180px;
}

li.list-item .info h3 {
    display: inline-block;
    font-size: 18px;
    color: #003f88;
    font-weight: bold;
    padding-bottom: 10px;
}

li.list-item .info p {
    font-size: 16px;
    line-height: 36px;
    word-break: break-all;
}

li.list-item .info p.over {
    color: #666666;
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 1; */
    /* overflow: hidden; */
}

@media screen and (max-width:999px){
    li.list-item {
        width: 100%;
    }
}
@media screen and (max-width:450px){
    li.list-item img {
    width: 50%;
}
ul.news_list.news_listsz.list2 .list-item .pic {
    width: 100%;
    height: auto;
    text-align: center;
}

li.list-item .info {
    padding: 0;
    display: inline-block;
    padding-top: 5%;
}
}