.site-title {
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 20px;
	padding-bottom: 10px;
	color: #393D49;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}

.site-h2 {
	font-size: 22px;
	font-weight: 300;
}

.site-more {
	position: absolute;
	right: 10px;
	top: 0px;
	color: #0072e2;
}


.category {
	margin-top: 15px;
	box-sizing: border-box;
	box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 10%);
}

.category .layui-row {
	flex-wrap: wrap;
	display: flex;
	margin: 5px auto;
}

.category-title {
	white-space: nowrap;
	padding: 2px 12px;
	min-width: 63px;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	width: 80px;
}

.category-box {
	overflow: hidden;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	/* width: 920px; */
	flex: 1;
}
.showbox {
	height: auto;
}

.category-box .box_item {
	color: #505B65;
	padding: 2px 12px;
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;
}

.box_active,
.box_item:hover {
	color: #fff !important;
	background: #4A90E2;
	border-radius: 3px;
}

.category-more {
	color: #1E9FFF;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	width: 45px;
	padding-top: 2px;
}


.meeting {
	margin-top: 15px;
	margin-bottom: 10px;
}

.meeting-item {
	position: relative;
	width: 288px;
	margin: 6px 4px;
	background: #fefefe;
	border-radius: 5px;
	box-shadow: 0 2px 10px 0 hsl(0deg 0% 83% / 50%);
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.meeting-item .meetingimg {
	width: 288px;
	height: 145px;
}

.s_cntent {	
	width: 260px;
	height: 135px;
	margin: 0;
	padding: 0 6px;
	background: #FFFFFF;
	border-radius: 5px;
}

.s_title {
	height: 42px;
	padding: 0 5px;
	margin: 10px 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.s_bottom {
	margin: 5px 0;
	font-size: 12px;
}


.s_bottom i {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
	/* position: relative;
	top: 5px; */
}

.s_bottom_addr,
.s_bottom_times {
	width: 200px;
	display: inline-block;
	color: #0c0c0c;
}

.layui-laypage>a:first-child,
.layui-laypage>a:first-child em {
	border-radius: 50%;
}

.layui-laypage>a:last-child,
.layui-laypage>a:last-child em {
	border-radius: 50%;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	border-radius: 50%;
	background-color: #353233;
}

.layui-laypage a,
.layui-laypage span {
	border-radius: 50%;
	width: 28px;
	padding: 0;
	margin: 0 5px;
}


