.information_disclosure_bg_class { 
	width: 50px;
	height: 41px;
	background-image: url(../img/zd.png);
	background-repeat: no-repeat;
	background-size: 50px 41px;
}

.information_disclosure_arrow_class {
	width: 16px;
	height: 12px;
	background-image: url(../img/qianjin1.png);
	background-repeat: no-repeat;
	background-size: 16px 12px;
	margin-left: 10px;
}

.information_disclosure_title_class {
	margin-left: 20px;
	text-align: left;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	flex: 1;
}

.information_disclosure_line_class {
	width: 1px;
	height: 60px;
	background: #EEEEEE;
}

.information_disclosure_txt_class {
	margin-left: 40px;
	font-size: 16px;
	color: #AAAAAA;
}

.information_disclosure_item_bottom_line_class {
	background: #EEEEEE;
	height: 1px;
}

.information_disclosure_item_class {
	display: flex;
	align-items: center;
	height: 108px;
	line-height: 108px;
}

.information_disclosure_class {
	padding: 0 40px;
	cursor: pointer;
}

.information_disclosure_class:hover .information_disclosure_title_class {
	color: #156CD2 !important;
}
.information_disclosure_class:hover .information_disclosure_txt_class {
	color: #156CD2 !important;
}

.information_disclosure_class:hover .information_disclosure_arrow_class {
	background-image: url(../img/home_more.png);
}
