/* CSS
Author: Shiyou Zhao
Created: 11-28-08
*/

/* Browser-specific styles
=====================================================================*/

/* Global Defaults Style
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object,em{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 12px; font-style: italic; text-align: right; }

/* Global Classes Style
=====================================================================*/
.distext { display:none; }
.clearboth { clear:both;}
.clearleft { clear:left; }
.clearright { clear:right; }

/* Global Elements Style
=====================================================================*/

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body {
	background-color:#E7E7E7;
	text-align: center;
	line-height: 18px;
	font-size:12px;
	font-family: Arial, Helvetica, Geneva, sans-serif, "宋体";
}
p {
	color:#333;
}

img {
	vertical-align:text-bottom;
}

/* Global Links Style
=====================================================================*/

a {
	margin:0px;
	padding:0px;
}

a:link,
a:visited,
a:active
{
	background:transparent;
	color:#333;
	text-decoration:none;

}

a:hover
{
	background:transparent;
	color:#ff7400;
	text-decoration:underline;
}

/* List Elements Style
=====================================================================*/

ul li
{
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

li a {
	padding-top: 0;
	padding-bottom: 0;
}

/* Header Style
=====================================================================
--------------------------------------------------------------
HEADER STYLE
--------------------------------------------------------------
*/

#head {
	margin:0 auto;
	overflow:hidden;
	height:28px;
	width:930px;
	}
#head ul {
	margin:2px 10px 0 0;
	_margin:2px 5px 0 0;
	float:right;
	height:28px;
	}
#head li {
	list-style-type:none;
	float:left;
	padding:0 0 0 30px;
	line-height:28px;
	background:url(/img/bg_header.png) -2px -1px no-repeat;
	}
#head li a {
	margin:0 10px 0 10px;
	float:left;
	text-decoration:none;
	color:#16377A;
	}
#head li a:hover {
	text-decoration:none;
	}
#head .bg1 {
	background:url(/img/bg_header.png) 2px -33px no-repeat;
	}
#head .bg2 {
	background:url(/img/bg_header.png) 5px -63px no-repeat;
	margin:0 0 0 -5px;
	}
#head .bg3 {
	background:url(/img/bg_header.png) 5px -89px no-repeat;
	margin:0 0 0 -15px;
	padding:0 0 0 25px;
	font-weight:700;
	}
	/* Result header */
#resulthead {
	margin:0 auto;
	width:1002px;
	height:90px;
	background:url(/img/bg_headerresult.png) 0 0 repeat-x;
}
#resulthead h3 {
	float:left;
	width:191px;
}
#otherhead {
	margin:0 auto;
	width:1002px;
	height:69px;
	background-color:#fff;
}
#resulthead h3 {
	float:left;
	width:191px;
}

/* Grid
=====================================================================*/
/* Global Layout Style*/

.maincontent {
	width:930px;
	height:560px;
	margin:0 auto;
	overflow:hidden;
}

/* Panel Style
--------------------------------------------------------------
*/

.panel {
	width:630px;
	height:230px;
	margin:170px auto;
	text-align:center;
	position:relative;
}
.panelcontent,.panelcontentbg {
	position:absolute;
	top:100px;
	left:0;
	width:630px;
	height:120px;
	z-index:2;
}
.panelcontentbg {
	background:url(/img/bg_panel.gif) 0 0 no-repeat;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	z-index:1;
}
.panelform {
	background:url(/img/bg_panelform.gif) 0 0 no-repeat;
	margin:-2px 0 0 0;
	height:60px;
	width:600px;
	float:left;
	position:absolute;
	top:43px;
	left:25px;
}
.paneladv {
	text-align:right;
	height:20px;
	line-height:18px;
	width:600px;
	margin-top:20px;
	position:absolute;
	top:1px;
	background:url(/img/bg_searchadv.gif) 91% 2px no-repeat;
}
.paneladv a:hover {
	text-decoration:underline;
	color:#16387C;
	}
.panelnmb {
	text-align:right;
	height:20px;
	width:600px;
	margin-top:57px;
	line-height:20px;
	position:absolute;
	top:40px;
}
.panelnmb1 {
    text-align:center;
    margin-top:157px;
    line-height:30px;
}
.panelnmb span {
	font-size:18px;
	font-weight:700;
	margin-right:5px;
	line-height:20px;
}
.pform {
	width:455px;
	height:28px;
	background:url(/img/bg_form.png) 0 0 no-repeat;
	border:0;
	margin:13px 0 0 10px;
	padding:6px 0 0 8px;
	float:left;
	font-weight:700;
}
.pbutton {
	background:url(/img/bg_search.png) 0 0 no-repeat;
	border:0;
	height:38px;
	width:89px;
	margin:12px 0 0 2px;
	padding:0;
	float:left;
	cursor:pointer;
}

