@charset "utf-8";
/* 资本投资样式 */
body {
	background-color: #FBFBFB;
}
/* 投资项目列表 */
.invest-list {
	margin: 0;
	padding: 6px 0 40px;
}

/* 每一个投资项目 */
.invest-list .invest-item {
	margin-top: 40px;
	width: 370px;
	height: 336px;
	padding: 24px 26px 0;
	font-size: 14px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 14px 2px rgba(153, 153, 153, 0.2);
}

.invest-list .invest-item.span4:nth-child(3n + 1) {
	margin-left: 0;
}

.invest-list .invest-item a {
	/* color: inherit!important; */
	text-decoration: none!important;
}

/* 标题 */
.invest-item .invest-item-title {
	padding: 0 20px;
	border: 1px dashed var(--main-color);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.invest-item .invest-item-title h4 {
	font-size: 20px;
	line-height: 44px;
	color: var(--main-color);
}

/* 类别 */
.invest-item .invest-type {
	padding: 25px 0;
	line-height: 30px;
	color: #bbb;
}

/* 简介 */
.invest-intro {
	letter-spacing: 1px;
	line-height: 1.95;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	color: #999;
}

/* 下面的小按钮 */
.btns {
	line-height: 105px;
	font-size: 0;
	text-align-last: justify;
}

.btns button.btn {
	margin: 0 30px;
	width: 86px;
	height: 30px;
	font-size: 14px;
	border: none;
	border-radius: 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
}