@charset 'UTF-8';

/**!
 * 信用伟德国际1946bv官网专题二级页
 * author: huangcong;
 * date:2019-07-13
 */

.ewb-footer-bg{
	background: url('/Template/special/xysj/css/../images/about_foot_bg.jpg') center bottom no-repeat;
}

.ewb-main{
	padding-bottom: 28px;
}

/* 左侧 */

.ewb-menu {
    margin-right: -18px;
    background: #fff;
    margin-top: 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.ewb-menu-hd {
    height: 52px;
    line-height: 50px;
    border: 1px solid #fff;
    background: #a8161e;
    padding-left: 22px;
    font-size: 18px;
    font-weight: bold;
}

.ewb-menu-hd a {
    color: #fff;
}

.ewb-menu-bd {
    height: 650px;
    background: url('/Template/special/xysj/css/../images/menu_bg.jpg') center bottom no-repeat;

}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
}

.wb-tree-iconl {
    float: left;
    width: 14px;
    height: 10px;
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 11px;
    background: url('/Template/special/xysj/css/../images/wblist.png') no-repeat;
}

.current .wb-tree-iconl {
    background-image: url('/Template/special/xysj/css/../images/wblisth.png');
}

.current .wb-tree-tt {
    color: #a8161e;
}

.wb-tree-iconr {
    float: right;
    width: 7px;
    height: 12px;
    margin-top: 23px;
    margin-right: 24px;
    background: url('/Template/special/xysj/css/../images/wblistrh.png') no-repeat;
}

.wb-tree-sub {
    display: none;
    background: #fff;
}

.wb-tree-item>a {
    padding-left: 48px;
    font-size: 14px;
}

.wb-tree-item>a:hover,.wb-tree-item>a.accfocus {
    background-color: #fdf6e2;
    color: #a8161e;
    border-color: #a8161e;
}

.wb-tree-item>a:active {
    background-color: #fdf6e2;
    color: #a8161e;
    border-color: #a8161e;
}

.current .wb-tree-iconr {
    width: 12px;
    height: 7px;
    margin-top: 23px;
    margin-right: 24px;
    background: url('/Template/special/xysj/css/../images/wblistr.png') no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

/* 右侧 */

.ewb-info{
	margin-left: 18px;
	background: #fff;
	margin-top: 30px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.ewb-info-hd{
	height: 41px;
	border-bottom: 1px solid #e6e6e6;
}

.ewb-info-hd a{
	float: left;
	padding: 0 18px;
	border-bottom: 2px solid #a8161e;
	font-size: 18px;
	font-weight: bold;
	color:#a8161e;
	height: 40px;
	line-height: 38px;
}

.ewb-info-bd{
	padding: 16px 20px 0 15px;
	height: 661px;
}


/* 分页*/

.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 #e84c4c;
    color: #fff;
    background: #e84c4c;
    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 #e84c4c;
    color: #fff;
    background: #e84c4c;
}