@charset "UTF-8";

body {
	background-color: #f6f6f6;
}

.panel-nav {
	margin-top: 34px;
	margin-bottom: 22px;
}

.main .container {
	background-color: #ffffff;
	margin-top: 8px;
	padding-top: 40px;
	padding-bottom: 80px;
}

.main-left {
	width: 780px;
	padding: 0 25px;
	float: left;
}

.main-right {
	width: 342px;
	float: left;
}

/**************** 介绍 start ****************/
.introduce .itd-top .title {
	font-size: 24px;
	margin-bottom: 10px;
}

.introduce .itd-top .right-tool {
	float: right;
}

.introduce .itd-top .right-tool a {
	color: #696969;
	margin-left: 6px;
}

.introduce .itd-top .right-tool i.icon {
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}

.introduce .itd-top p {
	/* text-indent: 2em; */
	/* line-height: 24px; */
	margin: 15px 0;
}
/**************** 介绍 end ****************/

/**************** 目录 start ****************/
.catalog {
	border-top: solid 1px #ebebeb;
	border-bottom: solid 1px #ebebeb;
	padding: 15px 0;
	color: #3c3c3c;
}

.catalog .title {
	float: left;
	width: 70px;
	font-size: 18px;
}

.catalog .catalog-list {
	width: 710px;
	float: left;
}

.catalog .catalog-list ol {
	float: left;
	margin-right: 10px;
}

.catalog .catalog-list .level1 {
	line-height: 22px;
}

.catalog .catalog-list .index {
	vertical-align: top;
}

