@charset "utf-8";
/* CSS Document */
.body-titile{
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 20px;
	color: #E70014;
	text-align:center;
	padding-top:15px;
}

.body1 ul li{
	width: 580px;
	height: 330px;
	float: left;
	margin: 10px 10px;
	
	background-color: #F7F7F7;
}

.li-left{
	float: left;
}
.li-right{
	float: right;
}

.body1 ul li div img{
	margin-top:50px;
	margin-right: 30px;
}

h4{
	font-size: 24px;
	font-weight: 900;
	margin-top: 40px;
	margin-left:30px;
	margin-bottom: 30px;
}

.body1 ul li div p{
	line-height: 25px;
	margin-left:30px;
	text-align: left;
}
.body1 ul li div button{
	width: 150px;
	height: 40px;
	background-color: #F7F7F7;
	border: 1px solid #4D4852;
	border-radius: 10px;
	margin-top: 80px;
	 margin-left:40px;
	cursor: pointer;
}
.body1 ul li div button:hover{
	width: 150px;
	height: 40px;
	color: #FFFFFF;
	background-color: #E70014;
	border: 1px solid #F7F7F7;
	border-radius: 10px;
	margin-top: 80px;
	cursor: pointer;
}

a:link,a:visited{
	text-decoration: none;
}