#con_left {
	width: 275px;
	background: #F8F8F8;
	border: 1px solid #DCDCDC;
	border-top: none;
}

#con_left li {
	width: 243px;
	height: 45px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #3A3938;
	margin: 0 15px 11px 15px;
}

#con_left li a{
	width: 100%;
	height: 100%;
	display: block;
	color: inherit;
}

#con_left li.left_title {
	width: 275px;
	margin: 0 0 11px 0;
	background: #ffffff;
	font-size: 20px;
	font-weight: bold;
	color: #cc0001;
	border-left: none;
	border-right: none;
}

#con_left li.left_title img{
	display: inline-block;
	height: 20px;
	vertical-align: -2px;
}

#con_left li.this_li {
	color: #fff;
	background: #cc0001;
}

#con_right {
	width: 877px;
	float: right;
}

#right_top {
	width: 100%;
	height: 293px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #373737;
}

#right_top .p1 {
	color: #cc0001;
}

#right_top img {
	padding: 5px;
	background: #F8F8F8;
	margin-top: 16px
}

#right_center {
	width: 100%;
	font-size: 16px;
	padding: 0 30px;
	box-sizing: border-box;
}

#right_center_text{
	border-top: 1px solid #cc0001;
}

#right_center p {
	line-height: 43px;
	text-indent: 7px;
	color: #313132;
}

.yellow_block {
	width: 110px;
	height: 32px;
	/* background: #cc0001; */
	border-radius: 7px 7px 0 0;
	border-bottom: 3px solid #cc0001;
	text-align: center;
	line-height: 32px;
	color: #cc0001;
	margin-top: 13px;
	/* margin-left: 1px; */
	font-weight: 800;
	font-size: 18px;
}

#right_bottom {
	width: 823px;
	height: 500px;
	border-top: 1px solid #cc0001;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 0 0 30px;
	overflow: auto;
}

#right_bottom p {
	color: #373737;
	line-height: 34px;
	margin: 10px 30px;
	letter-spacing: 4px;
}