@charset "utf-8";
/* CSS Document */

/*新闻详细页*/

.NewsMian{
	background:#fff;
	width:1100px;
	margin-top:20px;
	overflow:hidden;
}
.NewsMianLeft{
	width:700px;
	height:auto;
	border-right:1px solid #eaeaea;
	padding:10px 50px;
	overflow:hidden;
}
.newsgd{
	width:100%;
	
}
.newshxgd{
    overflow-x: auto;
    font-size:16px;
    line-height:30px;
    overflow-y:hidden;
}
.NewsMianLeft h3{
	text-align:center;
	color:#676767;
	font-size:20px;
	font-weight:600;
	margin-top:10px;
}
.NewsMianLeft span.mydate{
	text-align:center;
	margin:10px 0;
	display:block;
}
.NewsMianLeft p{
	line-height:30px;
	text-indent:2em;
	margin-bottom:10px;
}

.fengeline{
	border-bottom:1px solid #36C;
	margin:2px 0;
}
.fujian{
	margin:20px 0;
}

.fujian a{
	display:inline-block;
}
.fujian p{
	margin-top:10px;
	color:#333;
}
.fujian img{
	width:20px;
	height:25px;
}
.Fgline{
	border-bottom:1px dashed #ccc;
	padding-top:20px;
}
.nextPage{
	text-align:center;
}
.nextPage a{
	display:inline-block;
	color:#2a5aa1;
	font-size:16px;
	border:none;
	padding:10px 50px;
}
.NewsMianRight{
	width:260px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	padding:10px;
	line-height:30px;
}
.NewsMianRight h3{
	color:#676767;
	font-size:18px;
	font-weight:600;
	margin-top:10px;
}
.NewsMianRight ul{
	margin-top:20px;
}
.NewsMianRight li{
	list-style: none;
	width:280px;
}
.NewsMianRight li a{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	width:230px;
	font-size:16px;
	line-height:40px;
}
.NewsMianRight li span{
	width:50px;
}
.NewsMianRight li a.text-overflow{
	float:left;
}
.NewsMianRight span{
	display:inline-block;
	float:right;

}
