.main-detail .page-search {
    float: right;
    height: 100%;
    line-height: 100%;
    position: relative;
}
.page-search .channel{
	width: 11.7rem;
}
.page-search .layui-btn+.layui-btn{
	margin-left: 1rem;
}
.list-div{
	height: 13.5rem;
	display: flow-root;
	padding: 2rem 0;
	border-bottom: 1px solid #eee;
	cursor:pointer;
}
.list-div:last-child{
	border: none;
}
.list-div .news-pic{
	width: 14.25rem;
	height: 9.5rem;
    cursor: pointer;
}
.list-div .news-content{
	float: right;
	height: 100%;
	position: relative;
	padding-left: 1.75rem;
	width: calc(100% - 14.3rem);
}
.list-div .news-top {
	display: flow-root;
    margin-bottom: 1rem;
}
.list-div .news-title {
	float: left;
    font-size: var(--content_word_size);
/*     font-weight: 600; */
	width: calc(100% - 5rem);
	white-space: nowrap;          
	text-overflow: ellipsis;           
	overflow: hidden;
    color: #000;
}
.list-div .news-title span:hover{
	cursor: pointer;
	color: var(--main_color);
}
.list-div .news-time {
	position:absolute;
	bottom:0;
	right:0;
	float: left;
	width: 5rem;
	color: rgb(153, 153, 153);
    font-size: var(--content_word_size);
	text-align: right;
}
.list-div .news-detail{
	font-size: var(--content_word_size);
	color: rgb(153, 153, 153);
	line-height: 1.5;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
    word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-div .news-button{
	position: absolute;
	bottom: 0;
}
.main-content .main-head .head-img{
	background: url(https://winfast.oss-cn-shanghai.aliyuncs.com/owe/party.png) no-repeat;
}
.list-div:hover .news-title{
	font-weight: 700;
	color: var(--main_color);
}
.list-div:hover .news-detail{
	color: var(--main_color);
}
.list-div:hover .news-time{
	color: var(--main_color);
}
.main-content .main-detail{
	padding: 3rem 0 4rem 0;
}
.main-content .list-page{
	margin-top:2rem;
	position: inherit;
}