
/* 横图下面文字 */
.across{
	width: 100%;
}
.across-box{
	margin-top: 0.4rem;
}
.across-text {
	background-color: rgba(24, 186, 9, 0.932);
	width: 100%;
	height: 3.125rem /* 50/16 */;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
}
.across-text>span{
	margin-left: 6.25rem /* 100/16 */;
}

/* 搜索框 */
.search-box{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 1.25rem /* 20/16 */;
}
.search-box>span{
	color: #2d529f;
	font-size: 1.25rem /* 20/16 */;
	font-weight: 600;
}
.search-box>input{
	height: 2.1875rem /* 35/16 */;
}

/* 表格 */
.tabulation-box{
	display: flex;
	justify-content: space-between;
	margin-top:2.5rem /* 40/16 */;
}

.tabulation-type{
	border: 1px solid black;
	width: 20%;
	padding: 50px;
}
.table{
	margin-left: 5rem;
}
.table table{
	width: 100%;
}
th,td{
	border: none;
}
th{
	color: black;
}
.table td{
	border-top-color:black;
}
.black{
	color: black;
}
.white{
	color: white;
}
.red{
	color: red;
}
.background-gray{
	background-color: #aba8a83e;
}
.background-blue{
	background-color: #2d529f;
}

.pagination-box{
	margin-top: 1.25rem /* 20/16 */;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-link{
	border: none;
	color: #000000;
}
.page-link:hover{
	border: none;
	background-color: unset;
}