﻿#con {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden
}

#con .position {
	/*width: 100%;*/
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	text-indent:20px
}

#con .content {
	padding: 10px 5px;
	border: 1px solid #a1c6d8
}

#con .content h1 {
	text-align: center;
	font-size: 18px;
	color: #2C6AB7;
}
#con .content .info{font-size: 14px;text-align: center;margin-top:5px;}
#con .content .author {
	text-align: center;
	font-size: 12px;
	color: #989898;
	padding-bottom: 8px
}

#con .content .author a {
	color: #989898
}

#con .next,
#con .prev {
	padding-top: 3px;
	word-break: keep-all;
	overflow: hidden;
	font-size: 14px;
}

#CommentItem {
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	background: #ecf9ff;
	font-size: '宋体'
}

#CommentItem .til {
	width: 100%;
	height: 31px;
	background: #2e8acb;
	margin-bottom: 12px
}

#ztComment {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
	background: #fff
}

#ztComment .allScore {
	width: 100%;
	height: 20px;
	margin: 10px auto;
	padding: 10px 0
}

#ztComment .allScore li {
	width: 20%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: left;
	color: #666
}

#ztComment .allScore li span.all {
	color: #2e8acb;
	font-weight: 700
}

#ztComment .allScore li span.else {
	color: #8BB6C2
}

#ztComment .allScore li a {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	background: #2e8acb;
	text-align: center;
	color: #fff;
	text-decoration: none
}

#ztContent {
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #555
}

#ztContent dl {
	width: 100%;
	height: auto;
	padding: 10px 0;
	border-bottom: 1px dashed #9FBECD
}

#ztContent dl dt {
	width: 100%;
	height: 20px
}

#ztContent dl dt ul {
	width: 100%;
	height: 20px;
	margin: 0 auto
}

#ztContent dl dt ul li {
	float: left;
	height: 20px;
	line-height: 20px
}

#ztContent dl dt ul li.name {
	width: 50%
}

#ztContent dl dt ul li.name span {
	color: red
}

#ztContent dl dt ul li.score {
	width: 30%
}

#ztContent dl dt ul li.score span {
	color: red
}

#ztContent dl dt ul li.praise {
	width: 20%;
	text-align: right
}

#ztContent dl dt ul li.praise em {
	font-style: normal;
	color: #2e8acb
}

#ztContent dl dt ul li.praise span {
	cursor: pointer
}

#ztContent dl dd {
	width: 90%;
	height: auto;
	margin: 10px auto;
	line-height: 150%;
	text-indent: 28px
}

#page {
	width: 100%;
	text-align: center;
	padding: 20px 0
}

#page a {
	text-align: center;
	padding: 3px 4px;
	margin: 0 1px;
	color: #8BB6C2;
	text-decoration: none;
	border: 1px solid #eee
}

#page span {
	padding: 3px 5px;
	text-align: center;
	border: 1px solid #ddd;
	background: #eee;
	color: #fff
}

#mySend {
	display: none;
	border-radius: 2px;
	width: 250px;
	height: 350px;
	padding: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -130px;
	z-index: 10002;
	background: #fff
}

#mySend table {
	margin: auto;
	text-align: left;
	width: 95%;
	font-size: 12px
}

#mySend table th {
	background: #EEF3F7;
	border-bottom: 1px solid #D5DFE8;
	font-weight: 400;
	color: #2e8acb;
	text-indent: 26px;
	height: 30px;
	line-height: 32px
}

#mySend table tr {
	background: #fff
}

#mySend table tr:hover {
	background: #DBECFD
}

#mySend table td {
	border-bottom: 1px solid #EEE;
	color: #888;
	height: 30px;
	line-height: 30px;
	padding: 1px 0
}

#mySend table td div.middle {
	float: left
}

#mySend table td div.sc {
	float: left
}

#mySend table td div.default {
	float: left
}

#mySend table td div.default img {
	display: inline-block;
	margin-top: -5px
}

#mySend form input.text {
	background: #FFF;
	border: 1px solid #2e8acb;
	height: 19px;
	width: 220px
}

#mySend form textarea {
	background: #FFF;
	border: 1px solid #2e8acb;
	float: left;
	height: 100px;
	width: 220px;
	min-width: 220px;
	min-height: 100px;
	max-height: 100px;
	max-width: 220px
}

#mySend form input.btn {
	background: #2e8acb;
	border: 1px solid #2e8acb;
	color: #FFF;
	cursor: pointer;
	height: 21px;
	outline: 0;
	width: 124px;
	margin-left: 40px
}

#mySend div.close {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	position: absolute;
	top: -10px;
	right: -10px;
	color: #888;
	cursor: pointer;
	box-shadow: 1px 1px 1px #222;
	border-radius: 50px;
	border: 1px solid #eee
}

#fkShow {
	height: 20px;
	font-size: 12px;
	padding: 10px 0
}

#fkShow p {
	width: 20%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #666;
	text-indent: 0;
	float: left;
}

#clickBtn {
	display: block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	border-radius: 1px;
	outline: 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	margin: 0 auto;
	background: #006DB8
}

#fkShow p em {
	font-style: normal;
	color: #0094D6
}

#fkShow p em.all {
	font-style: normal;
	font-size: 13px;
	font-weight: 700
}

.clear {
	clear: both
}

.blackBg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	display: none
}

#elseLink {
	width: 310px;
	margin: 20px auto
}

#elseLink .til {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #2E8ACB;
	font-size: 16px;
	text-indent: 10px
}

#elseLink ul {
	width: 304px;
	padding: 10px 2px;
	/*border: 1px solid #2E8ACB;*/
	border-top: none
}

#elseLink li.link0 {
	width: 170px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	background: #32CCFE;
	margin-bottom: 6px
}

#elseLink li.link1 {
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: right;
	background: #FC3;
	margin-bottom: 6px
}

#elseLink li.link2 {
	width: 134px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	background: #FF9A66;
	margin-bottom: 6px
}

#elseLink li.link3 {
	width: 166px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: right;
	background: #3398CC;
	margin-bottom: 6px
}

#elseLink li.link4 {
	width: 170px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	background: #33CB98
}

#elseLink li.link5 {
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: right;
	background: #32CCFE
}

#elseLink li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	transition: all .3s linear 0s
}

#elseLink li a:hover {
	color: #000
}

.fhbg {
	width: 32px;
	height: 32px;
	text-align: center;
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	margin-top: 7px;
	padding-top: 3px
}

.circle {
	background: none repeat scroll 0 0 #090;
	border-radius: 78.5px 78.5px 78.5px 78.5px;
	color: #FFF;
	padding: 1px 11px;
	position: absolute;
	display: block;
	padding-right: 10px
}

		.text {
			border: 1px solid #ccc!important;
		}
		.position a {
			display: initial;
		}
		.prev a {
			display: initial;
		}
		
		.top {
			max-width: 750px;
			margin: auto;
			overflow: hidden;
		}
		
		.mt {
			width: 100%;
			overflow: hidden;
			margin: auto;
		}
		
		.topLogo {
			background: #fff;
			padding: 10px 0;
		}
		/*nav*/
		
		.topNav {
			background: #298dd9;
			color: #fff;
		}
		
		.topNavA {
			color: #FFFFFF;
			width: 23.7%;
			display: inline-block;
			text-align: center;
			line-height: 40px;
			font-size: 16px;
		}
		
		.topNavA1 {
			border-right: 1px solid #ccc;
		}
		
		.topNavLi {
			border-bottom: 1px solid #CCCCCC;
		}