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

.shaixuan{overflow: hidden;}
.shaixuan .b{border-bottom: 1px solid #ccc;padding-bottom: 20px;padding-top: 20px;}
.shaixuan .b:last-child{border-bottom: 0px solid #ccc;padding-bottom: 20px;padding-top: 20px;}
.shaixuan .top{width: 100%;overflow: hidden;background: #f5f5f5;border:1px solid #ccc;border-radius: 10px;padding: 20px 40px;}
.shaixuan .top span{color: #000;margin-left: 20px;margin-right: 20px;vertical-align: middle;}
.shaixuan .top span .hot {
    background: url(/themes/simpleboot3/public/assets/style/img/sy-hot.png) no-repeat top;
    background-size: 25px;
    background-position: right 0px;
    overflow: hidden;
    display: inline-block;
}
.shaixuan .top span .shu {
    background: url(/themes/simpleboot3/public/assets/style/img/sy-upd.png) no-repeat top;
    background-size: 10px 10px;
    background-position: right;
    overflow: hidden;
    display: inline-block;
}
.shaixuan .top span .red{color: #931e23;margin-left: 5px;margin-right: 5px;font-weight: bold;overflow: hidden;display: inline-block;line-height: 12px;}
.shaixuan .other{width: 100%;overflow: hidden;background: #f5f5f5;border:1px solid #ccc;border-radius: 10px;padding: 0px 40px;}
.shaixuan .other ul{width: 100%;}
.shaixuan .other ul li{width: 100%;}
.shaixuan .other ul li span{color: #000;margin-left: 20px;margin-right: 20px;}
.shaixuan .other ul li a{color: #000;margin-left: 20px;margin-right: 20px;font-weight: bold;}
.shaixuan .other ul li a:hover{color: #931e23;}
.shaixuan .other ul li .cur{color: #931e23;}