body{
	background:#f5f5f5;
}
#top_banner img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
/* 当前位置 */
#map{
	height:50px;
	background:#fff;
}
#map .center{
	width:1200px;
	margin:0 auto;
	line-height:50px;
	color:#666;
}
#map a{
	color: #999;
    font-size: 14px;
}
#map a:hover{
	text-decoration:underline;
}
#map ol li{
	display:inline-block;
}
#map ol li.item:before{
	padding: 0 6px;
    color: #999;
    content: "/\00a0";
}

#main{
	width:1200px;
	margin:30px auto;
	overflow:hidden;
}

/* 文章 */
#article{
	width:845px;
	padding:30px;
	background:#fff;
	float:left;
}
#article .title{
	border-bottom: 1px solid #dedede;
	padding:0px 0 15px 0;
	margin-bottom:15px;
}
#article .title .text{
	display:inline-block;
	width:733px;
	color: #333;
    
}
#article .title_text{
	font-size:28px;
	line-height:32px;
	margin-bottom:10px;
}

#article .title .date{
	color:#999;
	margin-right:10px;
}
#article .title .author{
	color:#999;
	margin-right:10px;
}
#article .title .hit{
	color:#999;
}
#article .title .hit:before{
	margin-right:6px;
	color:#ccc;
	font-size:13px;
}
#article .title i{
	font-size:14px;
}



/* ---分享 */
#article .share{
	width:60px;
	float:right;
	border-left:1px solid #eee;
	text-align:center;
	float:right;
	position:relative;
	cursor:pointer;
}
#article .share p{
	line-height:24px;
}
#article .share_icon{
	width:270px;
	padding:0 10px;
	height:70px;
	border:1px solid #eee;
	box-shadow:0 0 20px #e5e5e6;
	position:absolute;
	right:0px;
	top:65px;
	display:none;
	background:#fff;
}
#article .share_icon a{
	display:block;
	width:16.6%;
	float:left;
	height:70px;
	text-align:center;
}
#article .share_icon i{
	font-size:38px;
	line-height:70px;
}
#article .share_icon .weixin i{
	color:#46d42f;
}
#article .share_icon .xina i{
	color:#f44336;
}
#article .share_icon .qq i{
	color:#2992fc;
}
#article .share_icon .qqkj i{
	color:#ffce01;
	font-size:32px;
}
#article .share_icon .dbw i{
	color:#fff;
	background:#43c332;
	font-size:18px;
	display:block;
	width:33px;
	height:33px;
	line-height:33px;
	border-radius:18px;
	margin:18px 0 0 5px;
}
#article .share_icon .bdtb i{
	color:#fff;
	background:#3986fb;
	font-size:18px;
	display:block;
	width:33px;
	height:33px;
	line-height:33px;
	border-radius:18px;
	margin:18px 0 0 5px;
}
#article .share_icon .icon_top{
	position:relative;
	top:-81px;
	right:-100px;
	color:#fff;
	padding:15px 20px 0px 50px;
}

/* ----内容 */
#article .content{
	color:#999;
}
#article .prev,#article .next{
	float:left;
	height:36px;
	line-height:36px;
	padding:0 10px;
	border:1px solid #5e7387;
	color:#5e7387;
	border-radius:3px;
	margin-bottom:50px;
	display:-webkit-box;
	overflow:hidden;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	max-width:500px;
}
#article .next{
	float:right;
}



/* 侧栏 */
#left{
	background:#fff;
	width:270px;
	padding: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	float:right;
}
#leftNav ul li:first-child{
	margin:0;
}
#leftNav ul li{
	margin-top: 6px;
}
#leftNav ul li a{
	display: block;
    font-size: 16px;
    padding: 8px 12px;
    background:#f5f5f5;
    border-radius: 3px;
}
#leftNav ul li a.active{
	background: #0065ef;
    color: #fff;
}
#leftNav ul li a:hover{
	background: #0065ef;
	color:#fff;
}

/* 为您推荐 */
#rec{
	padding-top:20px;
}
#rec strong{
	font-size:16px;
	line-height:36px;
	padding:10px 0;
	font-weight:500;
	color: #555555;
}
#rec ul{
	border:1px solid #f0f2f5;
	border-bottom:none;
	border-radius:3px;
	overflow:hidden;
}
#rec ul li{
	border-bottom: 1px solid #f0f2f5;
}
#rec ul li a{
	display:block;
	padding:7px 10px;
	line-height:18px;
	font-size:13px;
	color:#555555;
}
#rec ul li a:hover{
	color:#62a8ea;
}














