@charset "utf-8";

.main-container{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto 0 auto;
}

.instrument-card{
/*	min-height: 400px;*/
	display: flex;
	flex-direction: column;
/*	justify-content: space-between;*/
	width: 300px;
	text-align: center;
	font-family: Arial, 微软雅黑;
	border-radius: 20px;
	background-color: rgb(245,245,245);
	padding: 0 0 15px 0;
	margin: 20px;
	overflow: visible;
	border: 1px rgb(225,225,225) solid;
}

.instrument-card img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px 20px 0 0;
/*	box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 1);*/
}

.instrument-card a.title{
	padding: 0;
	margin: 15px 10px 0 10px;
	color: #bf0000;
	font-size: 16px;
	font-family: Arial, 微软雅黑;
	text-decoration: none;
	display: inline;
	text-align: center;
	font-weight: bold;
}

.instrument-card a{
	padding: 0;
	margin: 5px 0 5px 0;
	color: black;
	font-size: 12px;
	font-family: Arial, 微软雅黑;
	text-decoration: none;
	display: inline;
	text-align: center;
}