﻿@import url('/style-0.1.css');
.afs_bar ul.title{background:#f9f9f9;border-bottom:solid 1px #eee;}
.afs_form ul.title{background:#f9f9f9;border-bottom:solid 1px #eee;}
/**/
.cat-tools {
	padding:0px 15px;
	margin-bottom:5px;
	border:solid 1px #eee;
	font:12px/24px airal;
	text-align:right;
}
.cat-message {
	padding:10px 15px;
	margin-bottom:5px;
	border:solid 1px #eee;
	color:red;
	font:13px/26px airal;
}
/*show.asp*/
.cat-show {
	margin-bottom:5px;
	border:solid 1px #eee;
	font:14px/30px airal;
}
.cat-show div.title {
	font:20px/30px 黑体;
	padding:5px 15px;
}
.cat-show div.info {
	font:12px/30px airal;
	padding:0px 15px;
	border-bottom:dashed 1px #eee;
}
.cat-show div.field {
	padding:10px 15px;
	overflow:hidden;
	height:100%;
}
.cat-show div.field ul {
	width:50%;
	float:left;
	height:100%;
}
.cat-show div.field ul li.line {
	line-height:29px;
	border-bottom:dashed 1px #eee;
}
.cat-show div.content {
	padding:10px 15px;
}
.cat-show div.content div.t {
	background:#f9f9f9;
	padding:0px 5px;
	font-weight:bold;
}
.cat-show div.content div.readme {
	font:14px/30px airal;
	padding:10px 0px;
}
.cat-show div.pic {
	padding:10px 15px;
}
.cat-show div.pic div.pic-title {
	background:#f9f9f9;
	padding:0px 5px;
	font-weight:bold;
}
.cat-show div.pic div.pic-list {
	padding:10px 0px;
}
/*信息发布*/
.cat-pi {
	margin-bottom:5px;
	font:14px/30px airal;
	height:100%;
	overflow:hidden;
	border:solid 1px #eee;
}
.cat-pi div.title{
	padding:0px 15px;
	font-weight:bold;
	border-bottom:solid 1px #eee;
	background:#f9f9f9;
}
.cat-pi ul {
	border-bottom:solid 1px #eee;
}
.cat-pi ul li {
	padding:10px 15px;
}
.cat-pi ul li.mtype {
	float:left;
	width:100px;
	overflow:hidden;
}
.cat-pi ul li.stype {
	margin-left:130px;
	border-left:solid 1px #eee;
}
.cat-pi ul li.stype a {
	display:inline-block;
	background:#cde;
	margin:5px;
	padding:0px 5px;
	border-radius:3px;
	color:#333;
}
.cat-pi ul li.stype a {
	display:inline-block;
	background:#cde;
	margin:5px;
	padding:0px 5px;
	border-radius:3px;
	color:#333;
}
.cat-pi ul li.stype a:hover {
	text-decoration:none;
	background:#abc;
}

/* 首页分类*/
.cat-type {
	margin-bottom:5px;
	font:14px/30px airal;
	height:100%;
	overflow:hidden;
	border:solid 1px #eee;
	border-bottom-width:0px;
}
.cat-type ul {
	border-bottom:solid 1px #eee;
}
.cat-type ul li {
	padding:10px 15px;
}
.cat-type ul li.mtype {
	float:left;
	width:130px;
	height:100%;
	overflow:hidden;
	font:14px/30px 黑体;
}
.cat-type ul li.stype {
	margin-left:145px;
	border-left:solid 1px #eee;
}
.cat-type ul li.stype a {
	display:inline-block;
	background:#cde;
	margin:5px;
	padding:0px 5px;
	border-radius:3px;
	color:#333;
}
.cat-type ul li.stype a:hover {
	text-decoration:none;
	background:#abc;
}
.cat-type ul li.stype a span{
	color:#999;
	font-size:12px;
}
.cat-type ul.title {
	padding:0px;
}
.cat-type ul.title li.mtype {
	float:left;
	width:115px;
	height:100%;
	overflow:hidden;
	font:14px/30px 黑体;
	background:#f9f9f9;
	padding:0px 15px;
}
.cat-type ul.title li.stype {
	margin-left:145px;
	border-left:solid 1px #eee;
	background:#f9f9f9;
	padding:0px 15px;
}

/*list.asp子类*/
.cat-stype {
	border:solid 1px #eee;
	margin-bottom:5px;
	padding:10px 15px;
	font:14px/30px airal;
}
.cat-stype a {
	display:inline-block;
	background:#eee;
	padding:0px 10px;
	margin:5px;
	border-radius:5px;
}
.cat-stype a:hover {
	background:#abc;
	text-decoration:none;
}
.cat-stype a.active {
	background:#bcd;
	color:black;
}
/*list.asp列表*/
.cat-list {
	margin-bottom:5px;
	border:solid 1px #eee;
	font:12px/20px airal;
	overflow:hidden;
}
.cat-list div.title {
	background:#f9f9f9;
	font-weight:bold;
	padding:0px 15px;
	border-bottom:solid 1px #eee;
	font:bold 14px/29px airal;
}
.cat-list ul {
	padding:0px 15px 10px 15px;
	border-bottom:solid 1px #eee;
	overflow:hidden;
}
.cat-list ul:hover{
	background:#f0f9ff;
}
.cat-list ul li{
	overflow:hidden;
}
.cat-list ul li.title {
	font:14px/30px airal;
}
.cat-list ul li.content {
	padding-right:10px;
	height:40px;
	font-size:12px;
	color:#999;
	overflow:hidden;
}
.cat-list ul li.user {
	float:right;
	height:60px;
	width:60px;
	background:#eee;
}
.cat-list ul li.user img {
	width:58px;
	height:58px;
	border:solid 1px #eee;
}
.cat-list ul li.opt {
	height:20px;
}
/*list.asp条件检索*/
.cat-list-where {
	margin-bottom:5px;
	border:solid 1px #eee;
	font:13px/26px airal;
	padding:10px 0px;
}
.cat-list-where ul{
	padding:0px 15px;
}
.cat-list-where ul li.type {
	float:left;
	text-align:right;
	width:80px;
	font-weight:bold;
	padding-right:10px;
}
.cat-list-where ul li.item {
	margin-left:95px;
}
.cat-list-where ul li.item a {
	display:inline-block;
	padding:0px 10px;
	line-height:22px;
	
}
.cat-list-where ul li.item a.active {
	background:#09f;
	color:white;
	border-radius:5px;
}
/*list.asp分类列表*/
.cat-ltype {
	margin-bottom:5px;
	font:14px/26px airal;
	border:solid 1px #eee;
	border-radius:5px;
	overflow:hidden;
	background:#f9f9f9;
}
.cat-ltype div.title {
	background:#fff;
	padding:0px 15px;
	font-weight:bold;
	color:#000;
	border-bottom:solid 1px #eee;
	margin-bottom:5px;
}
.cat-ltype a {
	display:block;
	padding:0px 15px;
}
.cat-ltype a:hover {
	background:#def;
	text-decoration:none;
}
.cat-ltype a.active {
	background:#69c;
	color:white;
}
/**/
.gq-search {	/*搜索条*/
	margin-bottom:5px;
	border:solid 1px #eee;
	overflow:hidden;
	height:74px;
}
.gq-search div.search {
	height:74px;
	line-height:74px;
	text-align:center;
}
.gq-search div.columnname {
float:left;font-size:25px;color:#999;line-height:74px;font-family:黑体;padding-left:10px;
}
.gq-search .gq-input-select { /*搜索选择框*/
	width:70px;
	height:30px;
	line-height:30px;
	display:inline-block;
	border:solid 2px #09f;
	border-right:solid 1px #ccc;
	vertical-align: middle;
	color:#999;
	cursor:pointer;
	padding:0px!important;
}
.gq-search .gq-input-search {
	background:url('/images/search.gif') scroll no-repeat 5px center transparent;
	font-family: "sans serif",tahoma,verdana,helvetica;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	overflow:hidden;
	color:#666;
	height:30px;
	line-height:30px;
	border:solid 2px #09f;
	border-left:0px;
	padding:0px 0px 0px 25px;
	font-size:16px;
}

