﻿

.pagination {
    text-align: center;
}

    .pagination .item {
        vertical-align: middle;
        display: inline-block;
        text-decoration: none;
        color: #787878;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border: 1px solid #bdbdbd;
        margin-right: 16px;
        font-size: 14px;
    }

        .pagination .item:hover {
            opacity: .9;
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
        }

        .pagination .item.active {
            background: #787878;
            color: white;
        }

    .pagination .page,
    .pagination .total {
        font-size: 14px;
        color: #787878;
        margin: 0 8px;
    }

body {
    background: #fcfcfc;
}

    body > .news {
        box-sizing: border-box;
        padding-left: 45px;
    }

        body > .news .main-news {
            width:1170px;
            padding: 52px 0;
            border-bottom: 1px solid #ebebeb;
        }

            body > .news .main-news .caption {
                float: left;
                width: 588px;
            }

                body > .news .main-news .caption .date {
                    color: #007ac2;
                    font-size: 27px;
                }

                body > .news .main-news .caption .title {
                    color: #212121;
                    font-size: 18px;
                    margin-top: 24px;
                }

                    body > .news .main-news .caption .title a.title {
                        text-decoration: none;
                    }

                        body > .news .main-news .caption .title a.title:hover {
                            color: #007ac2;
                        }

                body > .news .main-news .caption .description {
                    margin-top: 12px;
                    font-size: 14px;
                    color: #717171;
                    line-height: 2;
                }

                body > .news .main-news .caption .btn-more {
                    display: block;
                    width: 424px;
                    height: 51px;
                    text-decoration: none;
                    background: #007ac2;
                    text-align: center;
                    font-size: 16px;
                    color: white;
                    line-height: 51px;
                    margin-top: 16px;
                }

                    body > .news .main-news .caption .btn-more:hover {
                        background: #2d9394;
                    }

            body > .news .main-news .thumbnail {
                margin-left: 56px;
                display: block;
                float: left;
                width:518px;
                height: 232px;
            }

        body > .news .news-list .item {
            width: 1170px;
            overflow: hidden;
            height: 174px;
            border-bottom: 1px solid #ebebeb;
        }

            body > .news .news-list .item .date {
                margin-top: 41px;
                margin-left: 1px;
                float: left;
                width: 80px;
                height: 91px;
                background: #e5ede9;
                overflow: hidden;
                padding-left: 11px;
            }

                body > .news .news-list .item .date .day {
                    font-size: 40px;
                    color: #189aca;
                    margin-top: 4px;
                    margin-bottom: 8px;
                    font-family:"Myriad Pro Re";
                }

                body > .news .news-list .item .date .month,
                body > .news .news-list .item .date .year {
                    margin-bottom: 4px;
                    color: #212121;
                    font-size: 14px;
                    margin-left:4px;
                }

            body > .news .news-list .item .data {
                float: left;
                margin-left: 32px;
                width: 1000px;
                margin-top: 41px;
            }

                body > .news .news-list .item .data .title {
                    font-size: 16px;
                    color: #212121;
                    text-decoration: none;
                }

                    body > .news .news-list .item .data .title:hover {
                        color: #007ac2;
                    }

                body > .news .news-list .item .data .aside,
                body > .news .news-list .item .data .description {
                    font-size: 13px;
                    color: #717171;
                    margin-top: 16px;
                    line-height: 1.6;
                }

                body > .news .news-list .item .data .description {
                    margin-top: 2px;
                }

        body > .news .pagination {
            margin-top: 36px;
        }

    body > .news-detail {
        padding-left: 40px;
        box-sizing: border-box;
    }

        body > .news-detail .article-box .date {
            margin-top: 41px;
            margin-left: 1px;
            float: left;
            width: 80px;
            height: 91px;
            background: #e5ede9;
            overflow: hidden;
            padding-left: 11px;
            margin-top: 54px;
        }

            body > .news-detail .article-box .date .day {
                font-size: 32px;
                color: #189aca;
                font-weight: bold;
                margin-top: 12px;
                margin-bottom: 8px;
            }

            body > .news-detail .article-box .date .month,
            body > .news-detail .article-box .date .year {
                margin-bottom: 4px;
                color: #212121;
                font-size: 14px;
                margin-left:4px;
            }

        body > .news-detail .article-box .article {
            margin-top: 54px;
            width: 1000px;
            margin-left: 36px;
            float: left;
        }

            body > .news-detail .article-box .article .title {
                font-size: 18px;
                color: #212121;
                font-weight: bold;
            }

            body > .news-detail .article-box .article .sub-title {
                text-indent: 4rem;
                font-size: 14px;
                color: #717171;
                margin: 8px 0;
            }

            body > .news-detail .article-box .article .aside {
                font-size: 13px;
                color: #717171;
                margin-top: 16px;
                margin-bottom:16px;
            }

            body > .news-detail .article-box .article .action {
                margin-top: 26px;
            }

                body > .news-detail .article-box .article .action a {
                    font-size: 0;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 8px;
                }

            body > .news-detail .article-box .article .content {
                margin-top: 10px;
                font-size: 14px;
                color: #717171;
                line-height: 2;
            }

                body > .news-detail .article-box .article .content p {
                    margin-bottom: 24px;
                }

                body > .news-detail .article-box .article .content img {
                    display: block;
                    margin: 24px auto;
                }

                body > .news-detail .article-box .article .content .data-section {
                    margin-bottom: 8px;
                }

                    body > .news-detail .article-box .article .content .data-section ol {
                        list-style: decimal;
                        margin-left: 16px;
                    }

                body > .news-detail .article-box .article .content .important {
                    color: red;
                }

        body > .news-detail .divider {
            background: #ebebeb;
            width: 1170px;
            height: 1px;
            margin-top: 34px;
        }

        body > .news-detail .related-news {
            margin-top: 40px;
            box-sizing: border-box;
            padding-left: 10px;
        }

            body > .news-detail .related-news .title {
                font-size: 16px;
                font-weight: bold;
                color: #212121;
                margin-bottom: 16px;
            }

            body > .news-detail .related-news .item {
                width: 500px;
                display: block;
                text-decoration: none;
                color: #717171;
                font-size: 13px;
                margin-bottom: 12px;
            }
            body > .news-detail .related-news .item:hover{
                color:#007ac2;
            }

                body > .news-detail .related-news .item .content {
                    float: left;
                }

                body > .news-detail .related-news .item .date {
                    float: right;
                }

