.section {
    position: relative;
}

.section img {
    vertical-align: top;
}

.section a {
    text-decoration: none;
}

.img-box {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
}
.part-l {
    position: absolute;
    width: 100px;
    overflow: hidden;
    z-index: 1;
}

.part-r {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tags {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 2;
}
.part-r img{ width: 100%;}
.tags a {
    position: absolute;
    display: block;
    width: 136px;
    height: 36px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.tags a:nth-child(1) {
    bottom: 0;
    left: 20px;
    color: #fff;
}

.tags a:nth-child(2) {
    bottom: 0;
    right: 20px;
    color: #000;
    background-color: #fff;
}

.toolbar {
    position: absolute;
    height: 100%;
    left: 100px;
    top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 3;
}

.toolbar:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -32px;
    height: 66px;
    width: 65px;
    background: url(../image/mz-bar.png) repeat;
}