/**!
 * 魏都区首页
 * author: gaojian;
 * date:2017-09-25
 */


/* 轮播图 */

.wb-slider {
    position: relative;
    height: 326px;
    overflow: hidden;
}

.wb-slider-conbox {
    overflow: hidden;
}

.wb-slider-ctag {
    position: relative;
}

.wb-slider-ctag img {
    width: 100%;
    height: 100%;
}

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: url(../images/mask.png;vpn_img);
}

.wb-slider-mask .ellipsis {
    display: block;
    margin-left: 10px;
    width: 264px;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 0;
    bottom: 16px;
}

.wb-slider-stag {
    float: left;
    margin-right: 10px;
    height: 8px;
    width: 8px;
    background: url(../images/stag.png;vpn_img) no-repeat;
    cursor: pointer;
}

.wb-slider-stag.cur {
    width: 24px;
    background-image: url(../images/stagh.png;vpn_img);
}




/* 魏都要闻     部门动态     国务院信息 */

.ewb-news-hd {
    height: 40px;
    border-bottom: 2px solid #ccc;
}

.ewb-news-tab {
    position: relative;
    padding: 0 10px;
    height: 39px;
    line-height: 39px;
    margin-right: 5px;
}

.ewb-news-tab a {
    display: block;
    line-height: 39px;
    font-size: 16px;
    color: #333;
}

.ewb-news-tab.current {
    border-bottom: 3px solid #008df2;
}

.ewb-arr {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 5px;
    background: url(../images/arr.png;vpn_img) no-repeat;
}

.ewb-news-tab.current .ewb-arr {
    display: block;
}

.ewb-news-bd {
    height: 284px;
}

.wb-data-item {
    padding-top: 5px;
}

.wb-data-list {
    line-height: 35px;
    padding-left: 14px;
    background: url(../images/list_icon.jpg;vpn_img) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    color: #999;
    margin-top: -35px;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #ff9500;
}

.wb-data-list:hover {
    background: url(../images/list_iconh.jpg;vpn_img) 0 50% no-repeat;
}



/* 政务公开 */

.ewb-col-hd {
    height: 36px;
    border-bottom: 2px solid #ccc;
}

.ewb-col-tt {
    line-height: 38px;
    font-size: 18px;
    color: #333;
    background: url(../images/title_bg.png;vpn_img) bottom repeat-x #fff;
}

.ewb-col-tte {
    font-size: 12px;
    line-height: 38px;
    color: #999;
    margin-left: 10px;
}

.ewb-gov {
    height: 246px;
}

.ewb-gov-list {
    width: 137px;
    height: 50px;
    margin: 10px 10px 0 0;
}

.ewb-gov-list a {
    display: block;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #2e96e6;
    border-radius: 5px;
}

.ewb-gov-list a:hover {
    background-color: #13bfab;
}

.ewb-gov-item {
    padding-top: 2px;
    margin-right: -10px;
}

.ewb-notice,
.ewb-last {
    height: 246px;
}

.ewb-notice .wb-data-item,
.ewb-last .wb-data-item {
    padding-top: 8px;
}

.ewb-notice .wb-data-list,
.ewb-last .wb-data-list {
    line-height: 35px;
}

.ewb-last .wb-data-infor {
    margin-right: 20px;
}

.ewb-notice .wb-data-infor {
    margin-right: 120px;
}

.ewb-notice .wb-data-date,
.ewb-last .wb-data-date {
    margin-top: -35px;
}

.ewb-mt12 {
    margin-top: 12px;
}

.ewb-login {
    /*padding-top: 8px;*/
}

.ewb-login a {
    display: block;
    height: 95px;
    margin-top: 10px;
}


/* 公共服务 */

.ewb-public {
    height: 290px;
    /*padding-top: 10px;*/
    overflow: hidden;
}
.ewb-public-hd{
    width: 190px;
    height: 290px;
}
.ewb-public-bd{
    width: 465px;
    margin-left: 7px;
    height: 290px;
	/*padding-top:10px;*/
}


.ewb-public-tab {
    width: 190px;
    height: 60px;
    margin-top: 10px;
}

.ewb-public-tab a {
    display: block;
    line-height: 60px;
    text-indent: 75px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    background-position: 40px center;
    background-repeat: no-repeat;
}

