.searchResult .searchNum{color: #666;border-bottom:1px solid #ddd;padding-bottom: 15px;}

.bd ul li{height: 120px;padding: 20px 20px;border-bottom: 1px solid #ddd;position: relative;}
.bd ul li:hover{background: url(../images/listBg.png) repeat;}
.bd ul li .num{width: 30px;height: 30px;line-height: 30px;text-align: center;background: #8b93a9;border-radius: 50%;float: left;margin-top: 45px;margin-right: 10px;color: #fff;}
.bd ul li .num.first{height: 60px;line-height: 60px;background: linear-gradient(to bottom, #ff4b4c, #ff7d32);border-radius: 30px;margin-top: 30px;}
.bd ul li .num.second{background: #ff7b33;}
.bd ul li .num.third{background: #f9b31e;}

.bd ul li .thum{width: 120px;height: 120px;float: left;margin-right: 20px;overflow: hidden;}
.bd ul li .thum img{width: 120px;height: 120px;}

.bd ul li h4 a{font-size: 24px;color: #454545;font-weight: normal;}
.bd ul li h4 a:hover{text-decoration: underline;color: #ff4c4c;}
.bd ul li span{font-size: 14px;color: #999;margin-top: 8px;display: block;}
.bd ul li span em{margin: 0 10px;}
.bd ul li p{line-height: 24px;font-size: 16px;color: #666;margin-top: 10px;}

.bd .btn{position: absolute;right: 10px;top: 32px;}
.bd .btn a{width: 118px;height: 34px;line-height: 34px;display: inline-block;text-align: center;border-radius: 17px;margin-left: 5px;background: #f1f1f1;}
.bd .btn a.details{border: 1px solid #7c9dee;color: #7c9dee;transition: all .3s;}
.bd .btn a.details:hover{color: #fff;background: #7c9dee;background: linear-gradient(to right, #7483df, #7ba2f2);}
.bd .btn a.start{border: 1px solid #ff6f39;color: #ff6f39;transition: all .3s;}
.bd .btn a.start:hover{color: #fff;background: #ff6f39;background: linear-gradient(to right, #ff4b4c, #ff7d32);}

/* 分页 */
.bd .page{text-align: center;margin-top: 25px;margin-bottom: 60px;}
.bd .page a{width: 32px;height: 32px;line-height: 32px;text-align: center;display: inline-block;border-radius: 50%;margin: 0 4px;border: 1px solid #f4f4f4;}
.bd .page a:hover{border-color:#ff5b4a;color: #333;}
.bd .page a.active{border-color:#ff5b4a;}

.bd .page a.lt img{display: inline-block;opacity: .5;transition: all .3s;position: relative;top: 3px;}
.bd .page a.lt:hover{border-color:#f4f4f4;}
.bd .page a.lt:hover img{opacity: 1;}
