body,ul,ol,li,p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
body{
	color: #333;
}
body ul li.last{
	margin-right: 0;
}
ul,ol,li{
	list-style-type: none;
}
a{
	display: block;
	color: #333;
	text-decoration: none;
}
img{
	border: none;
}
/*news主体内容开始*/
.news1{
	width: 1000px;
	margin: 20px auto;
}
.news1>ul{
	width: 100%;
	margin: 0 auto;
}
.news1>ul>li{
	display: inline-block;
    font-size: 12px;
    line-height: 30px;
}
.goto{
    display: inline-block;
}
.goto:hover{
	color:#FA9338;
}
.newsDetails a{
	text-align: left;
}
.newsContentBox:before,
.newsContentBox:after{
	content: "";
	clear: both;
	display: block;
}
.newsTitle{
	margin-bottom: 20px;
	width: 100%;
	line-height: 60px;
	text-align: center;
}
.newsTitle h2{
	display: inline-block;
	font-size: 24px;
}
.newsTitle span{
	font-size: 18px;
	color: #fa9338;
}
.newsContentBox{
	width: 100%;
}
.newsContent{
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-top:1px solid #ccc;
}
.newsContent:hover{
	color: #FA9338;
}
.newsContent span{
	padding: 0 32px 0 16px;
	line-height: 140px;
}
.newsContent img{
	width: 20%;
	max-height: 160px;
}
.newsDetails{
	width: 600px;
	box-sizing: border-box;
	padding: 25px 10px;
}
.newsDetails h3{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}
.newsDetails p{
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
/*news主体内容结束*/
/*笔记本*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.news1{
		width: 900px;
	}
	.newsDetails{
		width: 60%;
		padding:20px 10px;
	}
	.newsContent{
		width: 100%;
	}
}
/*平板端*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.news1{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.newsDetails{
		width: 60%;
	}
	.newsContent{
		width: 100%;
		padding-left: 15px;
		box-sizing: border-box;
		
	}
	.newsContent img{
		width: 20%;
	}
	.newsContent span{
		display: inline-block;
		bottom: 0px;
		padding: 0;
		line-height:30px;
	}
}
/*手机端*/

@media only screen and (max-width: 767px) {
	.news1{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.news1>ul{
		display: none;
	}
	.newsContentBox{
		width:100%;
		padding-bottom: 10px;
	}
	.newsContent{
		display: block;
		width: 100%;
		height: auto;
		border: none;
		border-top: 1px solid #999;
		padding:15px;
		box-sizing: border-box;
	}
	.newsContent img{
		display: block;
		margin: 10px auto;
		width: 100%;
		height:auto;
		max-height:inherit;
	}
	.newsDetails{
		width: 100%;
		display: block;
		padding: 0;
		border: none;
	}
	.newsContent span{
		display: inline-block;
		line-height: 16px;
		padding: 0;
	}
}