/* Result Style
--------------------------------------------------------------
*/

.maincontentresult {
	width:1002px;
	margin:0 auto;
	background-color:#fff;
	padding:0 0 1px 0;
}
.panelcontentresult {
	width:630px;
	float:left;
	position:relative;
	height:90px;
	margin-top:-10px;
}
.resulttitle {
	background:url(/img/bg_resulttitle.png) 0 0 repeat-x;
	height:31px;
	line-height:31px;
	color:#344974;
}
.resulttitle em {
	background:url(/img/bg_resulttitleem.png) 0 0 no-repeat;
	height:31px;
	width:48px;
	display:block;
	float:left;
}
.resulttitle span {
	font-weight:700;
	margin:0 8px 0 8px;
}
.resulttitle span span {
	color:#f00;
	margin:0;
}
.resultleft {
	float:left;
	width:790px;
	text-align:center;
	padding:15px 0 15px 0;
	border-right:1px solid #ccc;
}
.resultleft table {
	width:760px;
	margin:0 auto;
}
.resultleft table td {
	line-height:20px;
	text-align:left;
	padding-left:10px;
}
.resultleft table td span {
	color:#f00;
	font-size:14px;
	line-height:26px;
}
.resultleft table td span a {
	color:#f00;
}
.resultleft table td span span {
	color:#008700;
}
.resultleft table td em,.resultleft table td span span em{
	color:#ff0000;
}
.a1 {
	border-top:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	background-color:#F6F6F6;
}
.resultleft ul {
	margin:10px 15px 0 0;
	float:right;
	}
.resultleft li {
	list-style-type:none;
	float:left;
	padding:0 5px 0 5px;
	font-size:16px;
	font-weight:700;
	}
.resultleft li a {
	color:#008900;
	font-size:14px;
	text-decoration:underline;
	font-weight:400;
	}
.resultright {
	float:left;
}
.resultright ul {
	margin:10px 0 0 5px;
	}
.resultright li {
	list-style-type:none;
	}

/* Ohter Style
--------------------------------------------------------------
*/
.othertab {
	width:1002px;
	border-top:1px solid #C1CAD2;
	margin:0 auto;
	position:relative;
	background-color:#fff;
	padding-bottom:10px;
	position:relative;
}
.othertitle {
	background:url(/img/bg_resulttitle.png) 0 0 repeat-x;
	height:31px;
	line-height:31px;
	color:#344974;
	font-weight:700;
}
.othertitle em {
	background:url(/img/bg_othertitleem.png) right bottom no-repeat;
	height:31px;
	width:48px;
	display:block;
	float:left;
}
.othertabcontent {
	margin:7px auto;
	width:960px;
}
.othertabli {
	float:left;
	line-height:30px;
	width:218px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #D2D2D2;
	margin:10px 10px 0 0;
	padding:4px 0 0 10px;
	text-align:center;
	}
.othertabli img {
	margin:0 auto;
	}

/*.othertabli {
	float:left;
	height:94px;
	line-height:30px;
	width:218px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #D2D2D2;
	margin:10px 10px 0 0;
	padding:4px 0 0 10px;
	}
.othertabli img {
	float:right;
	margin-right:6px;
	}*/
.othertabli h3 {
	font-size:12px;
	font-weight:700;
	color:#008700;
	line-height:22px;
	}
.othertabli h3 a,.othertabli h3 a:hover {
	color:#008700;
	}
.othertabli p {
	font-size:12px;
	color:#000;
	line-height:20px;
	}
.page {
	margin:5px 25px 0 0;
	float:right;
	}
.page span {
	list-style-type:none;
	float:left;
	padding:0 5px 0 5px;
	font-size:16px;
	font-weight:700;
	}
.page span a {
	color:#008900;
	font-size:14px;
	text-decoration:underline;
	font-weight:400;
	}
