.ewb-info-item{
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	vertical-align: top;
	color: #404040;
}

.ewb-info-forus{
	margin-right: 108px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-info-forus a{
	color: #404040;
	padding-left: 20px;
	background: url('../images/info_icon.png') left center no-repeat;
}

.ewb-date-list{
	float: right;
	margin-top: -35px;
	color: #959595;
}

.ewb-info-item:hover .ewb-info-forus,
.ewb-info-item:hover .ewb-info-forus a,
.ewb-info-item:hover .ewb-date-list{
	color: #0080da;
}

/* 分页 */

.ewb-page {
    text-align: center;
}

#page{
	display:inline-block;
}

.ewb-page-items {
    margin-top: 18px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.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: 0;
    color: #ff0000;
}

.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-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}

@media(max-width: 979px){
	.ewb-info-item{
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}

	.ewb-date-list{
		margin-top: -24px
	}

	.ewb-page-items{
		margin-top: 10px;
	}
}