.nav-main .show-slide .part-all-slide {
    display: block;
}

.news-box-image .thumb {
    width: 120px;
    height: 120px;
    background: no-repeat center / cover;
    margin-right: 15px;
}
.news-box-image > a {
    display: flex;
    padding: 0px 10px 0px 0px;
    margin-right: 15px;
    margin-bottom: 25px;
    border: 0px #e6e6e6 solid;
    background-color: #fff;
    margin-left: 0px;
    overflow: hidden;
}
.news-box-image .box_item {
    width:200px;
}
.news-box-image .centent {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-pack: center;
    color: #666;
    margin-top: 5px;
    font-size: 16px;
    height: 65px;
}
.news-box-image .tit {
    font-size: 18px;
    padding: 10px 0;
    color: #333;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}
.news-box-ul li{
    line-height: 35px;
    font-size: 15px;
}