@import url("common.css");
/*banner*/
.ch_banner { width: 364px; height: 230px; border: 1px solid #e1e1e1; position: relative; margin-top: 10px; overflow: hidden; border-radius: 10px; }
.ch_banner img { width: 100%; min-height: 222px; }
.ch_banner p { background:rgba(0,0,0,0.6); position: absolute; bottom: 0; width: 344px; padding: 0 10px; height: 36px; line-height: 36px; color: #fff;  }
/*热门推荐*/
.ch_hot { width: 810px; }
.ch_hot .lb_2 { float: left; width: 42%; height: 30px; line-height: 30px; }
.ch_hot .lb_2:nth-child(2n+1) { float: right; }
.nr_bd { margin-top: 10px;}