.main-detail .page-search {
	float: right;
	height: 100%;
	line-height: 100%;
	position: relative;
}
.page-search .activityName{
	width: 25rem;
}

.page-search .layui-btn+.layui-btn{
	margin-left: 1rem;
}

.page-search .activityName input{
	flex: 1;
	padding: 0;
	text-align: center;
	border-radius: 0.2rem 0 0 0.2rem;
}
.page-search .activityName .search-icon{
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	background: var(--main_color);
	border-radius: 0 0.2rem 0.2rem 0;
}
.page-search .activityName .search-icon span{
	color: #fff;
	font-size: 1rem;
}
.list-content{
	display: flow-root;
	margin: 0 -2rem;
}
.list-div{
	float: left;
	width: 32.33%;
	margin-bottom: 3rem;
	padding-left: 2rem;
}
.list-div .pic-div{
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 66.67%;
	margin-bottom: 0.8rem;
}
.list-div .news-pic{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border-radius: 0.5rem;
}
.list-div .news-content{
	position: relative;
}
.list-div .list-sub{
	cursor: pointer;
}
.list-div .list-sub:hover *{
	color: var(--main_color);
}
.list-div .list-sub:hover .news-time{
	display: block;
}
.list-div .news-top {
	margin-bottom: 0.5rem;
}
.list-div .news-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.list-div .news-time {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.75rem;
	text-align: center;
	border: 2px solid var(--main_color);
}
.list-div .news-time span{
	font-size: 1rem;
}
.list-div .news-detail{
	color: #aaa;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.activityName .active{
	color: red !important;
}

.layui-btn {
	padding: 0px 0.26rem;
}