h1{font-size: 36px;}
h6 {font-size: 22px;}
h4, h5, h6{letter-spacing: 0.5px;}
.newslist li .text h6 {
    margin: 15px 0;
    line-height: 1.5;
}
.newslist li .text p{
	color: #999;
	line-height: 1.5;
	-webkit-line-clamp: 4;
}
/*.indexbox2 .text{
	left: 5%;
	width: 30%;
}*/
/*.all_btn1{
	width: 300px;
}*/
.news table{
	font-size: 12px;
}
.newslist li .text h6{
	margin: 5px 0
	line-height: 1.2
	max-height: 105px;
    overflow-y: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.newslist li .text p{
	max-height: 100px;
}

@media screen and (max-width: 1400px){
	h1 {
	    font-size: 32px;
	}
	.bigpic .main h1 {
	    margin: 15px 0 10px 0;
	}
}
@media screen and (max-width: 768px){
.indexbox2 .text{
	left: 0;
	width: 100%;
	padding: 0 30px;
	
}
.indexbox2 .text p{
	text-align: left;
}

.newslist li .cover{
	height: 300px;
    background-size: cover;
}
}

@media screen and (max-width: 600px){
	.news {
	    padding: 40px 20px;
	}
	.newslist li .cover{
		height: 200px;
	}

}