body {
	background-color: #f5f5f5;
}
ul.nav>li:nth-child(3)>a {
	border-bottom: 1px solid #161616!important;
}
.newsdetailtop {
	width: 100%;
	height: 185px;
	background: url(../images/newsdetailtopbg.jpg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding-top: 40px;
}
.newsdetailtop>h1,.newsdetailtop>h2  {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
}
.newsdetailtop>h2 {
	font-size: 22px;
}
.newsdetail {
	width: 1200px;
	margin: 40px auto;
}
.newslocat {
	color: #3b3b3b;
}
.newslocat a {
	color: #1aa6ef;
}
.newsdcenter {
	overflow: hidden;
}
.newsdleft {
	float: left;
	width: 800px;
}
.newsdtitle {
	line-height: 50px;
	padding-top: 10px;
	font-size: 26px;
	color: #434343;
	font-weight: 500;
}
.newsdtime {
	color: #8b8b8b;
	line-height: 36px;
}
.newstext img {
	width: 100%;
	max-width: 100%!important;
	margin:10px 0px;
}
.newstext p {
	line-height: 25px;
}
.newstext {
	padding: 30px 0px;
}
.newsdright {
	float: right;
	width: 300px;
}
.newsdright h3 {
	font-size: 22px;
	color: #404040;
	line-height: 70px;
}
.newsdright ul li a {
	display: block;
	width: 100%;
    box-shadow: 0 0 5px rgba(150,150,150,0.5);
    background-color: #fff;
    margin-bottom: 22px;
}
.newsdright ul li a img {
	display: block;
	width: 100%;
	height: 200px;
}
.newsdright ul li a h4 {
	color: #090909;
	line-height: 45px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}