@font-face { font-family: "SYSTBOOD"; src: url("font/SourceHanSerifCN-Bold.ttf") format("truetype"); }
.sub{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color:#1D3759;
	font-weight: 400;
	font-size: 26px;
	position: relative;
	font-family: SYSTBOOD;
}
.sub span{
	position: absolute;
	right:10px;
	top:0px;
	font-size: 13px;
	color:#666;
}
.sub span >a{
	text-decoration: none;
	color:#666;
}
.aesthetic{
	width: 1024px;
	margin: 20px auto;
}

.aesthetic-sub{
	width: 1024px;
	height: 60px;
	line-height: 60px;
	/* color: #F24024; */
	color:#1D3759;
	font-weight: 400;
	font-size: 26px;
	position: relative;
	font-family: SYSTBOOD;
}
.aesthetic-sub span{
	position: absolute;
	right:10px;
	top:0px;
	font-size: 13px;
	color:#666;
}
.aesthetic-sub span>a{
	text-decoration: none;
	color:#666;
}
.aesthetic-sub::before,.aesthetic-sub::after{
	content:" ";
	color:#CCCCCC;
}
.aesthetic-list{
	width: 1024px;
	height: 230px;
}
.aesthetic-card{
	width: 240px;
	height: 210px;
	padding: 5px;
	float: left;
	border-radius: 2px;
	overflow: hidden;
	margin-right:8px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.05);
	transition: transform 0.3s;
}
.aesthetic-card:hover{
	/* box-shadow: 0 5px 5px rgba(242,64,36,0.5); */
	transform:translateY(-3px);
}
.aesthetic-card:last-child{
	margin-right: 0;
}
.aesthetic-card .aesthetic-img{
	/* width: 100%; */
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.aesthetic-card .aesthetic-img:hover{
	transform: scale(120%);
}
.aesthetic-card a{
    display:block;
    height:100%;
    width:100%;
    color:#666666;
}
.aesthetic-pic{
	width: 100%;
	height: 160px;
	overflow: hidden;
}
.aesthetic-title{
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	color:#666666;
	margin-top:10px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}