/*.ewb-public-tab a{
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #2e96e6;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}*/

.ewb-icon1 {
    background-image: url(../images/public_ico1.png;vpn_img);
    background-color: #5c81e6;
}

.ewb-icon2 {
    background-image: url(../images/public_ico2.png;vpn_img);
    background-color: #45a0e6;
}

.ewb-icon3 {
    background-image: url(../images/public_ico3.png;vpn_img);
    background-color: #5fc0b5;
}

.ewb-icon4 {
    background-image: url(../images/public_ico4.png;vpn_img);
    background-color: #90c46e;
}


.ewb-icon1:hover {
    background-color: #4c6bbf;
}

.ewb-icon2:hover {
    background-color: #3d8ecc;
}

.ewb-icon3:hover {
    background-color: #57b3a8;
}

.ewb-icon4:hover {
    background-color: #81b360;
}


.ewb-public-hd>ul{
    margin-bottom: -10px;
}
.ewb-public-tab.current{
    background-image: url(../images/public_icon.png;vpn_img);
}
.ewb-public-list{
    width: 25%;
    *width: 24.9%;
    line-height: 30px;
}
.ewb-public-list a{
    display: block;
    padding-left: 25px;
    padding-right: 5px;
    line-height: 35px;
    /* font-size: 14px; */
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    background: url(../images/public_arr.jpg;vpn_img) 8px center no-repeat;
}
.ewb-public-list a:hover{
    color: #ff0000;
}
.ewb-pc-list{
    width: 115px;
    height: 94px;
    vertical-align: top;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    background-color: #f5f5f5;
}
.ewb-pc-item{
    border-left: 1px solid #e7e7e7;
}
.ewb-pc-list a{
    display: block;
    padding-top: 65px;
    height: 30px;
    text-align: center;
    color: #333;
    background-position: center 22px;
    background-repeat: no-repeat;
}
.ewb-pc-icon1{
    background-image: url(../images/mc_icon1.png;vpn_img);
}
.ewb-pc-icon2{
    background-image: url(../images/mc_icon2.png;vpn_img);
}
.ewb-pc-icon3{
    background-image: url(../images/mc_icon3.png;vpn_img);
}
.ewb-pc-icon4{
    background-image: url(../images/mc_icon4.png;vpn_img);
}
.ewb-pc-icon5{
    background-image: url(../images/mc_icon5.png;vpn_img);
}
.ewb-pc-icon6{
    background-image: url(../images/mc_icon6.png;vpn_img);
}
.ewb-pc-icon7{
    background-image: url(../images/mc_icon7.png;vpn_img);
}
.ewb-pc-icon8{
    background-image: url(../images/mc_icon8.png;vpn_img);
}

.ewb-pc-icon1:hover{
    background-image: url(../images/mc_icon1_h.png;vpn_img);
}
.ewb-pc-icon2:hover{
    background-image: url(../images/mc_icon2_h.png;vpn_img);
}
.ewb-pc-icon3:hover{
    background-image: url(../images/mc_icon3_h.png;vpn_img);
}
.ewb-pc-icon4:hover{
    background-image: url(../images/mc_icon4_h.png;vpn_img);
}
.ewb-pc-icon5:hover{
    background-image: url(../images/mc_icon5_h.png;vpn_img);
}
.ewb-pc-icon6:hover{
    background-image: url(../images/mc_icon6_h.png;vpn_img);
}
.ewb-pc-icon7:hover{
    background-image: url(../images/mc_icon7_h.png;vpn_img);
}
.ewb-pc-icon8:hover{
    background-image: url(../images/mc_icon8_h.png;vpn_img);
}

