.left-menu-nav {
    border: 0;
    margin-top: -34px;
    background: #f5f5f5;
}
.left-menu-nav h3 {
    background: #871c48;
    padding: 20px;
    margin: 0;
    color: #fff;
}
.left-menu-nav ul {
    padding: 10px;
}
.left-menu-nav ul li {
    border-bottom: 1px solid #ddd;
    padding: 8px;
}
.left-menu-nav ul li a {
    font-size: 16px;
    color: #666;
}
.left-menu-nav ul li a i {
    font-weight: 500;
    padding-left: 5px;
    color: #871c48;
    float: right;
    font-size: 20px;
}
.left-menu-nav a.menuicon {
    display: none;
}
.left-menu-nav a.menuicon i:hover {
    color: #fff !important;
}
.list-content>li {
    line-height: 1.8;
    border-bottom: 1px solid #dadada;
    padding: 5px 0;
    width: 100%;
    display: inline-block;
    position: relative;
}
.list-content>li a {
    color: #333;
}
.list-content>li span.create-time {
    float: left;
    color: #999;
    font-size: 14px;
    margin-right: 10px;
}
.list-content li a.texth {
    font-size: 15px;
    color: #333;
    float: left;
}
.list-content li .region, .list-content li .xqzwlist {
    color: #999;
    font-size: 14px;
    line-height: 2;
}
.list-content li .xqzwlist a {
    color: #871c48;
}
.list-content li .pull-right {
    float: right;
    color: #9E9E9E;
    font-size: 13px;
}

.page-bar {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}
.page-bar .page-detail {
    color: #999;
    font-size: 14px;
}
.page-bar .page-detail a {
    display: inline;
}

div#page-bar {
    text-align: center;
}
#page-bar .pagination {
    border-radius: 0;
    margin-top: 15px;
    position: relative;
}
.pagination>li {
    display: inline;
}
#page-bar .pagination li a, #page-bar .pagination li span, #page-bar .pagination li:first-child a, #page-bar .pagination li:first-child span, #page-bar .pagination li:last-child a, #page-bar .pagination li:last-child span {
    border-radius: 25px !important;
    color: #868c93;
}
#page-bar .pagination li a, #page-bar .pagination li span {
    padding: 3px 10px;
    border: 1px solid #fff !important;
    font-size: 15px;
    /* font-weight: 600; */
}
.pagination>li>span, .pagination>li>span:hover, .pagination>li a.hover_k {
    background: #871c48;
    color: #fff !important;
}
#page-bar .pagination li span.dots {
    color: #868c93 !important;
    background: none;
    border: none !important;
    padding: 3px;
}
#page-bar .pagination li .curPage {
    color: #fff !important;
    background: #871c48 !important;
    font-weight: 500 !important;
}
#page-bar .pagination li span.curPage>span {
    display: none;
}

.channel-name {
    padding: 15px 5px;
    border-bottom: 2px solid #ccc;
}
.channel-name .input-right {
    border: none;
    float: right;
}
.channel-name .input-right #jp-keyword-input {
    border: 2px solid #17497a;
    font-size: 15px;
    padding: 7px 10px;
    float: left;
    height: 34px;
    width: 205px;
}
.channel-name .input-right #jp-keyword-btn {
    background: #871c48;
    width: 50px;
    display: block;
    float: left;
    height: 34px;
}
.channel-name .input-right #jp-keyword-btn i {
    font-size: 20px;
    padding: 7px 14px;
    color: #fff;
    display: block;
}
.content * {
    /*background: none !important;*/
    font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif" !important;
}

.content.common-box {
    padding: 15px 0;
    margin-bottom: 30px;
    /* border: 1px solid #eee; */
}
.content_title_box {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.content_title_box .content_title, .content_title_box .detail {
    padding: 0px;
    text-align: center;
    color: #333;
    font-weight: 600;
}
.content_time {
    text-align: center;
    color: #888;
}
.content_time span {
    margin-right: 15px;
}

.corp-detail-text ul li a {
    color: #337ab7;
    border-bottom: 1px dashed;
}

.list-inline>li {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

@media (max-width: 991px) {
    .left-menu-nav {
        border: none;
        margin-top: 0;
    }
    .left-menu-nav a.menuicon {
        display: block;
        color: #fff;
        float: right;
    }

    .left-menu-nav ul.listside-bars {
        display: none;
    }

    .left-menu-nav h3 {
        font-size: 18px;
        padding: 15px;
        margin-bottom: 0;
    }
    .maintext {
        display: inline-block;
    }

    .content video {
        width: 100%;
    }

    .content table {
        width: 100% !important;
    }
}