#container1{
	width:1080px;
	margin:15px auto;
	height:auto;
	display:block;

}
/*left*/
.leftsidebar_box{width:190px;overflow:visible !important;background-color:#ffb500;float:left;margin-top:24px;}
.line{height:2px;width:100%;background-repeat:repeat-x;}
.leftsidebar_box dt{padding-left:20px;padding-right:10px;background-repeat:no-repeat;background-position:10px center;color:#000;font-weight:normal;font-size:16px;position:relative;line-height:48px;cursor:pointer;}
.leftsidebar_box dt a{color:#000;text-decoration:none;font-size:18px;}
.leftsidebar_box dt a:hover{color:#fff;}
.leftsidebar_box dd{background-color:#eeaa03;padding-left:40px;line-height:35px;}
.leftsidebar_box dd a{color:#161616;line-height:20px;text-decoration:none;}
.leftsidebar_box dt img{position:absolute;right:10px;top:20px;}
.leftsidebar_box dl dd:last-child{padding-bottom:10px;}

/*ÄÚÈÝÇøÓÒ±ß*/
#y-box{
    float: right;
	margin-right:70px;
    width: 780px;
}
#title{
    width: 100%;
    height: 36px;
    margin-top: 10px;
    border-bottom:1px solid #000;
    position: relative;
}
#title h4{
    float: left;
	margin-top: 8px;
    color: #000;
}
#title p{
    float: right;
	margin-top: 11px;
	margin-right: 10px;
	font-size:14px;
}
#di{
    width: 120px;
    height: 2px;
    background-color: #ffb500;
    position: absolute;
    bottom: -1px;
    left: 0;
}
#text{
    width: 100%;
    height: auto;
    padding-top: 10px;
	
}
