@media screen and (min-width: 1024px) {
	.list {
		margin: 32px 0;
		background: url(../img/aboutbj.png);
		background-size: 100% 100%;
		/* height: 430px; */
	}

	.newsl {
		max-width: 1300px;
		height: auto;
		overflow: hidden;
	}

	.newsList {
		float: left;
		/* width: 100%; */
		max-height: 115px;
		overflow: hidden;
		background-color: #FFF;
		border: 1px #cccccc dashed;
		margin: 10px;
		padding: 0 30px 30px 30px;
	}

	.list-tit {
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		line-height: 45px;
		height: 45px;
		overflow: hidden
	}

	.list-tit a {
		color: #01a03a;
		font-size: 18px !important;
	}

	.list-cont {
		width: 1218px;
		text-align: left;
		line-height: 25px;		
		color: #808080;
		text-indent: 2em;
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.list {
		margin: 32px 0;
		background: url(../img/aboutbj.png);
		background-size: 100% 100%;
		/* height: 430px; */
	}
	
	.newsl {
		/* max-width: 1300px; */
		height: auto;
		overflow: hidden;
	}
	
	.newsList {
		float: left;
		/* width: 100%; */
		max-height: 115px;
		overflow: hidden;
		background-color: #FFF;
		border: 1px #cccccc dashed;
		margin: 10px;
		padding: 0 30px 30px 30px;
	}
	
	.list-tit {
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		line-height: 45px;
		height: 45px;
		overflow: hidden
	}
	
	.list-tit a {
		color: #01a03a;
		font-size: 18px !important;
	}
	
	.list-cont {
		text-align: left;
		line-height: 25px;
		color: #808080;
		text-indent: 2em;
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.list {
		margin: 32px 0;
		background: url(../img/aboutbj.png);
		background-size: 100% 100%;
	}
	
	.newsl {
		height: auto;
	}
	
	.newsList {
		max-height: 115px;
		overflow: hidden;
		background-color: #FFF;
		border: 1px #cccccc dashed;
		margin: 10px;
		padding: 0 30px 30px 30px;
	}
	
	.list-tit {
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		line-height: 45px;
		height: 45px;
		overflow: hidden
	}
	
	.list-tit a {
		color: #01a03a;
		font-size: 18px !important;
	}
	
	.list-cont {
		text-align: left;
		line-height: 25px;
		color: #808080;
		text-indent: 2em;
		font-size: 16px;
	}
}
