.color-red{
	color:#d9b765;
}
.strategy-nav{
	color: #333333;
}
.strategy-nav a{
	color: #333333;
}
.strategy-nav a:hover{
	color: #333333;
}
.strategy-nav .check a{
	color: #333333;
	font-weight: bold;
}
.strategy-nav li{
	position: relative;
	margin-right: 10px;
	font-size: 15px;
}
.strategy-nav .check .input-line{
	position: absolute;
	height: 2px;
	width: 20px;
	background-color: #d9b765;
}
.strategy-list-info img{
	width: 30%;
}
.strategy-list-info{
	border: 1px solid #eee;
	height: 81px;
}
.strategy-list-info .text1{
	height: 35px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.strategy-list-info .text2{
	height: 34px;
	padding-left: 5px;
	color: #333333;
	margin-bottom: 10px;
	font-size: 12px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.arrow{
	height: 81px;
	line-height: 81px;
	margin-top: 20px;
}
.strategy-date{
	font-size: 12px;
	color: #aaaaaa;
}
.strategy-list-info .left{
	border-right: 1px solid #eee;
}
.strategy-list-info .right{
	height: 81px;
}