/**!
 * 通用列表页
 * author: fxyue
 * date:2021-01-07
 */

.ewb-com {
    min-height: 770px;
    padding: 27px;
}

.ewb-menu {
    float: left;
    width: 240px;
}

.ewb-menu-hd {
    height: 84px;
    padding: 17px 5px 0 17px;
    background: url("../images/menu_hd_bg.jpg") no-repeat;
}

.ewb-menu-ch {
    line-height: 30px;
    color: #fff;
    font-size: 22px;
}

.ewb-menu-en {
    font-size: 12px;
    text-transform: uppercase;
    color: #a8bfe8;
}

.wb-tree {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-node {
    display: block;
    line-height: 66px;
    height: 68px;
    padding: 0 16px;
    background: #fafafa;
    border-bottom: 2px solid #e5e9ed;
}

.wb-tree-items:last-child .wb-tree-node {
    border-bottom: 2px solid #fafafa;
}

.wb-tree-iconr {
    float: right;
    width: 15px;
    height: 17px;
    margin-top: 25px;
    background: url('../images/wblistr.png') no-repeat;
}


.wb-tree-tt {
    display: block;
    font-size: 16px;
    color: #232323;
    margin-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-tree-sub {
    display: none;
    padding: 8px 17px;
}

.wb-sub-node>a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 16px;
    color: #232323;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/menu_list_img.jpg") left center no-repeat;
}

.wb-sub-node>a:hover,
.wb-sub-node>a.current {
    color: #0f67d2;
    background-image: url("../images/menu_list_imgh.jpg");
}

.wb-tree-items.current .wb-tree-node {
    background: #f3f3f3;
}

.wb-tree-items.current.hasChild .wb-tree-node {
    border-bottom: 2px solid #f3f3f3;
}

.wb-tree-items.current .wb-tree-tt {
    color: #0f67d2;
    font-family: "SourceHanSansCN-Medium";
}

.wb-tree-items.current .wb-tree-iconr {
    background: url('../images/wblistrh2.png') no-repeat;
}

.wb-tree-items.hasChild.current .wb-tree-iconr {
    background: url('../images/wblistrh.png') no-repeat;
}

.wb-tree-items.current .wb-tree-sub {
    display: block;
}

.ewb-column {
    width: 870px;
    float: right;
}

.ewb-column-hd {
    height: 47px;
    border-bottom: 2px solid #1492ff;
}

.ewb-column-tt {
    float: left;
    font-family: "SourceHanSansCN-Medium";
    font-size: 20px;
    padding-left: 25px;
    line-height: 30px;
    color: #2f89ef;
    background-position: left center;
    background-repeat: no-repeat;
}

.newsIcon {
    background-image: url("../images/column_news_icon.png");
}

.ewb-column-search {
    float: right;
    width: 250px;
    height: 35px;
    border-radius: 3px;
    overflow: hidden;
    padding: 0 16px 0 20px;
    border: 1px solid #d1d7dc;
}

.ewb-column-searchBtns {
    float: right;
    width: 22px;
    height: 22px;
    margin-top: 6px;
    background: url("../images/search_icon_02.png") no-repeat;
    cursor: pointer;
}

.ewb-column-search .input-tips {
    position: relative;
    z-index: 1;
    margin-right: 30px;
}

.ewb-column-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 33px;
    line-height: 33px;
    color: #c2c7cb;
    font-size: 16px;
    z-index: -1;
    cursor: text;
}

.ewb-column-search .input-box {
    width: 100%;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    border: 0;
    background: 0 0;
}

.ewb-column-bd {
    margin-top: 20px;
}

/* 第一种列表 */
.ewb-column-list {
    height: 114px;
    padding: 14px 0 0;
    line-height: 24px;
    border-bottom: 2px dashed #eaecf0;
}

.ewb-column-time {
    float: right;
}

.ewb-column-time p {
    float: left;
    font-size: 12px;
    color: #c3c3c3;
    margin-left: 20px;
}

.ewb-column-title {
    margin-right: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #0e0e0e;
    font-size: 16px;
}

.ewb-column-title a {
    color: #0e0e0e;
}

.ewb-column-p {
    height: 48px;
    overflow: hidden;
    margin-top: 12px;
    color: #747b84;
}

/* 第二种列表 */
.ewb-column-item {
    height: 60px;
    line-height: 58px;
    border-bottom: 2px dashed #eaecf0;
}

.ewb-column-date {
    float: right;
    color: #c3c3c3;
}

.ewb-column-infor {
    position: relative;
    margin-right: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #303030;
    font-size: 16px;
}

.ewb-column-infor a {
    color: #303030;
}

/* 分页 */
.pager {
    margin-top: 52px;
}

.ewb-column-sub {
    margin-top: 16px;
}

.ewb-column-sub .pager {
    margin-top: 20px;
}

/* 2023-6-2 */
.message-search {
	width: 360px;
	padding: 0 0 0 20px;
}
.message-search .ewb-column-searchBtns {
	background-color: #1492ff;
	background-image: none;
	width: 80px;
	height: 34px;
	margin-top: 0;
	color: #fff;
	font-size: 16px;
	line-height: 31px;
}
.message-search.ewb-column-search .input-tips {
	margin-right: 80px;
}
.reset-btn,
.query-code {
	display: block;
	float: right;
	width: 64px;
	height: 35px;
	border-radius: 4px;
	text-align: center;
	line-height: 33px;
	font-size: 16px;
}
.reset-btn {
	color: #1492ff;
	border: 1px solid #1492ff;
	margin: 0 20px;
}
.query-code {
	color: #fff;
	background-color: #ffbf00;
}
.message-item {
	margin-top: 24px;
}
.message-item:first-child {
	margin-top: 30px;
}
.message-item-hd {
	background-color: #edf2ff;
	padding-right: 20px;
}
.message-code {
	width: 230px;
	height: 42px;
	line-height: 42px;
	background: url(../images/message_code_bg.png) no-repeat;
	font-size: 20px;
	color: #fff;
	padding-left: 18px;
}
.message-time {
	font-size: 18px;
	color: #4a4a4c;
	height: 42px;
	line-height: 42px;
}
.message-item-bd {
	padding: 0 15px 0 20px;
	background-color: #f7f9fe;
}
.ask-box {
	border-bottom: 1px dashed #e0e1e6;
}
.ask-box,
.answer-box {
	line-height: 24px;
	font-size: 16px;
	color: #000;
	padding: 25px 0;
	position: relative;
	margin-left: 48px;
}
.ask-box::before,
.answer-box::before {
	position: absolute;
	width: 36px;
	height: 36px;
	left: -48px;
	top: 20px;
	text-align: center;
	line-height: 33px;
	color: #fff;
	font-size: 18px;
}
.ask-box::before {
	content: '问';
	background: url(../images/ask_icon.png) no-repeat;
}

.answer-box::before {
	content: '答';
	background: url(../images/answer_icon.png) no-repeat;
}

.look-more {
	display: block;
	margin: 9px auto 0;
	width: 124px;
	height: 37px;
	line-height: 37px;
	color: #1492ff;
	font-size: 18px;
	text-align: center;
	background: url(../images/look_more_bg.png) no-repeat;
}
