.b-tree-window{
    margin-bottom: 30px;
}
.b-tree-window .block{
    display: block;
    float: left;
    width: 210px;
    height: 80px;
    background: #1b6193;
    margin-right: 10px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.38);
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.b-tree-window .block:after{
    content: "";
    position: absolute;
    width: 30px;
    right: 0;
    top:0;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+88 */
    background: -moz-linear-gradient(left, rgba(41, 167, 248, 0) 0%, rgb(27, 97, 147) 88%, rgb(27, 97, 147) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(27, 97, 147, 0) 0%, rgb(27, 97, 147) 88%, rgb(27, 97, 147) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(27, 97, 147, 0) 0%, rgb(27, 97, 147) 88%, rgb(27, 97, 147) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.b-tree-window .block:hover .b-txt{
    margin-left: 0;
}
.b-tree-window .block:nth-child(3n){
    margin-right: 0;
}
.b-tree-window img{
    position: absolute;
}
.b-tree-window .title{
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    height: auto;
}
.b-tree-window .b-txt{
    background: rgba(27, 97, 147, 0.73);
    padding-top: 8px;
    line-height: 13px;
    display: block;
    margin-left: 80px;
    padding-left: 10px;
    width: 200px;
    overflow: hidden;
    position: relative;
    height: 80px;
    transition: all 0.2s ease-in-out;
}
.b-tree-window .content{
    padding-top: 4px;
    font-size: 11px;
    line-height: 12px;
    color: #eaeaea;
    display: block;
}
.b-tree-window .to-black{
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100,1+100 */
    background: -moz-linear-gradient(top, rgba(27, 97, 147, 0) 0%, rgb(27, 97, 147) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(27, 97, 147, 0) 0%, rgb(27, 97, 147) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(27, 97, 147, 0) 0%, rgb(27, 97, 147) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.b-tree-window .collapsed{
    display: none;
}
.b-tree-window .collapsed.opened{
    display: block;
}
.b-tree-window .bt-toggle:hover {
    color: #333333;
}
.b-tree-window .bt-toggle {
    cursor: pointer;
    font-size: 13px;
    color: #949494;
    line-height: 16px;
}