.ewb-pc-list:hover a{
    color: #006aad;
}
.ewb-gc-icon6{
    background-image: url(../images/gc-icon1.png;vpn_img);
}
.ewb-gc-icon7{
    background-image: url(../images/gc-icon2.png;vpn_img);
}
.ewb-gc-icon3{
    background-image: url(../images/gc-icon3.png;vpn_img);
}
.ewb-gc-icon1{
    background-image: url(../images/gc-icon4.png;vpn_img);
}
.ewb-gc-icon5{
    background-image: url(../images/gc-icon5.png;vpn_img);
}
.ewb-gc-icon2{
    background-image: url(../images/gc-icon6.png;vpn_img);
}
.ewb-gc-icon9{
    background-image: url(../images/gc-icon7.png;vpn_img);
}
.ewb-gc-icon8{
    background-image: url(../images/gc-icon8.png;vpn_img);
}
.ewb-gc-icon10{
    background-image: url(../images/gc-icon9.png;vpn_img);
}
.ewb-gc-icon4{
    background-image: url(../images/gc-icon10.png;vpn_img);
}
.ewb-mc-icon1{
    background-image: url(../images/ps-icon1.png;vpn_img);
}
.ewb-mc-icon2{
    background-image: url(../images/ps-icon2.png;vpn_img);
}
.ewb-mc-icon3{
    background-image: url(../images/ps-icon3.png;vpn_img);
}
.ewb-mc-icon4{
    background-image: url(../images/ps-icon4.png;vpn_img);
}
.ewb-mc-icon5{
    background-image: url(../images/ps-icon5.png;vpn_img);
}
.ewb-mc-icon6{
    background-image: url(../images/ps-icon6.png;vpn_img);
}
.ewb-mc-icon7{
    background-image: url(../images/ps-icon7.png;vpn_img);
}
.ewb-mc-icon8{
    background-image: url(../images/ps-icon8.png;vpn_img);
}
.ewb-mc-icon9{
    background-image: url(../images/ps-icon9.png;vpn_img);
}

.ewb-mc-icon1:hover{
    background-image: url(../images/ps-icon1-h.png;vpn_img);
}
.ewb-mc-icon2:hover{
    background-image: url(../images/ps-icon2-h.png;vpn_img);
}
.ewb-mc-icon3:hover{
    background-image: url(../images/ps-icon3-h.png;vpn_img);
}
.ewb-mc-icon4:hover{
    background-image: url(../images/ps-icon4-h.png;vpn_img);
}
.ewb-mc-icon5:hover{
    background-image: url(../images/ps-icon5-h.png;vpn_img);
}
.ewb-mc-icon6:hover{
    background-image: url(../images/ps-icon6-h.png;vpn_img);
}
.ewb-mc-icon7:hover{
    background-image: url(../images/ps-icon7-h.png;vpn_img);
}
.ewb-mc-icon8:hover{
    background-image: url(../images/ps-icon8-h.png;vpn_img);
}
.ewb-mc-icon9:hover{
    background-image: url(../images/ps-icon9-h.png;vpn_img);
}


/* msclass */

.wb-marquee {
    width: 998px;
    height: 74px;
}

.wb-marquee-items li {
    width: 168px;
    height: 74px;
    float: left;
    text-align: center;
}

.wb-marquee-img {
    display: block;
    width: 158px;
    height: 74px;
    margin: 0 auto;
}

.scroll {
    position: relative;
}

.wb-left-btn {
    width: 30px;
    height: 74px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
}

.wb-right-btn {
    width: 30px;
    height: 74px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#s-left-button2,
#s-right-btn2 {
    display: block;
    height: 74px;
}

.wb-left-btn:hover {
    background: url(../images/sleft.png;vpn_img);
}

.wb-right-btn:hover {
    background: url(../images/sright.png;vpn_img);
}


/* 互动交流 */

.ewb-commun {
    height: 245px;
}

.ewb-mail {
    display: block;
    height: 60px;
    line-height: 60px;
    text-indent: 110px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    margin-top: 24px;
    background: url(../images/mail.png;vpn_img) 74px center no-repeat #2e96e6;
}

.ewb-mail:hover {
    background-color: #13bfab;
}
.ewb-mailbox {
    *width: 252px;
    margin-right: -10px;
}

.ewb-mail-list {
    width: 116px;
    height: 60px;
    margin-top: 20px;
    margin-right: 10px;
    vertical-align: top;
}

.ewb-mail-list a {
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    background-color: #2e96e6;
	/*margin-top:10px;
	margin-left:4px;*/
	
}

.ewb-mail-list a:hover {
    background-color: #13bfab;
}



.ewb-mails {
    padding-right: 10px;
}

