@charset "utf-8";

.cateLogo{
	width:400px;
	float:left;
	position:relative;
}
.cateLogo a{
	display:block;
	float:left;
}
.cateLogo img.jyzz{
	margin-top:2px;
	width:360px;
}
.cateLogo .layer{
	position:absolute;
	bottom:-40px;
	background:#fff;
	border:1px solid #dedede;
	width:320px;
	height:32px;
	line-height:32px;
	text-align:center;
	font-size:15px;
	box-shadow:0 0 10px #dedede;
	border-radius:3px;
	display:none;
}
.cateLogo .layer img{
	position:absolute;
	top:-7px;
}

.cateLogo:hover .layer{
	display:block;
}

.cate{
	float:left;
	width:800px;
}

ul.cateList{
	overflow:hidden;
	padding:15px 25px 0 10px;
}
ul.cateList li{
	display:block;
	float:left;
}
ul.cateList li a{
	display:block;
	padding:5px 10px;
	font-size:18px;
}

.search_tool{
	right:0px;
}

/* top */
#top{
	width:1200px;
	margin:0 auto;
	height:330px;
	overflow:hidden;
}

#top .row{
	width:840px;
	float:left;
}
#top .tt{
	float:left;
	width:350px;
	margin-left:10px;
}


/* 分类 */
.classlist{
	width:1200px;
	margin:10px auto;
	overflow:hidden;
}

.classlist .item{
	float:left;
	width:392px;
	border:1px solid #eee;
	background:#fff;
}
.classlist .item .title{
	padding:0 10px;
	height:36px;
	background:#fafafa;
	border-bottom:1px solid #eee;
	font-size:15px;
}
.classlist .item .title span{
	display:block;
	float:left;
	height:35px;
	line-height:36px;
	border-bottom:2px solid #1093f3;
}
.classlist .item .title a{
	float:right;
	display:block;
	height:36px;
	line-height:38px;
	font-size:13px;
	color:#666;
}
.classlist .item .title a:hover{
	color:#f60;
}
.classlist .item ul{
	padding:10px;
}
.classlist .item ul li a{
	display:block;
	height:32px;
	line-height:32px;
	border-bottom:1px dashed #eee;
	font-size:14px;
	overflow:hidden;
}
.classlist .item ul li a:hover{
	color:#f60;
}
.classlist .center{
	margin:0 9px;
}

/* 通栏广告 */
#ad{
	width:1200px;
	margin:0 auto;
}

/* 视频 */
.classlist .video ol{
	padding:10px;
}
.classlist .video ol li{
	overflow:hidden;
	border-bottom:1px dashed #dedede;
	padding-bottom:7px;
	margin-bottom:7px;
}
.classlist .video ol li .left{
	float:left;
	margin-right:10px;
}
.classlist .video ol li .left img{
	width:90px;
}
.classlist .video ol li .right{
	width:270px;
	float:left;
	padding-top:10px;
}
.classlist .video ol li .right a{
	font-size:14px;
}


/* 底部广告 */
#ads{
	width:1200px;
	margin:15px auto;
}
#ads .item{
	width:398px;
	height:80px;
	margin:1px;
	float:left;
}
#ads .item img{
	width:398px;
	height:80px;
}





