body {
    padding: 0 0 20px;
    background: #122;
    font: 12px tahoma,"Microsoft YaHei",Simsun,Mingliu,Arial,Helvetica;
    text-align: center;
}
* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}
h2 {
    font-size: 16px;
}

li {
    list-style: none;
}

.clear {
    clear:both;
}
#wrap {
    margin: 30px auto 0;
    padding: 3px;
    width: 778px;
    background: #fff;
    text-align: left;
    border: 8px solid #011;
}
#title {
    height: 90px;
    background:#c73a25 url(header.png) no-repeat;
}
#title h1 {
    padding: 20px;
    line-height: 40px;
}
#title a:link,#title a:visited,#title a:hover {
    color: #fff;
    text-decoration: none;
}

#domain_category_list {
    background: #444;
    _height: 32px;
    font-size: 14px;
}
#domain_category_list ul {
    width: 778px;
}
#domain_category_list li {
    float: left;
    display: inline;
    margin: 5px 0;
    padding: 0 20px;
    line-height: 16px;
    border-right: 1px solid #fff;
    white-space: nowrap;
}
#domain_category_list a {
    color: #fff;
    text-decoration: none;
}

#logo {
    float: left;
    padding: 0 20px 10px 0;
}

.info {
    margin: 10px;
    padding: 10px;
    color: #333;
    background: #fff1cc;
    line-height: 20px;
}

#description {
    float: left;
    width:380px;
}
#search {
    padding: 6px 0;
}
#search #keyword {
    padding: 2px;
    border: 1px solid #ccc;
}
#search .button {
    padding: 1px 10px;
}
#contact {
    float: right;
    width: 300px;
}

#content {
    margin: 10px;
}

.domain {
    line-height: 20px;
}
.domain_list {
    padding-bottom: 20px;
}
.domain_list a:link {
    color: #333;
    text-decoration: none;
}
.domain_list a:visited {
    color: #999;
    text-decoration: none;
}
.domain_list a:hover {
    color: #f60;
}

.domain_list table {
    width: 100%;
}
.domain_list thead th {
    background: #ccc;
    font-size: 14px;
}
.domain_list tbody th {
    background: #dae7f1;
    font-size: 14px;
    color: #666;
}
.domain_list tbody td {
    background: #f5f9fc;
}
.domain_list table,.domain_list th,.domain_list td {
    padding: 5px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    border-width: 1px 0;
    text-align: left;
}

#inquiry {
    padding: 0 10px 20px;
}

#link_list,#copyright {
    margin: auto;
    width: 780px;
    text-align: center;
    line-height: 30px;
    color: #63737c;
}
#link_list {
    text-align: left;
}
#link_list a {
    color: #98a5ac;
}
#link_list a:hover {
    color: #fff;
}

.pagination {
    padding: 10px 0;
    text-align: left;
}
.pagination a {
    border:1px solid #ddd;
    color:#036CB4;
    margin:2px;
    padding:2px 5px;
    text-decoration:none;
}
.pagination a:hover {
    color: #f60;
}
.pagination .current {
    background-color:#036CB4;
    border:1px solid #036CB4;
    color:#fff;
    font-weight:bold;
    margin:2px;
    padding:2px 5px;
}
.pagination .disabled {
    border:1px solid #ddd;
    color:#ccc;
    margin:2px;
    padding:2px 5px;
}

/*** 返回样式 ***/
.back {
	float: right;
}
/*** 提示样式 ***/
.tips {
	padding: 10px;
}
/*** 表单样式 ***/
.form_table table {
	width: 100%;
	border-collapse: collapse;
}
.form_table table th {
	padding: 5px;
	border: 1px solid #ccc;
	background: #dae7f1;
	width: 15%;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.form_table table td {
	padding: 5px;
	background: #f5f9fc;
	border: 1px solid #ccc;
}
.form_table table td .tips {
	margin-right: 5px;
}
.form_table table td .require {
	color: red;
}
.form_table table td .error {
	color: red;
	display: block;
}
/*** 自定义区块样式 ***/
.custom_content {
	width: 100%;
}
.custom_content a {
	padding: 10px;
	border: 4px #CCC solid;
	background: #ddd;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: center;
	display: block;
	cursor: pointer;
}