body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: source sans pro, sans-serif
}

.albums {
    width: 100%;
    float: left
}

.albums-inner {
    width: 1100px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto
}

.albums-title {
    float: left;
    width: 100%;
    color: #35759f;
    font-size: 20px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #35759f;
    line-height: 50px;
    margin-bottom: 100px
}

.albums-tab {
    float: left;
    width: 300px;
    margin-right: 100px;
    margin-bottom: 100px
}

.albums-tab:nth-child(3n+0) {
    margin-right: 0
}

.albums-tab-thumb {
    float: left;
    width: 300px;
    height: 200px
}

.albums-tab-thumb img {
    height: auto;
    width: 290px;
    background-color: #fff;
    padding: 5px
}

.albums-tab-text {
    float: left;
    width: 100%;
    text-align: center;
    color: #35759f;
    margin-top: 15px;
    font-size: 18px
}

.albums-tab-text span {
    font-size: 14px;
    color: #666
}