﻿/**!
 * 政务公开
 * author: wangkai;
 * date:2019-03-26
 */

.ewb-main {
    min-height: 834px;
    background: #fff;
}

/* 决策公开等滑块 */

.ewb-public {
    padding: 20px 20px 0 20px;
}

.kwicks {
    height: 196px;
    overflow: hidden;
}

.ewb-kwicks-node {
    position: relative;
    height: 196px;
    border: 1px solid #d2d2d2;
    border-left: 0;
    background-color: #fff;
}

.ewb-kwicks-node:first-child {
    border-left: 1px solid #d2d2d2;
}

.ewb-public-hd {
    float: left;
    width: 100%;
    height: 194px;
    background: url('../images/public_bg.png') center center no-repeat #e1eaf9;
}

.ewb-public-bd {
    float: left;
    width: 52%;
    height: 194px;
}

.kwicks-expanded .ewb-public-hd {
    width: 48%;
    background-image: url('../images/public_bg_h.png');
    background-size: 100% 100%;
    background-color: #fff;
}

.ewb-public-item {
    display: block;
    padding-top: 90px;
    background-position: center 46px;
    background-repeat: no-repeat;
}

.ewb-public-item span {
    display: block;
    height: 104px;
    line-height: 104px;
    text-align: center;
    font-size: 16px;
    color: #0d5baa;
    cursor: pointer;
}

.kwicks-expanded .ewb-public-item span {
    color: #fff;
}

.ewb-public-item.icon1 {
    background-image: url('../images/public_icon1.png');
}

.ewb-public-item.icon2 {
    background-image: url('../images/public_icon2.png');
}

.ewb-public-item.icon3 {
    background-image: url('../images/public_icon3.png');
}

.ewb-public-item.icon4 {
    background-image: url('../images/public_icon4.png');
}

.ewb-public-item.icon5 {
    background-image: url('../images/public_icon5.png');
}

.kwicks-expanded .ewb-public-item.icon1 {
    background-image: url('../images/public_icon1_cur.png');
}

.kwicks-expanded .ewb-public-item.icon2 {
    background-image: url('../images/public_icon2_cur.png');
}

.kwicks-expanded .ewb-public-item.icon3 {
    background-image: url('../images/public_icon3_cur.png');
}

.kwicks-expanded .ewb-public-item.icon4 {
    background-image: url('../images/public_icon4_cur.png');
}

.kwicks-expanded .ewb-public-item.icon5 {
    background-image: url('../images/public_icon5_cur.png');
}

.ewb-public-list {
    padding: 10px 25px 0 25px;
}

.ewb-public-list li {
    height: 35px;
    border-top: 1px dashed #d8e2ea;
    overflow: hidden;
}

.ewb-public-list li:first-child {
    border-top: 0;
}

.ewb-public-list li a {
    display: block;
    padding-left: 27px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #666;
    background: url('../images/public_dian.png') 13px center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	outline:none;
}

.ewb-public-list li a:hover {
    color: #0f59a3;
    background-image: url('../images/public_dian_c.png');
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-public-list {
        padding: 10px 10px;
    }

    .ewb-public-list li a {
        padding-left: 20px;
        background-position: 5px center;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-public {
        padding: 10px 10px 0 10px;
    }

    .kwicks-expanded .ewb-public-hd {
        width: 18%;
        background-position: left center;
        background-size: auto auto;
    }

    .ewb-public-bd {
        width: 82%;
    }

    .ewb-public-item {
        background-size: 20px 20px;
        padding-top: 80px;
    }

    .ewb-public-item span {
        margin: 0 auto;
        height: 114px;
        width: 24px;
        line-height: 20px;
        font-size: 14px;
    }

    .ewb-public-list li a {
        font-size: 13px;
    }
}

/* 查询 */

.ewb-query {
    position: relative;
    margin: 15px 20px 0 20px;
    padding: 12px 135px 13px 17px;
    background-color: #f4f4f4;
}

.ewb-query ul {
    float: left;
    width: 100%;
}

.ewb-query-node {
    float: left;
    width: 25%;
    vertical-align: top;
}

.ewb-query-node .input-tips {
    margin-right: 14px;
    padding-left: 8px;
    height: 32px;
    border: 1px solid #e5e5e5;
}

.ewb-query-node .input-placeholder {
    left: 8px;
    height: 30px;
    line-height: 29px;
}

.ewb-query-node .input-box {
    text-indent: 0;
    height: 30px;
    line-height: 29px;
}

.ewb-year-box {
    margin-right: 14px;
}

.ewb-year-sel {
    width: 100%;
    height: 32px;
    line-height: 31px;
    border: 1px solid #e5e5e5;
    padding-left: 6px;
    color: #999;
}

.ewb-query-node .chosen-container {
    font-size: 14px;
}

.ewb-query-node .chosen-single {
    padding: 0 0 0 8px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #999;
	height:32px;
}

.ewb-query-node .chosen-single.cur {
    color: #999;
}

.ewb-query-node .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #e5e5e5;
}

