﻿/**!
 * &#51;&#54;&#53;&#98;&#101;&#116;&#25351;&#23450;&#24320;&#25143;&#32593;&#22336;&#95;&#98;&#101;&#97;&#116;&#51;&#54;&#53;&#19978;&#19981;&#21435;&#95;&#98;&#116;&#51;&#54;&#53;&#25163;&#26426;&#23448;&#26041;&#32593;&#22336;首页
 * author: xuyang;
 * date:2017-04-20
 */

.ewb-com {
	padding: 0 10px;
	height: 242px;
	background-color: #fff;
}


.ewb-com-tt {
	padding-top: 10px;
	padding-left: 5px;
	width: 69px;
	font-size: 15px;
	font-weight: bold;
	color: #08315d;
	background-color: #fff;
}

.ewb-com-line {
	margin-top: 23px;
	height: 1px;
	background-color: #94202d;
}

/* 政务公开 */

.ewb-gov-bd {
	margin-top: 1px;
	margin-left: -10px;
}

.ewb-gov-link {
	margin-top: 15px;
	margin-left: 10px;
	width: 127px;
	height: 51px;
	line-height: 51px;
	border-radius: 2px;
	cursor: pointer;
	background-color: #94202d;
}

.ewb-gov-link2 {
	margin-top: 15px;
	margin-left: 10px;
	width: 264px;
	height: 51px;
	line-height: 51px;
	border-radius: 2px;
	cursor: pointer;
	background-color: #94202d;
}

.ewb-gov-link:hover {
	background-color: #f2bf0e;
}

.ewb-gov-link2:hover {
	background-color: #f2bf0e;
}

.ewb-gov-icon {
	margin: 11px 0 0 6px;
	width: 30px;
	height: 30px;
}

.ewb-gov-icon1 {
	background: url(../images/gov_icon1.png);
}

.ewb-gov-link:hover .ewb-gov-icon1 {
	background: url(../images/gov_icon1h.png);
}

.ewb-gov-icon2 {
	background: url(../images/gov_icon2.png);
}

.ewb-gov-link:hover .ewb-gov-icon2 {
	background: url(../images/gov_icon2h.png);
}

.ewb-gov-icon3 {
	background: url(../images/gov_icon3.png);
}

.ewb-gov-link:hover .ewb-gov-icon3 {
	background: url(../images/gov_icon3h.png);
}

.ewb-gov-icon4 {
	background: url(../images/gov_icon4.png);
}

.ewb-gov-link:hover .ewb-gov-icon4 {
	background: url(../images/gov_icon4h.png);
}

.ewb-gov-icon5 {
	background: url(../images/gov_icon5.png);
}

.ewb-gov-link:hover .ewb-gov-icon5 {
	background: url(../images/gov_icon5h.png);
}

.ewb-gov-icon6 {
	background: url(../images/gov_icon6.png);
}

.ewb-gov-link:hover .ewb-gov-icon6 {
	background: url(../images/gov_icon6h.png);
}

.ewb-gov-sp {  
	display: block;
	text-align: center;
	color: #fff;
}

.ewb-gov-sp.ewb-spe {
	padding-top: 10px;
	line-height: 16px;
}

/* 社会民生 */

.ewb-social-link {
	margin-top: 15px;
	margin-left: 10px;
	width: 125px;
	height: 82px;
	text-align: center;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	cursor: pointer;
	background: url(../images/social_link_bg.jpg) repeat-x;
}

.ewb-social-link:hover {
	background: url(../images/social_link_bgh.jpg) repeat-x;
}

.ewb-social-icon1 {
	margin-top: 13px;
	margin-left: 42px;
	display: block;
	width: 42px;
	height: 33px;
	background: url(../images/social_icon1.png);
}

.ewb-social-link:hover .ewb-social-icon1 {
	background: url(../images/social_icon1h.png);
}

.ewb-social-icon2 {
	margin-top: 10px;
	margin-left: 42px;
	display: block;
	width: 41px;
	height: 34px;
	background: url(../images/social_icon2.png);
}

.ewb-social-link:hover .ewb-social-icon2 {
	background: url(../images/social_icon2h.png);
}

.ewb-social-icon3 {
	margin-top: 9px;
	margin-left: 42px;
	display: block;
	width: 41px;
	height: 38px;
	background: url(../images/social_icon3.png);
}

