@charset "UTF-8";
/**
 *  @name: 第三代门户--效能监督
 *  @version: 3.0
 *  @author: wqg
 *  @date: 2021-01-15
 */

body {
    background: #fff;
}

/*---------- banner ----------*/
.banner {
    width: 100%;
    height: 220px;
    padding-top: 65px;
    margin-bottom: 30px;
    background: #003c88;
}

.banner .container {
    height: 220px;
    padding: 0;
    background: url("../../images/onewebsitehandle/banner-bg01.png") no-repeat center/cover;
}

.banner h1 {
    padding-top: 50px;
    margin-bottom: 30px;
    font-size: 44px;
    color: #edc78e;
}

.banner p {
    font-size: 16px;
    color: #edc78e;
}

/*---------- 卡片公共样式 ----------*/
.main-container {
    padding: 0;
}

.card-box:after {
    display: block;
    content: "";
    clear: both;
}

.card-box .card {
    width: 585px;
}

.card-box .card:first-child {
    margin-right: 15px;
}

.card-box .card:last-child {
    margin-left: 15px;
}

.card {
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    position: relative;
    padding: 20px 0px 15px;
    margin: 16px auto 0;
}

.card-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.card-title h2 {
    padding: 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/*---------- 服务成效 ----------*/
.statistical-card {
    padding: 0 30px 20px;
}

.statistical-card-item {
    float: left;
    width: 20%;
    height: 140px;
    padding: 10px 7px;
    box-sizing: border-box;
}

.statistical-card-item .statistical-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.statistical-card-item:nth-child(1) .statistical-card-inner {
    background: #ffaf9f;
}

.statistical-card-item:nth-child(2) .statistical-card-inner {
    background: #90baff;
}

.statistical-card-item:nth-child(3) .statistical-card-inner {
    background: #7ee8c6;
}

.statistical-card-item:nth-child(4) .statistical-card-inner {
    background: #ffca63;
}

.statistical-card-item:nth-child(5) .statistical-card-inner {
    background: #ffaf9f;
}

.statistical-card-item .statistical-card-inner p {
    margin: 0;
    color: #fff;
}

.statistical-card-item .statistical-card-inner p:nth-child(1) {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 14px;
}

.statistical-card-item .statistical-card-inner p:nth-child(2) {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 16px;
}

.statistical-card-item .statistical-card-inner p:nth-child(1) span {
    font-size: 24px;
}

.statistical-card-item .icon-box {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 54px;
    height: 54px;
}

.statistical-card-item .icon-box svg {
    display: block;
    width: 54px;
    height: 54px;
    fill: rgba(255, 255, 255, .4);
}

/*---------- 事项进驻情况、业务办理结果监督 ----------*/
.enter-situation .card-title,
.handle-supervision .card-title {
    border-bottom: none;
}

.enter-situation .card-inner,
.handle-supervision .card-inner {
    overflow: hidden;
}

.enter-situation .card-inner dl,
.handle-supervision .card-inner dl {
    float: left;
    width: 33.333%;
    margin-bottom: 30px;
}

.enter-situation .card-inner dl dt,
.enter-situation .card-inner dl dd,
.handle-supervision .card-inner dl dt,
.handle-supervision .card-inner dl dd {
    text-align: center;
}

.enter-situation .card-inner dl dt,
.handle-supervision .card-inner dl dt {
    margin-bottom: 10px;
}

.enter-situation .card-inner dl dt span,
.handle-supervision .card-inner dl dt span {
    font-size: 24px;
}

.enter-situation .card-inner dl dd,
.handle-supervision .card-inner dl dd {
    font-size: 16px;
    color: #999;
}

/*---------- 事项进驻情况、事项办理结果统计表 ----------*/
.statistics-table {

}

.statistics-table .card-title {
    overflow: hidden;
}

.statistics-table .card-title h2 {
    float: left;
    margin-right: 65px;
    cursor: pointer;
}

.statistics-table .card-title h2.active {
    position: relative;
    color: #003c88;
}

.statistics-table .card-title h2.active:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    height: 6px;
    background: #003c88;
}

.statistics-table-wrap {
    position: relative;
    height: 540px;
    overflow: hidden;
}

.statistics-table-wrap .statistics-table-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
}

.statistics-table-wrap .statistics-table-inner .tab {
    float: left;
    width: 50%;
}

.statistics-table table {
    table-layout: fixed;
    margin-bottom: 50px;
    border: 1px solid #e5e5e5;
}

.statistics-table table thead tr th {
    background: #e5e5e5;
}

.statistics-table table tbody tr td {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.statistics-table table thead tr th:nth-child(1),
.statistics-table table tbody tr td:nth-child(1) {
    text-align: center;
}

.statistics-table table thead tr th:nth-child(2),
.statistics-table table tbody tr td:nth-child(2) {
    text-align: left;
}

.statistics-table table thead tr th:nth-child(3),
.statistics-table table thead tr th:nth-child(4),
.statistics-table table thead tr th:nth-child(5),
.statistics-table table thead tr th:nth-child(6),
.statistics-table table tbody tr td:nth-child(3),
.statistics-table table tbody tr td:nth-child(4),
.statistics-table table tbody tr td:nth-child(5),
.statistics-table table tbody tr td:nth-child(6) {
    text-align: right;
}

    /*---------- 分页 ----------*/
.paging-box {
    position: relative;
    text-align: center;
 }

.paging-box .paging {
    display: inline-block;
}

.paging-box .paging .pageWrap ul .sel-page {
    background: #003c88;
}

.service-title h5{
    font-size: 18px;
    margin: 30px 0 0 37px;
}