﻿/**!
 * 中国许昌
 * author: wangkai;
 */


/* main */

/* 图片轮播 */

.ewb-news-slider {
    padding-right: 5px;
}

.rslides-item {
    position: relative;
    width: 100%;
    height: 316px;
}

.rslides {
    position: relative;
    overflow: hidden;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

/* .rslides img {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    height: 316px;
} */

.caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    background: url(../images/mask_bg.png);
}

.caption-tt {
    display: block;
    padding-left: 16px;
    width: 70%;
    color: #fff;
    z-index: 1000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 自定义分页导航 */

#slider-pager {
    position: absolute;
    right: 7px;
    bottom: 14px;
    z-index: 3;
    height: 10px;
}

#slider-pager li {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 9px;
}

#slider-pager li a {
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/stag.png);
}

#slider-pager .rslides-cur a {
    background: url(../images/stag_active.png);
}

@media (max-width: 767px) {
    .rslides-item,
    .rslides img {
        height: auto;
    }
    .caption {
        font-size: 14px;
    }
    .caption-tt {
        width: 50%;
    }
}

/* 许昌要闻 */

.ewb-news {
    height: 316px;
    overflow: hidden;
    position: relative;
}

/* 图片链接 */

.ewb-imglinks {
    margin-top: 15px;
    width: 100%;
    height: 47px;
}

.ewb-imglinks.big {
    height: 109px;
}

.ewb-imglinks:first-child {
    margin-top: 0;
}

.ewb-imglinks a,
.ewb-imglinks img {
    display: block;
    width: 100%;
    height: 100%;
}


@media (max-width: 767px) {
    .ewb-news {
        height: auto;
    }
    .ewb-imglinks,
    .ewb-imglinks:first-child {
        margin-top: 10px;
    }
    .ewb-imglinks,
    .ewb-imglinks.big {
        height: auto;
    }
    .ewb-imglinks.big {
        margin-top: 0;
        float: none;
        width: 100%;
    }
    .ewb-imglinks img {
        margin: 0 auto;
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .ewb-imglinks {
        float: left;
        width: 50%;
    }

    .ewb-imglinks a {
        display: block;
        padding-left: 5px;
        width: auto;
    }
    .ewb-imglinks:first-child a {
        padding-right: 5px;
        padding-left: 0;
    }
    .ewb-imglinks.big:first-child a {
        padding-left: 0;
        padding-right: 0;
    }
}

/* 个性化标题 */

.ewb-special-hd {
    margin-top: 18px;
    padding: 12px 0;
    height: 2px;
    position: relative;
}

.ewb-special-line {
    height: 2px;
    background-color: #015293;
}

.ewb-special-tt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 26px;
    background-color: #fff;
}

.ewb-special-ch {
    font-size: 22px;
    font-weight: bold;
    color: #015293;
}

.ewb-special-eg {
    margin: 0 2px 0 8px;
    font-family: "Arial";
    font-size: 12px;
    color: #8e8e8e;
}

/* 政务公开左侧按钮 */

.ewb-left-gv {
    padding-top: 8px;
    height: 225px;
    overflow: hidden;
}

.ewb-left-gv ul {
    margin-bottom: -15px;
    margin-right: -15px;
}

.ewb-left-gv ul li {
    float: left;
    width: 50%;
    *width: 49.9%;
    height: 80px;
    vertical-align: top;
}

.ewb-left-gv ul li a {
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 33px;
    height: 32px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    border-radius: 0 10px 0 10px;
}

.ewb-left-gv ul li a.right {
    border-radius: 10px 0 10px 0;
}

.ewb-gv-icon1 {
    background: url(../images/gv_icon1.png) center 9px no-repeat #65b9e4;
}

.ewb-gv-icon2 {
    background: url(../images/gv_icon2.png) center 10px no-repeat #65ade4;
}

.ewb-gv-icon3 {
    background: url(../images/gv_icon3.png) center 9px no-repeat #65ade4;
}

