@charset "utf-8";

/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	margin: 0;
	top: 0px;
	background: #f5f5f5;
}

ul,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

img {
	border: 0px;
}

a {
	color: #000;
	text-decoration: none;
	pause: inherit;
}

a:hover {
	color: #234E8A;
}

/*通用概览页面css*/

.tygl {
	margin: 0 auto;
	width: 1200px;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
}

.tygl_left {
	float: left;
	min-width: 200px;
	height: auto;
	overflow: hidden;
}

.tygl_left_top {
	height: auto;
	line-height: 58px;
	background: #E20E24;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.tygl_left_bottom {
	float: left;
	min-width: 200px;
	height: auto;
	min-height: 358px;
	background-color: #fff;
	text-align: center;
}

.tygl_left_bottom li {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	padding: 10px;
}

.tygl_red {
	color: #E42235;
}

.tygl_red a {
	color: #E42235;
}

.tygl_right {
	float: right;
	width: 970px;
	float: left;
	height: auto;
	min-height: 680px;
	overflow: hidden;
	margin-left: 20px;
}

.tygl_R_top {
	float: left;
	width: 100%;
	padding: 15px 40px;
	background: #E6E6E6;
	color: #E42235;
	font-size: 20px;
	font-weight: bold;
	display: flex;
}

.tygl_R_top_wz {
	margin-left: 10px;
}

.tygl_R_bottom {
	float: right;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-left: 15px;
}

.tygl_R_bottom li {
	line-height: 40px;
	border-bottom: 1px dashed #d4d4d4;
	font-size: 20px;
	padding: 10px 45px;
	position: relative;
}

.tygl_R_bottom li a {
	color: #000;
	font-size: 20px;
}

.tygl_R_bottom li span {
	font-size: 18px;
	color: #838383;
	position: absolute;
	right: 40px;
}