﻿/*通用*/
[v-cloak] {
    display: none !important;
}

body,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

a {
    text-decoration: none
}

html,
body {
    width: 100%;
    height: 100%
}

body {
    background-image: url(../img/bg.jpg);
    background-size: 100% 100%;
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



.logo {
    width: 44.44vw;
    height: 6.77vh;
    padding-top: 5.8vh;
    margin: 0 auto;
}

/* .logo{
    width: 44.44vw;
    height: 6.77vh;
    padding-top: 2.8vh;
    margin: 0 auto;
} */

.content {
    width: 85vw;
    margin: 4.84vh auto 0;
    position: relative
}

/* .content{width:2.8vh; margin:4.84vh auto 0; position:relative} */

.content__box {
    width: 100%;
    height: 58.33vh;
    border-radius: 2vw;
    position: relative;
    z-index: 999
}

.content__box__bg {
    width: 100%;
    height: 58.33vh;
    background: #07a5ff;
    opacity: 0.7;
    border-radius: 2vw;
    position: absolute;
    top: 0;
    left: 0;
}

.btns__group {
    width: 100%;
    text-align: center;
}

.btns__group a {
    width: 20vw;
    height: 4.17vh;
    display: inline-block;
    text-align: center;
    line-height: 4.17vh;
    background: #0059cd;
    border-radius: 2vw;
    font-size: 3.4vw;
    /* margin: 4vh 1.25vw */
    margin: 1vh 1.25vw
}

.btns__group .btns__group__red {
    background: #cc132a;
}

.btns__group a:active {
    opacity: 0.8
}

.footer {
    width: 100%;
    height: 4vh;
    color: #fff;
    text-align: center;
    line-height: 4vh;
    font-size: 1.4vw;
    position: fixed;
    bottom: 0;
    background: linear-gradient(#097ACC, #0055b5);
    left: 0;
}

.footer div {
    display: inline-block;
    margin-left: 1vw;
}

/*首页*/

.body__index {
    background-image: url(../img/bg_index.jpg);
}

.index__header {
    width: 100vw;
    height: 3.33vh;
    padding-top: 3.69vh
}

.header__weather {
    width: 19vw;
    height: 3.5vh;
    margin-left: 4.6vw
}

.weather__left {
    text-align: center;
}

/* .header__weather__icon{ width:5.92vw; height:5.92vw; display:block; } */

.header__weather__icon {
    width: 18.92vw;
    height: 13.92vw;
    display: block;
}

.header__weather__text {
    width: 20vw;
    display: block;
    margin-left: 1.66vw;
    font-size: 1.8vw;
    color: #fff;
}

.header__weather__text__num {
    width: 100%;
    font-size: 3vw;
}

.header__weather__text__num i {
    font-style: normal;
}

/* 31 */

.header__r {
    margin-right: 2.7vw;
    width: 39vw;
    height: 3.33vh;
    color: #000;
}

/* 40 */

.header__r__date {
    width: 35%;
    padding-right: 10%;
    font-size: 1.8vw;
    text-align: right;
    border-right: 3px solid #000;
    line-height: 1.6vh;
    height: 3.3vh;
}

.header__r__time {
    width: 40%;
    margin-left: 8%;
    font-size: 5vw;
    line-height: 3.33vh;
}

.index__logo {
    width: 44.44vw;
    height: 6.77vh;
    margin: 4.42vh auto 0 auto
}

.index__content {
    width: 88vw;
    height: 59.6vh;
    margin: 4.1vh auto 0 auto;
}

.index__content__top {
    width: 61.11vw;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.index__content__top a {
    width: 28.88vw;
    height: 10.57vh;
    display: block;
    margin-bottom: 1.3vh;
    opacity: 0.9
}

.index__content__top a:first-child {
    background: #ff0000;
    /* height: 22.43vh */
}

.index__content__top a:nth-child(2) {
    background: #7111ff
}

.index__content__top a:nth-child(3) {
    background: #d9af1d;
}

.index__content__top a:nth-child(4) {
    background: #00cb4e
}

.index__content__top a:nth-child(5) {
    background: #005bf2
}

.index__content__top a:nth-child(6) {
    background: #f05a00
}

.index__content__top a:nth-child(7) {
    background: #f05a00
}

.index__content__top a:nth-child(7) {
    background: #9800F1
}

.index__content__top .index__icon {
    width: 8.14vw;
    height: 8.14vw;
    display: block;
    margin: 1.8vw auto 0.8vw
}

/* .index__content__top a:first-child .index__icon {
    width: 14.72vw;
    height: 15.37vw;
    margin: 6.66vw auto 5vw auto;
} */

.index__title {
    color: #fff;
    font-size: 2.8vw;
    text-align: center;
    width: 100%;
    display: block;
}

.index__title span {
    width: 100%;
    display: block;
}

.index__title__english {
    font-size: 12px;
    font-family: 'Arial';
    margin-top: 0.5vw;
}

/* .index__content__top a:first-child .index__title {
    font-size: 3.2vw;
}

.index__content__top a:first-child .index__title__english {
    margin-top: 1vw;
} */

.index__content__bottom {
    width: 100%;
    height: 5.73vh;
    margin-top: 5.9vh;
}

.index__bottom__tel {
    width: 38vw;
    margin-top: 8.6vw;
    margin-left: 27vw;
}

.index__bottom__tel__icon {
    width: 5.37vw;
    height: 4.72vw;
    background: url(../img/icon8.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 1vw
}

.download_app {
    margin-top: 19vw;
}

.android_pic {
    width: 10vw;
    height: 10vw;
    background: url(../img/code.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 1vw
}

.apple_pic {
    width: 10vw;
    height: 10vw;
    background: url(../img/hjgzh.jpg);
    background-size: 100% 100%;
    float: left;
    margin-top: 1vw
}

.android {
    margin-left: 16vw;
}

.android_icon {
    width: 5vw;
    height: 6vw;
    background: url(../img/icon9.png);
    background-size: 100% 100%;
    margin-top: 1vw;
    margin-left: 2.3vw;
    margin-bottom: 1vw;
}

.apple_icon {
    width: 5vw;
    height: 6vw;
    background: url(../img/wchart.png);
    background-size: 100% 100%;
    margin-top: 1.1vw;
    margin-left: 2.3vw;
    margin-bottom: 1vw;
}

.index__bottom__app__icon {
    width: 20vw;
    float: left;
    margin-left: 2.5vw;
    font-size: 2vw;
    line-height: 3.6vw;
    color: #000;
}

.index__bottom__tel__text {
    width: 28vw;
    float: left;
    margin-left: 2.5vw;
    font-size: 2vw;
    line-height: 3.6vw;
    color: #000;
}

.index__bottom__tel__text i {
    font-style: normal;
    color: #8e141c
}

.index__bottom__r {
    width: 47vw;
}

.index__bottom__r__img {
    float: left;
    width: 8.24vw;
    height: 8.24vw;
    padding: 0.8vw;
    border: 1px solid #d5d5d5;
    background: #fff;
}

.index__bottom__r__text {
    width: 13vw;
    float: left;
}

.index__bottom__r__icon {
    width: 4.26vw;
    height: 5vw;
    background-image: url(../img/icon9.png);
    background-size: 100% 100%;
    margin: 0 auto;
}

.index__bottom__r__icon2 {
    background-image: url(../img/icon10.png);
}

.index__bottom__r__title {
    width: 100%;
    margin-top: 1vh;
    font-size: 1.4vw;
    text-align: center;
    color: #000;
}

/*阳光政务*/

.ygzw__content {
    width: 61vw;
    margin: 6.25vh auto 0;
}

.ygzw__content__top {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ygzw__content__top a {
    width: 28.88vw;
    height: 16.77vh;
    display: block;
    float: left;
    opacity: 0.9;
    margin-bottom: 2.1vh
}

.ygzw__content__top a:nth-child(even) {
    float: right
}

.ygzw__content__top a:first-child {
    background: #f05a00;
}

.ygzw__content__top a:nth-child(2) {
    background: #7111ff
}

.ygzw__content__top a:nth-child(3) {
    background: #9900f1
}

.ygzw__content__top a:nth-child(4) {
    background: #0099ff
}

.ygzw__content__top a:nth-child(5) {
    background: #005bf2
}

.ygzw__content__top a:nth-child(6) {
    background: #00cb4e
}

.ygzw__content__top .ygzw__icon {
    width: 9.44vw;
    height: 9.44vw;
    display: block;
    margin: 4.58vh auto 1.3vh
}

.ygzw__title {
    color: #fff;
    font-size: 2.8vw;
    text-align: center;
    width: 100%;
    display: block;
}

.ygzw__content__bottom {
    margin-top: 6vh
}

/*列表*/

.list__content {
    width: 90%;
    margin: 0 auto;
    padding-top: 2vh
}

.list__content h2 {
    width: 100%;
    height: 3.2vh;
    background: linear-gradient(#058ef0, #0a91f1);
}

.list__h2__icon {
    width: 7.8vw;
    height: 3.2vh;
    display: inline-block;
    float: left;
    background: url(../img/icon17.jpg);
    background-size: 100% 100%;
}

.list__h2__title {
    margin-left: 2vw;
    line-height: 3.2vh;
    color: #fff;
    font-weight: normal;
    font-size: 3.4vw;
    float: left
}

.list__content__bottom {
    margin-top: 2.9vh;
}

.list__content ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.list__content li {
    height: 4.4vh;
    margin-top: 0.6vh;
    width: 96%;
    padding: 0 2%;
    line-height: 4.4vh;
    border-bottom: 2px solid #0378ba;
}

.list__content li:last-child {
    border: none;
}

.list__li__title {
    width: calc(100% - 140px);
    float: left;
    font-size: 2.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list__li__a {
    float: right;
    width: 140px;
    height: 3vh;
    border-radius: 2vw;
    line-height: 3vh;
    text-align: center;
    font-size: 2.5vw;
    background: #0059cd;
    display: block;
    margin-top: 0.7vh
}

.list__li__a:active {
    opacity: 0.8
}

/*窗口*/

.window__content .content__box,
.window__content .content__box__bg {
    /* height: 73vh; */
    height: 70vh;
}

.window__content__top {
    width: 81vw;
    height: 34vh;
    margin: 0 auto;
}

.window__top__h2 {
    text-align: right;
    color: #000;
    padding-top: 3vh;
    font-size: 1.6vw;
    line-height: 2vh;
    width: 68vw;
    margin: 0 auto;
}

.window__top__h2 span {
    color: #b80101;
}

.window__top__img {
    width: 68vw;
    height: 27vh;
    margin: 0 auto;
    position: relative;
}

.window__top__img img {
    width: 100%;
    height: 100%
}

.window__top__text {
    position: absolute;
    font-size: 2vw;
}

.window__top__text1 {
    top: -6vw;
    left: 44%
}

.window__top__text2 {
    top: 44%;
    right: -5vw
}

.window__top__text3 {
    bottom: -5vw;
    left: 44%
}

.window__top__text4 {
    top: 44%;
    left: -5vw
}

.window__content__bottom {
    width: 100%;
    margin-top: 4vh
}

.window__btn__list {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center
}

.window__btn__list li {
    width: 20vw;
    height: 3.38vh;
    display: inline-block;
    ;
    margin: 0 2.2vw 1.45vh 2.2vw;
}

.window__btn__list a {
    width: 100%;
    height: 3.38vh;
    line-height: 3.38vh;
    display: block;
    border-radius: 1vw;
    background: linear-gradient(#68c8ff, #0ba6ff);
    text-align: center;
    font-size: 2.4vw;
}

.window__btn__list a:active {
    background: linear-gradient(#2ca7ee, #017bc1);
}

/*进入单位*/

.jrdw__content {
    margin-top: 5.46vh;
    width: 71vw;
}

.jrdw__btn__list {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    min-height: 57vh
}

.jrdw__btn__list li {
    width: 32.6vw;
    height: 4.7vh;
    float: left;
    margin-bottom: 3.4vh;
}

.jrdw__btn__list li:nth-child(even) {
    float: right
}

.jrdw__btn__list a {
    width: 100%;
    height: 4.7vh;
    line-height: 4.7vh;
    display: block;
    border-radius: 1vw;
    background: linear-gradient(#68c8ff, #0ba6ff);
    text-align: center;
    font-size: 2.4vw;
}

.jrdw__btn__list a:active {
    background: linear-gradient(#2ca7ee, #017bc1);
}

.jrdw__content__bottom {
    margin-top: 2vh
}

/*手机号*/

.sjh__h2 {
    width: 100%;
    font-size: 5vw;
    text-align: center;
    font-weight: normal;
    margin-top: 4.7vh;
}

.sjh__content .content__box__bg,
.sjh__content .content__box {
    height: 54vh;
    margin: 0vh 0 -1.5vh;
}

.sjh__form {
    width: 92%;
    height: auto;
    margin: 0 auto;
    padding-top: 3.4vh
}

.sjh__form__group {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-left: 20px;
}

.sjh__form label {
    width: 14.8vw;
    line-height: 3.4vh;
    float: left;
    font-size: 3.2vw;
    text-align: right
}

.sjh__form input {
    width: 58vw;
    line-height: 3.4vh;
    height: 3.4vh;
    background: #fff;
    border: none;
    float: left;
    margin-left: 4vw;
    font-size: 38px;
    padding-left: 10px;
}

.sjh__form__group__img {
    width: 21.6vw;
    height: 16vw;
    margin-left: 18.8vw;
    float: left;
}

.sjh__form__group__text {
    font-size: 2.8vw;
    margin: 2.5vw 0 0 2.8vw;
    float: left;
    line-height: 2.8vh;
    width: 21.6vw;
}

.jp__box {
    width: 57.5vw;
    margin-left: 18.8vw;
    user-select: none;
}

.jp__btn {
    width: 11.85vw;
    height: 10.46vw;
    display: block;
    float: left;
    margin: 0 3.3vw 2.8vw 0;
    background: #fff;
    color: #000;
    line-height: 10.46vw;
    text-align: center;
    border-radius: 2vw;
    font-size: 4vw
}

.jp__btn:active {
    opacity: 0.8
}

.jp__btn:nth-child(4n+4) {
    margin-right: 0;
}

.jp__btn:last-child {
    background: #0059cd;
    font-size: 3vw;
    color: #fff
}

/*查询界面*/

.search__content .content__box__bg,
.search__content .content__box {
    height: 65.5vh;
    margin-bottom: 0;
}

.search__group {
    width: 92%;
    margin: 0 auto;
    padding-top: 1.7vh
}

.search__group h2 {
    width: 100%;
    height: 3.2vh;
    background: linear-gradient(#058ef0, #0a91f1);
}

.search__h2__icon {
    width: 7.8vw;
    height: 3.2vh;
    display: inline-block;
    float: left;
    background-image: url(../img/icon29.png);
    background-size: 100% 100%;
}

.search__h2__icon2 {
    background-image: url(../img/icon22.jpg);
}

.search__h2__icon3 {
    background-image: url(../img/icon23.jpg);
}

.search__h2__title {
    margin-left: 2vw;
    line-height: 3.2vh;
    color: #fff;
    font-weight: normal;
    font-size: 3.2vw;
    float: left
}

.search__group1 ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 1vh
}

.search__group1 li {
    line-height: 2vh;
    /* line-height: 2.8vh; */
    font-size: 2vw;
    width: 100%;
    height: 2vh;
}

.search__group1__name {
    width: 14.4vw;
    float: left;
    text-align: right;
}

.search__group1__text {
    width: 33vw;
    float: left
}

.search__group1 li .search__group1__text:nth-child(4) {
    width: 12vw;
}

.search__group2__content {
    width: 100%;
    height: 20vh;
}

.search__group2__content {
    margin-top: 2.9vh;
    height: auto;
}

.search__group2__step {
    width: 16.6vw;
}

.step__line {
    height: 6vh;
    width: 0;
    border-left: 5px solid #cc132a;
    margin-top: 3.5vh;
    margin-left: 7.8vw;
}

.step__line2 {
    width: 0;
    height: 8vh;
    border-left: 5px dashed #0059cd;
    margin-top: 3.5vh;
    margin-left: 7.8vw;
    margin-bottom: 1vh;
}

.step__num {
    width: 7.13vw;
    height: 7.13vw;
    background: #0059cd;
    font-size: 5vw;
    line-height: 7.13vw;
    text-align: center;
    border-radius: 50%;
    /* margin: 0 auto; */
}

.step__num22 {
    width: 7.13vw;
    height: 7.13vw;
    background: #0059cd;
    font-size: 5vw;
    text-align: center;
    border-radius: 50%;
    margin: 1vh auto 0;
    background: #cc132a;
}

.step__num333 {
    width: 7.13vw;
    height: 7.13vw;
    background: #0059cd;
    font-size: 5vw;
    text-align: center;
    border-radius: 50%;
    margin: 1vh auto 0;
    background: #0059cd;
    line-height: 7.13vw;
}

.step__num.finished {
    background: #cc132a;
}

.search__group2__step:last-child .step__num {
    line-height: 7.13vw;
}

.search__group2__step dl {
    margin-left: 20vw;
    margin-top: -4.1vh;
    font-size: 1.8vw;
    color: #cae9ff;
    line-height: 2vh;
    width: 200%;
}

.search__group2__step dt {
    width: 50%;
    text-align: left;
    color: #fff;
    font-size: 2.5vw;
}

.search__group2__step label {
    width: 9vw;
    float: left;
    text-align: left;
}

.search__group2__step dd span {
    width: 15.3vw;
    float: left;
    height: auto;
}

.search__group2__step dd .blyj {
    width: 100%;
    float: left;
    height: auto;
}

.search__group3 ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.search__group3 li {
    height: 4.7vh;
    width: 96%;
    padding: 0 2%;
    border-bottom: 2px solid #0378ba;
    overflow: hidden
}

.search__group3 li:last-child {
    border: none;
}

.search__group3 li a {
    width: 100%;
    line-height: 4.7vh;
    font-size: 2vw;
}

/*dialog*/

.dialog__box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.dialog__warp {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 0.4;
    top: 0;
    left: 0;
}

.dialog {
    width: 77.2vw;
    height: 36vh;
    position: fixed;
    top: 27vh;
    left: 11.11vw
}

.dialog__closed {
    height: 1.8vh;
    width: 95%;
    border-right: 3px solid #fff;
}

.dialog__closed a {
    display: block;
    width: 4.7vw;
    height: 4.7vw;
    float: right;
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    line-height: 4vw;
    font-size: 4vw;
    margin-top: -5vw;
    margin-right: -2.6vw
}

.dialog__closed:after {
    width: 3px;
    height: 2vh;
    background: #fff
}

.dialog__content {
    width: 92%;
    padding: 1.5vh 4%;
    height: auto;
    background: #72ccff;
    border-radius: 1vw;
    opacity: 0.98;
    float: left
}

.dialog__content h2 {
    width: 100%;
    height: 3.2vh;
    background: linear-gradient(#058ef0, #0a91f1);
}

.dialog__h2__icon {
    width: 7.8vw;
    height: 3.2vh;
    display: inline-block;
    float: left;
    background: url(../img/icon18.jpg);
    background-size: 100% 100%;
}

.dialog__h2__icon2 {
    background: url(../img/icon24.jpg);
    background-size: 100% 100%;
}

.dialog__h2__title {
    margin-left: 2vw;
    line-height: 3.2vh;
    color: #fff;
    font-weight: normal;
    font-size: 3.2vw;
    float: left
}

.dialog__content__list {
    width: 100%;
    height: auto;
    overflow: hidden
}

.dialog__content__list li {
    height: 4.4vh;
    margin-top: 0.6vh;
    width: 96%;
    padding: 0 2%;
    line-height: 4.4vh;
    border-bottom: 2px solid #0378ba;
}

.dialog__content__list li:last-child {
    border: none;
}

.dialog__li__title {
    width: 51vw;
    float: left;
    font-size: 2vw;
}

.dialog__li__a {
    float: right;
    width: 12.6vw;
    height: 2.9vh;
    border-radius: 1vw;
    line-height: 2.9vh;
    text-align: center;
    font-size: 2vw;
    background: #0059cd;
    display: block;
    margin-top: 0.7vh
}

.dialog__li__a:active {
    opacity: 0.8
}

.img__box {
    width: 68.14vw;
    height: 33.75vh;
    margin: 3vh auto 0;
    position: relative;
}

.img__box__scroll {
    width: 46.3vw;
    height: 33.75vh;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.img__box ul {
    width: auto;
    height: 33.75vh;
    position: absolute;
    left: 0;
}

.img__box ul li {
    width: 46.3vw;
    height: 33.75vh;
    float: left
}

.img__box ul li img {
    width: 100%;
    height: 100%
}

.img__box__btn {
    outline: none;
    background: none;
    border: 0;
    width: 7.6vw;
    height: 7.6vw;
    display: block;
    position: absolute;
    top: 14.32vh;
    background-size: 100% 100%;
}

.img__box__btn--prev {
    left: 0;
    background-image: url(../img/icon27.png);
}

.img__box__btn--next {
    right: 0;
    background-image: url(../img/icon25.png);
}

.img__box__btn--prev.img__box__btn--no {
    background-image: url(../img/icon28.png);
}

.img__box__btn--next.img__box__btn--no {
    background-image: url(../img/icon26.png);
}

.img__box__btns {
    margin: 2vh auto 1vh;
}

/*滚动条*/

.silderBar {
    width: 1.6vw;
    height: calc(100% - 50px);
    position: absolute;
    top: 1vh;
    right: 1.8vw;
    background: #0a5a87;
    border-radius: 5px;
    overflow: visible;
}

.silderBar span {
    width: 4vw !important;
    height: 2.5vh !important;
    top: 0;
    right: calc((100% - 4vw)/2);
    position: absolute;
    display: block;
    border-radius: 3px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
}

.box__warp {
    padding: 10px;
    word-break: break-all;
}

/*tabs*/

.tabscontent__box__bg {
    width: 100%;
    height: 50vh;
    background: #07a5ff;
    opacity: 0.7;
    border-radius: 2vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tab-menu {
    width: 100%;
}

.tab-menu li {
    width: 40.3%;
    background-color: #fff;
    color: #bcbcbc;
    display: inline-block;
    padding: 20px 40px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 999;
    font-size: 38px;
    text-align: center;
    border-top-left-radius: 2vw;
}

.tab-menu li:nth-child(2) {
    float: right;
    border-top-right-radius: 2vw;
    border-top-left-radius: 0;
}

.tab-menu li:hover {
    color: #464646;
}

.tab-menu li.active {
    color: #464646;
    opacity: 1;
}

/*.tab-menu li.active:hover {*/

/*color:#464646;*/

/*}*/

/*.tab-content>div {*/

/*box-sizing:border-box;*/

/*width: 100%;*/

/*padding: 50px;*/

/*min-height:200px;*/

/*}*/

/*.line {*/

/*position:absolute;*/

/*width: 0;*/

/*height: 7px;*/

/*background-color: aqua;*/

/*top: 0;*/

/*left: 0;*/

/*}*/

.jtsxbg {
    border-collapse: collapse;
    width: 100%;
    font-size: 18px;
    margin-top: 0;
}

.jtsxbg,
.jtsxbg td,
.jtsxbg th {
    border: 1px solid #0276bc;
}

.jtsxbg th {
    background: #005eae;
    padding: 10px 0;
    min-width: 140px;
}

.jtsxbg td {
    padding: 10px 2vw;
}

.tabs-menu {
    width: 100%;
    background: #0276bc;
    display: flex;
}

.tabs-menu li {
    flex: 1;
    color: #fff;
    display: inline-block;
    padding: 20px 10px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 999;
    font-size: 22px;
    text-align: center;
    border-bottom: 2px solid transparent;
    position: relative;
}

.tabs-menu li:hover {
    color: #464646;
}

.tabs-menu li.active {
    background-color: #005eae;
    color: #ffffff;
    opacity: 1;
    border-bottom: 2px solid #ffffff;
}

.tabs-menu li.active:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: calc(50% - 4px);
    bottom: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.tabs-content {
    width: 100%;
    height: auto;
}

.tabs-content div h1 {
    color: red;
    font-size: 22px;
    padding: 2vh 0 0 1.5vh;
}

.tabs-content div div {
    padding: 2vh 0 0 1.5vh;
    text-indent: 44px;
    font-size: 16px;
    line-height: 30px;
}

.listNone {
    text-align: center;
    line-height: 300px;
    font-size: 26px;
}

/*权力清单*/

.xzsg {}

.xzsg li {
    width: 17vw;
    float: left;
    text-align: center;
    margin-left: 2vw;
    padding: 0.5vh 0;
    border-radius: 5px;
}

.xzsg li:nth-child(1) {
    background: #d75b15;
}

.xzsg li:nth-child(2) {
    background: #671ffd;
}

.xzsg li:nth-child(3) {
    background: #0661f0;
}

.xzsg li:nth-child(4) {
    background: #04c55c;
}

.number {
    display: inline-block;
    margin: 0.5vh 0 0 2vh;
}

.qlqdlist__content li {
    height: 4.4vh;
    margin-top: 0.6vh;
    width: 96%;
    padding: 0 2%;
    line-height: 4.4vh;
    border-bottom: 2px solid red;
}

.qlqdsearch__group2__content {
    width: 100%;
    height: 45vh;
    margin-top: 2.9vh;
}

.bmfl_list li {
    width: 100%;
    height: auto;
}

.bmfl_list li div {
    float: left;
    width: 30%;
    font-size: 1.5em;
    background: -webkit-linear-gradient(#2ba7ee, #007dc2);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#2ba7ee, #007dc2);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#2ba7ee, #007dc2);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#2ba7ee, #007dc2);
    /* 标准的语法（必须放在最后） */
    padding: 1.5vh 0;
    border-radius: 8px;
    text-align: center;
    margin-right: 4.5%;
    margin-bottom: 1.5vh;
}

.bmfl_list li div:nth-child(3) {
    margin: 0;
}

.qlsilderBar {
    width: 1.6vw;
    height: 65%;
    position: absolute;
    top: 15vh;
    right: 1.8vw;
    background: #0a5a87;
    border-radius: 5px;
    overflow: visible;
}

.qlsilderBar span {
    width: 4vw !important;
    height: 2.5vh !important;
    top: 0;
    right: calc((100% - 4vw)/2);
    position: absolute;
    display: block;
    border-radius: 3px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
}

.box__warp {
    padding: 10px;
    word-break: break-all;
}

/*资金管理*/

.zjgl {}

.zjgl li {
    width: 17vw;
    float: left;
    text-align: center;
    padding: 0.5vh 0;
    border-radius: 5px;
    margin-right: 2vw;
    background: #0661f0;
}

.zjgl .active {
    background: #d75b15;
}

.zjglsearch__group2__content {
    width: 100%;
    height: 45vh;
    margin-top: 1.5vh;
    margin-bottom: 2vh;
}

.selbox {
    width: 25vw;
    height: 3vh;
    font-size: 22px;
    background: #1881df;
    color: #fff;
    float: left;
    border-radius: 8px;
}

.selbox select {
    width: 18vw;
    height: 3vh;
    font-size: 22px;
    background: #1881df;
    color: #fff;
    float: left;
    border: 1px solid red;
    -webkit-appearance: listitem;
    -moz-appearance: listitem;
    z-index: 999;
}

.icon_jt {
    background: url(../img/selectjt.png);
    height: 50%;
    width: 3.5vw;
    float: left;
    margin: 0.8vh 0 0 1.5vw;
    background-size: 100% 100%;
}

.zjglsearch__group2__content select option {
    font-size: 10px;
}

.iptbox {
    width: 25vw;
    height: 3vh;
    font-size: 22px;
    background: #1881df;
    color: #fff;
    float: left;
    margin-left: 3vw;
    border-radius: 8px;
}

.iptbox input {
    height: 100%;
    width: 18vw;
    float: left;
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
}

.icon_sea {
    background: url(../img/fdj.png);
    height: 70%;
    width: 3.5vw;
    float: left;
    margin: 0.5vh 0 0 1.5vw;
    background-size: 100% 100%;
}

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
    position: relative;
    top: 1.5vh;
    text-align: center;
    border: 2px solid #107dbf;
}

#customers td,
#customers th {
    font-size: 1em;
    border-bottom: 1px solid #107dbf;
    /*padding:3px 7px 2px 7px;*/
    padding: 15px 7px;
}

#customers th {
    font-size: 1.3em;
    text-align: center;
    /*padding-top:5px;*/
    /*padding-bottom:4px;*/
    padding: 10px 10px;
    background-color: #027ccf;
    color: #ffffff;
}

#customers tr {
    color: #fff;
    background-color: none;
}

/*阳光政务2*/

.ygzw2__content {
    width: 61vw;
    margin: 6.25vh auto 0;
    /* margin: 17.25vh auto 0; */
}

.ygzw3__content {
    width: 61vw;
    margin: 17.25vh auto 0;
}

.ygzw2__content__top {
    width: 100%;
    height: auto;
    overflow: hidden
}

/* .ygzw2__content__top a {
    width: 28.88vw;
    height: 30.77vh;
    display: block;
    float: left;
    opacity: 0.9;
    margin-bottom: 2.1vh
}

.ygzw2__content__top a:nth-child(even) {
    float: right
}

.ygzw2__content__top a:first-child {
    background: #7111ff;
}

.ygzw2__content__top a:nth-child(2) {
    background: #0099ff
}

.ygzw2__content__top a:nth-child(3) {
    background: #005bf2
}

.ygzw2__content__top a:nth-child(4) {
    background: #00cb4e
} */

.ygzw2__content__top .ygzw2__icon {
    width: 9.44vw;
    height: 9.44vw;
    display: block;
    margin: 8.58vh auto 1.3vh
}

.ygzw2__title {
    color: #fff;
    font-size: 2.8vw;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 4vh;
}

/*负面清单*/

.container {
    margin-top: 3vh;
    margin-left: 8vw;
    width: 30vw;
    float: left;
    background: #07a5ff;
    opacity: 0.7;
    border-radius: 8px;
    z-index: -1;
}

.topnav {
    width: 30vw;
    padding: 20px 28px 25px 0;
    font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
    height: 60vh;
    color: #fff;
    font-size: 1.3em;
}

ul.topnav {
    padding: 0;
    margin: 0;
    font-size: 1.3em;
    line-height: 0.87em;
    list-style: none;
    color: #fff;
}

ul.topnav li {
    color: #fff;
}

ul.topnav li a {
    line-height: 10px;
    font-size: 11px;
    padding: 10px 5px;
    display: block;
    text-decoration: none;
    font-weight: bolder;
    color: #fff;
}

ul.topnav li a:hover {
    color: white;
}

ul.topnav ul {
    margin: 0;
    padding: 0;
    display: none;
}

ul.topnav ul li {
    margin: 0;
    padding: 0;
    clear: both;
}

ul.topnav ul li a {
    padding-left: 20px;
    font-size: 10px;
    font-weight: normal;
    outline: 0;
}

ul.topnav ul li a:hover {
    background-color: #D3C99C;
}

ul.topnav ul ul li a {
    color: silver;
    padding-left: 40px;
}

ul.topnav ul ul li a:hover {
    background-color: #D3CEB8;
}

ul.topnav span {
    float: right;
}

.li_title {
    width: 100%;
    /* height: 8vh; */
    height: 4vh;
}

.iccon {
    float: left;
    /* margin: 1vh 3vw 0; */
    margin-left: 2vw;
    margin-top: 1vh;
}

.iccon img {
    margin-top: 1vh;
    margin-right: 1vw;
}

.titlle {
    float: left;
    /* margin-top: 2vh; */
    margin-top: 2vh;
    font-size: 30px;
}

.nrong {
    margin-top: 3vh;
    margin-left: 4vw;
    width: 40vw;
    float: left;
    background: #07a5ff;
    opacity: 0.7;
    border-radius: 8px;
    height: 67vh;
    text-align: justify;
    letter-spacing: 3px;
}

.nrtext {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 60vh;
    line-height: 3vh;
    margin-top: 1vh;
    font-size: 1.3em;
}

/*权力清单分类*/

.search__group38 {
    height: auto;
}

.qlflcontent__box__bg {
    width: 70%;
    height: 58.33vh;
    background: #07a5ff;
    opacity: 0.7;
    border-radius: 2vw;
    position: absolute;
    top: 0;
    left: 0;
}

.qlflcontent__box {
    width: 70%;
    height: 58.33vh;
    border-radius: 2vw;
    position: relative;
    z-index: 999;
}

.ipt_box {
    width: 100%;
    height: 4vh;
    margin: 1vh 0;
    background: #1882e0;
    border-radius: 8px;
}

.ipt_box input {
    width: 85%;
    height: 99%;
    border: none;
    color: #fff;
    background: none;
    float: left;
}

.ipt_box div {
    float: left;
    width: 10%;
    height: 80%;
    background: url(../img/fdj.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.5vh;
}

.san {
    width: 100%;
}

.san li {
    font-size: 1em;
    float: left;
    width: 30%;
    background: #016cb6;
    text-align: center;
    margin-right: 5%;
    padding: 1vh 0;
    margin-bottom: 10px;
}

.san li.active {
    background: #004b80;
}

.san li:nth-child(3) {
    margin: 0;
}

.dlist {
    width: 100%;
    position: relative;
}

.dlist li {
    padding-bottom: 5px;
    margin-bottom: 4vh;
    /*border-bottom: 1px solid #0072ba;*/
    /*background: red;*/
}

.dlist li span:nth-child(1) {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 80px);
}

.dlist li span:nth-child(2) {
    float: right;
}

.lblb {
    width: 18vw;
    height: 70vh;
    position: absolute;
    top: 0;
    right: -25vw;
}

.sjt {
    width: 50%;
    height: 3vh;
    background: url(../img/xjt.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    transform: rotate(180deg);
}

.sjt_no {
    width: 50%;
    height: 3vh;
    background: url(../img/ssjt.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.xjt {
    width: 50%;
    height: 3vh;
    background: url(../img/xjt.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 25%;
}

.xjt_no {
    width: 50%;
    height: 3vh;
    background: url(../img/ssjt.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 25%;
    transform: rotate(180deg);
}

.lblist li {
    width: 100%;
    padding: 1vh 0;
    background: red;
    text-align: center;
    margin-top: 2vh;
    border-radius: 8px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.lblist .rainbow_0 {
    background: #1cb2df;
}

.lblist .rainbow_1 {
    background: #25cebc;
}

.lblist .rainbow_2 {
    background: #566193;
}

.lblist .rainbow_3 {
    background: #ff7f64;
}

.lblist .rainbow_4 {
    background: #666db9;
}

/* .lblist .active {
   
    box-shadow: inset 0 0 15px rgba(0,0,0,0.4);
    border: 1px solid rgba(0,0,0,0.3);
} */

/*责任清单*/

.tit_text {
    width: 100%;
    height: auto;
    text-indent: 40px;
    margin: 1.5vh 0;
}

.zw_text {
    width: 100%;
    height: auto;
    margin: 1.5vh 0;
}

.zw_text h4 {
    color: #000;
    line-height: 40px;
}

.wj_text {}

.tableScroll .tabs-content {
    padding: 0;
}

.tableScroll .silderBar {
    right: 9px;
}

.tableScroll .silderBar span {
    width: 3vw !important;
    height: 1.8vh !important;
    top: 0;
    right: -7px;
}

.nullImg {
    text-align: center;
    line-height: 350px;
}

.nullImg img {
    vertical-align: middle
}

.dataTable {
    padding: 0 !important;
    margin-top: 10px;
    background: transparent;
    border: 1px solid #0276bc;
}

.dataTable div {
    padding: 0 !important;
    text-indent: 0 !important;
}

.dataTable .cell {
    padding: 0 !important;
}

.dataTable th {
    background-color: #005eae;
    color: #fff;
    padding: 4px 5px;
    border: 1px solid #0276bc;
    border-top: none !important;
    border-bottom: none !important;
}

.dataTable th:first-child {
    border-left: none;
}

.dataTable table {
    border-collapse: collapse;
}

.dataTable .el-table__body tr.hover-row.current-row>td,
.dataTable.el-table tr {
    background: transparent;
    color: #fff;
}

.dataTable.el-table tr td {
    border: 1px solid #0276bc;
    background: transparent;
    padding: 4px 5px;
}

.dataTable.el-table tr td:first-child {
    border-left: none;
}

.dataTable.el-table .el-table__body tr:last-child td {
    border-bottom: none;
}

.dataTable.el-table--enable-row-hover .el-table__body tr:hover>td {
    background: transparent;
}

.dataTable.el-table::before {
    background: transparent
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

/* 负面清单 */

.collapseStar {
    padding-top: 4px;
}

.qlqdlistInfo .name {
    /* overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    float: left;
    width: calc(100% - 140px); */
    display: inline-block;
    width: 90%;
}

.startP {
    position: relative;
}

.headerStar {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 4px;
}

.startP p i {
    width: 25px;
    height: 25px;
    background-image: url(../img/star_off.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 3px;
    background-position: 0;
    float: left;
}

.startP p i.active {
    background-image: url(../img/star_on.png);
}

.dataCollapse .el-collapse-item__header {
    width: calc(100% + 25px);
    margin-left: -25px;
    padding-left: 25px;
    line-height: 35px;
    font-size: 20px;
    outline: none;
}

.dataCollapse .el-collapse-item__header.is-active {
    border-bottom: 1px solid #016cb6;
}

.collapse_noChild {
    line-height: 35px;
    font-size: 20px;
    outline: none;
    /* padding-left: 25px; */
    border-bottom: 1px solid #016cb6;
}

.dataCollapse .el-collapse-item {
    border-bottom: 1px solid #016cb6;
}

.dataCollapse .collapseSm {
    font-size: 18px;
    line-height: 38px;
    color: #f0f0f0;
    padding-left: 10px;
}

.el-collapse-item {
    position: relative;
    padding-left: 25px;
}

.fmqd .el-collapse-item {
    position: relative;
    padding-left: 0px;
}

.dataCollapse .collapse::before {
    content: '+';
    position: absolute;
    top: 6px;
    left: 5px;
}

.fmqd .collapse::before {
    content: '+';
    position: relative;
    top: 1.35vh;
    left: 4vw;
}

.dataCollapse .collapse.is-active::before {
    content: '-';
    top: 4px;
    left: 7px;
}

.fmqd .el-collapse-item.is-active::before {
    content: '-'
}

.fmqd .el-collapse-item__header {
    padding-left: 6vw !important;
    cursor: pointer;
}

.fmqd .el-collapse-item__content {
    background: #0988d7;
    height: 2.5vh;
    line-height: 2.5vh;
    padding-left: 8vw;
    border-bottom: 1px solid gray;
    margin-top: 1vh;
    cursor: pointer;
}

.fmqd .img {
    float: left;
    margin-top: 27vh;
    margin-left: 4vw;
}

.bjinfo .search__group2__step {
    width: 100%;
}

.bjinfo .search__group2__step .step__num.finished {
    width: 77px;
    height: 77px;
    float: left;
    line-height: 77px;
}

.bjinfo .search__group2__step dl {
    float: left;
    margin-top: 0;
    width: calc(100% - 100px);
    margin-left: 0;
    padding-left: 50px;
    box-sizing: border-box;
    margin: 0 11px;
    padding-bottom: 30px;
    position: relative;
}

.bjinfo .search__group2__content>div:not(.silderBar) {
    padding: 0 20px;
}

.bjinfo .search__group2__content>div:not(:nth-last-child(1)) dl:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: #cc132a;
    left: -51px;
    top: 0;
    z-index: -1;
}

.bjinfo .search__group2__step dt {
    width: 100%;
}

.bjinfo .search__group2__step dd {
    display: block;
}

.bjinfo .search__group2__step dd span {
    width: calc(100% - 9vw)
}

.bjinfo .search__group2__content {
    margin-top: 0;
    padding: 60px 0 0 0
}

.tableScroll {
    overflow: auto;
    position: relative;
    width: 100%;
    margin: 10px;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.tableScroll .mCSB_scrollTools {
    width: 20px;
    opacity: 1
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 20px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 20px;
    margin: 0;
    background-color: #fff;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: none;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    background: rgba(10, 90, 135, 1);
    width: 6px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: none;
}

.mCSB_scrollTools .mCSB_buttonUp {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

#app .dom_a-disable {
    background: #0059cd87;
}

.lblb .mask {
    height: 90%;
    position: relative;
}

.zrqd_group {
    height: 100%;
    box-sizing: border-box;
}

.zrqd_group .zw_text {
    position: relative;
    height: 78%;
    padding-bottom: 50px;
}

.zrqd_group .pageCtr {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
}

.zrqd_group .pageCtr span {
    display: inline-block;
    height: 50px;
    line-height: 60px;
    width: 49%;
    text-align: center;
}

.rightScroll .mCSB_inside>.mCSB_container {
    margin: 0;
}

.rightScroll .mCSB_scrollTools {
    margin-right: -50px;
}

/* 政务大厅简介 */

.zwdtjj .title {
    text-align: center;
    font-size: 50px;
    color: #0a2f3d;
    font-weight: 800;
    padding-top: 5vh;
}

.zwdtjj .message {
    width: 66vw;
    margin: 0 auto;
    /* line-height: 3vh; */
    line-height: 50px;
    margin-top: 3vh;
    text-indent: 50px;
    text-align: justify;
    letter-spacing: 3px;
    font-size: 20px;
}

.zwdtjj .message_next {
    width: 66vw;
    margin: 0 auto;
    /* line-height: 3vh; */
    line-height: 50px;
    text-indent: 50px;
    text-align: justify;
    letter-spacing: 3px;
    font-size: 20px;
}

.qlqdlistInfo {
    width: 100%;
    padding: 0;
    height: auto;
}

.dtjj_div {
    text-align: center;
    /* margin-top: 4vh; */
}

.dtjj_div_a {
    width: 20vw;
    height: 4.17vh;
    display: inline-block;
    text-align: center;
    line-height: 4.17vh;
    background: #0059cd;
    border-radius: 2vw;
    font-size: 3.4vw;
    margin: 1vh 1.25vw;
}

.dtjj_div_ygzw {
    text-align: center;
    margin-top: 4vh;
}

.qlad_icon {
    vertical-align: top;
}

/* .qlqdlistInfo .qlad_name{
     display: inline-block;
     width: 90%
 } */

.buttonhub img {
    width: 70px;
    height: 70px;
}

.buttonhub {
    width: 7vw;
    position: fixed;
    left: 93vw;
    top: 0vh;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}

.home {
    position: fixed;
    top: 35vh;
    right: 2.5px;
}

.back {
    position: fixed;
    top: 40vh;
    right: 2.5px;
}

.sure {
    position: fixed;
    top: 45vh;
    right: 2.5px;
    width: 70px;
    height: 70px;
    background: #4caf50;
    border-radius: 50px;
}

.next {
    position: fixed;
    top: 45vh;
    right: 2.5px;
    width: 70px;
    height: 70px;
    background: #4caf50;
    border-radius: 50px;
}

.nextShow {
    position: fixed;
    top: 50vh;
    right: 2.5px;
    width: 70px;
    height: 70px;
    background: #4caf50;
    border-radius: 50px;
}

.prev {
    position: fixed;
    top: 50vh;
    right: 2.5px;
    width: 70px;
    height: 70px;
    background: #4caf50;
    border-radius: 50px;
}

.prevShow {
    position: fixed;
    top: 45vh;
    right: 2.5px;
    width: 70px;
    height: 70px;
    background: #4caf50;
    border-radius: 50px;
}

.buttonhub .next img {
    width: 50px;
    height: 50px;
    margin-left: 13px;
    margin-top: 10px;
}

.buttonhub .prev img {
    width: 50px;
    height: 50px;
    margin-left: 5px;
    margin-top: 10px;
}

/* 分页 */

.fy {
    width: 100%;
    /* height: 80px; */
    margin-top: 25px;
}

.fy p {
    margin-left: 42vw;
    font-size: 25px;
    color: black;
}

.zjgl_fy p {
    margin-left: 70vw;
    font-size: 25px;
    color: black;
}

.lblist li img {
    width: 20px;
    vertical-align: text-bottom;
}

.ygzw_qlqd_a {
    width: 90%;
    height: 15vh;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 3vh;
}

.ygzw2__content__top img {
    vertical-align: middle;
}

.ygzw_div {
    margin-top: 4vh;
    margin-left: 10vw;
}

.ygzw_div span {
    font-size: 25px;
    margin-left: 5vw;
    width: 16vw;
    display: inline-block;
    vertical-align: middle;
}

.ygzw2__content__top a:nth-child(1) {
    background: #00cc66;
}

.ygzw2__content__top a:nth-child(2) {
    background: #fe630f
}

.ygzw2__content__top a:nth-child(3) {
    background: #0099ff;
}

/* 投资项目核准 */

.tzxmhz_table {
    width: 100%;
    border: 1px solid #0276bc;
    border-collapse: collapse
}

.tzxmhz_table th {
    background: #005eae;
    padding: 10px 0;
}

.tzxmhz_table td {
    padding: 10px 2vw;
    border: 1px solid #0276bc;
}

.text_center {
    text-align: center;
}

/* 收费基金项目目录清单 */

.sfjjxm table {
    width: 100%;
    border: 1px solid #0276bc;
    border-collapse: collapse;
}

.sfjjxm th {
    background: #005eae;
    padding: 10px 0;
}

.sfjjxm td {
    padding: 10px 2vw;
    border: 1px solid #0276bc;
}

.sfjjxm .search__content .content__box__bg,
.search__content .content__box {
    height: 60.5vh;
    margin-bottom: 0;
}

/* 山西省行政事业性收费目录清单（省 定）  */

.sxsxzsy_center {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
}

/* 山西省行政事业性收费目录清单（省 定）  */

.lct_img {
    width: 94%;
}

/*  具体事项dialog */

.sxinfo .el-dialog {
    width: 85vw;
    background: #07a5ff;
    margin-top: 20vh;
    min-height: 35vh
}

.sxinfo .el-dialog__body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sxinfo .el-dialog img {
    width: 98%;
}

.sxinfo .el-icon-close:before {
    background: #fff;
    font-size: 25px;
    border-radius: 15px;
}

.sxinfo_div .el-button {
    color: #fff;
    background: #07a5ff;
}

/*  具体事项dialog */

.btns__group_qlqd {
    width: 100%;
    text-align: center;
}

.btns__group_qlqd a {
    width: 20vw;
    height: 4.17vh;
    display: inline-block;
    text-align: center;
    line-height: 4.17vh;
    background: #0059cd;
    border-radius: 2vw;
    font-size: 3.4vw;
    margin: 7vh 1.25vw
}

.btns__group_tzxmhz {
    width: 100%;
    text-align: center;
}

.btns__group_tzxmhz a {
    width: 20vw;
    height: 4.17vh;
    display: inline-block;
    text-align: center;
    line-height: 4.17vh;
    background: #0059cd;
    border-radius: 2vw;
    font-size: 3.4vw;
    margin: 6vh 1.25vw
}

.search__h2__title_qlqd {
    margin-left: 2vw;
    line-height: 3.2vh;
    color: #fff;
    font-weight: normal;
    /* font-size: 2.2vw; */
    font-size: 2vw;
    float: left;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .is-disabled{
    background:gray;
    opacity: 0.5
} */

/* 具体事项 表格样式 */

.sxInfoTable {
    border: 1px solid #0276bc;
    width: 100%;
    font-size: 18px;
    margin-top: 0;
}

.sxInfoTable .sxInfoLabel {
    float: left;
    border-right: 1px solid #0276bc;
    border-left: 1px solid #0276bc;
    color: #fff !important;
    font-weight: normal;
    background: #005eae;
    padding: 10px 0;
    color: #333;
    min-width: 140px;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    margin-left: -1px;
}

.sxInfoTable .sxInfoTxt {
    float: left;
    word-wrap: break-word;
    width: calc(100% - 150px);
    padding: 10px 5px;
}

.sxInfoTr {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #0276bc;
}

.sxInfoTr:last-child {
    border-bottom: none;
}

.sxInfoTable .col-50 {
    /* float: left;
	width:50%; */
    flex: 1;
}

/* 办件列表改 */

.newBjlist .el-table {
    font-size: 18px;
}

/* .newBjlist .el-table th{
    background: #005eae;
    border:1px solid  #0276bc;
    color:#fff
}  */

.newBjlist .dataTable th {
    padding: 20px 5px;
}

.newBjlist .list__bjli__a {
    float: right;
    width: 90px;
    height: 2vh;
    border-radius: 2vw;
    line-height: 2vh;
    text-align: center;
    font-size: 18px;
    background: #0059cd;
    display: block;
    margin-top: 0.7vh;
}

.sx_button {
    position: fixed;
    left: 77vw;
    top: 18.5vh;
    background: #0059cd;
}

.bjlist_div .el-dialog {
    background: #72bfeb;
    border-radius: 10px;
    width: 70%;
}

.bjlist_div .el-dialog__header {
    padding: 0;
}

.bjlist_div .el-dialog__headerbtn {
    display: none;
}

.list__h2__icon_search {
    width: 60px;
    height: 100%;
    display: inline-block;
    float: left;
    background: #0059cd
}

.search_h2 {
    width: 100%;
    height: 2.5vh;
    background: linear-gradient(#058ef0, #0a91f1);
}

.search_h2 img {
    margin-top: 7px;
    margin-left: 12px;
}

.search_h2_text {
    margin-left: 2vw;
    line-height: 2.5vh;
    color: #fff;
    font-weight: normal;
    font-size: 2.4vw;
    float: left;
}

.search_sjh {
    width: 85%;
    margin: 0 auto;
    height: auto;
    margin: 30px 60px;
}

.search_sjh input {
    width: 100%;
    line-height: 3.4vh;
    height: 3.4vh;
    background: #fff;
    border: none;
    float: left;
    font-size: 20px;
    margin-bottom: 3vh;
}

/* 弹出框 取消按钮的地方 */

.search_border {
    height: 40px;
    width: 2px;
    background: #fff;
    position: fixed;
    top: 500px;
    right: 17vw;
}

.search_close {
    height: 40px;
    width: 40px;
    position: fixed;
    top: 461px;
    right: 165px;
}

/* 弹出框 取消按钮的地方 */

/* 触摸屏点击 按钮 */

.search_sjh .jp__box {
    margin-left: 0;
}

.search_sjh .jp__btn {
    width: 10.85vw;
    height: 10.46vw;
    display: block;
    float: left;
    margin: 0 3.3vw 2.8vw 0;
    background: #fff;
    color: #000;
    line-height: 10.46vw;
    text-align: center;
    border-radius: 2vw;
    font-size: 4vw;
}

.search_sjh .jp__btn:last-child {
    background: #0059cd;
    font-size: 3vw;
    color: #fff;
}

.el-table__empty-text {
    color: #fff
}

/* 触摸屏点击 按钮 */

.bjlist_body .has-gutter {
    display: none;
}

.bjlist_body .thead {
    color: #909399;
    margin-top: 27px
}

.bjlist_body .thead div {
    padding: 20px 0px;
    float: left;
    color: #fff;
    background-color: #005eae;
    /* padding: 4px 5px; */
    border-right: 1px solid #0276bc;
    font-weight: 800;
    font-size: 18px;
    /* border-top: none !important;
    border-bottom: none !important; */
}

.bjlist_body .thead div .cell {
    margin-left: 6px;
}

.bjlist_div .content__box__bg {
    height: 66.33vh !important;
}

.bjlist_div .list__content {
    height: 66.33vh !important;
}

/* 总数div 位置 */
.bjlist_div .zsdiv {
    width: 97%;
    height: 60px;
    background: #005eae;
    margin-top: 7px;
}

.zsdiv span {
    color: #fff;
    line-height: 60px;
    margin-left: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}