.ewb-gv-icon4 {
    background: url(../images/gv_icon4.png) center 7px no-repeat #65b9e4;
}

.ewb-gv-icon5 {
    background: url(../images/gv_icon5.png) center 10px no-repeat #65b9e4;
}

.ewb-gv-icon6 {
    background: url(../images/gv_icon6.png) center 11px no-repeat #65ade4;
}

.ewb-gv-icon1:hover,
.ewb-gv-icon4:hover,
.ewb-gv-icon5:hover {
    background-color: #30a8e5;
}

.ewb-gv-icon2:hover,
.ewb-gv-icon3:hover,
.ewb-gv-icon6:hover {
    background-color: #2c84c8;
}

@media (min-width: 768px) and (max-width: 1140px) {
    .ewb-left-gv ul li a {
        font-size: 12px;
    }
}

/* 政府文件等 */

.ewb-gv-info {
    margin-top: -9px;
    height: 262px;
    overflow: hidden;
    position: relative;
}

.ewb-gv-info .ewb-list {
    padding-top: 4px;
}

@media (max-width: 767px) {
    .ewb-gv-info {
        margin-top: 5px;
        height: auto;
    }
}

/* 政务公开右侧按钮 */

.ewb-right-gv {
    padding-top: 8px;
    height: 225px;
    overflow: hidden;
}

.ewb-right-gv ul {
    margin: 0 -15px -15px 0;
}

.ewb-right-gv ul li {
    float: left;
    height: 60px;
    width: 50%;
    *width: 49.9%;
    vertical-align: top;
}

/* .ewb-right-gv ul li:first-child {
    width: 100%;
} */

.ewb-right-gv ul li a {
    display: block;
    margin: 0 15px 15px 0;
    padding-left: 28%;
    height: 43px;
    line-height: 43px;
    border: 1px solid #93cff5;
    border-radius: 4px;
    background-color: #f4fbff;
    font-size: 15px;
    color: #006aad;
}

/* .ewb-right-gv ul li:first-child a {
    padding-left: 34%;
} */

.ewb-right-gv ul li a:hover {
    border: 1px solid #5cade1;
    background-color: #e1f4fe;
}

.ewb-gv-icon7 {
    background: url(../images/gv_icon7.png) 9% center no-repeat;
}

.ewb-gv-icon14 {
    background: url(../images/gv_icon14.png) 9% center no-repeat;
}

.ewb-gv-icon8 {
    background: url(../images/gv_icon8.png) 9% center no-repeat;
}

.ewb-gv-icon9 {
    background: url(../images/gv_icon9.png) 9% center no-repeat;
}

.ewb-gv-icon10 {
    background: url(../images/gv_icon10.png) 9% center no-repeat;
}

.ewb-gv-icon11 {
    background: url(../images/gv_icon11.png) 10% center no-repeat;
}

.ewb-gv-icon12 {
    background: url(../images/gv_icon12.png) 9% center no-repeat;
}

.ewb-gv-icon13 {
    background: url(../images/gv_icon13.png) 9% center no-repeat;
}

