@charset "UTF-8";
/**!
 * 政务公开
 * date:2021-08-27
 * author: hhj;
 */
body {
    background-color: #eaecef;
    padding-bottom: 22px;
}

.space {
    padding: 0 22px;
}

.com-bg {
    background-color: #fff;
}

.main-left {
    margin-right: -34px;
    /* width: 858px; */
}

.infor {
    height: 322px;
}

.open-hd {
    padding-top: 13px;
    height: 52px;
    border-bottom: 2px solid #eaecef;
    box-sizing: border-box;
}

.open-tt {
    padding: 0 3px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #dd371d;
    border-bottom: 3px solid #dd371d;
}

.open-more {
    margin-top: 5px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #dd371d;
}

.infor-bd {
    padding-top: 15px;
}

.infor-con {
    margin-top: 14px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #999;
}

.infor-text {
    position: relative;
    display: block;
    padding-left: 8px;
    color: #333;
    margin-right: 166px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infor-text::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
}

.infor-con:first-child {
    margin-top: 0;
}

.infor-con:hover,
.infor-con:hover .infor-text {
    color: #dd371d;
}

.infor-con:hover .infor-text::before {
    background-color: #dd371d;
}

.infor.tabview .open-tt {
    font-weight: normal;
    margin-left: 15px;
    color: #333;
    border-color: transparent;
}

.infor.tabview .open-tt:first-child {
    margin-left: 0;
}

.infor.tabview .open-tt.active {
    font-weight: bold;
    color: #dd371d;
    border-color: #dd371d;
}

.special {
    height: 182px;
    text-align: center;
}

.special .open-tt {
    display: inline-block;
    vertical-align: top;
}

.special-bd {
    margin-top: 20px;
    position: relative;
    padding: 0 37px;
}

.special-bar {
    display: block;
    height: 90px;
}

.special-bar > img {
    width: 100%;
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 21px;
    height: 21px;
    margin-top: -10.5px;
    border-radius: 50%;
    background-size: 100% 100%;
    box-shadow: 2px 3px 7px 0px rgba(223, 76, 78, 0.26);
}

.swiper-button-next {
    right: 0;
    background-image: url(https:/www.scip.gov.cn/images/open/next_icon.png);
}

.swiper-button-prev {
    left: 0;
    background-image: url(https:/www.scip.gov.cn/images/open/prev_icon.png);
}

/* 右侧 */
.main-right {
    margin-left: -13px;
}

.right-content {
    float: right;
}

.model-space {
    padding: 10px;
    margin-top: 18px;
}

.model-space:first-child {
    margin-top: 0;
}

.model-tt {
    display: block;
    height: 49px;
    line-height: 49px;
    font-size: 0;
    text-align: center;
    background-position: center center;
    background-size: 100% 100%;
}

.model-tt > span {
    display: inline-block;
    vertical-align: top;
    padding-left: 26px;
    font-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
}

.model-tt.icon1 {
    background-image: url(https:/www.scip.gov.cn/images/open/model_bg1.jpg);
}

.model-tt.icon2 {
    background-image: url(https:/www.scip.gov.cn/images/open/model_bg2.jpg);
}

.model-tt.icon3 {
    background-image: url(https:/www.scip.gov.cn/images/open/model_bg3.jpg);
}

.model-tt.icon1 > span {
    color: #df4c4e;
    background-image: url(https:/www.scip.gov.cn/images/open/model_icon1.png);
}

.model-tt.icon2 > span {
    color: #e68c4a;
    background-image: url(https:/www.scip.gov.cn/images/open/model_icon2.png);
}

.model-tt.icon3 > span {
    color: #226abb;
    background-image: url(https:/www.scip.gov.cn/images/open/model_icon3.png);
}

.key-list {
    padding: 5px 7px 15px;
}

.key-bar {
    float: left;
    width: 50%;
    text-align: center;
}

.key-con {
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
    width: 60px;
}

.key-name {
    margin-top: 6px;
    height: 26px;
    line-height: 26px;
    color: #333;
}

.key-icon {
    position: relative;
    width: 60px;
    height: 60px;
    background: url(https:/www.scip.gov.cn/images/open/key_icon_bg.png) center center no-repeat;
}

.key-con:hover .key-icon {
    background-image: url(https:/www.scip.gov.cn/images/open/key_icon_bgh.png);
}

.key-con:hover .key-name {
    color: #dd371d;
}

.key-icon::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.key-icon.icon1::before {
    background-image: url(https:/www.scip.gov.cn/images/open/key_icon1.png);
}

.key-icon.icon2::before {
    background-image: url(https:/www.scip.gov.cn/images/open/key_icon2.png);
}

.key-icon.icon3::before {
    background-image: url(https:/www.scip.gov.cn/images/open/key_icon3.png);
}

.key-icon.icon4::before {
    background-image: url(https:/www.scip.gov.cn/images/open/key_icon4.png);
}

.apply-bd {
    padding-bottom: 10px;
}

.apply-con {
    margin-top: 10px;
    position: relative;
    display: block;
    padding-left: 72px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 3px;
    background-position: right top;
    background-repeat: no-repeat;
}

.apply-con::before,
.apply-con::after {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border-radius: 50%;
}

.apply-con::before {
    left: 16px;
}

.apply-con::after {
    right: 16px;
}

.apply-con.icon1 {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_bg1.jpg);
    background-color: #f8e7e1;
    color: #e3684c;
}

