/* 轮播图 */
.wb-slider {
	position: relative;
	overflow: hidden;
}
.wb-slider-conbox {
	width: 494px;
	height: 284px;
	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: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: url(imagesmask-bg.png);
}
.wb-slider-mask .ellipsis {
	margin-left: 10px;
	width: 164px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
}
.wb-slider-switcher {
	position: absolute;
	right: 6px;
	bottom: 9px;
	height: 12px;
}
.wb-slider-stag {
	float: left;
	margin-right: 4px;
	height: 12px;
	width: 12px;
	background: url(imagesstag.png) no-repeat;
	cursor: pointer;
}
.wb-slider-stag.cur {
	background-image: url(imagesstag-active.png);
}

/* 工作动态 */

.ewb-dynamic{
	border: 1px solid #e5e5e5;
}

.ewb-dynamic-hd{
	height: 31px;
	border-bottom: 1px solid #286eb8;
	background: #f0f0f0;
}

.ewb-dynamic-hd a{
	display: block;
	float: left;
	height: 31px;
	padding: 0 17px;
	font-size: 16px;
	color: #fff;
	background: #286eb8;
	line-height: 31px;
}

.ewb-dynamic-bd{
	padding: 11px 15px 0 15px;
	height: 239px;
}

.ewb-dynamic-item{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	vertical-align: top;
}

.ewb-dynamic-item a{
	display: block;
	float: left;
	max-width: 360px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	padding-left: 12px;
	background: url(imagesinfo_icon.png) left center no-repeat;
}

.ewb-date{
	float: right;
}

.ewb-dynamic-item:hover a,
.ewb-dynamic-item:hover .ewb-date{
	color: #f37800;
}