
/* 新闻资讯 */
#new-list{
	/* display: none; */
	padding: 0 5px;
}
.ExBooth-new{
	display: flex;
	justify-content:flex-start;
	padding: 20px 0;
	border-bottom: 1px dashed #bdbdbd;
	color: #242424;
	cursor: pointer;
}
a,
a:hover,
a:link,
a:visited,
a:active,
a:focus{
	color: #242424;
	text-decoration: none;
}
.ExBooth-new:first-of-type .ExBooth-new-img{
	width: calc(50% - 80px);
}
.ExBooth-new:first-of-type .ExBooth-new-date{
	width: 80px;
}
.ExBooth-new:first-of-type .ExBooth-new-content{
	width: 50%;
}
.ExBooth-new:first-of-type .ExBooth-new-content .ExBooth-new-content-title{
	height: 60px;
	-webkit-line-clamp:2;
}
.ExBooth-new:first-of-type .ExBooth-new-content .ExBooth-new-content-text{
	-webkit-line-clamp:8;
}
.ExBooth-new:last-of-type{
	border: none;
}
.ExBooth-new-img{
	width: 250px;
}
.ExBooth-new-img > div{
	width: 100%;
	height: 0;
	padding-bottom: 66.67%;
	position: relative;
}
.ExBooth-new-img > div > img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ExBooth-new-date{
	width: 65px;
	text-align: center;
}
.ExBooth-new-date p{
	margin: 0;
	line-height: 30px;
}
.ExBooth-new-date-title{
	font-size: 18px;
}
.ExBooth-new-content{
	width: calc(100% - 315px);
}
.ExBooth-new-content p{
	margin: 0;
	line-height: 30px;
}
.ExBooth-new-content p.ExBooth-new-content-title{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:1;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}
.ExBooth-new-content p.ExBooth-new-content-text{
	color: #a5a5a5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:4;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}


/* 分页 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #4353A3;
}
.layui-laypage a:hover {
    color: #4353A3;
}


/* 自适应 */
@media (max-width: 768px){
	
	/* 新闻资讯 */
	.ExBooth-new{
		padding: 10px 0;
	}
	.ExBooth-new:first-of-type .ExBooth-new-img{
		width: 90px;
	}
	.ExBooth-new:first-of-type .ExBooth-new-date{
		width: 55px;
	}
	.ExBooth-new:first-of-type .ExBooth-new-content{
		width: calc(100% - 155px);
	}
	.ExBooth-new:first-of-type .ExBooth-new-content .ExBooth-new-content-title{
		height: 30px;
		-webkit-line-clamp:1;
	}
	.ExBooth-new:first-of-type .ExBooth-new-content .ExBooth-new-content-text{
		-webkit-line-clamp:1;
	}
	.ExBooth-new-img{
		width: 90px;
	}
	.ExBooth-new-date{
		width: 55px;
	}
	.ExBooth-new-date-title{
		font-size: 14px;
	}
	.ExBooth-new-content{
		width: calc(100% - 155px);
	}
	.ExBooth-new-content p.ExBooth-new-content-title{
		font-size: 14px;
		-webkit-line-clamp:1;
	}
	.ExBooth-new-content p.ExBooth-new-content-text{
		-webkit-line-clamp:1;
	}
	
}