@charset "utf-8";
/* CSS Document */

ul.banner_list {clear:both; overflow: hidden;}
ul.banner_list > li {
    float: left;
    width: 328px;
    margin: 5px;
    padding: 12px;
    border: 1px solid #ddd;
}
ul.banner_list > li img {
    width: 320px;
    height: 80px;
}
.boardBtn {clear:both;}