/*清除浮动*/

.navTab:before,
.navTab:after,
.content:before,
.content:after,
.conBox:before,
.conBox:after{
  content: " ";
  display: table;
}
.navTab:after,
.content:after,
.conBox:after {
  clear: both;
}
a:hover{
	color: #0288d1;
}




/*栏目首页样式*/
/**/
.navLine{
	height: 5px;
	background-color: #c00;
}

.conBox{
	padding: 0 120px;
	margin-top: 10px;
}
.docNo{
	text-align: center;
	padding: 10px 0;
}
.ident{
	padding:  10px 40px;
	background-color: #eaeaea;
}
.ident table{
	width: 100%;
}
.ident .td1{
	width: 12%;
}
.ident .td2{
	width: 38%;
}
.conBox p{
	padding: 0 0 15px;
	text-indent: 2em;
	font-size: 16px;
	line-height: 32px;
}
.title h1{
	padding: 25px 0;
	line-height: 1.5;
}
.title .info{
	padding: 10px 0;
	border-bottom: 1px dashed #222;
	font-size: 12px;
	color: #999;
}
.title .info span{
	padding: 0 8px;
}
#conBox{
	padding: 25px 0;
}
#conBox img{
	width: 100%;
}
#video{
	text-align: center;
}
.infoBarBottom .info{
	float: left;
	width: 28px;
	height: 28px;
	overflow: hidden;
	background:url(imagespublic-bg.png) -86px -202px;
	
}
.infoBarBottom .infoR{
	float: right;
	font-size: 12px;
	color: #999;
}

.fileList{
	padding: 20px ;
	margin: 0 0 25px;
	background-color: #eee;
}
.fileList:hover{
	background-color: #e2e2e2;
	transition:.3s
}
.fileList .tit{
	font-weight: bold;
}
.fileList li{
	text-indent: 1em;
	background: url(imageslink-dot.gif)0 -100px no-repeat;
}
.fileList .view{
	margin-left: 10px;
	padding: 0 10px;
}

table td p{
	text-indent: 0 !important;
	padding: 0 !important;
}
#doc-none{display: none;}
#doc-view .doc-view{
	width: 100%;
	min-height:1340px;
}
/*信件内容*/
.reply {
	padding: 25px 0;
}
.reply table{
	width: 100%;
	line-height: 36px;
	border:1px solid #e4e4e4;
}
.reply th,.reply td{
	border-bottom: 1px solid #e4e4e4;
}
.reply .reply_t1{
	width: 100px;
	color: #c00;
}
.reply .reply_t2{
	text-align: left;
	border-left:1px solid #e4e4e4;
	padding-left: 14px;
}
.reply .reply_t3{
	color: #250;
}