section {
	width: 100%;
	height: auto;
}

section .list-box {
	width: 370px;
	height: 410px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 17px;
	float: left;
}
section .list-box:nth-of-type(3n+0){
	margin-right: 0;
}
section .list-box img {
	width: 370px;
	height: 245px;
}
section .list-box h5{
	height: 55px;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 55px;
}
section .list-box p{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #a6a6a6;
	line-height: 18px;
	text-indent: 2em;
	height: 54px;
}
section .list-box .list-but{
	width: 100%;
	height: 40px;
	margin-top: 15px;
	text-align: right;
}
section .list-box .list-but a{
	display:block;
	width: 122px;
	height: 41px;
	background: #fde9c6;
	line-height: 41px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #000;
	float: left;
}
section .list-box .list-but a:nth-of-type(1){
	margin-left: 118px;
}
section .list-box .list-but a:nth-of-type(2){
	background: #dd2020;
	color: #fff;
	margin-left: 5px;
}
