.index_detail{
	padding-top: 3vw;
	margin-bottom: 4vw;
}
.index_detail .list{
	margin-bottom: 3vw;
}
.index_detail .list .title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #0072FF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
.index_detail .list .title .col-sm-2{
	background-color: #0072FF;
	color: #fff;
	text-align: center;
	
}
.index_detail .list .detail{
	margin-top: 5px;
	border: 1px solid #0072FF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}
.index_detail .list .detail .col-sm-2{
	padding: 0;
	text-align: center;
	background-color: #0072FF;
}
.index_detail .list .detail .col-sm-2 img{
	width: 90%;
}
.index_detail .list .detail .col-sm-10{
	padding: 10px;
}
/* pc */
@media screen and (min-width: 768px) {
	.index_detail .list .detail{
		height: 7vw;
	}
	.index_detail .list .detail .col-sm-2{
		line-height: 7vw;
	}
	.index_detail .list .detail .col-sm-10{
		height: 7vw;
		font-size: 1vw;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
}

/* app */
@media screen and (max-width: 768px) {
	.index_detail .list .title .col-sm-10{
		text-indent: 1em;
	}
	.index_detail .list .detail{
		height: 80px;
	}
	.index_detail .list .detail .col-sm-2{
		line-height: 80px;
	}
	.index_detail .list .detail .col-sm-10{
		height: 80px;
		font-size: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}