/* Bottom Link Style
--------------------------------------------------------------
*/
.bottomcontent {
	margin:7px auto 10px;
	width:900px;
	padding:10px;
}
.bottomcontent p {
	line-height:22px;
	text-indent:2em;
	margin-top:10px;
	color:#4B710B;
}
/* Yuansu Style
--------------------------------------------------------------
*/
.yuansucontent{
	margin:10px;
	padding:20px 0;
	background:#ffc url(/img/bg_yuansu.png) left bottom repeat-x;
}
.yuansucontent ul {
	margin:0 auto;
	width:769px;
	}
.yuansucontent li {
	list-style-type:none;
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;
	width:40px;
	margin:1px 1px 0 0;
	display:block;
	font-weight:700;
	color:#558080;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.yuansucontent li a {
	text-decoration:none;
	line-height:28px;
	height:28px;
	width:38px;
	display:block;
	color:#000;
	border:1px solid #ffc;
	}
.yuansucontent li a:hover {
	text-decoration:none;
	background-color:#FFFFE7;
	border:1px solid #1786F0;
	}
.yuansucontent .num {
	width:20px;
	color:#FF00EE;
	}
.yuansucontent .double {
	width:81px;
	}
.yuansucontent .eight {
	width:325px;
	}
.yuansucontent .three {
	width:122px;
	}
.yuansucontent .ten {
	width:409px;
	}
.yuansucontent .seven {
	width:284px;
	}
.yuansucontent .jian {
	background-color:#69f;
	color:#333;
	}
.yuansucontent .jiantu {
	background-color:#9cf;
	color:#333;
	}
.yuansucontent .guodu {
	background-color:#f9c;
	color:#333;
	}
.yuansucontent .zhu {
	background-color:#cf9;
	color:#333;
	}
.yuansucontent .fei {
	background-color:#0f0;
	color:#333;
	}
.yuansucontent .xiyou {
	background-color:#C0C0C0;
	color:#333;
	}
.yuansucontent .xi {
	background-color:#C0C0C0;
	color:#333;
	}


/* Footer Style
--------------------------------------------------------------
*/

#footer {
	margin:0 auto;
	width:930px;
	clear:both;
}
#footer ul,#otherfooter ul {
	margin:0 10px 0 0;
	_margin:0 5px 0 0;
	float:right;
	}
#footer li,#otherfooter li {
	list-style-type:none;
	float:left;
	}
#footer li a,#otherfooter li a {
	margin:0 5px 0 5px;
	float:left;
	height:20px;
	line-height:20px;
	text-decoration:none;
	color:#666;
	}
#footer li a:hover,#otherfooter li a:hover {
	text-decoration:none;
	}
#footer li span,#otherfooter li span {
	text-decoration:none;
	font-family:"宋体";
	}
#otherfooter {
	margin:0 auto;
	width:1002px;
	height:60px;
	clear:both;
	background:#fff url(/img/bg_footer.png) 0 0 repeat-x;
}
#otherfooter li a {
	line-height:60px;
	}
#tj{
	margin:0 auto;
	width:1002px;
	height:15px;
	clear:both;
	background:#fff;
}
/* Ajax Style
-------------------------------------------------------------- */
.ajaxdiv {
	padding-top:10px;
}
.ajaxdiv .tips {
	background-color:#FFFBCC;
	border:1px solid #FFEC19;
	margin:0 10px 10px 10px;
	line-height:28px;
	padding:0 10px 0 10px;
}
.txt_tips_ok {
	color:#2F7E00;
	height:20px;
	text-align:center;
}
.ajaxdiv .tittleline {
	border-bottom:1px solid #ccc;
	margin:10px 20px 10px 0px;
	line-height:28px;
	padding:0 10px 0 10px;
	font-weight:700;
}
.ajaxdiv .tittleline span {
	padding:0 10px 0 10px;
	font-weight:400;
	color:#989898;
}
.ajaxdiv dl {
	color:#333;
}
.ajaxdiv dt {
	width:80px;
	text-align:right;
	float:left;
	font-weight:400;
	color:#333;
	margin:6px 0;
}
.ajaxdiv dt span {
	color:#f00;
	font-family:"宋体";
}
.ajaxdiv dd {
	text-align:left;
	padding:0 0 0 80px;
	margin:6px 0;
}
.ajaxdiv dd span {
	color:#4B710B;
}
.ajaxdiv textarea {
	width:100px;
	height:60px;
	border:1px solid #ccc;
	border-top:1px solid #7C7C7C;
}
.ajaxsave {
	line-height:30px;
	text-align:center;
	margin-top:10px;
}
.input_text {
	width:535px;
	height:20px;
	border:1px solid #ccc;
	border-top:1px solid #7C7C7C;
}

