﻿body{
	background-color: #f8f8f8;
}
a:hover{
	color: #ff777b;
}

.main-wrap {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}

.main-wrap ul {
	display: flex;
	 justify-content: space-between;
	 flex-wrap: wrap;
}

.main-wrap ul li {
	width: 180px;
	background-color: #fff;
	box-shadow: 0px 5px 5px #e2e1e0;
	padding: 10px 10px 20px 10px;
	border-radius: 10px;
	margin-right: 40px;
	margin-bottom: 20px;
}
.main-wrap ul li:nth-child(5),.main-wrap ul li:nth-child(10) {
	margin-right: 0;
}
.main-wrap ul li .photo {
	width: 180px;
	height: 180px;
	background-color: #0000C0;
}
.main-wrap ul li .photo img{
	width: 100%;
	height: 100%;
}
.main-wrap ul li .title {
	font-size: 18px;
	color: #666;
	line-height: 40px;

}

.main-wrap ul li .view {
	color: #999;
	line-height: 24px;
	margin-bottom: 10px;
}

.main-wrap ul li .heart {
	color: #bbb;
	height: 46px;
	overflow: hidden;
}
