﻿/**!
 * &#51;&#54;&#53;&#98;&#101;&#116;&#25351;&#23450;&#24320;&#25143;&#32593;&#22336;&#95;&#98;&#101;&#97;&#116;&#51;&#54;&#53;&#19978;&#19981;&#21435;&#95;&#98;&#116;&#51;&#54;&#53;&#25163;&#26426;&#23448;&#26041;&#32593;&#22336;二级
 * author: xuyang;
 * date:2017-04-20
 */

/* left */

.ewb-left {
	padding: 0 15px;
	height: 620px;
	background-color: #fff;
}

.ewb-com-tt {
	padding-top: 8px;
	padding-left: 5px;
/* 	width: 69px; */
	font-size: 15px;
	font-weight: bold;
	color: #08315d;
	background-color: #fff;
}

.ewb-com-line {
	margin-top: 21px;
	height: 1px;
	background-color: #94202d;
}

.ewb-left-item {
	padding: 1px 0;
	font-size: 15px;
	text-align: center;
	border-bottom: 1px dashed #dbdbdb;
}

.ewb-left-item a {
	display: block;
	height: 47px;
	line-height: 47px;
	color: #333;
}

/*.ewb-left-item:hover a {
	font-weight: bold;
	color: #fff;
	background-color: #94202d;
}*/



.current a {
	font-weight: bold;
	color: #fff;
	background-color: #94202d;
}

/* right */

.ewb-r-hd {
	padding-left: 15px;
	padding-top: 5px;
	height: 27px;
	color: #666;
}

.ewb-r-hd a {
	color: #666;
}

.ewb-r-spit {
	padding: 0 10px;
}

.ewb-r-col {
	color: #ff9000;
}

.ewb-r-bd {
	padding: 12px 20px 0;
	min-height: 576px;
	background-color: #fff;
}

.ewb-info-item {
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	font-size: 14px;
	background: url(../images/item_icon.jpg) 0 12px no-repeat;
}

.ewb-info-item:hover {
	background: url(../images/item_iconh.jpg) 0 12px no-repeat;
}

.ewb-info-block {
	padding-left: 12px;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-info-item a {
	color: #333;
}

.ewb-info-item span {
	margin-top: -28px;
	color: #666;
}

.ewb-info-item:hover a,
.ewb-info-item:hover span {
	color: #ff7200;
}

.ewb-r-item {
	line-height: 30px;
	vertical-align: top;
	background: url(../images/r_item_icon.jpg) left 14px no-repeat;
}

.ewb-r-block {
	padding-left: 10px;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-r-item a {
	color: #333;
}

.ewb-r-item span {
	color: #999;
}

.ewb-r-item:hover a,
.ewb-r-item:hover span {
	color: #fe0000;
}

/* 分页 */

.ewb-page {
	margin-top: 20px;
    text-align: center;
}

.ewb-page-items {
    margin-top: 10px;
    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: 0;
    color: #0030cc;
}

.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;
}