.finance-right {
	width: 841px;
	padding-right: 10px;
}
.finance-right li {
	margin-bottom: 8px;
}
.finance-right li img {
    width: 300px;
    height: 149px;
}
.finance-right li:nth-child(3n) {
	margin-right: 0;
}
.finance-right__text {
	width: 265px;
	height: 69px;
	background: linear-gradient(180deg,#ffffff 0%, #ffffff 100%);
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08); 
	padding: 11px 14px;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	font-size: 16px;
	font-weight: 400;
	color: #323333;
	line-height: 26px;
}
.column_style1 .column_name1::before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 26px;
	background: #ca1117;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: -6px;
}
.column_style1 .column_name1{
	height: 58px;
	font-size: 24px;
	font-weight: 700;
	color: #323333;
	line-height: 68px;
	/*padding-left: 30px;*/
}
.column_style1 .more{
	font-size: 14px;
	color: #333333;
	line-height: 58px;
}
.question_rank_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 0%);
    border-radius: 4px;
    padding: 17px 10px 10px 10px;
}