#mdA table,
#mdA table td,
#mdA table th {
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding: 0px 5px;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
}

#mdA table {
	width: 100%;
}


#mdA tr:nth-child(odd) {
	background: #f5f5f5;
}
#mdA tr:nth-child(1) {
	background: #18426f;
	color: #fff;
	height: 50px;
	font-size: 20px;
	font-weight: 600;
}


#mdA tr td:nth-child(1) {
	width: 50px;
}
#mdA tr td:nth-child(2) {
	width: 200px;
}
#mdA tr td:nth-child(3) {
	width: 600px;
}
#mdA tr td:nth-child(4) {
	width: 200px;
	height: auto;
	padding: 5px;
}
#mdA tr td:nth-child(5) {
	width: 100px;
}

#mdA tr td img{
	display: block;
	margin: 0px auto;
	width: 26px;
}



@media (max-width: 768px) {

	#mdA {
		line-height: 1.35rem;
	}

	#mdA img {
		width: 100%;
		height: auto;
	}

	#mdA tr:nth-child(odd) {
		background: #efefef;
	}
	#mdA tr:nth-child(1) {
		background: #18426f;
		color: #fff;
		height: 50px;
		font-size: 20px;
		font-weight: 600;
	}
	
	#mdA tr td img{
		display: block;
		margin: 0px auto;
		width: 26px;
	}
}



/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}

.page-num,
.page-link {
	position: relative;
	display: block;
	padding: 10px 15px;
	line-height: 1.25;
	color: #484848;
	background-color: #fff;
	border: 1px solid #dee2e6;
	font-size: 14px;
}

a.page-num:hover,
.page-link:hover {
	text-decoration: none;
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #333;
	border-color: #333;
}

a.page-num-current {
	color: #fff;
}

.page-num-current:hover {
	color: #fff;
}

/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
	.page-num {
		display: none;
	}

	.head-sm-height {
		height: 61px !important;
	}
}



.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}


.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}


.page-link {
	position: relative;
	display: block;
	/* padding: 0.5rem 0.75rem; */
	margin-left: -1px;
	line-height: 1.25;
	/*color: #e60e38;*/
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #e60e38;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #e60e38;
	border-color: #e60e38;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}