.ewb-mails-hd {
    height: 41px;
    border-bottom: 1px solid #ccc;
}

.ewb-mails-tab {
    position: relative;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
}

.ewb-mails-tab a {
    display: block;
    line-height: 39px;
    font-size: 16px;
    color: #333;
}

.ewb-mails-tab.current {
    border-bottom: 2px solid #008df2;
}

.ewb-mails-tab.current .ewb-arr {
    display: block;
}

.ewb-mails-bd .wb-data-infor {
    line-height: 33px;
}

.ewb-mails-bd .wb-data-date {
    margin-top: -35px;
}

.ewb-mails-btn {
    padding-top: 15px;
    height: 275px;
}

.ewb-mails-btn a {
    display: block;
    height: 130px;
    margin-bottom: 10px;
}

.ewb-link-hd {
    height: 44px;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
}

.ewb-link-tab {
    padding-right: 1px;
    width: 200px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #808080;
    text-align: center;
    margin-top: -1px;
    cursor: pointer;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/link_line.jpg;vpn_img);
}

.ewb-link-tab.current {
    color: #fff;
    background-image: none;
    background-color: #008df2;
}

.ewb-link-tab.last {
    background-image: none;
}

.ewb-link-bd {
    /*min-height: 225px;*/
    padding: 0 20px;
}

.ewb-link-list {
    width: 14.2%;
    /* height: 26px; */
}

.ewb-link-list a {
    line-height: 35px;
    color: #666;
    /* font-size: 13px; */
}

.ewb-link-item {
    padding-top: 12px;
	padding-bottom:12px;
}

/* 1114新增 */
.ewb-public-list a{
    cursor: pointer;
}

map area {
	outline:none;
}


.ewb-service {
    margin-left: 200px;
    margin-right: -10px;
}

/*个人办事*/
.ewb-service-list {
    height: 60px;
	line-height:55px;
    width: 106px;
    margin-right: 10px;
    margin-top: 10px;
}

.ewb-service-list a {
    display: block;
    /* padding-top: 50px; */
    height: 58px;
    text-align: center;
    color: #1b76bc;
    border: 1px solid #579fd7;
    border-radius: 5px;
    background-position: center 35px;
    background-repeat: no-repeat;
    background-color: #fff;
	cursor:pointer;
}

.ewb-service-list a:hover {
    color: #fff;
    background-color: #5c81e6;
}

/*企业办事*/
.ewb-service-list2 {
    height: 46px;
	line-height:43px;
    width: 106px;
    margin-right: 10px;
    margin-top: 10px;
}

.ewb-service-list2 a {
    display: block;
    /* padding-top: 50px; */
    height: 43px;
    text-align: center;
    color: #45a0e6;
    border: 1px solid #45a0e6;
    border-radius: 5px;
    background-position: center 35px;
    background-repeat: no-repeat;
    background-color: #fff;
	cursor:pointer;
}

.ewb-service-list2 a:hover {
    color: #fff;
    background-color: #45a0e6;
}

/*事项分类*/
.ewb-service-list3 {
    height: 130px;
    width: 106px;
    margin-right: 10px;
    margin-top: 10px;
}

.ewb-service-list3 a {
    display: block;
    padding-top: 100px; 
    height: 28px;
    text-align: center;
    color: #5fc0b5;
    border: 1px solid #5fc0b5;
    border-radius: 5px;
    background-position: center 35px;
    background-repeat: no-repeat;
    background-color: #fff;
	cursor:pointer;
}

.ewb-service-list3 a:hover {
    color: #fff;
    background-color: #5fc0b5;
}

/*公共查询*/
.ewb-service-list4 {
    height: 83px;
    width: 106px;
    margin-right: 10px;
    margin-top: 10px;
}

.ewb-service-list4 a {
    display: block;
    padding-top: 55px;
    height: 28px;
    text-align: center;
    color: #90c46e;
    border: 1px solid #90c46e;
    border-radius: 5px;
    background-position: center 12px;
    background-repeat: no-repeat;
    background-color: #fff;
	cursor:pointer;
}

.ewb-service-list4 a:hover {
    color: #fff;
    background-color: #90c46e;
}

/*20220605*/
.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;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
	padding: 10px 4px;
}
.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;
}