@charset "utf-8";

body,
div,
ul,
li,
p {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

img {
	border: 0;
	vertical-align: middle;
}

ul,
ol {
	list-style: none;
}

li {
	list-style-type: none;
}

p {
	word-wrap: break-word
}

a {
	text-decoration: none;
}

/*通用概览页面css*/

.tygl {
	margin: 0 auto;
	width: 1200px;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
}

.tygl_left {
	float: left;
	width: 280px;
	height: auto;
	overflow: hidden;
	border: 1px solid #CA0707;
}

.tygl_left_top {
	width: 280px;
	height: 55px;
	background: linear-gradient(0deg, #CA0707 0%, #F67264 100%);
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 55px;
	text-align: center;
}

.tygl_left_bottom {
	float: left;
	width: 280px;
	height: auto;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 15px;
}

.tygl_left_bottom li {
	width: 255px;
	height: 60px;
	background: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 100%);
	box-shadow: 0px 3px 3px 0px rgba(196, 196, 196, 0.67);
	border-radius: 5px;
	border: 1px solid #CA0707;
	margin: 0 auto;
	margin-top: 20px;
}
.tygl_left_bottom li a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #444444;
	line-height: 60px;
}

.tygl_red {
	background: #CA0707 !important;
	color: #FFFFFF !important;
}

.tygl_red a {
	color: #FFFFFF !important;
}

.tygl_right {
	float: right;
	width: 820px;
	float: left;
	height: auto;
	margin-left: 50px;
}

.tygl_R_top {
	float: left;
	width: 100%;
}
.tygl_R_top a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 40px;
}

.tygl_R_bottom {
	float: right;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 15px;
}

.tygl_R_bottom ul li {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	position: relative;
	padding-left: 20px;
	margin-top: 25px;
}

.point {
	width: 6px;
	height: 6px;
	background: #C4C4C4;
	position: absolute;
	left: 0px;
	top: 12px;
}

.tygl_R_bottom ul li a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 28px;
}

.gl_time {
	font-family: Microsoft YaHei;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	position: absolute;
	right: 40px;
}