@media (max-width: 1140px) {
    .ewb-right-gv ul li a {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .ewb-right-gv ul {
        margin-right: -10px;
    }
    .ewb-right-gv ul li a {
        margin-right: 10px;
        padding-left: 32%;
        font-size: 12px;
    }
    .ewb-right-gv ul li .ewb-gv-icon13 {
        padding-top: 2px;
        line-height: 19px;
        height: 41px;
    }
}

/* 中间图片轮播 */

.ewb-gv-slider {
    height: 81px;
    position: relative;
}

.ewb-gv-slider.two {
    margin-top: 20px;
    height: 83px;
}

.wb-left-btn,
.wb-right-btn {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    width: 24px;
    height: 52px;
    cursor: pointer;
    z-index: 999;
}

.ewb-gv-slider:hover .wb-left-btn,
.ewb-gv-slider:hover .wb-right-btn {
    display: block;
}

.wb-left-btn {
    left: 0;
    background: url(../images/prev_btn.png) no-repeat;
}

.wb-left-btn:hover {
    background: url(../images/prev_btn_hover.png) no-repeat;
}

.wb-right-btn {
    right: 0;
    background: url(../images/next_btn.png) no-repeat;
}

.wb-right-btn:hover {
    right: 0;
    background: url(../images/next_btn_hover.png) no-repeat;
}

.ewb-slider-box {
    height: 81px;
    overflow: hidden;
}

.ewb-slider-box2 {
    
    overflow: hidden;
}

.wb-gv-items {
    margin-right: -20px;
    overflow: hidden;
}

.wb-gv-items li {
    float: left;
}

.ewb-gv-box {
    margin-right: 20px;
    width: 260px;
}

.wb-gv-img {
    display: block;
    width: 260px;
    height: 81px;
}

.ewb-gv-slider.two .ewb-gv-box,
.ewb-gv-slider.two .wb-gv-img {
    width: 353px;
}

.ewb-gv-slider.two .wb-left-btn,
.ewb-gv-slider.two .wb-right-btn {
    display: none;
}

@media (min-width: 768px) and (max-width: 1140px) {
    .ewb-gv-slider.two,
    .ewb-gv-slider.two .ewb-slider-box {
        height: auto;
    }
    .ewb-gv-slider.two .wb-gv-items li {
        width: 33.3333333333333%;
    }
    .ewb-gv-slider.two .ewb-gv-box {
        width: auto;
        height: auto;
    }
    .ewb-gv-slider.two .ewb-gv-box a,
    .ewb-gv-slider.two .wb-gv-img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 353px;
        height: auto;
    }
	.ewb-slider-box2 {
    height: 81px;
    overflow: hidden;
}
}

@media (max-width: 767px) {
    .ewb-gv-slider,
    .ewb-gv-slider.two {
        margin-top: 10px;
    }
	 .ewb-gv-slider.two {
      height:260px;
    }
    .ewb-gv-slider.two .ewb-gv-box, 
    .ewb-gv-slider.two .wb-gv-img {
        width: 344px;
		padding-top:5px;
    }
    .ewb-gv-slider.two .wb-left-btn,
    .ewb-gv-slider.two .wb-right-btn,
    .wb-left-btn,
    .wb-right-btn {
        display: block;
    }
	.ewb-slider-box2 {
    max-width:373px;
	margin:0 auto;
    overflow: hidden;
}
}

/* 公共服务左侧按钮 */

.ewb-sv-guide {
    height: 242px;
    position: relative;
    position: relative;
}

.ewb-sv-list {
    padding-left: 210px;
}

.ewb-sv-node {
    position: absolute;
    left: 0;
    top: 8px;
    width: 195px;
    cursor:pointer;
}

.ewb-sv-node.pos2 {
    top: 56px;
}

.ewb-sv-node.pos3 {
    top: 105px;
}

.ewb-sv-node.pos4 {
    top: 154px;
}

.ewb-sv-node.pos5 {
    top: 203px;
}

.ewb-sv-name {
    display: block;
    height: 38px;
    line-height: 37px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #5ea6df;
}

.ewb-sv-name.current {
    background: url(../images/guide_jt.png) 82% center no-repeat #1c70b3;
}

