@charset "utf-8";
/* CSS Document */

.article {
	width: 1100px;
	height: auto;
	overflow: hidden;
	border: 1px solid #cdcbca;
	
	padding: 40px 50px;
}
.title {
	margin: 30px 0;
	text-align: center;
}
.title h1 {
	color: #323333;
	font-size: 32px;
}
.info {
	width: 1100px;
	height: auto;
	overflow: hidden;
	border-top: 1px dashed #cdcbca;
	border-bottom: 1px dashed #cdcbca;
}
.info span {
	width: 550px;
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
	color: #333;
}
.info span span {
    float: right;
    text-align: left;
    width: 500px;
}
.content {
	margin-top: 40px;
	font-size: 16px;
	color: #323333;
	line-height: 32px;
	text-align: justify;
}
.content img {
	/*float: left;*/
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}
.content p {
	widows:100%;
	height:100%;
	/*overflow: hidden;*/
        font-family: 微软雅黑 !important;
}
.content p span{
        font-family: 微软雅黑 !important;
}
.share {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	border-bottom: 1px dashed #cdcbca;
}
.up_down {
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.up_down ul li {
	width: 550px;
	height: 40px;
	float: left;
	color: #069be5;
}
.up_down ul li a {
	color: #cdcbca;
}
.up_down_rigth {
	text-align:right;
}
/* 热门阅读、相关阅读 */
.hot_read {
	width: 1100px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	border-top: 1px dashed #cdcbca;
}
.hotread , .beread {
	width: 535px;
	height: auto;
	overflow: hidden;
	float: left;
}
.beread {
	margin-left: 30px;
}
.hotread_title , .beread_title {
	width: 535px;
	height: 40px;
	border-bottom: 1px solid #cdcbca;
	line-height: 40px;
}
.hotread_title span , .beread_title span {
	float: right;
	font-size: 16px;
}
.hotread_title span a , .beread_title span a {
	color: #069be5;
}
.hotread_title h3 , .beread_title h3 {
	font-size: 18px;
	font-weight: normal;
	color: #069be5;
}
.hotread_list , .beread_list {
}
.hotread_list ul , .beread_list ul {
}
.hotread_list ul li , .beread_list ul li {
	width: 510px;
	height: 40px;
	line-height: 40px;
	background: url(../images/lmyqzt.png) no-repeat left center;
	padding-left: 25px;
}
.hotread_list ul li span , .beread_list ul li span {
	float: right;
	color: #323333;
}
.hotread_list ul li a , .beread_list ul li a {
	color: #323333;
}
.hotread_list ul li a:hover , .beread_list ul li a:hover {
	color: #069be5;
}