.content {
    max-width: none;
}
.story-list {
    margin: 0 -20px;
}
.story-list .item {
    width: 50%;
    padding: 0 20px;
}
.story-list .item a {
    margin: 0 auto 24px;
    position: relative;
    overflow: hidden;
}
.story-list .pic {
    float: left;
    width: 224px;
    max-width: 224px;
}
.story-list .txt {
    margin-left: 245px;
    border: 1px solid #bbb;
    position: relative;
    padding: 24px 28px 32px;
}
.story-list .txt:before {
    content: "";
    display: block;
    background: url(../images/story/txt_caret.png) no-repeat;
    width: 10px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -10px;
}
.story-list .name {
    color: #111;
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    margin-bottom: 20px;
}
.story-list a:hover .name {
    text-decoration: underline;
}
.story-list .description {
    color: #555;
    font-size: 20px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 170px;
}
.story-list + .btn-box {
    padding-top: 60px;
}

.story-detail .title,
.story-detail .txt {
    float: right;
    width: 58%;
}
.story-detail.no-gallery .title,
.story-detail.no-gallery .txt {
    float: none;
    width: auto;
}
.story-detail .title {
    color: #111;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}
.story-detail .editor {
    border: 1px solid #bbb;
    padding: 25px 20px;
}
.gallery {
    float: left;
    width: 26%;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: 5%;
}
.gallery .stage {
    max-width: 663px;
    margin: 0 auto 10px;
}
.gallery-control {
    display: block;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 5px;
}
.gallery-control .ibtn {
    background: url(../images/story/gallery_arrow.png) no-repeat;
    width: 40px;
    height: 40px;
}
.gallery-control .ibtn.prev { background-position:    0 0; }
.gallery-control .ibtn.next { background-position: 100% 0; }
.gallery-control .ibtn.prev:hover { background-position:    0 100%; }
.gallery-control .ibtn.next:hover { background-position: 100% 100%; }
.gallery-control .page-control {
    float: right;
    padding: 0 5px;
    color: #525252;
    letter-spacing: 0.3px;
}
.gallery-control .page-control .current {
    color: #3FAC39;
}
.story-detail .btn-box {
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .story-list {
        max-width: 900px;
        margin: 0 auto;
    }
    .story-list .item {
        width: auto;
        float: none;
        padding: 0;
    }
    .story-detail {
        max-width: 663px;
        margin: 0 auto;
    }
    .story-detail .title,
    .story-detail .txt,
    .gallery {
        float: none;
        width: auto;
        clear: both;
    }
    .gallery {
        margin-left: 0;
    }
}
@media screen and (max-width: 600px) {
    .story-list .pic {
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .story-list .txt {
        margin: 25px 0 0;
        padding: 15px 20px 20px;
    }
    .story-list .txt:before {
        background-image: url(../images/story/txt_caret_top.png);
        width: 20px;
        height: 10px;
        left: 50%;
        top: -10px;
        margin: 0 0 0 -10px;
    }
    .story-list .name {
        max-height: 50px;
        height: auto;
    }
    .story-list .description {
        max-height: 97px;
        height: auto;
    }
}