body {
	background-color: #f5f5f5;
}
ul.nav>li:nth-child(3)>a {
	border-bottom: 1px solid #161616!important;
}
.newstop {
	width: 100%;
	height: 180px;
	background: url(../images/newstopbg.jpg) no-repeat top center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-bottom: 40px;
	padding-top: 40px;
}
.newstop>h1,.newstop>h2  {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
}
.newstop>h2 {
	font-size: 22px;
}
.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: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.newsbox {
	width: 580px;
	margin: 0 40px 30px 0px;
	float: left;
	box-shadow: 0 0 5px rgba(150,150,150,0.5);
	background-color: #fff;
}
.newsbox:nth-child(2n) {
	margin-right: 0;
}
.newsbox>a {
	display: block;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.newsbox>a>img {
	display: block;
	width: 40%;
	float: left;
}
.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;
}
.newsbox>a:hover img {
	transform:scale(1.05);
    -ms-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -o-transform:scale(1.05);
    -moz-transform:scale(1.05);
}
.boxtitle,.boxtext {
	padding-left: 20px;
}
.boxtitle {
	line-height: 25px;
	color: #090909;
	font-size: 16px;
	padding: 15px 25px 0 25px;
	margin-bottom: 15px;
	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: 1200px;
	margin: 0 auto 30px auto;
	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;
}
