.h-cat {
background: white;
}

#center_3 {
width: 100%;
font-weight: bold;
text-align: left;
float: left;
}

#cont_l {
width: 50%;
padding-top: 15px;
height: 85px;
text-align: center;
float: left;
}

#cont_r {
width: 50%;
height: 100px;
background: red;
text-align: left;
float: left;
}
