/**!
 * 质量标准新高地-二级页
 * author: chenzp;
 * date:2018-11-24
 */

/* 正文 */

.ewb-main{
	margin-bottom: 65px;
	background: #fff;
}

/* 当前位置 */

.ewb-local{
	padding: 13px 0 13px 41px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	background: url('../images/local_icon.png') no-repeat 19px center;
}

.ewb-local a{
	color: #666;
}

.ewb-local span{
	color: #333;
}

/* 左侧树 */

.ewb-menu{
	height: 616px;
	background: url('../images/tree_bg.jpg') no-repeat center bottom;
}

.ewb-menu-hd{
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 24px;
	font-weight: bold;
	background: #21a2db;
}

.ewb-menu-hd a{
	color: #fff;
}

.wb-tree-items{
   cursor: pointer;
}

.wb-tree-items:first-child .wb-tree-node{
	border-top: 0;
}

.wb-tree-tt{
    color:#333;
}

.wb-tree-node{
    display: block;
    height: 47px;
    line-height: 46px;
    font-size: 17px;
    color: #333;
    border-top: 1px solid #adadad;
}

.wb-tree-iconl{
	margin: 17px 19px 0 28px;
    float: left;
    width: 4px;
    height: 12px;
    background:url('../images/tree_line.jpg') no-repeat;
}

.wb-tree-iconr{
	margin: 15px 20px 0 0;
    float: right;
    width: 17px;
    height: 17px;
    background: url('../images/tree_right.png') no-repeat;
}

.wb-tree-sub{
	padding: 4px 0;
	border-top: 1px solid #f0f0f0;
    display: none;
}

.wb-tree-item>a{
    padding-left: 64px;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    background: url('../images/tree_dot.png') no-repeat 53px center;
}

.wb-tree-item>a:hover,.wb-tree-item>a.accfocus{
	font-weight: bold;
	color: #21a2db;
    background-image: url('../images/tree_doth.png');
}

.current .wb-tree-node{
	background: #f4faff;
}

.current .wb-tree-iconl{
    background: url('../images/tree_lineh.jpg') no-repeat;
}

.current .wb-tree-iconr{
    background: url('../images/tree_down.png') no-repeat;
}

.current .wb-tree-tt{
	font-weight: bold;
    color: #21a2db;
}

.current .wb-tree-sub{
    display: block;
}

@media(max-width: 767px){
	.ewb-menu{
		height: auto;
		background: none;
	}
	.ewb-menu-hd{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.wb-tree-node{
		font-size: 15px;
	}
	.wb-tree-item>a{
		font-size: 14px;
	}
}

/* 右侧 */

.ewb-info{
	margin: 0 16px 0 3px;
}

.ewb-info-hd{
	height: 49px;
	border-bottom: 1px solid #adadad;
}

.ewb-info-hd a{
	position: relative;
	float: left;
	padding: 0 8px;
	height: 47px;
	line-height: 56px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #1ea0df;
}

.ewb-info-hd a i{
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -6px;
	display: block;
	width: 11px;
	height: 6px;
	background: url('../images/tree_arrow.png') no-repeat center;
}

.wb-data-list{
	padding-left: 34px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	background-position: 18px center;
}

.wb-data-date{
	margin: -36px 5px 0 0;
}

/* 分页 */
.pager {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.ewb-page {
	margin: 35px 0 20px;
    height: 29px;
    text-align: center;
    font-size: 0;
}
.m-pagination-page>li.active>a {
    border: 1px solid #21A2DB;
    color: #fff;
    background: #21A2DB;
    font-weight: normal;
}
.m-pagination-page>li:hover>a,
.m-pagination-group>button:hover,
.m-pagination-page>li.accfocus>a,
.m-pagination-group>button.accfocus {
    border: 1px solid #21A2DB;
    color: #fff;
    background: #21A2DB;
}
/* .ewb-page {
	margin-top: 28px;
	height: 26px;
    text-align: center;
    font-size: 0;
}

.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:first-child{
	margin-right: 20px;
}

.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: 1px solid transparent;
    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;
}

@media(max-width: 767px){
	.ewb-main{
		padding: 0 5px;
		margin-bottom: 20px;
	}
	.ewb-info-hd a{
		font-size: 16px;
	}
	.wb-data-list{
		font-size: 13px;
	}
	.ewb-page-li{
		display: none;
	}
	.ewb-page-li:first-child{
		margin-right: 4px;
	}
	.ewb-page-li.current,
	.ewb-page-hover{
		display: block;
	}
	.ewb-page{
		margin: 15px 0;
	}
 */}