@import url(_banner.css);
@import url(_list2.css);

.main-content {
    padding-bottom: 30px;
}
.side {
    float: right;
}
.has-side .content {
    float: left;
    width: calc(100% - 230px);
    padding: 0;
}
.quick-links {
    padding: 24px 7px 12px;
    border: 2px solid #0072BC;
    margin-bottom: 28px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
}
.quick-links a {
    display: block;
    margin-bottom: 12px;
}
.quick-links a:hover {
    opacity: .7;
}

.news-box {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-width: 0 1px;
    margin-bottom: 20px;
}
.news-box .tab-nav {
    text-align: center;
    border-top: 1px solid #D0D0D0;
}
.news-box .tab-nav li {
    width: 25%;
    border: 1px solid #D0D0D0;
    border-width: 0 1px 1px 0;
}
.news-box .tab-nav li:nth-child(4n) {
    border-right-width: 0;
}
.news-box .tab-nav li a {
    padding: 10px;
    color: #111;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.4;
}
.news-box .tab-nav li a:hover,
.news-box .tab-nav li.active a {
    background: #FFCD37;
}
.news-box .btn.more {
    background: #0072BC;
    color: #fff;
    width: 100%;
    line-height: 32px;
}
.news-box .btn.more:hover {
    background: #FF9B14;
}
.news-box .btn.more:before,
.news-box .btn.more:after {
    content: "";
    background: url(../images/_icon/more_deco.png) no-repeat;
    width: 15px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.news-box .btn.more:before { background-position:    0 0; }
.news-box .btn.more:after  { background-position: 100% 0; }
.news-box .btn.more:hover:before { background-position:    0 100%; }
.news-box .btn.more:hover:after  { background-position: 100% 100%; }

.news-box .list2 {
    margin: 0;
}

.album-box {
    border: 1px solid #E5E5E5;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}
.album-box .main-title {
    float: none;
    font-size: 20px;
    border-bottom: 1px solid #71B5D9;
    margin-bottom: 15px;
}
.album-box .ibtn.more {
    background-image: url(../images/index/album_more.png);
    width: 46px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 1;
}
.album-box .slick-prev,
.album-box .slick-next {
    text-indent: -99999px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: url(../images/index/album_arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -15px;
}
.album-box .slick-prev { background-position:    0 0; left: -35px; }
.album-box .slick-next { background-position: 100% 0; right: -35px; }
.album-box .slick-prev:hover { background-position:    0 100%; }
.album-box .slick-next:hover { background-position: 100% 100%; }

.album-list {
    margin: 0 25px;
}
.album-list .item {
    padding: 0 7px;
}
.album-list .pic {
    border: 5px solid #E8E8E8;
    overflow: hidden;
    margin-bottom: 6px;
    position: relative;
}
.album-list a:hover .pic {
    border-color: #0072BC;
}
.album-list a:hover .pic:before {
    content: "";
    background: rgba(68,68,68,0.70) url(../images/index/album_hover.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.album-list .title {
    color: #7F7F7F;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.album-list a:hover .title {
    color: #2F8CC8;
}

.links-box {
    border: 1px solid #E5E5E5;
    background: #fff;
    padding: 0 10px 5px;
}
.links-box .category {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
.links-box .category .title {
    color: #0072BC;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/_icon/title2.png) no-repeat 0 6px;
    padding-left: 18px;
}
.links-box .links-list {
    font-size: 13px;
    line-height: 1.45;
    margin-left: 20px;
}
.links-box .links-list li:after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
    color: #B9B9B9;
}
.links-box .links-list li a:hover {
    color: #0072BB;
    text-decoration: underline;
}

@media screen and (max-width: 900px) {
    .toggle-side:before {
        background-position: -32px 0;
        left: 100%;
        margin-left: -32px;
    }
    .side-open .toggle-side:before {
        background-position: -64px 0;
    }
    .side {
        position: relative;
        margin-right: -240px;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
    .side-open .side {
        left: -240px;
        opacity: 1;
        height: auto;
    }
    .has-side .content {
        width: 100%;
    }
    .side-open .has-side .content {
        left: -240px;
    }
}
@media screen and (max-width: 460px) {
    .news-box .tab-nav li a span {
        display: inline-block;
        width: 36px;
    }
}