.apply-con.icon1:hover {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_bg1h.jpg);
    background-color: #e3684c;
}

.apply-con.icon1::before {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_icon1.png);
}

.apply-con.icon1::after {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_more1.png);
}

.apply-con.icon2 {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_bg2.jpg);
    background-color: #f9efe2;
    color: #e5a04b;
}

.apply-con.icon2:hover {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_bg2h.jpg);
    background-color: #e5a04b;
}

.apply-con.icon2::before {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_icon2.png);
}

.apply-con.icon2::after {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_more2.png);
}

.apply-con.icon3 {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_bg3.jpg);
    background-color: #e0f5f5;
    color: #3ac3cf;
}

.apply-con.icon3:hover {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_bg3h.jpg);
    background-color: #3ac3cf;
}

.apply-con.icon3::before {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_icon3.png);
}

.apply-con.icon3::after {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_more3.png);
}

.apply-con.icon4 {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_bg4.jpg);
    background-color: #e5edfa;
    color: #9a94de;
}

.apply-con.icon4:hover {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_bg4h.jpg);
    background-color: #9a94de;
}

.apply-con.icon4::before {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_icon4.png);
}

.apply-con.icon4::after {
    background-image: url(https:/www.scip.gov.cn/images/open/apply_more4.png);
}

.apply-con:hover {
    color: #fff;
}

@media (max-width: 1199px) {
    .main-left {
        margin-right: 30px;
    }

    .main-right {
        margin-left: -60px;
    }

    .infor-text {
        margin-right: 120px;
    }

    .apply-con {
        padding-left: 60px;
    }
}

@media (max-width: 766px) {
    .ewb-logo {
        text-align: center;
    }
    .wb-slogen {
        margin-left: 0;
    }
    .infor-text {
        margin-right: 90px;
    }
    .main {
        padding: 0 10px;
    }
    .main-left {
        margin-right: 0;
    }

    .main-right {
        margin-left: 0;
    }

    .infor {
        height: auto;
        padding-bottom: 20px;
    }

    .infor.tabview .open-hd {
        height: auto;
    }

    .infor.tabview .open-tt {
        margin-left: 3px;
        font-size: 16px;
    }

    .apply-con {
        padding-left: 72px;
    }
}
/* 新增10.28 hhj */
.key-list {
    padding: 0 7px;
}
.tabview .open-tt {
    font-weight: normal;
    margin-left: 15px;
    color: #333;
    border-color: transparent;
}

.tabview .open-tt.active {
    font-weight: bold;
    color: #dd371d;
    border-color: #dd371d;
}
.tabview .open-tt:first-child {
    margin-left: 0;
}
.apply-con {
    margin-top: 18px;
}
.open-box {
    min-height: 374px;
}

.query-list {
    margin: 0 -10px;
}

.query-bar {
    width: 50%;
}

.query-bar.full {
    width: 100%;
}

.query-item {
    position: relative;
    height: 52px;
    margin: 10px 10px 0;
}
.query-item.end::before {
    position: absolute;
    content: "";
    left: -16px;
    top: 50%;
    margin-top: -1px;
    width: 11px;
    height: 1px;
    background: #D0D0D1;
}

.query-input {
    padding: 0 5px 0 11px;
    width: 100%;
    height: 52px;
    line-height: 50px;
    font-size: 15px;
    color: #333;
    border: 1px solid #D0D0D1;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.open-bdl {
    padding-bottom: 11px;
}

.time-input {
    background: url(https:/www.scip.gov.cn/images/open/time_icon.png) right 11px center no-repeat;
}

.query-bar.code .query-item{
    margin: 10px 5px 0;
}
.code-bar {
    width: 50%;
}
.code-bar.esp {
    width: 25%;
}
.code-item {
    position: relative;
    margin: 0 5px;
    height: 52px;
}
.code-item::before {
    position: absolute;
    content: "";
    left: -7px;
    top: 50%;
    margin-top: -1px;
    width: 5px;
    height: 1px;
    background: #D0D0D1;
}
.code-bar:first-child .code-item::before {
    content: none;
}
.code-chosen {
    width: 100%;
    height: 52px;
    line-height: 50px;
    font-size: 15px;
    color: #333;
    border: 1px solid #D0D0D1;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.code-chosen:focus {
    outline: none;
}

.code-bar .chosen-container-single .chosen-single {
    height: 52px;
    line-height: 50px;
    padding-left: 11px;
}

.code-bar .chosen-container-single .chosen-single div b {
    background-color: transparent;
}
.code-bar .chosen-container .chosen-results li {
    padding: 5px 11px;
}
.code-bar .chosen-container-single .chosen-single span {
    margin-right: 11px;
    font-size: 15px;
}
.code-bar .chosen-container-single .chosen-single div {
    width: 20px;
}

.query-btn {
    margin-top: 11px;
    display: block;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #DD371D;
    background: linear-gradient(91.81deg, #DD371D -22.64%, #AD0A0B 114.28%);
    border-radius: 4px;
}

.space-new {
    margin-top: 13px;
}

.apply-con {
    margin-top: 24px;
}

body {
    padding-bottom: 0;
}

@media (max-width: 1199px) {
    .tabview .open-tt {
        margin-left: 0;
    }
    .time-input {
        background-position: right 4px center;
    }
}

@media (max-width: 768px) {
    .tabview .open-tt {
        margin-left: 11px;
    }
    .time-input {
        background-position: right 4px center;
    }
}
