.ewb-info{
	border: 1px solid #dfebf8;
	padding: 24px 29px 0 29px;
}

.tabview-hd{
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.ewb-tab-all{
	font-size: 14px;
    line-height: 35px;
    padding-left: 20px;
    color: #999;
    position: absolute;
	
	/*color: #ee6451;
	float: left;*/
}

.ewb-tab-items{
	display: inline-block;
	border-radius: 20px;
	height: 40px;
	font-size: 18px;
	background: #e9f2fa;
	font-weight: bold;
}

.tab-item{
	padding: 0 46px;
	color: #1080cc;
	border-radius: 20px;
}

.tab-item.cur{
	background: #1080cc;
	color: #fff;
}

.tab-panel{
	padding-top: 10px;
	padding-bottom: 20px;
	min-height: 615px;
}

.ewb-info-items{
	margin-left: -20px;
	min-height: 560px;
}

.ewb-info-item{
	width: 270px;
	float: left;
	border-top: 3px solid #76d1f3;
	background: #f7f7f7;
	height: 117px;
	margin-top: 20px;
	margin-left: 20px;
}

.ewb-info-mod{
	padding: 13px 15px 0 15px;
}

.ewb-info-mod h3{
	line-height: 24px;
	font-size: 16px;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	line-clamp: 2;
  	-webkit-box-orient: vertical;
}

.ewb-info-mod h3 a{
	color: #333;
}

.ewb-info-mod p{
	line-height: 22px;
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}

/* 分页 */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 25px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border-color:transparent;
    color: #1080cc;
    font-weight: bold;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}
