/* CSS Document */

body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px; background-color:#FFFFFF}
.tab { border:1px solid #AF0000}
a:link		{ color:#333; text-decoration:none; line-height:25px; font-size:12px}
a:visited	{ color:#AF0000; text-decoration:none; line-height:25px; font-size:12px}
a:hover		{ color:#AF0000; text-decoration:underline;  line-height:25px; font-size:12px}
a:active	{ color:#AF0000; text-decoration:none;   line-height:25px; font-size:12px}


A.bq1:link {COLOR: #AF0000;TEXT-DECORATION: none; font-weight:bold}
A.bq1:visited  {COLOR: #AF0000;TEXT-DECORATION: none; font-weight:bold}
A.bq1:hover {COLOR: #333333;TEXT-DECORATION: none; font-weight:bold}
A.bq1:active {COLOR: #AF0000;TEXT-DECORATION: none; font-weight:bold}

A.bq2:link {font-size: 16px; font-family:"黑体"; color:#AF0000}
A.bq2:visited  {font-size: 16px; font-family:"黑体"; color:#AF0000}
A.bq2:hover {font-size: 16px; font-family:"黑体"; color:#B90000}
A.bq2:active {font-size: 16px; font-family:"黑体"; color:#AF0000}

.zi { font-size:12px; line-height:22px; color:#666666; text-indent:28px}

.news { font-size:14px; line-height:18px; color:#FFFFFF;}

.photo { font-size:14px; line-height:22px; color:#AF0000;}
.photo2 { font-size:20px; line-height:22px; color:#AF0000; font-family:Arial, Helvetica, sans-serif}

.pl { font-size:14px; line-height:22px; color:#000;}

.pl2 { font-size:14px; line-height:22px; color:#AF0000; text-indent:28px}

.td {font-size: 36px; font-family:"黑体"; color:#003860}

.mc {font-size: 16px; font-family:"黑体"; color:#AF0000}


/* -- ↓ zjj do it ↓ -- */

form, p { margin:0; padding:0; }
img { border:0; }

/* -- 温度计 -- */
.thermometer { width:36px; height:124px; background:url(../images/wd_2.jpg) center bottom no-repeat; }
.thermometer div { width:100%; height:118px; }
.thermometer div div { width:100%; height:100%; background:url(../images/wd_1.jpg) center top no-repeat; }

/* -- 我要添加 -- */
#dialog {
	display:none;
	position:absolute;
	top:750px; /* 弹窗距离页面顶部的高度 */
	left:50%;
	margin-left:-189px;
	width:378px;
	height:415px;
	border:1px solid #AF0000;
	font:normal 12px/120% "宋体";
	background:url(../images/dialog_bg.png) no-repeat;
	overflow:hidden;
}

#dialog .dg_top {
	height:60px;
	padding-left:94px;
	color:#cce6f5;
}
#dialog .dg_top span { width:242px; float:left; }
#dialog .dg_top a { width:16px; height:16px; float:right; text-decoration:none; color:#fff; }

#dialog .dg_form { margin:19px 0; padding:0; }
#dialog .dg_form p { margin:7px 0; _margin:4px 0; *margin:4px 0; font-size:14px; color:#000; text-indent:2em; }
#dialog .dg_form input { border:1px solid #AF0000; background:none; }
#dialog .dg_form input#button { width:56px; height:21px; border:0; background:url(../images/tijiao.jpg) no-repeat; cursor:pointer; }

#dialog .dg_split {
	font:normal 24px/120% "黑体";
	color:#AF0000;
	border-top:1px solid #fff;
	text-indent:.5em;
}

#dialog .dg_history {
	width:378px;
	height:188px;
	color:#333;
	font-family:"宋体";
	overflow-x:hidden;
	overflow-y:auto;
}
#dialog .dg_history td { padding:2px 0; }
#dialog .dg_history strong { font-size:14px; }

/* 网友评论 */
#comm_list { width:638px; overflow-x:hidden; overflow-y:auto; }
#comm_list .comm_head,
#comm_list .comm_body { border:1px solid #AF0000; }/* 评论列表边框 */

#comm_list .comm_head { border-bottom:0; height:24px; }
#comm_list .comm_body {
	height:176px;/* 评论列表高度(不包括台头) */
	border-top:0;
	overflow-x:hidden;
	overflow-y:auto;
}

#comm_list .comm_head table tr td {/* 评论列表台头 */
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background-color:#AF0000;
}
#comm_list .comm_body table tr td {/* 评论列表内容 */
	font-size:14px;
	line-height:22px;
	color:#000;
	text-align:left;
	padding:2px 3px;
}
#comm_list .comm_body table tr.odd td { background-color:#FFD2D2; }/* 评论列表内容 奇数行 背景色 */
#comm_list .comm_body table tr.even td { background-color:#ffffff; }/* 评论列表内容 偶数行 背景色 */

.comment_pub input, .comment_pub textarea { border:1px solid #AF0000; background:none; }
.comment_pub input#button2 { margin-top:5px; width:56px; height:21px; border:0; background:url(../images/tijiao.jpg) no-repeat; cursor:pointer; }

