.row.under {
	margin-top: 56px;
	margin-bottom: 50px;
	border-bottom: 1px dashed #525252;
	padding-bottom: 15px;
}
.col-1 p {
	font-family: "宋体";
	font-size: 22px;
	line-height: 36px;
	text-indent: 2em;
	text-align: justify;
}
.col-1 a {
	font-family: "宋体";
	font-size: 18px;
	line-height: 36px;
}
.aside {
	position: relative;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
@media (min-width: 1200px) {
	.aside {
		padding-top: 50px;
		padding-bottom: 15px;
		padding-left: 100px;
		padding-right: 100px;
	}
	.lt, .rt { position: absolute;}
	.lt {
		top: 0;
		left: 0;
	}
	.rt {
		bottom: 0;
		right: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.aside {
		padding-left: 60px;
		padding-right: 60px;
	}
	.lt, .rt { 
		position: absolute;
		width: 45px;
	}
	.lt {
		top: 0;
		left: 0;
	}
	.rt {
		bottom: 0;
		right: 0;
	}
}
@media (max-width: 767px) {
	.col-1 p {
		font-size: 18px;
		line-height: 32px;
	}
	.col-1 a {
		font-size: 16px;
		line-height: 32px;
	}
	.aside { margin-bottom: 10px;}
}
@media (max-width: 360px) {
	.col-1 p {
		font-size: 16px;
		line-height: 28px;
	}
	.col-1 a {
		font-size: 14px;
		line-height: 28px;
	}
}

.row.col-2 { 
	background: url(../images/center-js.jpg) no-repeat center top;
	margin-bottom: 60px;
}
@media (max-width: 991px) {
	.row.col-2 { background-image: none;}
}

.js-title { margin-bottom: 30px;}
.outitem {
	margin-top: 15px;
	margin-bottom: 55px;
}
.col-2 .right img {
	float: right;
}
@media (min-width: 768px) {
	.col-2 .right,
	.col-2 .left,
	.out-col { 
		padding: 0;
	}
}
.col-2 .item {
	border: 1px solid #0264b7;
	border-radius: 5px;
	min-height: 52px;
	padding: 12px 25px;
	display: table;
	width: 100%;
}
.col-2 .item, .col-2 .item a {
	font-size: 16px;
	line-height: 26px;
	color: #525252;
}
.col-2 .item span { 
	display: table-cell;
	height: 100%;
}
.col-2 .item span.t {width: 80px;}
@media (min-width: 1200px) {
	.col-2 .right img { margin-right: 75px;}
	.col-2 .left img { margin-left: 75px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.col-2 .right img { margin-right: 29px;}
	.col-2 .left img { margin-left: 29px;}
}
@media (max-width: 991px) {
	.col-2 .right img,
	.col-2 .left img { 
		float: right;
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
	.outitem {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.in-table { font-size: 16px;}
.in-left p {
	position: relative;
	text-align: right;
	padding-right: 15px;
	font-size: 18px;
	line-height: 40px;
	margin: 0;
}
.in-left p i {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #0264b7;
	position: absolute;
	right: -20px;
	top: 14px;
}
.table-responsive {
	border: none;
}
@media (min-width: 768px) {
	.in-right {
		border-left: 1px solid #0264b7;
	}
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	border-color: #0264b7;
	vertical-align: middle;
	margin-top: 3px;
}
.table>thead>tr>th { color: #0264b7;}

@media (max-width: 767px) {
	.table {
		max-width: 630px;
		width: 630px;
	}
	.table-responsive>.table>tbody>tr>td {
		white-space: normal;
	}
}

.row .bottom {
	height: 50px;
}
.row.bottom {
	margin-bottom: 50px;
}
.table p {
	margin-bottom: 0; 
	border-left: 1px solid #0264b7;
	padding-left: 8px;
}
.table>tbody>tr>td:first-child p { 
	border-left: none;
	padding-left: 0;
}