.ewb-query-node .chosen-single span {
    margin-right: 27px;
    height: 30px;
    line-height: 29px;
    text-align: left;
}

.ewb-query-node .chosen-single div {
    width: 27px;
}

.ewb-query-node .chosen-single div b {
    width: 27px;
    height: 30px;
    background: url('../images/chosen_ico.png') center center no-repeat #e1eaf9;
}

.ewb-query-node .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/chosen_icoh.png') center center no-repeat #e1eaf9;
}

.ewb-query-node .chosen-drop {
    top: 33px;
    bottom: auto;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.ewb-query-node .chosen-search input[type="text"] {
    border: 1px solid #e5e5e5;
}

.ewb-query-btn {
    position: absolute;
    top: 12px;
    right: 17px;
    width: 120px;
    height: 32px;
    color: #fff;
    background-color: #fa9114;
    cursor: pointer;
    border:0;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-query {
        padding-top: 2px;
        padding-right: 3px;
    }

    .ewb-query-node {
        margin-top: 10px;
        width: 50%;
    }

    .ewb-query-btn {
        position: static;
        float: right;
        margin: 10px 17px 0 0;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-query {
        padding-left: 10px;
        padding-right: 10px;
        margin: 15px 10px 0 10px;
    }
}

/* 竖版手机 */

@media (max-width: 480px) {
    .ewb-query ul,
    .ewb-query-btn {
        float: none;
    }

    .ewb-query-node {
        width: 100%;
    }

    .ewb-query-node .input-tips,
    .ewb-year-box {
        margin-right: 0;
    }

    .ewb-query-btn {
        width: 100%;
        margin: 10px 0 0 0;
    }
}

/* 重点领域信息公开 */

.ewb-domain {
    position: relative;
    margin-top: 16px;
    margin-left: 20px;
    padding-left: 163px;
}

.ewb-domain-hd {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    width: 164px;
    height: 356px;
    background: url('../images/domain_bg.jpg');
}

.ewb-domain-tt {
    padding: 50px 60px 0 60px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-domain-tt a,.ewb-domain-tt span{
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}


.ewb-domain-bd {
    height: 356px;
}

.ewb-domain-bd .owl-carousel {
    position: relative;
    width: 100%;
    height: 356px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.ewb-domain-bd .owl-nav.disabled {
    display: block;
}

.ewb-domain-bd .owl-prev,
.ewb-domain-bd .owl-next {
    position: absolute;
    top: 50%;
    display: none;
    margin-top: -15px;
    width: 16px;
    height: 30px;   
}

.ewb-domain-bd .owl-prev span,
.ewb-domain-bd .owl-next span {
    display: none;
}

.ewb-domain-bd .owl-prev {
    left: 0;
    background: url('../images/prev_ico.png');
}

.ewb-domain-bd .owl-next {
    right: 0;
    background: url('../images/next_ico.png');
}

.ewb-domain-bd .owl-prev:hover {
    background-image: url('../images/prev_ico_cur.png');
}

.ewb-domain-bd .owl-next:hover {
    background-image: url('../images/next_ico_cur.png');
}

.ewb-domain-list {
    width: 100%;
}

.ewb-domain-bd .owl-carousel .item {
    display: block;
    width: 100%;
    height: 356px;
}

.ewb-domain-node {
    float: left;
    width: 33.33333333333333333333333%;
    vertical-align: top;
}

.ewb-domain-name {
    display: block;
    padding-left: 28%;
    /* height: 89px; */
    height: 71.2px;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    background-color: #f3fbff;
    background-position: 20% center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-domain-name:hover {
    background-color: #e1eaf9;
}

.ewb-domain-name span {
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    font-size: 14px;
    color: #333;
}

.ewb-domain-name i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.ewb-domain-name.icon1 {
    background-image: url('../images/domain_icon1.png');
}

.ewb-domain-name.icon2 {
    background-image: url('../images/domain_icon2.png');
}

.ewb-domain-name.icon3 {
    background-image: url('../images/domain_icon3.png');
}

.ewb-domain-name.icon4 {
    background-image: url('../images/domain_icon4.png');
}

.ewb-domain-name.icon5 {
    background-image: url('../images/domain_icon5.png');
}

.ewb-domain-name.icon6 {
    background-image: url('../images/domain_icon6.png');
}

.ewb-domain-name.icon7 {
    background-image: url('../images/domain_icon7.png');
}

.ewb-domain-name.icon8 {
    background-image: url('../images/domain_icon8.png');
}

.ewb-domain-name.icon9 {
    background-image: url('../images/domain_icon9.png');
}

.ewb-domain-name.icon10 {
    background-image: url('../images/domain_icon10.png');
}

.ewb-domain-name.icon11 {
    background-image: url('../images/domain_icon11.png');
}

.ewb-domain-name.icon12 {
    background-image: url('../images/domain_icon12.png');
}

.ewb-domain-name.icon13 {
    background-image: url('../images/domain_icon13.png');
}

.ewb-domain-name.icon14 {
    background-image: url('../images/domain_icon14.png');
}

.ewb-domain-name.icon15 {
    background-image: url('../images/domain_icon15.png');
}

/* 1099分辨率以下 */

@media (max-width: 1099px) {
    .ewb-domain {
        padding-left: 130px;
    }
    .ewb-domain-hd {
        width: 131px;
    }
    .ewb-domain-tt {
        padding-left: 46px;
        padding-right: 46px;
    }
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-domain {
        padding-right: 20px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-domain {
        padding: 0;
        margin: 16px 10px 0 10px;
    }
    .ewb-domain-hd {
        position: static;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #148eeb;
    }
    .ewb-domain-tt {
        padding: 0;
    }
    .ewb-domain-tt a {
        line-height: 40px;
        font-size: 16px;
    }
}

/* 竖版手机 */

@media (max-width: 480px) {
    .ewb-domain-bd,
    .ewb-domain-bd .owl-carousel,
    .ewb-domain-bd .owl-carousel .item {
        height: 568px;
    }
    .ewb-domain-node {
        width: 50%;
    }
}

/* 信息公开指南等 */

.ewb-guide {
    padding-top: 16px;
    margin: 0 20px 0 -6px;
}

.ewb-guide-node {
    /* margin-top: 14px; */
    margin-top: 1px;
    vertical-align: top;
    height: 60px;
    /* height: 67px; */
}

.ewb-guide-node:first-child {
    margin-top: 0;
}

.ewb-guide-name {
    position: relative;
    display: block;
    padding-left: 34%;
    height: 60px;
    /* height: 67px; */
    line-height: 59px;
    /* line-height: 67px; */
    font-size: 18px;
    color: #0d7ddc;
    /* background: url('../images/guide_bg.jpg') right center no-repeat; */
    background: url('../images/guide_bg_new.jpg') right center no-repeat;
}

.ewb-guide-name i {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 60px;
    /* height: 67px; */
    background-color: #0d7ddc;
}

.ewb-guide-name:hover i {
    display: none;
}

.ewb-guide-name:hover {
    font-weight: bold;
    color: #fff;
    /* background-image: url('../images/guide_bg_h.jpg'); */
    background-image: url('../images/guide_bg_h_new.jpg');
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-guide {
        margin: 0 20px;
        overflow: hidden;
    }
    .ewb-guide ul {
        margin-right: -20px;
        margin-top: -10px;
    }
    .ewb-guide-node {
        float: left;
        width: 50%;
        margin-top: 10px;
    }
    .ewb-guide-node:first-child {
        margin-top: 10px;
    }
    .ewb-guide-name {
        padding-left: 24%;
        margin-right: 20px;
    }
	.ewb-guide-node:nth-child(1) {
        width: 100%;
    }
     .ewb-guide-node:nth-child(1) .ewb-guide-name {
        padding-left: 48%;
        background: url('../images/guide_bg_new.jpg') right center;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-guide {
        margin: 0 10px;
    }
    .ewb-guide ul {
        margin-right: -10px;
    }
    .ewb-guide-name {
        margin-right: 10px;
        padding-left: 0;
        text-align: center;
        font-size: 14px;
    }
	.ewb-guide-node:nth-child(1) .ewb-guide-name {
        padding-left: 6%;
    }
}

/* 最新信息公开 */

.ewb-info {
    position: relative;
    margin: 16px 0 0 20px;
    padding-left: 163px;
    height: 263px;
}

.ewb-info-hd {
    position: absolute;
    top: 0;
    left: 0;
    width: 164px;
    height: 263px;
    background: url('../images/info_bg.jpg');
}

.ewb-info-tt {
    padding: 50px 60px 0 60px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-info-tt a {
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.ewb-info-bd {
    height: 263px;
    border: 1px solid #d2d2d2;
}

.ewb-info-bd .ewb-list {
    padding: 11px 20px 0 20px;
}

/* 1099分辨率以下 */

@media (max-width: 1099px) {
    .ewb-info {
        padding-left: 130px;
    }
    .ewb-info-hd {
        width: 131px;
    }
    .ewb-info-tt {
        padding-left: 46px;
        padding-right: 46px;
    }
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-info {
        margin: 16px 20px 0 20px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-info {
        height: auto;
        padding: 0;
        margin: 16px 10px 0 10px;
    }
    .ewb-info-hd {
        position: static;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #00afa2;
    }
    .ewb-info-tt {
        padding: 0;
    }
    .ewb-info-tt a {
        line-height: 40px;
        font-size: 16px;
    }
    .ewb-info-bd .ewb-list {
        padding: 11px 10px 0 10px;
    }
}

/* 列表样式 */

.ewb-list {
    padding-top: 6px;
}

.ewb-list-node {
    padding-left: 12px;
    height: 40px;
    line-height: 40px;
    border-top: 1px dashed #d2d2d2;
    vertical-align: top;
    background: url('../images/listimg.jpg') left center no-repeat;
}

.ewb-list-node:first-child {
    border-top: 0;
}

.ewb-list-name {
    float: left;
    max-width: 75%;
    color: #666;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
    color: #0f59a3;
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-list-name {
        max-width: 65%;
    }
}

/* 2按钮 */

.ewb-two-btn {
    margin: 16px 20px 0 -6px;
    overflow: hidden;
}

.ewb-two-btn ul {
    margin-right: -16px;
}

.ewb-btn-node {
    float: left;
    width: 50%;
    vertical-align: top;
}

.ewb-btn-name {
    display: block;
    margin-right: 16px;
    height: 60px;
    line-height: 59px;
    padding-left: 42px;
    background-position: 18% center;
    background-repeat: no-repeat;
}

.ewb-btn-name span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.ewb-btn-name.icon1 {
    background-image: url('../images/btn_icon1.png');
    background-color: #00a0d0;
}

.ewb-btn-name.icon2 {
    background-image: url('../images/btn_icon2.png');
    background-color: #00afa2;
}

.ewb-btn-name.icon1:hover {
    background-color: #0089d0;
}

.ewb-btn-name.icon2:hover {
    background-color: #05a598;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-two-btn {
        margin: 16px 20px 0 20px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-two-btn {
        margin: 16px 10px 0 10px;
    }
}

/* 链接 */

.ewb-links {
    margin: 15px 20px 0 -6px;
}

.ewb-links .owl-carousel {
    max-width: 334px;
    margin: 0 auto;
    height: 188px;
}

.ewb-links .owl-carousel img {
    max-width: 334px;
    max-height: 188px;
}

.ewb-links .owl-nav.disabled {
    display: none;
}

.ewb-links .owl-prev,
.ewb-links .owl-next {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -14.5px;
    width: 29px;
    height: 29px;   
}

.ewb-links .owl-prev span,
.ewb-links .owl-next span {
    display: none;
}

.ewb-links .owl-prev {
    left: 12px;
    background: url('../images/prev_ico1.png');
}

.ewb-links .owl-next {
    right: 12px;
    background: url('../images/next_ico1.png');
}

.ewb-links .owl-prev:hover {
    background-image: url('../images/prev_ico1_cur.png');
}

.ewb-links .owl-next:hover {
    background-image: url('../images/next_ico1_cur.png');
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-links {
        margin: 16px 20px 0 20px;
        height: auto;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-links {
        margin: 16px 10px 0 10px;
    }
}

/* 政策文件、政策解读 */

.ewb-column {
    margin-top: 11px;
    height: 200px;
}

.ewb-column.left {
    margin-left: 20px;
}

.ewb-column.right {
    margin-right: 20px;
}

.ewb-column-hd {
    height: 35px;
    border-bottom: 1px solid #d2d2d2;
}

.ewb-column-tt {
    float: left;
    height: 35px;
    line-height: 34px;
    border-bottom: 1px solid #0f59a3;
    font-size: 16px;
    font-weight: bold;
    color: #0f59a3;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-column {
        margin-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
    .ewb-column.left {
        margin-right: 20px;
    }

    .ewb-column.right {
        margin-left: 20px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-column.left,
    .ewb-column.right {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.ewb-domain-node.big {
    width: 50%;
}

