/*清除浮动*/

.navTab:before,
.navTab:after,
.channel:before,
.channel:after {
  content: " ";
  display: table;
}
.navTab:after,
.channel:after {
  clear: both;
}
/*列表样式*/
.cbox li .date{
	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: #0091ca;
}



/*栏目首页样式*/
.navLine{
	height: 5px;
	background-color: #c00;
}
.channel .left{
	float: left;
	width: 300px;
	background-color: #fff;
}
.channel .right{
	float: right;
	width: 700px;
	background-color: #fff;
}

.mulu{
	margin: 40px 30px;
	background-color: #e8e8e8;
}
.mulu .title{
	background: url(imagespublic-bg.png) -340px -190px no-repeat #0091ca;
	height: 78px;
	line-height: 78px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.mulu ul{
	
}
.mulu li{
	line-height: 48px;
	border-bottom: 1px #dedede solid;
}
.mulu li a{
	padding-left: 46px;
	display: block;
	text-decoration: none;
	background: url(imageslink-dot.gif) 20px -228px no-repeat;
	font-weight: bold;
}
.mulu li a.more{
	background:url(imageslink-dot.gif) 20px -604px no-repeat
}
.mulu li a:hover{
	background-color: #35b3ee ;
	color: #fff;
	transition:none
}
.mulu li a.active{
	background-color: #00a8e6;
	color: #fff;
}
.mulu .zi{
	background-color: #dadada;
}
.itemBox{
	margin-top: 40px;
	padding-right: 30px;
}
.itemBox .title{
	height: 78px;
	background:url(imagesline-bg.png) center bottom;
	line-height: 78px;
	margin-bottom: 20px;
	color: #0091ca;	
}
.itemBox .title .tit{
	font-weight: bold;
	padding-left: 30px;
	background: url(imagespublic-bg.png ) -652px -327px no-repeat;
}
.itemBox .title .date{
	float: right;
	margin-right: 15px;
	font-weight: bold;
	
}
/**/
