
/*通用基础样式*/
*{margin:0;padding:0}
*{
	margin:0;
	padding:0;
	list-style:none;
}
body{
	font-size:12px;
	font-family:"宋体","黑体",Arial;
	background:#fff;
}
a{
	text-decoration:none;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
.clr{
	clear:both;
}
.ml20{
	margin-left:20px;
}
.valignM{
	vertical-align:middle;
}
#top,#main,#foot{
	width:998px;
	margin:0 auto;
}
#main{
	height:500px;
}
/*头部样式*/
#top div{
	height:4px;
	background:url(imagesline1.png);
}

/*主体左侧样式*/
.leftTitle{
	width:209px;	
	line-height:34px;
	text-align:center;
	background:url(imagesleft_tit.png);
	color: #3359cc;
    font-size: 14px;
    font-weight: bold;
}
#left ul{
	margin-top:4px;
	height:450px;
	background:url(imagesleft_bg.png) repeat-y;
}
#left ul li{
	background:url(imagesleft_bg1.png) repeat-y;
	margin-top:4px;
	line-height:24px;
	color:#2949a6;
	font-weight: bold;
}
#left ul li:hover{
	background:none;
}
#left ul li a{
	color:#2949a6;
	margin-left:20px;
}
/*主体右侧样式*/
#right{
	width:780px;	
	margin-top:5px;
}
.t1{
	height:45px;
	width:8px;
	background:url(imageszhuanti_11.jpg)
}
.t2{
	line-height:45px;
	width:764px;
	background:url(imageszhuanti_12.jpg);
	font-size: 15px;
    font-weight: bold;
}
.t3{
	height:45px;
	width:8px;
	background:url(imageszhuanti_13.jpg)
}
#powList{
	width:780px;
}
.l1{
	height:7px;
	background:url(imageszhuanti_14-01.png);
}
.l2{
	background:url(imageszhuanti_14.jpg);
	height:415px;
	background-size:contain; 
	color: #ff6600;
	font-weight: bold;
}
.l3{
	background:url(imageszhuanti_14-02.png);
	height:7px;
}
#lName{
	line-height:28px;
}
.liimg{
	list-style-image:url(imagesarrow_004.gif);
	margin:5px 0;
	color:black;
}
.liimg a{
	color:black;
	font-weight:normal;
}
.liimg a:hover{
	color:#666666;
}
#dList{
	height:287px;
}
#dList ul{
	margin-left:20px;
}
.btmudl{
	width:700px;
	margin-top:5px;
	border-bottom:1px dashed #bebebe;
}
#paging ul{
	margin-top:20px;
	margin-left:255px;
}
#paging ul li{
	float:left;
	margin-left:15px;
}
#paging ul li a{
	color:black;
}
#paging ul li a:hover{
	color:#666666;
}
.textunderline{
	text-decoration: underline
}
/*底部样式*/
#foot{
	margin-top:10px;
	border-top:2px solid blue;
}
#foot p{
	margin-top:7px;
	text-align:center;
}

#container_frame{
    margin-top:10px;
    width:780px;
    height:450px;
}