@charset "utf-8";

.cnt-wrapper {
	padding-bottom: 40px;
}

.cf:after{content: ''; display: table; clear: both;}

/*面包屑*/

.sitemap{ margin: 25px auto; font-size: 14px; color: #666;}
.sitemap a{color: #444;}
.sitemap a:hover{color: #f00;}

/*文章正文*/
.articleArea{display: flex; box-sizing: border-box; flex-wrap: wrap; justify-content:space-between;}
.arleft{width: 75%; padding-right: 20px; box-sizing: border-box;}
.articleText {
	padding: 20px;
	background: #fff;
}
.articleTitle {
	margin-bottom: 30px;
	font-size: 20px;
	color: #444;
	padding-bottom: 20px;
	border-bottom: solid #ddd 1px;
}
.Paragraph {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.articlePic { border: 1px solid #eee; }

/*标签、文章导航*/
.TagNav {
	margin-top: 40px;
	border-top: 1px solid #ddd;
}
.tagArea { margin-top: 30px; }
.tagArea th {
	padding-top: 4px;
	width: 80px;
	font-size: 16px;
	font-weight: normal;
	vertical-align: top;
	color: #666;
}
.tag {
	margin-left: 15px;
	margin-bottom: 10px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	height: 30px;
	line-height: 29px;
	text-align: center;
	color: #3aaae1;
	border: 1px solid #3aaae1;
}
.tag:hover {
	color: #235ca9;
	border-color: #235ca9;
}
.articleNav {
	margin-top: 20px;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}
.articleNav span {
	width: 50%; color: #666;
}
.articleNav a {
	width: 300px;
	height: 30px;
	line-height: 30px;
	color: #444;
}
.articleNav a:hover {
	color: #235ca9;
	text-decoration: underline;
}
.articleNav img { top: 2px; }
.articleNav .prev { margin-right: 5px; }
.articleNav .next { margin-left: 5px; }
.likeart{margin-top: 10px; overflow: hidden; padding: 0 20px 10px 20px;box-sizing: border-box;}
.likeart h3{line-height: 1em; padding: 20px 0;box-sizing: border-box;}
.likeart ul{display: flex; flex-wrap: wrap; margin: -10px;}
.likeart li{width: 25%; padding: 10px;box-sizing: border-box;}
.likeart li a{display:block; width: 100%; text-align: center;}
.likeart li a img{height: 120px;}
.likeart li a h6{width: 100%; text-align: center; line-height: 1em; font-size: 14px;box-sizing: border-box; font-weight: 400; padding: 10px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.likeart li a:hover h6{color:#f00;}
/*边栏推送*/
.sideBar { width: 25%; }
.push {
	margin-bottom: 16px;
	background-color: #fff;
}
.pushTitle {
	padding-left: 20px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #3aaae1;
}
.pushTitle img {
	position: relative;
	top: 2px;
	margin-right: 8px;
	height: 15px;
}
.pushList > li {
	width: 100%;
	border-bottom:dotted #ddd 1px;
}
.pushList > li:last-child { border-bottom: none; }
.pushList{
	padding: 10px;
}
.capital {
	height: auto;
	line-height: 20px;
	padding: 10px 0;
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.capital img.yd {
	height: 5px;
}
.pushList > li a {
	font-size: 14px;
	color: #444;
}
.pushList > li a:hover { color: #3aaae1; }
.explain {
	padding: 0 10px 10px;
	font-size: 14px;
	color: #999;	
}
.tagCloud {
	padding-top: 20px;
	padding-bottom: 10px;
}
.tagCloud .tag {
	margin-left: 0;
	margin-right: 10px;
}
.tagCloud a { color: #3aaae1 !important; }
.tagCloud a:hover { color: #235ca9 !important; }
.bshare-custom{margin-bottom: 20px; color: #888;}
.bshare-custom span{color: #666;}
.bshare-custom span:first-of-type{margin-right: 20px;}
.ljzx #nb_invite_ok{cursor: pointer;}