body {
	background-color: #f5f5f5;
}
.newsdetailtop {
	width: 100%;
	height: 49vh;
	background: url(../images/newstopbg.jpg) no-repeat top center;
	margin-bottom: 20px;
	text-align: center;
}
.newsdetailtop>h1 {
	color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    padding: 38% 0 10% 0;
}
.newsdetailtop>h2 {
	color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
}
.newslocat {
	color: #3b3b3b;
}
.newslocat a {
	color: #1aa6ef;
}
.newsdetail {
	width: 90%;
	margin: 0 auto;
}
.newsdtitle {
	line-height: 30px;
	padding-top: 10px;
	font-size: 22px;
	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: 10px 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;
}