.ewb-search {
	border: 1px solid #217bd8;
}

.ewb-search-hd {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 33px;
	background: url('../images/search_hd_bg.png') 14px center no-repeat #f2f5f7;
	border-bottom: 1px solid #d3dce6;
}

.ewb-search-hd a {
	color: #217bd8;
}

.ewb-search-bd {
	padding-top: 5px;
	height: 280px;
}

.ewb-search-name {
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: right;
	margin-top: 20px;
}

.ewb-search-input {
	display: block;
	width: 258px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d3dce6;
	padding: 0;
	outline: 0;
	float: left;
	margin-right: 8px;
	margin-top: 20px;
	text-indent: 10px;
}

.ewb-seach-btn {
	margin-left: 100px;
}

.ewb-seach-btn button {
	display: block;
	float: left;
	margin-right: 10px;
	width: 88px;
	height: 34px;
	border: 1px solid #2881e0;
	border-radius: 3px;
	padding: 0;
	outline: 0;
	cursor: pointer;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
	font-family: "Microsoft Yahei";
	margin-top: 25px;
}

.ewb-btn1 {
	background: #2881e0;
	color: #fff;
}

.ewb-btn2 {
	background: #ebf5fa;
	color: #2881e0;
}

.ewb-seach-btn button:hover {
	background: #3791f1;
	border-color: #3791f1;
	color: #fff;
}

.ewb-seach-btn button:active {
	background: #2274cc;
	border-color: #2274cc;
	color: #fff;
}

/* leader */

.ewb-leader {
	height: 317px;
	background: #f5f6f9;
	padding: 16px 0 0 18px;
}

.ewb-leader a {
	color: #333;
}

.ewb-leader-img {
	float: left;
	width: 175px;
	height: 195px;
}

.ewb-leader-info {
	margin-left: 186px;
}

.ewb-leader-info h2 {
	line-height: 54px;
	font-size: 24px;
	font-weight: bold;
}

.ewb-blue {
	color: #2680e0;
}

.ewb-leader-info p {
	line-height: 24px;
	font-size: 16px;
	margin-top: 8px;
}

.ewb-leader-name {
	/* padding-top: 10px; */
}

.ewb-leader-mod {
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}

.ewb-leader-work {
	float: left;
	color: #2680e0;
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
}

.ewb-work-name {
	margin-left: 98px;
}

.ewb-work-name span {
	margin-right: 20px;
	float: left;
	min-width: 48px;
	height: 30px;
	text-align: justify;
}

.ewb-let {
	letter-spacing: 1em;
}

.ewb-work-name span:after {
	content: " ";
	display: inline-block;
	width: 100%;
}

.ewb-mt20 {
	margin-top: 20px;
}

.ewb-mt10 {
	margin-top: 10px;
}

.ewb-public-bd {
	padding-top: 6px;
	height: 243px;
}

.wb-module-bd-item {
	padding-top: 6px;
	min-height: 243px;
}

/* 政府信息公开 */

.ewb-gover-hd {
	height: 41px;
	line-height: 41px;
	font-size: 20px;
	padding-left: 20px;
	font-weight: bold;
	background: url('../images/search_hd_bg.png') 1px center no-repeat;
}

.ewb-gover-hd a {
	color: #227ddd;
}

.ewb-gover-bd {
	border: 1px solid #e0ebf5;
	padding: 0 5px;
	height: 235px;
}

.ewb-gover-item {
	width: 50%;
	*width: 49%;
	float: left;
	margin-top: 15px;
}

.ewb-gover-item a {
	display: block;
	margin: 0 10px;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	padding-left: 26px;
	background: #e0ebf5;
	color: #333;
}

.ewb-gover-item a:hover {
	color: #fff;
	background: #2680e0;
}

/* 政府领导 */

.ewb-func {
	border: 1px solid #e0ebf5;
	height: 380px;
	overflow: hidden;
}

.ewb-func-items {
	margin-left: -5px;
}

.ewb-func-item {
	width: 204px;
	margin-left: 20px;
	margin-top: 15px;
	height: 58px;
	float: left;
}

.ewb-func-item a {
	display: block;
	padding-left: 74px;
	background-position: 40px center;
	background-repeat: no-repeat;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #e0ebf5;
}

.ewb-func-item a:hover {
	background-color: #227ddd;
	color: #fff;
}

.ewb-func1 {
	background-image: url('../images/func1.png');
}

.ewb-func1:hover {
	background-image: url('../images/func1h.png');
}

.ewb-func2 {
	background-image: url('../images/func2.png');
}

.ewb-func2:hover {
	background-image: url('../images/func2h.png');
}

.ewb-func3 {
	background-image: url('../images/func3.png');
}

.ewb-func3:hover {
	background-image: url('../images/func3h.png');
}

.ewb-func4 {
	background-image: url('../images/func4.png');
}

.ewb-func4:hover {
	background-image: url('../images/func4h.png');
}

.ewb-func5 {
	background-image: url('../images/func5.png');
}

.ewb-func5:hover {
	background-image: url('../images/func5h.png');
}

.ewb-func6 {
	background-image: url('../images/func6.png');
}

.ewb-func6:hover {
	background-image: url('../images/func6h.png');
}

.ewb-func7 {
	background-image: url('../images/func7.png');
}

.ewb-func7:hover {
	background-image: url('../images/func7h.png');
}

.ewb-func8 {
	background-image: url('../images/func8.png');
}

.ewb-func8:hover {
	background-image: url('../images/func8h.png');
}

.ewb-func9 {
	background-image: url('../images/func9.png');
}

.ewb-func9:hover {
	background-image: url('../images/func9h.png');
}

.ewb-func10 {
	background-image: url('../images/func10.png');
}

.ewb-func10:hover {
	background-image: url('../images/func10h.png');
}

.ewb-link-img {
	display: block;
	margin-top: 15px;
}

.ewb-link-img img {
	vertical-align: top;
}


.ewb-search-bd select {
	width: 260px;
	height: 40px;
	text-align: left;
	text-indent: 12px;
	/*padding-right: 12px;*/
	vertical-align: middle;
	border: 1px solid #dedede;
	background: #fff;
	margin-top: 20px;
}

.form-datetime {
	background: url(../images/date_icon.png) 92% center no-repeat #fff;
}

/* 适老化 */
.oldModel .ewb-span13 {
	width: 100%;
}

.oldModel .ewb-search-name {
	width: 170px;
}

.oldModel .ewb-search-input {
	width: 358px;
}

.oldModel .ewb-seach-btn {
	text-align: center;
}

.oldModel .ewb-news2 {
	left: 180px;
}

.oldModel .ewb-public-bd {
	height: auto !important;
}

.oldModel .ewb-span8 {
	width: 100%;
}

.oldModel .ewb-func-item {
	width: 287px;
}

.oldModel .ewb-func {
	height: auto;
}

.oldModel .ewb-link-img {
	width: 50%;
	float: left;
	text-align: center;
}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}