/* Library Style
=====================================================================*/

.l {float:left;}
.r {float:right;}
.hide {display:none; }
.inline {display: inline; } /* IE6 margin-left-right bug css hack _margin display */
.block {display: block; }
.bold {font-weight: bold; }
.normal {font-weight:400; }
.margintop {margin-top:10px;}
.marginleft {margin-left:40px;}
.noresult {
		line-height:24px;
		font-size:14px;
		font-weight:700;
		padding:30px;
		margin:80px;
		text-align:center;
		color:#333;
		border:2px solid #ff7300;
		background-color:#FFF7F1;
	}
/*---------------翻页style-----------*/
#pageshow {height: 30px; color: #003300;margin:10px 10px;clear:both;}
.pagination {font-size: 12px;font-weight: bold;}
    .pagination p {float: left;color: #666;text-indent: 0;padding: 2px 0 0 0;margin: 0 2em 0 0;}
    .pagination ul {list-style: none;margin: 0px;padding: 0px;}
    .pagination li {list-style: none;background-color: #fff;margin: 0px;display: block;float: left;margin-left: 2px;margin-right: 2px;line-height: 14px;}
    .pagination li.disabled {border: 1px solid #DDDDDD;padding: 2px 6px 2px 6px;color: #ccc;}
    .pagination li.current {border: 1px solid #2E6AB1;padding: 2px 6px 2px 6px;background-color: #2E6AB1;color: #fff;}
    .pagination li.none {border: 1px none;padding: 2px 6px 2px 6px;}
    .pagination li a {border: 1px solid #9AAFE5;padding: 2px 6px 2px 6px;display: block;text-decoration: none;}
    .pagination li a:hover {border: 1px solid #2E6AB1;}

/*---------------词典翻译style---------*/
.fourlettersbtn {
		background:url(/img/button.gif) 0 0 no-repeat;
		border:0;
		height:26px;
		width:88px;
		line-height:28px;
		color:#fff;
		font-weight:700;
		font-size:14px;
		overflow:hidden;
}
.ajaxdiv {
	float:left;
}
.ajaxdiv p {
	font-size:14px;
	font-weight:700;
	margin-left:20px;
}
.result_tr {
	float:left;
}

.result_detail h6 {
		font-size:12px;
		font-weight:700;
		color:#008700;
		line-height:26px;
		border-top:1px solid #E7E7E7;
		border-left:1px solid #E8E8E8;
		border-right:1px solid #E8E8E8;
		border-bottom:1px solid #D6D5D3;
		padding-left:10px;
		margin:10px 10px 0;
		background:url(/img/bg_tittle.gif) 0 0 repeat-x;
	}
	.resultwidth1 {
		width:660px;
		float:left;
	}
	.resultwidth2 {
		width:501px;
		float:left;
	}
	.resultwidth3 {
		width:511px;
		float:left;
		margin-left:-10px;
	}
	.result_detailc {
		border-left:1px solid #E8E8E8;
		border-right:1px solid #E8E8E8;
		border-bottom:1px solid #E8E8E8;
		margin:0 10px;
		padding:10px;
	}
	.result_detailc h5 {
		font-size:12px;
		font-weight:700;
		color:#008700;
		line-height:20px;
		padding-left:25px;
		background:url(/img/bg_toggle_off.gif) 15px 8px no-repeat;
	}
	.result_detailc .on {
		font-size:12px;
		font-weight:700;
		color:#333;
		line-height:20px;
		padding-left:25px;
		background:url(/img/bg_toggle_on.gif) 15px 8px no-repeat;
	}
	.result_detailc ul {
		float:left;
	}
	.result_detailc ul li {
		list-style-type:none;
		line-height:24px;
	}
	.result_detailc ul li span {
		font-weight:700;
		width:100px;
		display:block;
		float:left;
		text-align:right;
	}
	.result_detailc1 ul li {
		float:left;
		margin:0 5px;
	}
	.update {
		border:1px solid #91D027;
		margin:10px 0 0 0;
		float:left;
		background:url(/img/bg_update.gif) left top no-repeat;
		padding-left:40px;
	}
	.bbottom {
		border-bottom:1px solid #D6D5D3;
		margin:0 10px 10px;
		padding:10px;
	}
	.toggle {
		padding:0 50px;
	}
	.toggle ol li {
		list-style-type:decimal;
	}
