@charset "utf-8";

/*common*/
body, button, input, select, textarea { font:12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; }
img { display:block; }

/*float*/
.f-l { float:left; }
.f-r { float:right; }
.c-b { clear:both; }

/*text*/
h1 { font-size:18px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
h4, h5, h6 { font-size:100%; }
.f-w-b { font-weight:bold; }
.f-w-n { font-weight:normal; }
.black { color:#000; }
.red { color:#f00; }
.gray { color:#999; }
.t-a-l { text-align:left; }
.t-a-c { text-align:center; }
.t-a-r { text-align:right; }
.t-d-u { text-decoration:underline; }

/*link*/
a:link, a:visited { color:#333; }

/*table*/
table { border-collapse:collapse; border-spacing:0; }
table th, table td { vertical-align:top; }

/*layout*/
.print, #header, #content { width:600px; margin:0 auto; }

/*print*/
.print { padding:7px 0 12px 0; height:17px; font-size:14px; overflow:hidden; }
.print img { display:inline; }
.print .f-l img { margin-left:5px; }
.print .i2 { margin-right:12px; }
.print .i3 { margin-right:24px; }

/*header*/
#header { background:url(img/comm/dot-x.gif) repeat-x left top; padding-top:10px; height:75px; }
#header #logo { float:left; }
#header p { padding:40px 0 0 135px; }
#header a { color:#656565; }

/*content*/
#content { background:url(img/comm/dot-x.gif) repeat-x left bottom; padding-bottom:12px; }
#content img { display:inline; }
#content h1 { font-size:24px; font-family:'黑体'; text-align:center; color:#474747; }
#content .info { text-align:center; font-size:14px; color:#999; margin:18px 0; }
#content .info a { color:#999; }

/*cast*/
table.cast{margin:0 auto;}
table.cast td.ttd{background:#358ede;color:#fff;text-indent:6px;font-size:14px;height:25px;line-height:25px;border-left:1px solid #358ede;}
table.cast td.contd{background:#eee;border:1px solid #ddd;border-bottom:0;}
table.cast .pindao{display:inline;float:left;width:160px;height:23px;line-height:23px;background:url(img/cast_pindao_bg.gif) no-repeat;font-weight:bold;color:#185691;text-indent:8px;}
table.tdlist td{border-bottom:1px solid #ccc;height:23px;line-height:23px;}
table.tdlist td.td2{text-align:center;color:#3268c8;font-weight:bold;}
table.cast a.btn_1{display:inline-block;height:17px;line-height:17px;border:1px solid #bbb;background:url(img/cast_btn_1_bg.jpg) repeat-x;padding:0 10px;_margin-top:2px;}
table.cast a.btn_1:link,a.btn_1:visited{color:#185691;}
table.cast a.btn_1:hover{text-decoration:none;}

#content .body { margin-top:10px; }
#content .body p { font-size:14px; line-height:25px; color:#000; margin-bottom:25px; }
#content .source { color:#656565; }