.ewb-social-link:hover .ewb-social-icon3 {
	background: url(../images/social_icon3h.png);
}

.ewb-social-icon4 {
	margin-top: 9px;
	margin-left: 42px;
	display: block;
	width: 41px;
	height: 36px;
	background: url(../images/social_icon4.png);
}

.ewb-social-link:hover .ewb-social-icon4 {
	background: url(../images/social_icon4h.png);
}

.ewb-social-font {
	margin-top: 9px;
	vertical-align: top;
}

/* 图片轮播 */

.ewb-viewpager {
	height: 242px;
}

.wb-slider {
    position: relative;
    font-family: arial;
    font-size: 14px;
    overflow: hidden;
}

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

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

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

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    font-family: "宋体";
    color: #fff;
    background: url(../images/mask-bg.png);
}

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

.wb-slider-switcher {
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 18px;
}

.wb-slider-stag {
    float: left;
    margin-right: 2px;
    height: 18px;
    width: 25px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #898989;
    cursor: pointer;
}

.wb-slider-stag.cur {
    background: #ff8202;
}

/* &#51;&#54;&#53;&#98;&#101;&#116;&#25351;&#23450;&#24320;&#25143;&#32593;&#22336;&#95;&#98;&#101;&#97;&#116;&#51;&#54;&#53;&#19978;&#19981;&#21435;&#95;&#98;&#116;&#51;&#54;&#53;&#25163;&#26426;&#23448;&#26041;&#32593;&#22336;信息 */

.ewb-info {
	padding: 0 15px;
	height: 242px;
	background-color: #fff;
}

.ewb-info-hd {
	height: 35px;
	border-bottom: 1px solid #e6e6e6;
}

.ewb-info-tt {
	margin-right: 10px;
	padding: 0 5px;
	height: 33px;
	line-height: 33px;
	color: #333;
}

.ewb-info-tt.current {
	font-weight: bold;
	border-bottom: 3px solid #f2a40e;
}

.ewb-info-bd {
	padding-top: 8px;
}

.ewb-info-item {
	height: 32px;
	line-height: 32px;
	vertical-align: top;
	font-size: 13px;
	background: url(../images/item_icon.jpg) 0 14px no-repeat;
}

.ewb-info-item:hover {
	background: url(../images/item_iconh.jpg) 0 14px no-repeat;
}

.ewb-info-block {
	padding-left: 12px;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-info-item a {
	color: #333;
}

.ewb-info-item span {
	margin-top: -32px;
	color: #666;
}

.ewb-info-item:hover a,
.ewb-info-item:hover span {
	color: #ff7200;
}

/* 互动交流 */

.ewb-interact {
	padding: 0 15px;
	height: 200px;
	background-color: #fff;
}

.ewb-interact-bd {
	margin-top: 6px;
	margin-left: -10px;
}

.ewb-inter-link {
	margin-top: 10px;
	margin-left: 10px;
	width: 120px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #94202d;
	border-radius: 2px;
	color: #94202d;
	background-color: #f7f7f7;
}

.ewb-inter-link.ewb-fir {
	padding-left: 94px;
	width: 158px;
	text-align: left;
	background: url(../images/interact_icon.png) 58px 13px no-repeat #f7f7f7;
}

.ewb-inter-link.ewb-fir:hover {
	background: url(../images/interact_iconh.png) 58px 13px no-repeat #94202d;
}

.ewb-inter-link:hover {
	color: #fff;
	background-color: #94202d;
}

/* photo */

.ewb-photo {
	height: 74px;
}

#left-btn2 {
    z-index: 11;
    position: absolute;
    left: 10px;
    top: 31px;
    height: 12px;
    width: 11px;
    background: url(../images/photo_icon1.png);
    cursor: pointer;
}

#right-btn2 {
    z-index: 11;
    position: absolute;
    right: 10px;
    top: 31px;
    height: 12px;
    width: 11px;
    background: url(../images/photo_icon2.png);
    cursor: pointer;
}

/* video */

.ewb-video img {
	display: block;
	vertical-align: top;
}

/*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;
}

.ewb-banjian-tt {
	padding-top: 10px;
	padding-left: 5px;
	width: 145px;
	font-size: 15px;
	font-weight: bold;
	color: #08315d;
	background-color: #fff;
}