body {
	font-family: "微软雅黑", "Times New Roman", serif;
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
	line-height: 1.6;
}
/* 列表页 */

.Curr_loc{
	font-size:14px; 
	color:#666;
	padding-bottom:10px;
}

.ListLf {
	width:850px;
	float:left;
	height:auto;
}
.ListLf ul li{
	border-bottom:1px dotted #ccc;
	padding:15px 0px;
}
.ListLf ul li h4{
	width:680px;
	font-size:16px;
	color:#333;
	float:left;
	overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap; 
}
.ListLf ul li span{
	font-size:16px;
	color:#999;
	float:right;
}




.ListRt{
    width:300px;
	height:auto;
	float:right;
}
.HotNews_title{
	margin: 5px 0 20px 0;
	border-bottom:2px solid #ebebeb;
	line-height:45px;
}
.HotNews_title .span{
	border-bottom:3px solid #8a032d;
	font-weight:bold;
	color:#8a032d;
	font-size:18px;
	padding-bottom:12px;
}
.HotNews_img li{
	width:300px;
	height:auto;
	position:relative;
	margin-bottom:10px;
}

.HotNews_img li h2{
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:6px;
	left:0;
	width:300px;
	height:35px;
	background: rgba(0, 0, 0, 0.5);
	line-height:35px;
}
.HotNews_img li .img{
	width:300px;
	height:169px;
}
.HotNews_img li .img img{
	width:300px;
	height:169px;
}
.HotNews_list li{
	width:300px;
	height:auto;
	list-style:inside;
	list-style-type:disc;
	line-height:32px;
	font-size:16px;
}
.HotNews_list li a{
	font-size:16px;
    color:#333;
}

/*内容页*/
.ContentTitle{
	font-size:28px;
	font-weight:bold;
	padding:0 0 30px 0;
}
.ContentTime{
	font-size:14px;
	color:#999;
	border-bottom:1px dotted #cbcbcb;
	padding:0 0 15px 0;
}
.ContetnText{
	
	line-height:32px;
	padding:25px 0;
	font-size: 16px;
}

/*图片列表*/

.ImgList{
	float:left;
	width:280px;
	height:180px;
	margin:20px 10px;
}
.ImgList img{
	width:280px;
	height:180px;
}
.ImgList h2{
	text-align:center;
	font-size:16px;
	}