.banner .slick-dots {
    position: absolute;
    z-index: 10;
    bottom: 1%;
    left: 0;
    right: 0;
    text-align: center;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    border: 0;
    margin: 0 3px;
    width: 46px;
    height: 20px;
    background: none;
    position: relative;
}

.banner .slick-dots li button:before {
    content: '';
    background: #ccc;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
}

.banner .slick-dots li.slick-active button:before {
    background: #4BC1DD;
}

.site-main {
    padding-bottom: 30px;
}

.sect-title {
    margin: 0;
    font-weight: normal;
}

.sect-title .en {
    font-family: Georgia, serif;
    font-size: 1.2em;
}

.news-sect {
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.news-sect .sect-title {
    color: #fff;
    font-size: 14px;
    background: #49C1DC;
    width: 230px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 5px 0;
}

.news-sect .sect-title .en {
    font-size: 1.1em;
}

.news-slider {
    margin: 0 30px 0 240px;
}

.news-slider .slick-prev, .news-slider .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 30px;
    height: 16px;
    background: none;
    position: absolute;
    top: 50%;
    right: -30px;
}

.news-slider .slick-prev {
    margin-top: -16px;
}

.news-slider .slick-prev:before, .news-slider .slick-next:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 50%;
    margin-left: -6px;
}

.news-slider .slick-prev:before {
    bottom: 2px;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #40C8BE transparent;
}

.news-slider .slick-next:before {
    top: 2px;
    border-width: 6px 6px 0 6px;
    border-color: #40C8BE transparent transparent transparent;
}

.news-slider .slick-prev:hover:before {
    border-color: transparent transparent #bbb transparent;
}

.news-slider .slick-next:hover:before {
    border-color: #bbb transparent transparent transparent;
}

.news-list .box {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    padding: 5px;
}

.news-list .box * {
    vertical-align: middle;
}

.news-list .date {
    display: inline-block;
    color: #333;
}

.news-list .date:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #CCC;
    height: 14px;
    margin: 0 8px 3px 10px;
}

.news-list .name {
    color: #888;
}

.news-list .box:hover .name {
    color: #49C1DC;
}

.about-sect, .album-sect {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect {
    float: left;
    width: 36%;
    margin: 0 2%;
}

.about-sect .sect-title {
    color: #21A5B1;
    font-size: 21.6px;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-family: Georgia, serif;
}

.about-sect .sect-title .en {
    color: #21A5B1;
    display: none;
}

.about-sect .sect-title .en:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    height: 15px;
    margin: 0 8px 3px 10px;
}

.about-sect .editor {
    display: block;
    color: #858585;
    font-size: 14px;
    line-height: 1.55;
}

.about-sect .editor:hover {
    text-decoration: underline;
}

.album-sect {
    float: right;
    width: 58%;
    background: url('../images/index/album_bg.png');
    padding: 24px 24px 24px 98px;
    position: relative;
}

.album-sect .sect-title {
    color: #999;
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 48px;
    margin-top: -55px;
}

.album-sect .sect-title .en {
    color: #fff;
    width: 110px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    display: none;
}

.album-sect .sect-title .tw {
    display: block;
    width: 30px;
    line-height: 1;
    padding: 18px 3px;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 110px;
    position: absolute;
    top: 0;
    left: 30px;
}

.album-list {
    margin: 0 -3px;
}

.album-list .item {
    width: 25%;
    padding: 0 3px;
}

.album-list .box {
    position: relative;
    overflow: hidden;
    max-width: 150px;
    margin: 0 auto;
}

.album-list .box:before {
    content: '';
    display: block;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: 50% 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.album-list .box:hover:before {
    border-width: 5px;
    background: url('../images/index/album_hover.png') 50% 50% no-repeat rgba(0, 0, 0, 0.7);
}

.album-list .img {
    padding-top: 100%;
    background: 50% 50% / cover no-repeat;
}

@media screen and (max-width: 900px) {
    .about-sect, .album-sect {
        float: none;
        width: auto;
    }
    .about-sect {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-dots li button {
        width: 40px;
    }
    .news-sect .sect-title {
        position: static;
        width: auto;
        padding: 5px 15px;
        text-align: left;
    }
    .news-slider {
        margin-left: 10px;
    }
}

@media screen and (max-width: 540px) {
    .album-sect {
        padding: 16px 20px 20px;
    }
    .news-sect .sect-title, .about-sect .sect-title {
        text-align: center;
    }
    .album-sect .sect-title {
        position: static;
        margin: 0 auto 14px;
    }
    .album-sect .sect-title .en, .album-sect .sect-title .tw {
        display: inline-block;
        vertical-align: middle;
        /* width: auto; */
        margin: 0 6px;
    }
    .album-sect .sect-title .en {
        position: static;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        display: none;
    }
    .album-sect .sect-title .tw {
        /* width: auto;
        height: auto;
        line-height: 28px;
        padding: 0 15px; */
        position: static;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 10px;
    }
}

@media screen and (max-width: 470px) {
    .banner .slick-dots li button {
        width: 36px;
    }
    .album-sect {
        padding: 16px 15px 10px;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .box {
        margin-bottom: 6px;
    }
}