.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: 9.75rem;
	display: flow-root;
	padding: 1.5rem 0;
	border-bottom: 1px solid #eee;
}
.list-div:last-child{
	border: none;
}
.list-div .news-pic{
	width: 9rem;
	height: 6.75rem;
     border-radius: 10px;
    cursor: pointer;
}
.list-div .news-content{
	float: right;
	height: 100%;
	position: relative;
	padding-left: 1.5rem;
	width: calc(100% - 9rem);
}
.list-div .news-top {
	display: flow-root;
    margin-bottom: 1rem;
}
.list-div .news-title {
	float: left;
    font-size: 1.1rem;
/*     font-weight: 600; */
	width: calc(100% - 6rem);
	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 {
	float: left;
	width: 6rem;
	color: var(--grey_color);
    font-size: 1.1rem;
	text-align: right;
}
.list-div .news-detail{
	font-size: 0.9rem;
	color: var(--grey_color);
	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;
}

.list-div1{
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
	position: relative;
}
.list-div1:hover{
	cursor: pointer;
	color: var(--main_color);
}
.list-div1:hover .tips{
	background: var(--main_color);
}
.list-div1 .new-tips{
	position: absolute;
	height: 100%;
    display: flex;
    left: 0;  
}
.list-div1 .tips{
	border: 1px solid;
    border-radius: 50%;
    width: 0.6rem;
    height: 0.6rem;
    margin: auto 0;
}
.list-div1 .rule-content{
/* 	font-size: 0.9rem; */
}