@charset "utf-8";

body {
	background-color: #e7e7e7;
}

/* 内容 */
.main {
	width: 1000px;
	margin: 20px auto;
	display: block;
}

/* 标题 */
h2.mo_a {
	padding-left: 24px;
	display: inline;
	height: 22px;
	font-size: 18px;
	font-weight: 800;
	color: #333;
	line-height: 22px;
	position: relative;
	margin-bottom: 20px;
}

h2.mo_a i {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	background: url(../images/icon_h2.png) 0 0 no-repeat;
}

.content {
	background-color: #FFFFFF;
	width: 100%;
	min-height: 480px;
	margin-top: 10px;
	padding: 20px 20px 60px 20px;
}

.content_title {
	padding: 0 0px 15px 0px;
	position: relative;
}

.content_title h2 {
	position: relative;
	text-align: center;
}

.content_title h2:before {
	content: '';
	height: 1px;
	background: #c7d2e4;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
}

.content_title h2 span {
	background: #FFFFFF;
	font-size: 24px;
	font-weight: 800;
	line-height: 33px;
	color: #003182;
	position: relative;
	z-index: 12;
	padding: 0 20px;
	display: inline-block;
}

.content_title h2 span:before {
	content: '';
	width: 12px;
	height: 33px;
	background: url(../images/sprite.png) 0 0 no-repeat;
	/* display: inline-block; */
	vertical-align: middle; /* margin-right: 10px; */
	position: absolute;
	left: 0;
	top: 4px;
}

.content_title h2 span:after {
	content: '';
	width: 12px;
	height: 33px;
	background: #fff url(../images/sprite2.png) 0 0 no-repeat;
	position: absolute;
	top: 4px;
	right: 0;
}

table.tb_lay {
	width: 490px;
	margin-left: 180px;
}

table.tb_lay th {
	text-align: right;
	height: 40px;
	font-size: 14px;
	width: 135px;
	font-weight: normal;
}

table.tb_lay td {
	text-align: left;
	height: 40px;
	font-size: 14px;
}

input.inp_w {
	height: 35px;
	width: 100%;
	border: 1px solid #ccc;
	background: #FFFFFF;
	outline: none;
}

input.inp_w:focus {
	border: 1px solid #016FE8;
	box-shadow: 0 0px 4px #70b4ff;
}

input.inp_w2 {
	height: 35px;
	width: 35%;
	border: 1px solid #ccc;
	background: #FFFFFF;
	outline: none;
}

a.btn_submit {
	display: inline-block;
	width: 100%;
	height: 36px;
	border-radius: 2px;
	background: #0440a7;
	border: none;
	margin: 10px auto 0 auto;
	background: -webkit-linear-gradient(left, #033181, #054ecc);
	background: -o-linear-gradient(left, #033181, #054ecc);
	background: -moz-linear-gradient(left, #033181, #054ecc);
	background: -mos-linear-gradient(left, #033181, #054ecc);
	background: linear-gradient(left, #033181, #054ecc);
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	-moz-box-shadow: 0px 6px 10px #b0c5eb;
	-webkit-box-shadow: 0px 6px 10px #b0c5eb;
	box-shadow: 0px 6px 10px #b0c5eb;
}

/* list.html页样式 */
table.tb_lay2 {
	width: 100%;
	padding: 20px 10px;
	border: #668cca 1px solid;
}

table.tb_lay2 th {
	text-align: center;
	height: 40px;
	font-size: 14px;
	width: 135px;
	background-color: #668cca;
	color: #FFFFFF;
}

table.tb_lay2 td {
	text-align: center;
	height: 40px;
	font-size: 14px;
	border-bottom: 1px dashed #e5e5e5;
	padding: 10px 6px;
}

table.tb_lay2 td a {
	color: #016FE8;
}

.btn_center {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.return_btn a {
	border: none;
	color: #fff;
	background: #2561bd;
	font-size: 14px;
	padding: 6px 16px;
	cursor: pointer;
	box-shadow: 0px 4px 4px rgba(37, 97, 189, 0.3);
	margin-right: 10px;
}

.return_btn a:hover {
	text-decoration: none;
}

/* details.html页样式 */
table.tb_lay3 {
	width: 100%;
	padding: 20px 10px;
	border: #668cca 1px solid;
}

table.tb_lay3 th {
	text-align: center;
	height: 40px;
	font-size: 14px;
	width: 135px;
	background-color: #8ea6ce;
	color: #000000;
	border: #668cca 1px solid;
}

table.tb_lay3 td {
	text-align: center;
	height: 40px;
	font-size: 14px;
	padding: 10px 6px;
	border: #668cca 1px dashed;
}

table.tb_lay3 td.td_lf {
	text-align: left;
}

.title3 {
	font-size: 20px;
	font-weight: 800;
	display: inline-block;
	line-height: 36px;
	margin-top: 20px;
}