
.main{
	width: 75rem;
	margin: 0 auto;
}
.filter{
	margin-top: 1.875rem;
}
.filter-class,
.filter-type{
	display: flex;
	width: 100%;
}
.filter-title{
	font-family: PingFangSC-Medium;
	font-size: 1.25rem;
	color: #4A4A4A;
	letter-spacing: 0.0.125rem;
	height: 1.875rem;
	line-height: 1.875rem;
	min-width: 5.625rem;
}
.filter-class span,
.filter-type span{
	display: inline-block;
	float: right;
	margin-left: 2.5rem;
	background-color: #979797;
	width: 0.0625rem;
	height: 1.875rem;
}
.filter-class-lists,
.filter-type-lists{
	float: left;
	margin: 0 0.625rem;
	font-weight: 300;
}
.filter-class-lists a,
.filter-type-lists a{
	font-family: PingFangSC-Medium;
	font-size: 1.5rem;
	color: #4A4A4A;
	letter-spacing: 0.0.125rem;
	padding: 0rem 1.875rem;
	line-height: 1.875rem;
}
.module-active,
.active{
	font-weight: 500;
	color:#004096!important;
}
.filter-line{
	width: 100%;
	height: 0.0625rem;
	background-color: #979797;
	margin: 1.25rem 0rem;
}
.filter-factor{
	margin: 3.1875rem 0;
	width: 100%;
	display: flex;
}
.sort{
	display: flex;
	align-items: center;
}
.sort-ico{
	background: url(../../module/img/sort-ico.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 1.5rem;
	height: 1.5rem;
}
.filter-price a,
.sort a{
	margin: 0rem 1.25rem;
	font-family: PingFangSC-Medium;
	font-size: 1.25rem;
	color: #4A4A4A;
	letter-spacing: 0.1.0625rem;
}
.filter-price span,
.sort span{
	display: inline-block;
	background-color: #9B9B9B;
	width: 0.0625rem;
	height: 1.3125rem;
}
.price-active,
.sort-active{
	font-weight: 500;
	color:#004096!important;
}
.filter-price{
	margin-left: 2.5rem;
	display: flex;
	align-items: center;
}
.price-ico{
	background: url(../../module/img/price-ico.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 1.5rem;
	height: 1.5rem;
}
.module-search{
	flex:1;
	justify-content: flex-end;
	height:100%;
	display: flex;
	align-items: center;
	position:relative;
	align-items: center;
}
.module-search input{
	width:16.875rem;
	height: 3.125rem;
	background: #F6F6F6;
	border-radius: 1.5625rem;
	border-radius: 1.5625rem;
	border: #004096;
	padding-left: 0.75rem;
	padding-right:2.875rem;
	cursor: text;
	font-family: PingFangSC-Regular;
	font-size: 1.25rem;
	letter-spacing: 0.1.0625rem;
}
.module-search input:focus{
	outline:none;
}
.module-search input::-webkit-input-placeholder,
.module-search input::-ms-input-placeholder{
	font-family: PingFangSC-Regular;
	font-size: 1.25rem;
	color: #9B9B9B;
	letter-spacing: 0.1.0625rem;
}
.module-search-btn{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform:  translateY(-50%);
	transform: translateY(-50%);
	right: 0.5rem;
	width: 2.125rem;
	height: 2.125rem;
	background-image: url(../../module/img/search.png);
	background-size: 2.125rem 2.125rem;
	cursor: pointer;
}
.lists{
	width: 100%;
	border-radius: 0.5rem;
}
.lists-item{
	display: flex;
	background-color:  #F6F6F6;
	margin: 0.9375rem 0;
	border-radius: 0.5rem;
}
.lists-item img{
	flex-shrink: 0;
	width: 22.5rem;
	height: 12.5rem;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.content{
	margin: 1.5625rem 1.875rem;	
	width: 100%;
	display: flex;
	flex-flow: column;
}
.content-top{
	position: relative;
	width: 100%;
	display: flex;
}
.content-title{
	font-family: PingFangSC-Medium;
	font-size: 1.625rem;
	color: #4A4A4A;
	letter-spacing: 0.1.375rem;
	text-align: justify;
	line-height: 1.875rem;
	max-height: 3.75rem;
	max-width: 28.125rem;
	position: relative;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.content-type{
	margin-left: 0.625rem;
	border: 0.0625rem solid #9B9B9B;
	border-radius: 0.9375rem;
	font-family: PingFangSC-Medium;
	font-size: 1.25rem;
	color: #9B9B9B;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.25rem;
	padding: 0rem 0.625rem;
	height: 1.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-price{
	background: #12C9FE;
	border-radius: 0.9375rem;
	max-width: 5rem;
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.25rem;
	padding: 0rem 0.625rem;
	height: 1.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	position: relative;
}
.content-addr{
	width: 100%;
	margin: 1.25rem 0rem;
	position: relative;
	display: flex;
	font-family: PingFangSC-Regular;
	font-size: 1.25rem;
	color: #9B9B9B;
	letter-spacing: 0;
	text-align: justify;
	line-height: 1.25rem;
	align-items: center;
}
.content-addr span{
	background-color: #9B9B9B;
	width: 2.5rem;
	height: 1px;
}
.content-bottom{
	flex:1;
	display: flex;
	align-items: flex-end;
}
.content-total{
	display: flex;
	align-items: center;
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	color: #4A4A4A;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.5rem;
}
.content-total span{
	border: 1px solid #9B9B9B;
	border-radius: 0.75rem;
	width: 5rem;
	height: 1.5rem;
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	color: #9B9B9B;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.5rem;
}
.content-total p{
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	color: #4A4A4A;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.5rem;
	margin-left: 0.625rem;
	margin-right: 0.375rem;
}
.content-date{
	font-family: PingFangSC-Regular;
	font-size: 1.125rem;
	color: #4A4A4A;
	letter-spacing: 0.0.9375rem;
	line-height: 1.5rem;
	margin-left: 2.5rem;
}
.content-summary{
	margin-left: auto;
	border: 1px solid #004096;
	border-radius: 0.75rem;
	padding: 0rem 0.625rem;
	height: 1.5rem;
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	color: #004096;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.5rem;
	display: flex;
	align-items: center;
}
.content-summary div{
	margin-left: 0.625rem;
	margin-bottom: 0.25rem;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 1px solid #004096;
	border-right: 1px solid #004096;
	transform: rotate(135deg);
	-ms-transform:rotate(135deg); 	/* IE 9 */
	-moz-transform:rotate(135deg); 	/* Firefox */
	-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
	-o-transform:rotate(135deg); 	/* Opera */
}
/* .content-summary:hover{
	background-color: #004096;
	color: #FFFFFF;
}
.content-summary:hover > div{
	border-top: 1px solid #FFFFFF!important;
	border-right: 1px solid #FFFFFF!important;
}
 */
.lists-none{
	width: 100%;
	height: 18.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFangSC-Medium;
	font-size: 2.25rem;
	color: #9B9B9B;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.5rem;
}
.show{
	display: block;
}
.hidden{
	display: none;
}

.page_div{
	margin: 7.5rem 0rem!important;
}
