/*清除浮动*/

.navTab:before,
.navTab:after,
.channel:before,
.channel:after {
  content: " ";
  display: table;
}
.navTab:after,
.channel:after {
  clear: both;
}
/*列表样式*/
.cbox li span{
	float: right;
	color: #ccc;
}
.cbox li {
	padding-left: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: url(imageslink-dot.gif) 0 5px no-repeat;
	transition:none;
	border-bottom: 1px dashed #e8e8e8;
}
.cbox li:hover{
	background-position: 0 -93px ;
}
.cbox li a:hover{
	color: #35b3ee;
}
.cbox li b{
	margin-right: 10px;
}



/*栏目首页样式*/
.navLine{
	height: 5px;
	background-color: #fdbf00
}
.channel{
	padding: 20px 10px 25px;
}
.channel .colL{
	float: left;
	width: 300px;
	background-color: #fff;
}
.channel .colR{
	float: right;
	width: 660px;
	background-color: #fff;
}
.conBox{
	width: 700px;
	margin: 0 auto;
}
.conBox h3{
	padding-bottom: 20px;
	color: #c30;
}
.txtBox p{
	text-indent: 2em;
	padding-bottom: 5px;
}
.conBox .btn{
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.conBox .uk-form label span{
	margin-right: 15px;
	color: #c00;
}
.uk-form em{
	font-weight: bold;
	width: 90px;
	display: inline-block;
	*display: inline-block;
}















.colL .txtBox{
	font-size: 12px;
	text-indent: 2em;
	background-color: #eaeaea;
	padding: 0 15px;
}