body {
	background-color: #f5f5f5;
}
.newstop {
	width: 100%;
	height: 49vh;
	background: url(../images/newstopbg.jpg) no-repeat top center;
	margin-bottom: 40px;
	text-align: center;
}
.newstop>h1  {
	color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    padding: 38% 0 10% 0;
}
.newstop>h2 {
	color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
}
.newsone {
	width: 1200px;
	margin: 30px auto;
	box-shadow: 0 0 5px rgba(150,150,150,0.5);
}
.newsone>a {
	display: block;
	overflow: hidden;
	background-color: #fff;
}
.newsone>a>img {
	display: block;
	width: 325px;
	height: auto;
	float: left;
}
.newsone>a .newsone-right {
	float: right;
	width: 875px;
	padding: 30px 50px;
	box-sizing: border-box;
}
.newsone-title {
	color: #090909;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.newsone-text {
	line-height: 25px;
	color: #8b8b8b;
	text-indent: 2em;
}
.newswrap {
	width: 94%;
	margin: 0 auto;
}
.newsbox {
	width: 100%;
	margin: 20px auto;
	box-shadow: 0 0 5px rgba(150,150,150,0.5);
	background-color: #fff;
	padding-bottom: 20px;
}
.newsbox>a,.newsbox>a>img {
	display: block;
	width: 100%;
}
.newsbox>a {
	overflow: hidden;
}
.newsbox>a>img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
}
.boxtitle,.boxtext {
	padding: 0 15px;
}
.boxtitle {
	text-align: center;
	line-height: 25px;
	color: #090909;
	font-size: 16px;
	padding: 15px 25px 0 25px;
	margin-bottom: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.boxtext {
	font-size: 12px;
	color: #8b8b8b;
	line-height: 22px;
	text-indent: 2em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/*分页*/
#newspage{
	width: 100%;
	text-align: center;
  	line-height: 20px;
  	font-size: 0;
	
}
#newspage span ,#newspage a {
	display: inline-block;
  	margin: 0px 2px;
  	color: #343434;
  	font-size: 14px;
  	width: 20px;
}
#newspage a {
	font-size: 14px;
}
#newspage a:hover {
	color: #fff;
	background-color: #4b4b4b;
}
#newspage .active {
	font-size: 14px;
	color: #fff;
	background-color: #4b4b4b;
}
#newspage a.next,#newspage a.prev {
	margin-top: 1px;
	width: 50px;
}
