﻿.main{
	margin:30px auto;
}
.card{
	margin:20px 0;
}
.cardLeft,.cardsLeft{
	width:462px;
	height:150px;
	text-align: right;
	margin-right: 30px;
	float: left;
}
.cardLeft img{
	width:366px;
	height:150px;
	margin:10px;
	display: inline-block;
	
}
.cardRight,.cardsRight{
	float: left;
	width:618px;
	height:140px;
	padding-top: 10px;
}
.cardRight h2 a{
	display: inline-block;
	height:23px;
	line-height: 23px;
	width:432px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}
.cardRight h2 span{
	float: right;
	font-size: 14px;
	font-weight: 400;
}
.cardRight p{
	font-size: 16px;
	line-height: 24px;
}
.cardsRight{
	line-height: 140px;
	text-align: center;
}
.cardsRight span{
	margin:20px;
}