﻿@charset "utf-8";
/* CSS Document */
/*主框架*/
#main{width:1002px;margin-top:10px;font-family:"微软雅黑"}
#mainLeft{float:left;width:230px;}
#mainRight{float:right;width:762px;}
/*主框架end*/
/*Left---------star*/
#mainLeft h1{height:27px;line-height:27px;font-weight:normal;color:#0b50a2;font-size:14px;cursor:pointer;background:url('../images/nav/dh_litle.jpg') no-repeat;}
#mainLeft h1 span{padding-left:25px;background:url('../images/icon/icAdd.gif') no-repeat 12px center;}
#mainLeft h1 span.reduceCss{background:url('../images/icon/icReduce.gif') no-repeat 12px center}
.stersd{list-style-type:none;margin:0 0 10px 0;padding:0;display:none;background:url('../images/nav/leBot.jpg') no-repeat left bottom}
.stersd li{height:30px;line-height:30px;border:1px solid #e1e1e1;border-top:0;overflow:hidden;text-overflow:ellipsis;background:url('../images/icon/ic_3.jpg') repeat-x}
.stersd li a{background:url('../images/icon/ic_2.gif') no-repeat 18px center;padding-left:25px;}
.stersd li#selected a{background:url('../images/icon/ic_1.gif') no-repeat 18px center;color:#eb4c00;}
.stersd li a:hover{background:url('../images/icon/ic_1.gif') no-repeat 18px center}
/*Left---------end*/
/*Right---------star*/
#navBox{margin-bottom:8px}
#navBox code{font-family:Batang;}
#guide{background:#f5faff url('../images/nav/gdBg.jpg') repeat-x left top}
#guideBox{border-left:1px solid #e1e1e1;float:left;width:721px;padding:0 15px 0 25px;background:url('../images/nav/gdRi.jpg') repeat-y right top;}
#guideBox span{float:left;width:138px;height:28px;line-height:28px;margin-left:5px;}
#guideBox span a{background:url('../images/icon/ic_2.gif') no-repeat left center;padding-left:8px;}
#guideBox span#selected a{background:url('../images/icon/ic_1.gif') no-repeat left center;color:#eb4c00;}
#guideBox span a:hover{background:url('../images/icon/ic_1.gif') no-repeat left center}

#riBox{background:url('../images/riTop.jpg') no-repeat left top;padding-top:10px;margin-top:10px}
#rightText{border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;padding:0 15px;}
#rightText h1{color:#0b50a2;text-align:center;font-size:16px;font-weight:normal;padding:5px 0 10px 0;margin-bottom:10px;background:url('../images/icon/ic_4.jpg') repeat-x left bottom}
#rightText h2{color:#ec611e;font-size:14px;}
#rightText p{line-height:24px}
#rightText #title{text-align:center;}
#rightText p.textIndent{text-indent:2em;}

table.tableBox{border-collapse:collapse;margin:0;font-family:宋体;}
table.tableBox th{border:1px solid #656565;text-align:center;padding:3px 0;}
table.tableBox td{border:1px solid #656565;line-height:16px;text-align:center;padding:3px 0;}
table.tableBox td.tdbg{background:#99CCFF}
table.tableBox2{border-collapse:collapse;margin:0;margin-bottom:10px;font-family:宋体;}
table.tableBox2 td{border:2px solid #656565;line-height:24px;text-align:center;}
.crOrange{color:#ec611e;}
.crBlue{color:#8eaacf;}
.crBlue2{color:#0070C0;}
.crRed{color:red;}
/*Right---------end*/
.mt15{margin-top:15px}
.mt10{margin-top:10px}
.mt5{margin-top:5px;margin-bottom:15px;margin-left:10px}