
.body-pgpagepath,#content .files,.content-title,.content-des{
	/*font: 12px/1.5 Tahoma, Arial, simsun;
	color: #333;*/
	font-family: PingFangSC;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42;
	color: #666666;
}
/*面包屑页面的body*/
.body-pgpagepath{
	height:40px;
	background: -moz-linear-gradient(top, #ffffff, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	padding-left:5px;
	line-height: 40px;
	border-bottom: 1px solid #f7f7f7;
}
/*面包屑*/ 
.pagepath{
	padding-top:5px;
	padding-left:15px;
	background:url(../images/home.png) no-repeat left center;
}
/*您的位置这几个字的样式*/
.yourpath{
	font-weight:bold;
	margin-left: 16px;
}
/*首页这两个字的样式*/
.firstpage a{
	color:black;
}
.firstpage a:hover{
	text-decoration: underline;
	cursor:pointer;
}
/*三级页面正文区域*/
#content{
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
	width:90%;
	padding-left:20px;
	padding-right:20px;
}
/*标题区域*/
.content-title{
	height:45px;
	margin-top:30px;
	border-bottom:1px solid #f7f7f7;
	font-family: .PingFang-SC;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.52;
	color: #262626;
}
/*日期、阅读次数区域*/
.content-des{
	margin-top:15px;
	height:30px;
	font-family: PingFangSC;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}
.des-readnum{
	margin-left:15px;
}
/*正文区域*/
.content-content{
	margin-top:25px;
	text-align:left;
	font-family: PingFangSC;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42;
	/*color: #666666;*/
	line-height: 17px;
}
/*日期、阅读次数区域*/
.content-dep{
	height:60px;
	margin-top:30px;
	text-align:right;
}
.content-btn{
	width:140px;
	height:30px;
	margin-bottom:20px;
}
.content-btn a{
	color:#000000;
	text-decoration: none;
}
.content-btn a:hover{
	color:#000000;
	text-decoration: underline;
}
.back{
	margin:auto;
	width: 60px;
	height: 30px;
	background-color: #4c83f3;
	font-family: PingFangSC;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42;
	color: #ffffff;
	line-height: 30px;
	cursor: pointer;
	float: left;
	margin-left: 10px;
}
.back a:HOVER,.back a:ACTIVE{
	text-decoration: none;
	color: #fff;
}
/*附件样式*/
.files{
	padding-top:10px;
	text-align:left;
}
.files table{
	border-collapse: collapse;
	border-spacing: 0;
	min-width: 320px;
	max-width: 100%;
}
.files table th {
	background-color: #f9f9f9;
	border: 0px solid #ddd;
	padding: 4px 8px;
}
.files table td {
	background-color: #fcfcfc;
	border: 0px solid #ddd;
	padding: 2px 8px;
}
.files .fileItem {
	color: #666!important;
	text-decoration: none;
}
.files .fileItem:hover {
	text-decoration: underline;
}
ol{
  list-style-type: decimal;
}
ul{
  list-style-type: disc;
}
.index_font{
	color:white
}
.content-des .atten {
	color: #333333;
	position: absolute;
	right: 34px;
}
.content-des img {
	width: 14.3px;
	height: 14.3px;
	vertical-align: middle;
	margin-right: 4px;
}