.container-fluid {
	padding-right: 15px;
    padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
	color: #212529;
	line-height: 1.5;
}

img {
    vertical-align: middle;
    border-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.w-100 {
    width: 100%;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.font-weight-bold {
    font-weight: 700;
}

.text-justify {
    text-align: justify;
}

.text-center {
    text-align: center;
}

.text-light {
    color: #f8f9fa;
}

.text-left {
    text-align: left;
}

.m-3 {
    margin: 1rem;
}

.mt-3, .my-3 {
    margin-top: 1rem;
}

.mb-3, .my-3 {
    margin-bottom: 1rem;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem;
}

.mt-4, .my-4 {
    margin-top: 1.5rem;
}

.mb-5, .my-5 {
    margin-bottom: 3rem;
}

@media screen and (min-width: 576px) {
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md-6, .col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.h2, h2 {
    font-size: 2rem;
	line-height: 1.2;
}

h3 {
	font-size: 1.75rem;
	font-weight: 500;
	color: #ffffff;
	border-left: 10px solid #262629;
	padding: 16px 0 16px 5px;
	background: #262629;
	margin-bottom: 0.5rem;
}

h4 {
	color: #024ea8;
	font-size: 1.5rem;
}

.text_1 {
  font-size: 24px;
  font-weight: bold;
  margin: 4px 0 4px 0;
}

.text_2 {
  font-size: 22px;
  font-weight: bold;
  color: #024ea8;
}

.text_3 {
  font-size: 22px;
  font-weight: bold;
  color: #000080;
  text-decoration-line: underline;
  text-decoration-color: yellow;
}

li {
  font-size: 18px;
  margin-bottom: 6px;
	
}

.img-container {
  display: flex;
  /* flexbox */
  justify-content: center;
  /* 水平方向 */
  align-items: center;
  /* 垂直方向 */
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

table {
    border-collapse: collapse;
	border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.bg-color {
 background-color: #024ea8;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table-active, .table-active>td, .table-active>th {
    background-color: rgba(0,0,0,.075);
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}