#mdA table,
#mdA table td,
#mdA table th {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding-left: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

#mdA table {
	width: 100%;
}
#mdA tr{
	height: 45px !important;
}
#mdA tr:nth-child(2n) {
	background: #efefef;
	height: 45px !important;
}

#mdA tr td:nth-child(1) {
	background: #dedede;
}



@media (max-width: 768px) {

	#mdA {
		line-height: 1.35rem;
	}

	#mdA img {
		width: 100%;
		height: auto;
	}

	#mdA tr{
		height: 45px !important;
	}
	#mdA tr:nth-child(2n) {
		background: #efefef;
		height: 45px !important;
	}

	#mdA tr td:nth-child(1) {
		background: #dedede;
	}
}



/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}

.page-num,
.page-link {
	position: relative;
	display: block;
	padding: 0.4rem 0.85rem;
	line-height: 1.25;
	color: #484848;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

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: #00428e;*/
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #00428e;
	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: #00428e;
	border-color: #00428e;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}




#mdA table,
#mdA table td,
#mdA table th {
	border: 1px solid #333;
	border-collapse: collapse;
	padding-left: 5px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

#mdA table {
	width: 100%;
}

@media (max-width: 768px) {

	#mdA {
		line-height: 1.35rem;
	}

	#mdA img {
		width: 49%;
		height: auto;
	}
}





/*上下页*/
.prev_next {
	padding: 5px 0 0px 5px;
	text-align: left;
}

.prev_next ul {
	line-height: 25px;
}

.prev_next ul li {
	margin-bottom: 5px;
	color: #999999;
	list-style: none
}

.prev_next ul li a:link {
	font-size: 15px;
	color: #636363;
	text-decoration: none;
}

.prev_next ul li a:visited {
	font-size: 15px;
	color: #636363;
	text-decoration: none;
}

.prev_next ul li a:hover {
	font-size: 15px;
	color: #00428e;
	text-decoration: none;
}

.prev_next ul li span {
	background-color: #7F7F7F;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: #FFFFFF;
	margin-right: 5px;
}

@media (max-width: 768px) {

	.prev_next {
		padding: 5px 0 0px 5px;
		text-align: left;
	}

	.prev_next ul {
		line-height: 25px;
	}

	.prev_next ul li {
		margin-bottom: 5px;
		color: #999999;
		list-style: none;
		width: 100%;
	}

	.prev_next ul li a:link {
		font-size: 15px;
		color: #636363;
		text-decoration: none;
	}

	.prev_next ul li a:visited {
		font-size: 15px;
		color: #636363;
		text-decoration: none;
	}

	.prev_next ul li a:hover {
		font-size: 15px;
		color: #00428e;
		text-decoration: none;
	}

	.prev_next ul li span {
		background-color: #7F7F7F;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		color: #FFFFFF;
		margin-right: 5px;
	}
}
