@import url("global.css");
@import url("ad.css");
@import url("top_login.css");
@import url("top.css");
@import url("nav.css");
@import url("jc_top_area.css");
@import url("msg_board.css");
@import url("jc_bottom_area.css");
@import url("ksn_area.css");
@import url("domain_area.css");
@import url("links_area.css");
@import url("bottom_area.css");
#body {
	width:980px;
	margin:0px auto;
}
#JCShowPost
{
	float: left;
	width: 718px;
	height: 800px;
	margin-top: 10px;
	border: 1px dashed #C6E6F9;
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
}
#JCShowPost #JCShowPostTitle
{
	width: 718px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #C6E6F9;
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
}
#JCShowPost #JCShowPostTitle span
{
	font: bolder 13px "宋体";
	color: #3B618E;
}
#JCShowPost .JCShowPostContent
{
	width: 700px;
	height: 720px;
	margin:0px auto;
	overflow-y: auto;
	overflow-x: hidden;
}
#JCShowPost .JCShowPostContentError
{
	width: 700px;
	margin:0px auto;
	padding-top: 300px;
	text-align: center;
	font: bolder 20px "黑体";
	color: blue;	
}
#JCShowPost .JCShowPostTime
{
	width: 700px;
	margin:0px auto;
	padding-top: 10px;
	text-align: right;
	font: bolder 12px "宋体";
	color: #3B618E;
}
#JCShowPostLink
{
	float: left;
	width: 718px;
	height: 200px;
	margin-top: 10px;
	border: 1px dashed #C6E6F9;
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
}
#JCShowPostLink .JCShowPostLinkTitle
{
	width: 718px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #C6E6F9;/
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
}
#JCShowPostLink .JCShowPostLinkTitle span
{
	font: bolder 13px "宋体";
	color: #3B618E;
}
#JCShowPostLink UL
{
	padding-left: 20px;
	margin: 0px;
	list-style: circle inside;
}
#JCShowPostLink UL LI
{
	padding: 3px;
	font: normal 12px "宋体";
	color: #3B618E;
}
#JCShowPostReplyBlock
{
	float: left;
	width: 718px;
	height: 500px;
	margin-top: 10px;
	border: 1px dashed #C6E6F9;
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
}
#JCShowPostReplyBlock .JCShowPostReplyTitle
{
	width: 718px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #C6E6F9;
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
}
#JCShowPostReplyBlock .JCShowPostReplyTitle span
{
	font: bolder 13px "宋体";
	color: #3B618E;
}
#JCShowPostReplyBlock .JCShowPostReplyList
{
	width: 718px;
	height: 220px;
	margin-top: 10px;
	overflow-x: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	overflow-y: auto;/* 内容超出宽度时隐藏超出部分的内容 */
}
#JCShowPostReplyBlock .JCShowPostReplyList .JCShowPostReplyIteam
{
	width: 718px;
	border-bottom: 1px dashed gray;
}
#JCShowPostReplyBlock .JCShowPostReplyList .JCShowPostReplyIteam .JCShowPostReplier
{
	width: 718px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
}
#JCShowPostReplyBlock .JCShowPostReplyList .JCShowPostReplyIteam .JCShowPostReplyContent
{
	width: 718px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 2em;
	font: bolder 13px "宋体";
}
#JCShowPostReplyBlock .JCShowPostReplyList .JCShowPostReplyIteam .JCShowPostReplyTime
{
	width: 718px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	font: bolder 13px "宋体";
}
.JCColumnLastPostBlockA
{
	float: left;
	width: 248px;
	height: 600px;
	margin-top: 10px;
	border: 1px dashed #C6E6F9;
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.JCColumnLastPostBlockA div
{
	float: left;
	width: 240px;
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.JCColumnLastPostBlockA div UL
{
	padding-left: 10px;
	margin: 0px;
	list-style: circle inside;
}
.JCColumnLastPostBlockA div UL LI
{
	padding: 3px;
}
.JCColumnLastPostBlockA div UL LI A
{
	font: normal 12px "宋体";
	color: #3B618E;
}
.JCColumnLastPostBlockA .JCColumnLastPostBlockTitleA
{
	width: 248px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.JCColumnLastPostBlockA .JCColumnLastPostBlockTitleA a
{
	font: bolder 16px "幼圆";
	color: #3B618E;
}
.JCColumnLastPostBlockB
{
	float: left;
	width: 718px;
	height: 200px;
	margin-top: 10px;
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	border: 1px dashed #C6E6F9;
	font: bolder 15px "幼圆";
	color: #3B618E;
}
.JCColumnLastPostBlockB UL
{
	padding: 0px;
	margin-top: 10px;
	list-style: none;
}
.JCColumnLastPostBlockB UL LI
{
	padding: 3px;
}
.JCColumnLastPostBlockB A
{
	font: bolder 15px "幼圆";
	color: #3B618E;
	line-height: 24px;
}
.JCColumnLastPostBlockB .JCColumnLastPostBlockTitleB
{
	float: left;
	width: 180px;
	height: 100px;
	font: bolder 20px "幼圆";
	color: #3B618E;
	text-align: center;
	background-color: #E6B9B8;
	margin: 10px;
	padding-top: 25px;
}
.JCColumnLastPostBlockB .JCColumnLastPostBlockTitleB a
{
	font: bolder 20px "幼圆";
	color: #3B618E;
	line-height: 40px;
}
#JCShowPostAdBlock
{
	float: left;
	width: 250px;
}
#JCShowPostAdBlock div
{
	float: left;
}
#JCShowPostAdBlock div img
{
	width: 120px;
	height: 96px;
	margin-top: 10px;
}
.JCShowPostBlankA
{
	float: left;
	width: 10px;
	height: 1530px;
	background-color: white;
}
.JCShowPostBlankB
{
	float: left;
	width: 10px;
	height: 200px;
	background-color: white;
}
.JCShowPostBlankC
{
	float: left;
	width: 10px;
	height: 95px;
	background-color: white;
}

/* 集创功能服务区 */
.JCServiceBlock
{
	float: left;
	width: 250px;
	height: 300px;
	margin-top: 10px;
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
}
.JCServiceBlock .JCServiceItem
{
	float: left;
	width: 248px;
	height: 50px;
	border-radius: 7px; /* css3 圆角效果 */
	border: 1px dotted #8CAFEF;/
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
}
.JCServiceBlock .JCServiceItem a img
{
	width: 248px;
	height: 50px;
}
.JCServiceBlock .JCServiceBlank
{
	float: left;
	width: 248px;
	height: 10px;
}