@media (max-width: 1140px) {
    .ewb-sv-name {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .ewb-sv-list {
        padding-left: 160px;
    }
    .ewb-sv-node {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .ewb-sv-guide {
        height: auto;
    }
    .ewb-sv-list {
        padding-left: 0;
    }
    .ewb-sv-node {
        padding-top: 10px;
        width: 100%;
        position: static;
    }
}


/* 公共服务中间连接 */

.ewb-sv-links {
    padding-top: 3px;
}

/* 个人办事-企业办事 */

.ewb-work-sv li {
    float: left;
    width: 20%;
    line-height: 34px;
    vertical-align: top;
}

.ewb-work-sv li a {
    display: block;
    padding-left: 18px;
    font-size: 16px;
    color: #333;
    background: url(../images/work_jt.png) left center no-repeat;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-work-sv li a:hover {
    color: #ff0000;
}

/* 事项分类 */

.ewb-matter-classify {
    padding: 6px 7px 0 0;
}

.ewb-matter-classify li {
    float: left;
    width: 25%;
    *width: 24.9%;
    vertical-align: top;
}

.ewb-matter-classify li a {
    display: block;
    margin: -1px 0 0 -1px;
    padding-top: 60px;
    height: 55px;
    line-height: 54px;
    border: 1px solid #ededed;
    text-align: center;
    font-size: 16px;
    color: #323232;
    background-color: #f7f7f7;
}

.ewb-matter-classify li a.cur {
    background-color: #fbfbfb;
}

.ewb-matter-classify li a:hover {
    border: 1px solid #e2eef8;
    color: #006aad;
    position: relative;
    z-index: 999;
    background-color: #f4faff;
}

.ewb-matter-classify li a.cur:hover {
    background-color: #f8fcff;
}


.ewb-mc-icon1 {
    background: url(../images/mc_icon1.png) center 28px no-repeat;
}

.ewb-mc-icon2 {
    background: url(../images/mc_icon2.png) center 32px no-repeat;
}

.ewb-mc-icon3 {
    background: url(../images/mc_icon3.png) center 27px no-repeat;
}

.ewb-mc-icon4 {
    background: url(../images/mc_icon4.png) center 27px no-repeat;
}

.ewb-mc-icon5 {
    background: url(../images/mc_icon5.png) center 32px no-repeat;
}

.ewb-mc-icon6 {
    background: url(../images/mc_icon6.png) center 27px no-repeat;
}

.ewb-mc-icon7 {
    background: url(../images/mc_icon7.png) center 29px no-repeat;
}

.ewb-mc-icon8 {
    background: url(../images/mc_icon8.png) center 29px no-repeat;
}

/* 绿色通道 */

.ewb-green-channel li {
    width: 20%;
}

.ewb-gc-icon1 {
    background: url(../images/gc-icon1.png) center 27px no-repeat;
}

.ewb-gc-icon2 {
    background: url(../images/gc-icon2.png) center 31px no-repeat;
}

.ewb-gc-icon3 {
    background: url(../images/gc-icon3.png) center 29px no-repeat;
}

.ewb-gc-icon4 {
    background: url(../images/gc-icon4.png) center 30px no-repeat;
}

.ewb-gc-icon5 {
    background: url(../images/gc-icon5.png) center 27px no-repeat;
}

.ewb-gc-icon6 {
    background: url(../images/gc-icon6.png) center 31px no-repeat;
}

.ewb-gc-icon7 {
    background: url(../images/gc-icon7.png) center 28px no-repeat;
}

.ewb-gc-icon8 {
    background: url(../images/gc-icon8.png) center 31px no-repeat;
}

.ewb-gc-icon9 {
    background: url(../images/gc-icon9.png) center 35px no-repeat;
}

.ewb-gc-icon10 {
    background: url(../images/gc-icon10.png) center 30px no-repeat;
}

/* 公共查询 */

.ewb-green-channel li.big {
    width: 25%;
    *width: 24.9%;
}

.ewb-ps-icon1 {
    background: url(../images/ps-icon1.png) center 26px no-repeat;
}

.ewb-ps-icon2 {
    background: url(../images/ps-icon2.png) center 27px no-repeat;
}

.ewb-ps-icon3 {
    background: url(../images/ps-icon3.png) center 29px no-repeat;
}

.ewb-ps-icon4 {
    background: url(../images/ps-icon4.png) center 27px no-repeat;
}

.ewb-ps-icon5 {
    background: url(../images/ps-icon5.png) center 27px no-repeat;
}

.ewb-ps-icon6 {
    background: url(../images/ps-icon6.png) center 28px no-repeat;
}

.ewb-ps-icon7 {
    background: url(../images/ps-icon7.png) center 31px no-repeat;
}

.ewb-ps-icon8 {
    background: url(../images/ps-icon8.png) center 27px no-repeat;
}

.ewb-ps-icon9 {
    background: url(../images/ps-icon9.png) center 29px no-repeat;
}



@media (max-width: 1140px) {
    .ewb-work-sv li a,
    .ewb-matter-classify li a {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .ewb-sv-links {
        width: 420px;
    }
    .ewb-work-sv li a {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .ewb-sv-links {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
    }
    .ewb-work-sv li {
        width: 25%;
    }
    .ewb-matter-classify {
        padding-top: 10px;
        padding-right: 0;
    }
}

/* 公共服务右侧图片链接 */

.ewb-sv-piclink {
    padding-top: 8px;
    height: 234px;
    overflow: hidden;
}

.ewb-sv-piclink ul {
    margin-bottom: -13px;
}

.ewb-sv-piclink ul li {
    vertical-align: top;
}

.ewb-sv-piclink ul li a {
    display: block;
    margin-bottom: 13px;
    height: 110px;
}

.ewb-sv-piclink ul li a img {
    display: block;
    width: 100%;
    height: 110px;
}

@media (min-width: 768px) and (max-width: 1140px) {
    .ewb-sv-piclink {
        padding: 8px 5px 0 0;
    }
}

@media (max-width: 767px) {
    .ewb-sv-piclink {
        height: auto;
    }
    .ewb-sv-piclink ul {
        margin-right: -10px;
    }
    .ewb-sv-piclink ul li {
        float: left;
        width: 50%;
    }
    .ewb-sv-piclink ul li a {
        margin-right: 10px;
        margin-bottom: 0;
        height: auto;
    }
    .ewb-sv-piclink ul li a img {
        height: auto;
    }
}

/* 互动交流左侧按钮 */

.ewb-interaction-links {
    margin-top: 13px;
    height: 320px;
    overflow: hidden;
}

.ewb-il-node {
    margin-top: 15px;
    height: 52px;
    vertical-align: top;
    background: url('../images/il_bg.png') no-repeat;
}

.ewb-il-node:first-child {
    margin-top: 0;
}

.ewb-il-node:hover {
    background: url('../images/il_bg_cur.png') no-repeat;
}

.ewb-il-name {
    display: block;
    padding-left: 36%;
    height: 52px;
    line-height: 51px;
    font-size: 18px;
    color: #fff;
}

.ewb-il-name.icon1 {
    background: url('../images/il_icon1.png') 21% center no-repeat;
}

.ewb-il-name.icon2 {
    background: url('../images/il_icon2.png') 21% center no-repeat;
}

.ewb-il-name.icon3 {
    background: url('../images/il_icon3.png') 21% center no-repeat;
}

.ewb-il-name.icon4 {
    background: url('../images/il_icon4.png') 21% center no-repeat;
}

.ewb-il-name.icon5 {
    background: url('../images/il_icon5.png') 21% center no-repeat;
}

@media (min-width: 768px) and (max-width: 1140px) {
    .ewb-il-name {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .ewb-interaction-links {
        padding: 0;
        height: auto;
    }
    .ewb-interaction-links ul {
        margin: 0 -10px -10px 0;
    }
    .ewb-interaction-links ul li {
        float: left;
        width: 50%;
        *width: 49.3%;
        vertical-align: top;
    }
    .ewb-interaction-links ul li.ewb-long {
        width: 100%;
    }
    .ewb-interaction-links ul li a {
        display: block;
        margin: 0 10px 10px 0;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border: 1px solid #93cff5;
        border-radius: 4px;
        font-size: 14px;
        color: #0194f1;
        background-color: #f4fbff;
    }
    .ewb-interaction-links ul li a:hover {
        border: 1px solid #89c8f0;
        background-color: #eaf6fc;
    }
    .ewb-interaction-links ul li.ewb-long a {
        border: 0;
        height: 56px;
        line-height: 56px;
        background: url(../images/mailbox_bg.png);
        background-size: 100% 100%;
    }
    .ewb-interaction-links ul li.ewb-long a:hover {
        background: url(../images/mailbox_bg_hover.png);
        background-size: 100% 100%;
    }
    .ewb-interaction-links ul li.ewb-long a span {
        display: block;
        padding-left: 12%;
        font-size: 16px;
        color: #fff;
        background: url(../images/mailbox_icon.png) 32% center no-repeat;
    }
}

/* 在线访谈等tab */

.ewb-interaction-info {
    margin-top: -10px;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.ewb-oi {
    padding-top: 15px;
}

.ewb-oi-pic {
    width: 372px;
    height: 116px;
}

.ewb-oi-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.ewb-oi-info {
    margin-top: 10px;
}

.ewb-oi-info li {
    margin-top: 6px;
    line-height: 24px;
    vertical-align: top;
    font-size: 15px;
}

.ewb-oi-info li:first-child {
    margin-top: 0;
}

.ewb-oi-info li a {
    color: #f00;
}

@media (max-width: 1140px) {
    .ewb-oi-pic {
        width: auto;
    }
    .ewb-oi-info li {
        margin-top: 0;
        line-height: 26px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    
    .ewb-interaction-info {
        height: auto;
    }
    .ewb-oi-pic {
        width: 250px;
        height:160px;
    }
}


/* 受关注信息排行等 */

.ewb-info-ranking {
    margin-top: 16px;
    height: 378px;
    overflow: hidden;
    position: relative;
}

.ewb-info-ranking .ewb-cm-tt {
    top: 4px;
    cursor:pointer;
}

.ewb-info-ranking .ewb-cm-tt a {
    height: 39px;
    padding: 0 14px;
    font-size: 16px;
}

.ewb-info-ranking .ewb-cm-tt.pos2 {
    left: 152px;
}

.ewb-info-ranking .ewb-cm-tt a.current {
    color: #fff;
    background-color: #015293;
    border-bottom: 0;
}

.ewb-ir-bd {
    margin-top: 1px;

}

.ewb-ranking-form {
    width: 100%;
    table-layout: fixed;
    font-size: 15px;
}

.ewb-ranking-form th {
    height: 35px;
    font-weight: bold;
    text-align: center;
    color: #015293;
    background-color: #e3eef8;
}

.ewb-ranking-form td {
    height: 36px;
    text-align: center;
}

.ewb-ranking-form tbody tr:first-child td {
    padding-top: 6px;
}

.ewb-ranking-form td a,
.ewb-ranking-form td span {
    display: block;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-ranking-form td a {
    text-align: left;
    color: #333;
}

.ewb-ranking-form td span.top3 {
    color: #fc0303;
}

.ewb-rank-number {
    margin: 0 auto;
    width: 22px;
    height: 14px;
}

@media (max-width: 1140px) {
    .ewb-ranking-form {
        font-size: 12px;
    }
}

@media (max-width: 1140px) {
    .ewb-info-ranking .ewb-cm-tt a {
        font-size: 15px;
    }
}

/* 走进许昌 */

.ewb-special-hd.mt0 {
    margin-top: 0;
}

.ewb-wx {
    height: 322px;
}

.ewb-wx-hd {
    height: 34px;
    border-bottom: 1px solid #e5e5e5;
}

.ewb-wx-tt {
    float: left;
    padding: 0 9px;
    height: 33px;
    line-height: 32px;
    border-bottom: 2px solid #015293;
    font-size: 18px;
    font-weight: bold;
    color: #015293;
}

@media (max-width: 767px) {
    .ewb-wx {
        height: auto;
    }
    .ewb-wx-tt {
        font-size: 15px;
    }
}

/* 友情链接 */

.ewb-friendlink {
    height: 44px;
    position: relative;
}


.ewb-friendlink ul {
    margin-right: -1px;
}

.ewb-friendlink ul li {
    float: left;
    width: 25%;
    height: 44px;
    vertical-align: top;
}

.ewb-selectbox {
    margin-right: 1px;
    height: 42px;
    text-align: center;
    position: relative;
    z-index: 999;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.ewb-selectbox.current .ewb-selectbg {
    background-color: #f5f8fc;
}

.ewb-selectname {
    padding: 1px 1px;
    height: 40px;
    line-height: 40px;
}

.ewb-selectbox span {
    padding-right: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #0066b8;
    background: url(../images/select_icon.png) right center no-repeat;
}

.ewb-selectbox.current span {
    background: url(../images/select_icon_active.png) right center no-repeat;
}

.ewb-selectbox i {
    display: block;
    position: absolute;
    width: 8px;
    height: 6px;
    z-index: 999;
}

.ewb-corner1 {
    left: -1px;
    top: -1px;
    background: url(../images/corner1.png);
}

.ewb-corner2 {
    right: -1px;
    top: -1px;
    background: url(../images/corner2.png);
}

.ewb-corner3 {
    left: -1px;
    bottom: -1px;
    background: url(../images/corner3.png);
}

.ewb-corner4 {
    right: -1px;
    bottom: -1px;
    background: url(../images/corner4.png);
}

.ewb-fl-bd {
    padding-top: 7px;
}

.ewb-fl-bd ul {
    display: none;
}

.ewb-fl-bd ul:first-child {
    display: block;
}

.ewb-fl-node {
    float: left;
    width: 16.6666666666%;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}

.ewb-fl-node a {
    display: block;
    padding-left: 10px;
    width: 95%;
    font-size: 15px;
    color: #5a5a5a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-fl-node a:hover {
	color: #f00;
}

@media (min-width: 768px) and (max-width: 1140px) {
    .ewb-selectbox span {
        font-size: 14px;
    }
    .ewb-fl-node {
        width: 20%;
    }
    .ewb-fl-node a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .ewb-selectbox span {
        font-size: 12px;
        font-weight: normal;
        padding-right: 0;
        background: none;
    }
    .ewb-selectbox.current span {
        background: none;
    }
    .ewb-fl-node {
        width: 33.33333333%;
    }
    .ewb-fl-node a {
        font-size: 12px;
    }
}

.ewb-city-card {
    overflow: hidden;
}

.ewb-city-card ul {
    margin: 0;
}

.ewb-city-card ul li {
    float: left;
    width: 33.333333333333%;
    *width:33.2%;
    vertical-align: top;
}

.ewb-city-card ul li a {
    display: block;
        height: 110px;
	margin: 0 10px  0;
    background: url(../images/card_bg.png) repeat;
    position: relative;
	margin-bottom:15px;
	margin-top:15px;
}

.ewb-card-corner1 {
    top: 2px;
    left: 2px;
    background: url(../images/card_corner1.png);
}

.ewb-card-pic {
    display: block;
    width: 100%;
	height: 100px;
}

.ewb-card-name {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -14px;
    height: 28px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    text-shadow: 5px 5px 10px black;
}
.ewb-card-drop {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    overflow: hidden;
    padding: 16px 14px;
    background: url(../images/card_mask.png) repeat;
}
.ewb-card-content {
    line-height: 24px;
    text-indent: 2em;
    font-size: 15px;
    color: #fff;
}

.ewb-tzgg{
	height: 110px;
}

/*20220310*/
.banjian {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 5px;
	margin-top:10px;
}
.banjian .item {
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    text-align: center;
    width: 20%;
    float: left;
    padding: 10px 4px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.banjian .item .num {
    font-size: 16px;
    font-weight: bold;
    color: #006eab;
}
.banjian .item .num i {
    font-style: normal;
}
.banjian .item span>em {
    font-size: 80%;
    vertical-align: bottom;
}
