.newsList_title{
    width: 50%;
    float: left;
}
.newsList_title h1{
    color: #555;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
}
.newsList_title h2{
    color: #555;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dedede;
}
.look{
    width:100%;
    margin-top: 15px;
}
.look span{
    margin-right: 40px;
    color: #333;
    font-size: 14px;
}
.newsList_title p{
    margin-top: 10px;
    text-indent: 2em;
    color: #999;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.section_left{
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}
.newsList_list{
    margin-top: 10px;
}
.newsList_list li h1{
    
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #555;
    font-weight: 900;
    padding:10px 0;
}
.newsList_list_content{
    float: left;
    margin-left: 10px;
    width: 87.5%;
}
.lookT{
    margin-top: 0;
}
.newsList_list_content p{
    text-indent: 2em;
    color: #999;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsList_list li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
@media (max-width: 769px) {
    .newsList_title {
        width: 100%;
    }
    .newsList_list_content {
        width: 70.5%;
    }
    .newsList_list li h1 {
        width: 100%;
    }
    .section_left-img {
        display: none;
    }

}
.section_left-img{
    width: 50%;
    float: left;
}
.search_count{
	width:100%;
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	margin-bottom:30px;
	font-size: 12px;
	color: #999;
}
