<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * é€šçŸ¥å…¬å‘Š
 * author: wangkai;
 */


/* main */

/* å½“å‰ä½ç½® */

.ewb-location {
	padding: 16px 0 14px 0;
	height: 30px;
}

.ewb-location p {
	padding-left: 48px;
	height: 30px;
	line-height: 29px;
	color: #2c84d1;
	background: url('../images/location_ico.png') 18px center no-repeat;
}

.ewb-location p a {
	color: #2c84d1;
}

/* å†…å®¹ */

.ewb-content {
	padding: 30px 30px 20px 30px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}

.ewb-info {
	padding-bottom: 20px;
}

.ewb-info-node {
	margin-top: 20px;
	height: 134px;
	vertical-align: top;
}

.ewb-info-node:first-child {
	margin-top: 0;
}

.ewb-info-item {
	display: block;
	padding: 20px 0 20px 0;
	height: 94px;
	background: url('../images/info_ico.png') 1053px center no-repeat #f1f2f4;
}

.ewb-info-item:hover {
	background: url('../images/info_ico_cur.png') 1053px center no-repeat #eef6fb;
}

.ewb-info-date {
	float: left;
	margin: 12px 0 0 9px;
	width: 136px;
	padding: 3px 0;
	height: 64px;
	border-right: 1px solid #a3c2d5;
	cursor: pointer;
}

.ewb-info-date span {
	display: block;
	height: 32px;
	line-height: 31px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}

.ewb-info-date span:first-child {
	font-size: 18px;
	color: #333;
}

.ewb-info-content {
	float: left;
	margin-left: 40px;
	width: 812px;
	cursor: pointer;
}

.ewb-info-content h3 {
	height: 30px;
	line-height: 29px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.ewb-info-content p {
	line-height: 32px;
	font-size: 14px;
	color: #333;
}

.ewb-total {
	float: left;
	height: 26px;
	line-height: 26px;
}

.ewb-total span {
	margin: 0 4px;
	color: #ab2525;
}

.ewb-page {
	float: right;
	height: 26px;
    text-align: right;
}

.ewb-page-items {
    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;
    float: left;
        height: 24px;
    line-height: 24px;
}

.ewb-page-li&gt;a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li&gt;a:hover {
	border: 1px solid #ab2525;
}

.ewb-page-li.current&gt;a {
	height: 26px;
	line-height: 26px;
    border: 0;
    color: #ab2525;
}

.ewb-page-li.ewb-page-noborder&gt;span {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num&gt;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-go {
    margin-left: 2px;
    margin-right: 0;
}

.ewb-page-hover:hover&gt;a,
.ewb-page-go:hover&gt;a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go&gt;a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto&gt;span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis&gt;span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    color: #555;
}

/* footer */

.ewb-footer {
	margin-top: 40px;
}</pre></body></html>