﻿@charset "UTF-8";

a:hover, a:active, a:focus {
    text-decoration: none;
}

.page-container {
    width: 100%;
    /*height: 100%;*/
    overflow-y: auto;
}

.page-bannner {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}

    .page-bannner img {
        width: 100%;
        /*height:346px;*/
        height: auto;
    }

.page-list-container {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}

.main-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}

.nav-bar, .nav-bar-item {
    color: #7d7d7d;
}

    .nav-bar-item:hover {
        color: #7d7d7d;
        text-decoration: none;
    }

.list-content {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 30px;
}

.left-info {
    width: 210px;
    /*margin-right: -210px;*/
}

    .left-info > a {
        display: block;
        background: #fff;
        color: #666;
        border-bottom: 1px solid #cfcfcf;
        margin-bottom: 5px;
    }

        .left-info > a.active, .left-info > a:hover {
            background: #327dcd;
            color: #fff;
            border-bottom-color: #327dcd;
        }

.left-info-title {
    font-weight: bold;
    color: #005ba8;
    font-size: 20px;
    padding-bottom: 30px;
}

.bg-label {
    width: 200px;
    height: 34px;
    /*background-color: #337dcb;*/
    line-height: 34px;
    /*color: #fff;*/
    padding-left: 30px;
}

.online-service {
    margin-top: 20px;
    border-top: 2px solid #f7f7f7;
    padding-top: 10px;
}

    .online-service img {
        padding-bottom: 2px;
    }

.online-block {
    display: block;
}

.right-list {
    width: calc(100% - 280px);
}

.newsItem {
    display: block;
    position: relative;
    padding: 0 105px 15px 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #dfdfdf;
}

    .newsItem:before {
        content: "";
        position: absolute;
        left: 0;
        top: 19px;
        width: 3px;
        height: 3px;
        background-color: #000;
    }

.newsContent {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

    .newsContent:hover {
        color: #23527c;
    }

.newsDate {
    position: absolute;
    top: 0;
    right: 0;
    color: #989898;
}

/* 页数按钮样式 */
.pagination button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage, #lastPage, #nextPage, #prePage {
    width: 50px;
    color: #0073A9;
    border: 1px solid #0073A9;
}

#nextPage, #prePage {
    width: 70px;
}

.pagination .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF;
}

/* 页面数量 */
.totalPages {
    margin: 0 10px;
}

    .totalPages span, .totalSize span {
        color: #0073A9;
        margin: 0 5px;
    }

/*button禁用*/
.pagination button:disabled {
    opacity: .5;
    cursor: no-drop;
}

.right-list-title {
    text-align: center;
}

.right-list-name {
    color: #0667cc;
    font-size: 32px;
}

.right-list-date {
    color: #a9a9a9;
}

.right-list-content {
    padding: 20px 0 0;
    line-height: 28px;
    font-size: 15px;
    letter-spacing:1px;
}

    .right-list-content img, .right-list-content video {
        vertical-align: middle;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .right-list-content p {
        text-indent:2em;
        margin-bottom:0;
    }
    .list-content-item {
        text-indent: 2em;
        color: #000;
        line-height: 29px;
    }

.picture-box {
    text-align: center;
    padding: 10px 0 100px 0;
}

    .picture-box img {
        max-width: 100%;
    }
