@charset "UTF-8";
/**
 *  @name: 新版门户--办事中心
 *  @version: 3.0
 *  @author: wqg
 *  @date: 2021-01-14
 */

body {
    background: #fff;
}

.main-box {
    padding: 115px 0 0;
}

.main-box section {
    float: left;
    box-sizing: border-box;
}

.main-box section:first-child {
    width: 256px;
    margin-right: 25px;
    margin-bottom: 90px;
}

.main-box section:last-child {
    width: 894px;
    margin-left: 25px;
}

/*---------- 侧边栏 ----------*/
.list-title {
    height: 74px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #003c88;
    text-align: center;
    line-height: 74px;
}

ul.department-list {

}

ul.department-list li {
    position: relative;
    height: 74px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    line-height: 74px;
    background: #f6f6f6;
    cursor: pointer;
}

ul.department-list li.active {
    background: linear-gradient( to right, rgba(0, 95, 175, 0.3) 0%, rgba(0, 95, 175, 0) 100%);
}

ul.department-list li.active:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    display: block;
    content: "";
    width: 4px;
    background: #003c88;
}

ul.department-list li span:first-child {
    float: left;
    width: 200px;
    padding: 0 10px;
    line-height: 54px;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

ul.department-list li.active span:first-child {
    color: #003c88;
}

ul.department-list li span:last-child {
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 998;
    display: block;
    width: 14px;
    height: 14px;
}

ul.department-list li span:last-child svg {
    display: block;
    width: 14px;
    height: 14px;
    fill: #666;
}

ul.department-list li.active span:last-child svg {
    fill: #003c88;
}

/*---------- 服务卡片 ----------*/
.handle-affairs-center-head {

}

.service-search-box {
    margin-bottom: 20px;
    overflow: hidden;
}

.service-search-group {
    position: relative;
    height: 40px;
    margin-right: 20px;
}

.service-search {
    width: 240px;
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #003c88;
    outline: none;
    border-radius: 20px;
    font-size: 16px;
    color: #333;
}

.service-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 998;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.service-search-btn svg {
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px;
    fill: #003c88;
}

.btn-refresh {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.btn-refresh svg {
    display: block;
    width: 28px;
    height: 28px;
    margin: 6px;
    fill: #003c88;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-refresh:active svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tab-group {
    overflow: hidden;
}

.tab-group button {
    height: 40px;
    margin: 0;
    padding: 5px 20px;
    color: #666;
    border: none;
    border-radius: 20px;
    background: #f3f3f3;
}

.tab-group button:first-child {
    margin-right: 20px;
}

.tab-group button.active {
    color: #fff;
    background: #003c88;
}

.service-screening {
    margin-bottom: 50px;
}

.service-screening .row {
    position: relative;
    min-height: 40px;
    margin: 0;
}

.service-screening .service-screening-title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}

.service-screening-items {
    padding-left: 74px;
    margin-right: -10px;
    overflow: hidden;
}

.selected-tag {

}

.selected-tag span {
    position: relative;
    display: block;
    float: left;
    height: 30px;
    padding: 2px 20px 2px 12px;
    margin: 5px 10px;
    box-sizing: border-box;
    border: #003c88;
    line-height: 26px;
    background: #f3f3f3;
}

.selected-tag span i  {
    position: absolute;
    right: 2px;
    top: 2px;
    display: block;
    width: 16px;
    height: 16px;
}

.selected-tag span svg {
    fill: #003c88;
    cursor: pointer;
}

.service-screening-items button {
    float: left;
    height: 30px;
    margin: 5px 10px;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    color: #666;
    background: #f3f3f3;
}

.service-screening-items button.active {
    color: #fff;
    background: #003c88;
}

/*---------- 服务卡片 ----------*/
.service-card-group {
    position: relative;
}

.service-card-items {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -24px;
    margin-bottom: 70px;
}

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

.service-card-items li {
    position: relative;
    float: left;
    width: 282px;
    height: 140px;
    padding: 40px 50px;
    margin: 0 12px 24px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service-card-items li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.service-card-items li:before {
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    z-index: 998;
    display: block;
    content: "";
    height: 4px;
    background: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service-card-items li:hover:before {
    background: #edc78e;
}

.service-card-items li .mobile-icon {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 998;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service-card-items li:hover .mobile-icon {
    border-top: 20px solid #003c88;
    border-right: 20px solid #003c88;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
}

.service-card-items li .mobile-icon:before {
    position: absolute;
    right: 0;
    top: -34px;
    z-index: 997;
    content: "";
    width: 1px;
    height: 68px;
    background: #e5e5e5;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.service-card-items li:hover .mobile-icon:before {
    display: none;
}

.service-card-items li .mobile-icon svg {
    position: absolute;
    right: -18px;
    top: -20px;
    display: block;
    width: 18px;
    height: 18px;
    fill: #e5e5e5;
}

.service-card-items li > span {
    position: absolute;
    left: 50px;
    top: 40px;
    z-index: 998;
    width: 60px;
    height: 60px;
}

.service-card-items li span img,
.service-card-items li span svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #003c88;
}

.service-card-items li span svg {
    width: 50px;
    height: 50px;
    margin: 5px;
}

.service-card-items p {
    height: 60px;
    padding-left: 80px;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}

.service-card-items p span {
    display: inline-block;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.service-card-items .statement {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #999;
}

.paging-box {
    margin-bottom: 90px;
    text-align: center;
}

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

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

/* 字母导航 */
.letters-nav-box {
    position: absolute;
    right: -80px;
    top: -5px;
    z-index: 997;
    width: 60px;
}

.letters-nav {
    width: 60px;
}

.letters-nav button {
    width: 60px;
    height: 26px;
    padding: 0;
    border: none;
    background: #eff2f5;
    text-align: center;
    line-height: 26px;
}

.letters-nav button:hover,
.letters-nav button.active {
    background: #003c88;
    color: #fff;
}

/*---------------------------------------- 以下为办事中心list模式下的样式表 ----------------------------------------*/

.service-list {
    margin-bottom: 60px;
}

.service-list table {
    table-layout: fixed;
    border: 1px solid #ddd;
}

.service-list table th {
    text-align: center;
    background: #f8f8f8;
}

.service-list table th:nth-child(2) {
    text-align: left;
}

.service-list table td {
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.service-list table td:nth-child(2) {
    text-align: left;
}

.service-list table td:nth-child(3) {
    position: relative;
    padding-left: 20px;
}

.service-list table td:nth-child(3) .mobile-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 40px;
    padding: 11px 6px 11px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.service-list table td:nth-child(3) .mobile-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #e5e5e5;
}

.service-list table td:last-child span {
    position: relative;
    display: block;
    height: 24px;
}

.service-list table td:last-child span a {
    position: absolute;
    left: 24px;
    top: 2px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0 4px;
    cursor: pointer;
}

.service-list table td:last-child span a.collect-fill {
    background: url("../../images/elobby/icon-cancle-collect.png") no-repeat center/20px 20px;
}

.service-list table td:last-child span a.collect-line {
    background: url("../../images/elobby/icon-collect.png") no-repeat center/20px 20px;
}


/*---------- 缺省图 ----------*/
.default-img {
    width: 356px;
    margin: 0 auto;
}

.default-img span {
    display: block;
}

.default-img span:first-child {
    width: 356px;
    height: 356px;
}

.default-img span:first-child img {
    display: block;
    width: 356px;
    height: 356px;
}

.default-img span:last-child {
    height: 24px;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 24px;
}