body{
	background: #f2f2f2;
}
/*文章样式*/
li {
	list-style-type:none;
}
.breadcrumb-nav{
	margin:0px 0px;
	height: 40px;line-height: 40px;
	font-weight: normal;
}
.breadcrumb-nav a{
	font-size: 14px;color: #666;
}
.breadcrumb-nav a:hover{color: #f37;}
.breadcrumb-nav span{
	margin: 0 5px;
	font-size: 12px;color: #858585;
}
.article .article_l{
	float: left;padding: 0 40px;
	width: 720px;
	background: #fff;
}
.article .article-title{
	margin: 0;padding: 20px 0;
	line-height: 1.2;
	color: #292929;font-size: 20px;;

	font-weight: normal;
}
.article .pageInfo{
	margin-bottom: 20px;
	height: 28px;line-height: 28px;
	border-bottom: dotted 1px #D8D8D8;
}
.article .pageInfo-l{
	float: left;
	font-family: "NSimSun";font-size: 12px;color: #888888;
}
.article .pageInfo-l span{margin-right: 1px;}
.article .pageInfo-l .name{color: #272727;}
.article .pageInfo-r{
	float: right;padding-left: 10px;margin-top: 5px;
	height: 18px;line-height: 18px;
	border-left: solid 1px #E0E0E0;
}
.article .pageInfo-r span{
	font-size: 12px;color: #ed5565;
}

#article_cont,#article_cont p,#article_cont p span{
	line-height:1.8;
	font-size:16px ;
	color: #5a5a5a;
}
#article_cont p{
	margin: 0 0 1em;
}
#article_cont img{
	margin:0px ;
}
.article .article_r{
	float: left;margin-left: 50px;
	width: 290px;	
}
.article .article_r .item{
	padding: 20px;margin-bottom: 50px;
	background: #fff;
}
.article .article_r .item .imgwrap{
	margin-top: 30px;
}
.article .article_r .item .imgwrap img{
	width: 250px;
}
.article .article_r .item h4{
	margin: 0;
	height: 50px;line-height: 50px;
	font-weight: normal;color: #8c8c8c;
}
.article .article_r .item li{
	position: relative;
	height: 40px;line-height: 40px;
}
.article .article_r .item li a{
	
	font-size: 12px;color: #666;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.article .article_r .item li a:hover{
	margin-left: 2px;
	color: #f37;
}
.article .article_r .item li i{
	position: absolute;top: 18px;
	width: 4px;height: 4px;
	background: #858585;
}

.article-ads-tdl{
	margin: 20px 0;
}
.article-ads-tdl img{
	width: 1140px;
}