@charset "utf-8";
/* CSS Document */
html,body  
{  
    width:100%; 
    height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden;
}    

body {
	margin:0px;
	padding:0px;
}
#mainTB {
	overflow:hidden;
}
#logoTxtBox {
	border-bottom:1px solid #B9B9B9;
	font-weight:bold;
	width:228px;
	height:37px;
	line-height:53px;
	color:#666;
}
#leftBox {
	padding-top:20px;
	padding-left:20px;
}

#lstBox {
	margin-top:15px;
}

#lstBox dt{
	font-weight:bold;
	padding-bottom:5px;
}

#lstBox dd {
	margin:0px;
}
#lstBox ul {
	margin:0px;
	padding:0px;
}
#lstBox li {
	margin-left:15px;
	margin-top:5px;
	color:#666;
	font-weight:bold;
}

#lstBox a {
	color:#004477;
	text-decoration:underline;
	font-weight:normal;
	
}

#lstBox a:hover {
	color:#CC0000;
	text-decoration:none;
}

#contentTopBar {
	height:24px;
	width:100%;
	background-image:url(../Image/TopBar.png);
	background-repeat:repeat-x;
	color:#FFF;
	line-height:22px;
	text-align:right;
}

#contentBox {
	margin-left:35px;
	margin-right:35px;
	line-height:2.5;
	height:100%;
}

#tableDivBox td{
	padding-left:5px;
	background-color:#FCEFEF;
}



div.txtnav {
	font-size:12px;
	color:#999;
}

div.txttitle {
	font-size:23px;
	margin-top:10px;
}
div.txtBold {
	font-weight:bold;
	margin-top:10px;
}

div.titleBox {
	width:100%;
	border:1px solid #CCC;
	background-color:#FCEFEF;
	margin-top:10px;
	font-weight:bold;
	padding-left:10px;
}
div.zhanjieBox {
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	width:100%;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
a.lnk1 {
	color:#004477;
	text-decoration:none;
}
a.lnk1:hover {
	color:#CC0000;
	text-decoration:underline;
}

td.td1 {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
}
td.td2 {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
td.td3 {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
td.td4 {
	border:1px solid #CCC;
}

span.bluetxt{
	color:#00F;
	font-weight:bold;
}
span.redtxt {
	color:#C30;
}

/*Page2 */
#LeftDivBox {
	width:270px;
	height:100%;
	float:left;
	border-right:1px solid #B9B9B9;
}

#rightDivBox {
	position:absolute;
	left:270px;
	right:0px;
	height:100%;
	overflow-y:scroll;
}

.douyinbox {
	border: 1px dotted #F90;
	width: 800px;
	padding:10px;
	border-radius:5px;
	box-sizing:content-box !important;
}

.dou_txt {
	font-size:16px;
	color:#F00;
	float:left;
	line-height:1.5;
}

.dou_txt a {
	text-decoration:none;
	font-size:14px;
	font-weight:600;
	color:#666666;
}

.dou_txt a:hover {
	text-decoration:underline;
	color:#F00;
}

.dou_img {
	float:right;
}

.ie_txt {
	font-size: 14px;
	line-height: 1.5;
	padding-top: 20px;

}
.clear {clear:both;}