﻿/* 公开指南
auther:tfx
date:2020-04-03 */
.ewb-m8 {
    margin: 8px 0;
}

.ewb-mt15 {
    margin-top: 15px;
}

.wrap-right {
    height: auto;
    padding: 20px 0;
}

.right-hd {
    line-height: 54px;
    font-size: 26px;
    color: #136cb7;
    text-align: center;
}

.guide-cont {
    min-height: 750px;
    padding: 0 30px;
    margin-right: 19px;
}

.ewb-article-content {
    line-height: 29px;
    text-indent: 2em;
}

.ewb-article-content table {
    line-height: 29px;
    text-indent: 0em;
}

.guide-h1 {
    line-height: 51px;
    font-size: 21px;
    font-weight: bold;
}

.guide-h2 {
    line-height: 48px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

.p-hd {
    font-size: 16px;
    font-weight: bold;
}

.file-list-a {
    margin-right: 120px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 市政府文件 */
.doc-table-cont {
    margin: 18px 19px 0;
}

.doc-table {
    width: 100%;
}

.doc-table td {
    padding-left: 15px;
    font-size: 15px;
}

.doc-hd td {
    height: 36px;
    color: #fff;
    background: #3a8ed8;
}

.doc-tb tr:nth-child(2n) {
    background: #f1f8ff;
}

.doc-tb td {
    line-height: 24px;
    padding: 17px 15px;
}

.doc-tb tr:last-child {
    border-bottom: 1px solid #f7f7f7;
}

.ope-btn {
    color: #136cb7;
    margin-left: 15px;
}

.ope-btn:first-child {
    margin-left: 0;
}

.m-pagination-page>li.active>a {
    border-color: #085dce;
    background-color: #085dce
}

.m-pagination-page>li:hover>a,
.m-pagination-group>button:hover {
    border-color: #085dce;
}
/* 手机端 */
@media (max-width: 980px) {
    .doc-tb td {
        padding: 17px 11px;
    }
}