.album {
    position: relative;
    margin-top: 72px;
}

    .album .icon {
        display: block;
        width: 39px;
        height: 67px;
        position: absolute;
        opacity: .68;
        cursor: pointer;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=68);
    }

    .album .icon-news-album-arrow-left {
        background: url("../images/news-album-arrow-left.png") no-repeat;
        top: 228px;
        left: -36px;
    }

    .album .icon-news-album-arrow-right {
        background: url("../images/news-album-arrow-right.png") no-repeat;
        top: 228px;
        right: -36px;
    }

    .album .album-box {
        margin-left: 40px;
        position: relative;
        height: 600px;
        overflow: hidden;
    }

        .album .album-box .list {
            position: absolute;
            width: 9999px;
            height: 600px;
            left: 0;
            top: 0;
        }

            .album .album-box .list .item {
                float: left;
                position: relative;
                padding-bottom: 55px;
                margin-right: 50px;
                /*border-bottom: 1px solid #aeaeae;*/
                width: 367px;
                height: 458px;
                margin-bottom: 120px;
                margin-top: 32px;
                transition: all .3s linear;
            }

                .album .album-box .list .item.active {
                    border-bottom-color: #50beda;
                }

                    .album .album-box .list .item.active img {
                        top: -32px;
                    }

                    .album .album-box .list .item.active .caption {
                        display: block;
                    }

                .album .album-box .list .item img {
                    transition: all .3s linear;
                    display: block;
                    width: 100%;
                    height: 458px;
                    top: 0;
                    left: 0;
                    position: absolute;
                }

                .album .album-box .list .item .caption {
                    display: none;
                    position: absolute;
                    bottom: 32px;
                    left: 50%;
                    margin-left: -156.5px;
                    width: 313px;
                    height: 196px;
                    background: url("../images/news-album-caption-background.png") no-repeat;
                    overflow: hidden;
                    color: white;
                }

                    .album .album-box .list .item .caption .title {
                        text-align: center;
                        font-size: 18px;
                        font-weight: bold;
                        margin-top: 40px;
                    }

                    .album .album-box .list .item .caption .description {
                        font-size: 12px;
                        line-height: 1.8;
                        width: 265px;
                        margin: 12px auto;
                    }

.media-page .media-box .media-list .item {
    float: left;
    width: 484px;
    height: 339px;
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
    background: black;
    overflow: hidden;
    margin-bottom: 20px;
}
.media-page .media-box .media-list .item.right{
    margin-left:160px;
}

    .media-page .media-box .media-list .item .player {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .media-page .media-box .media-list .item .icon-video-play {
        position: absolute;
        left: 214px;
        top: 118px;
    }

    .media-page .media-box .media-list .item .description {
        position: absolute;
        top: 197px;
        width: 100%;
        left: 0;
        color: white;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
    }
