.main-left-box {
	padding-top: 30px;
}
.list {
    padding: 20px 0;
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
}

.list .li-cont{
	margin-left: 230px;
}
.list .li-cont.no-img{
	margin-left: 0;
}

.list .typical-img {
    width: 100%;
    height: 100%;
    object: cover;
}

.list .img-box {
    float: left;
    width: 210px;
    height: 150px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.list a {
    text-decoration: none;
}

.list .title {
    font-size: 16px;
    line-height: 17px;
    color: #444;
}

.list .title:hover {
    color: #588340;
    cursor: pointer;
}

.list .list-des {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    max-height: 72px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.list .source .sourceName {
    display: inline-block;
    max-width: 40%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.list .source {
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
}

.list .source span {
    margin-right: 30px;
}

.lists_current {
    margin: 0 10px;
}

.lists_img .list:hover .img-box img {
    transform: scale(1.05);
}

.lists_img .list .img-box {
    float: left;
    width: 160px;
    overflow: hidden;
}

.lists_img .list .img-box img {
    width: 100%;
    transition: all 2s ease-out;
    height: 100px;
}

.lists_img .list .list-content {
    margin-left: 170px;
}