.catalog .catalog-list .text {
	display: inline-block;
	width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.catalog .catalog-list .text a {
	color: #3c3c3c;
}

.catalog .catalog-list .level2 .index, .catalog .catalog-list .level2 .text a
	{
	color: #359bf8;
}
/**************** 目录 end ****************/

/**************** 目录详情 start ****************/
.anchor-list h2 {
	font-size: 18px;
	color: #359bf8;
	margin: 20px 0;
}

.anchor-list .title {
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}

.anchor-list .title span {
	float: left;
	display: block;
	padding: 0 10px;
	border-left: 12px solid #359bf8;
	background-color: #ffffff;
}

.anchor-list .title i {
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #d8d8d8;
	padding-top: 9px;
}

.anchor-list .text {
	text-indent: 2em;
	line-height: 24px;
/* 	margin-bottom: 50px; */
}

.anchor-list img {
	width: 770px;
	height: 400px;
	background-color: #f0f0f0;
}
/**************** 目录详情 end ****************/

/**************** 标签作者 start ****************/
.left-bottom {
	font-size: 16px;
}

.left-bottom .label {
	margin-top: 50px;
	margin-bottom: 25px;
}

.left-bottom .label a {
	margin-right: 10px;
	color: #359bf8;
}

.left-bottom i.icon {
	font-size: 14px;
	margin-right: 10px;
}
/**************** 标签作者 end ****************/

/**************** 图片摘要 start ****************/
.summary-pic {
	width: 342px;
	position: relative;
}

.summary-pic div {
	text-align: center;
	color: #ffffff;
	padding: 0 10px 10px 25px;
	position: absolute;
	bottom: 0;
}

.summary-pic div .icon {
	font-size: 18px;
	margin-right: 90px;
}
/**************** 图片摘要 end ****************/

/**************** 相关词条 start ****************/
.relevant-entry .title {
	line-height: 50px;
	font-size: 24px;
	border-bottom: solid 1px #909090;
	margin-top: 50px;
	margin-bottom: 20px;
}

.relevant-entry .title span {
	color: #0777dd;
	border-bottom: solid 3px #0777dd;
	padding-bottom: 9px;
}

.relevant-entry ul {
	max-height: 240px;
	overflow: hidden;
}

.relevant-entry li {
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.relevant-entry li a {
	color: #696969;
}

.relevant-entry li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	vertical-align: middle;
	background-color: #79bfff;
	margin-right: 14px;
}

.relevant-entry .lately-entry ul {
	max-height: 240px;
	overflow: hidden;
}
/**************** 相关词条 end ****************/

/**************** 滚动目录 start ****************/
.side-catalog {
	width: 290px;
	height: 350px;
	position: fixed;
	bottom: 20px;
	font-size: 16px;
	display: none;
}

.side-catalog .side-bar {
	position: absolute;
	top: 0;
	width: 0;
	height: 350px;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	border-top: 0;
	border-bottom: 0;
	left: 5px;
}

.side-catalog .side-bar .icon {
	font-size: 12px;
	position: absolute;
	left: -5px;
	zoom: 1;
	background-color: #ffffff;
	width: 12px;
	height: 14px;
	line-height: 14px;
}

.side-catalog .side-bar .icon.end {
	bottom: 0;
}

.side-catalog .side-cont {
	width: 220px;
	padding-top: 15px;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	top: 0;
	left: 0;
}

.side-catalog .catalog-scroller {
	width: 100%;
	height: 320px;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 20px;
}

.side-catalog .catalog-scroller .catalog-list {
	width: 228px;
	height: auto;
	position: relative;
}

.side-catalog .catalog-scroller .catalog-list .catalog-title {
	position: relative;
	margin-bottom: 7px;
	padding-left: 20px;
}

.side-catalog .catalog-scroller .catalog-list .catalog-title:hover .text
	{
	background-color: #f5f5f5;
}

.side-catalog .catalog-scroller .catalog-list .catalog-title .icon {
	position: absolute;
	font-size: 12px;
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	cursor: pointer;
	margin-top: 4px;
	left: 0;
}

.side-catalog .catalog-scroller .catalog-list .catalog-title.level1 .title-link
	{
	color: #696969;
	font-weight: 700;
	text-decoration: none;
}

.side-catalog .catalog-scroller .catalog-list .catalog-title.level2 .title-link
	{
	color: #696969;
	text-decoration: none;
	font-size: 14px;
}

.side-catalog .catalog-scroller .catalog-list .catalog-title .text {
	line-height: 19px;
	display: block;
}

.side-catalog .catalog-scroller .catalog-list .catalog-title.level1 .text
	{
	padding-left: 10px;
}

.side-catalog .catalog-scroller .catalog-list .catalog-title.level2 .text
	{
	padding-left: 22px;
}

.side-catalog .catalog-scroller .catalog-list .catalog-title.level1 .title-index
	{
	font-size: 16px;
	padding-right: 5px;
}

.side-catalog .catalog-scroller .catalog-list .active .icon,
	.side-catalog .catalog-scroller .catalog-list .catalog-title.active .title-link
	{
	color: #359bf8;
}

.right-wrap {
	width: 18px;
	height: 38px;
	text-align: center;
	background-color: #cccccc;
	border-radius: 10px;
	position: absolute;
	right: 50px;
	top: 160px;
}

.right-wrap .icon {
	display: block;
	margin: 5px auto 0 auto;
	width: 14px;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	color: #ffffff;
}

.right-wrap .icon:hover {
	color: #359bf8;
}
/**************** 滚动目录 end ****************/

/**************** 分享 start ****************/
.share-tool-bar {
	position: relative;
}

.share-tool-bar a {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-right: 10px;
	width: 34px;
	height: 34px;
	background: url(/images/icon/share2.png);
}

.share-tool-bar a.bds_qq {
	background-position: 0 -44px;
}

.share-tool-bar a.bds_qzone {
	background-position: 0 -88px;
}

.share-tool-bar a.bds_wechat {
	background-position: 0 -132px;
}

.share-tool-bar a.bds_sina {
	background-position: 0 -176px;
}

.share-tool-bar span {
	display: inline-block;
	vertical-align: top;
	padding: 7px 13px;
}
/**************** 分享 end ****************/