/* Í¼Æ¬ÐÂÎÅ */
.tb_xw{
	margin-bottom: 2rem;
}
.tb_xw h3 {
	color: #015293;
	font-size: 1rem;
	height: 2.1rem;
	line-height: 2.1rem;
	padding-left: 0.5rem;
	background: #f5f5f5;
	margin-top: 1.25rem;
}

.tb_xw_nr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.tb_xw_nr li {
	width: 48%;
	text-align: center;
	font-size: 0.75rem;
	color: #333333;
	line-height: 1rem;
	margin-top: 1.25rem;
}

.tb_xw_nr span {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tb_xw_nr img {
	width: 100%;
}
