@charset "utf-8";


/*HOME-------------------------------*/

#bhome #container h1{
float:left;
margin-right:6px;
_margin-right:3px;
}



#bhome .info{
width:880px;
padding:0 50px;
margin-top:50px;
}
#bhome .info h2{
}
#bhome .news{
width:880px;
}
#bhome .news .l{
width:530px;
float:left;
background:url(../parts/info_bg.gif) repeat-y left top;
}
#bhome .news .l dl {
    width:502px;
	padding:0 14px;
}
#bhome .news .l dt,
#bhome .news .l dd {
    border-top: 1px solid #dfcfc0;
}
#bhome .news .l dt {
    background:url(../parts/info_icon.gif) no-repeat left 8px;
color: #000;
    float: left;
    margin: 0;
    padding:14px 0 15px 54px;
}
#bhome .news .l dd {
    padding:14px 0 15px 150px;
	margin-bottom:0;
}
#bhome .news .l dd a {
color: #ff2d0b;
}
#bhome .news .l dd a:hover {
color:#c3a159;
}


#bhome .news .r{
width:330px;
float:right;
color:#fff;
}
#bhome .news .r h3{
font-size:110%;
margin-top:10px;
}
#bhome .news .r a{
color:#f4cd47;
}


