.sb-wrap{
	padding-left: 260px;
}
.sb-cnt{

}
.sb-list{

}
.sb-item{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.sb-item:after{
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}
.sb-img{
	width: 250px;
    float: left;
    margin-right: 25px;
}
.sb-img img{
    max-height: 165px;
}
.sb-title{
    margin-bottom: 30px;
}
.sb-info{
    
}
.sb-title a{
    font-size: 30px;
    color: #222;
}
.sb-info p{
    line-height: 30px;
    font-size: 15px;
    color: #222;
    margin-bottom: 15px;
}
.sb-detail{
    text-align: right;
}
.sb-detail a{
    background: #af261b;
    color: #fff;
    border-radius: 30px;
    padding: 7px 20px;
    font-size: 15px;
    display: inline-block;
}