/**!
 * 某某页面-二级页
 * author: lucw;
 * date:2017-12-16
 */


/* loca */

.ewb-loca {
	padding-left: 24px;
	height: 42px;
	line-height: 42px;
	color: #333;
	padding-bottom: 4px;
	background: url(../images/loca.png) left 10px no-repeat;
}

.ewb-loca a {
	color: #333;
}

.ewb-loca .ewb-cur {
	color: rgba(28, 122, 218, 0.8);
}

.loca-name {
	font-weight: bold;
}

.ewb-grid-left {
	float: left;
	width: 280px;
}

.ewb-grid-right {
	float: left;
	width: 980px;
	margin-left: 20px;
}

/* panel */
.ewb-panel-hd {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-indent: 84px;
	background: url(../images/panel_img.png) 40px 13px no-repeat rgba(28, 122, 218, 0.8);
}

.ewb-panel-hd>a {
	color: #fff;
	font-size: 20px;
}

.ewb-panel-bd {
	margin-top: 2px;
	overflow: hidden;
	background-color: #f6f7f8;
}

.ewb-panel-items>li {
	margin: 0 20px;
}

.ewb-panel-lk {
	margin: 0 -20px;
	padding-left: 75px;
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #e8eaee;
	background: url(../images/sub_list.png) 50px center no-repeat;
}

.ewb-panel-lk:hover,
.ewb-panel-lk.current {
	font-weight: bold;
	color: #0e7ce1;
	background-image: url(../images/sub_listh.png);
	background-color: #cae7fd;
}

/* colu */
.ewb-colu-wp {
	border-top: 2px solid rgba(28, 122, 218, 0.8);
}

.ewb-colu {
	border: 1px solid #e6e8ec;
	border-top: 0;
}

.ewb-colu-hd {
	padding-left: 20px;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	border-bottom: 1px solid #e6e8ec;
}

.ewb-colu-bd {
	padding-bottom: 22px;
	    min-height: 545px;
}

.ewb-colu-tt {
	color: rgba(28, 122, 218, 0.8);
}

/* look */
.ewb-look {
	margin-right: 25px;
	margin-top: 11px;
	padding-left: 10px;
	width: 200px;
	height: 30px;
	color: #999;
	font-size: 15px;
	border: 1px solid #ccd1d7;
	position: relative;
}

.ewb-look-inp {
	border: 0;
	outline: 0;
	height: 30px;
	line-height: 30px;
	width: 160px;
	color: #999;
}

.ewb-look-btn {
	width: 36px;
	height: 30px;
	cursor: pointer;
	outline: 0;
	border: 0;
	background: url(../images/look_btn.png) center no-repeat;
}

/* list */
.ewb-colu .wb-data-item {
	padding-left: 25px;
	padding-top: 8px;
}

.ewb-colu .wb-data-list {
	padding-left: 15px;
	font-size: 15px;
}

.ewb-colu .wb-data-date {
	padding-right: 24px;
	color: #666;
}

.ewb-colu .wb-data-infor {
	margin-right: 210px;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
	color: #ff8a00;
}


/* 分页 */
.ewb-page {
	margin-top: 16px;
	text-align: center;
}

.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;
	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 {
	line-height: 26px;
	border: 0;
	font-weight: bold;
	color: #002ed2;
}

.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;
}


/* 1372分辨率以下 */

@media (max-width: 1372px) {

	/* about */
	.ewb-grid-left {
		width: 230px;
	}

	.ewb-panel-lk {
		padding-left: 56px;
		background-position: 30px center;
	}

	.ewb-grid-right {
		width: 730px;
	}

}

.ewb-look .input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 28px;
    line-height: 28px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-look .input-box {
    width: 80%;
    height: 28px;
    line-height: 28px;
    border: 0;
    background: 0 0;
    vertical-align: top;
}

.search_delete {
    right: 38px;
    top: 0;
    background: url("../images/delete.png") no-repeat #fff center center;
    display: none;
    height: 28px;
    position: absolute;
    width: 32px;
    cursor: pointer;
}