.wrap {
	position: relative;
	width: 1200px;
	padding-left: 300px;
	margin: 20px auto;
}
.wrap1 {
	position: relative;
	width: 1200px;
	margin: 20px auto;
}
.wrap_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	color: #c80000;
	border: 1px solid #c80000;
}
.wrap_left .wl_head {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 22px;
	border-bottom: 1px solid #c80000;
}
.wrap_left .wl_head:before {
	position: absolute;
	top: 17px;
	left: 12px;
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a30100;
}
.wrap_left .wl_body {
	list-style: none;
	width: 100%;
	height: 200px;
	font-weight: bold;
	padding: 16px 10px;
}
.wrap_left .wl_body li {
	width: 100%;
	height: 40px;
	line-height: 36px;
	color: #c80000;
	background-color: #f5f5f5;
	padding-left: 16px;
	border: 2px solid #e6e6e6;
	margin-bottom: 6px;
	cursor: pointer;
}
.wrap_left .wl_body li.cur {
	color: #fff;
	background-color: #a0a0a0;
}

.wrap_right .wr_head {
	width: 100%;
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 5px solid #cf1919;
}
.wr_head span {
	display: inline-block;
	position: relative;
	height: 36px;
	line-height: 30px;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #cf1919;
	padding: 0 20px;
	border-top: 3px solid #e16e6e;
	border-radius: 3px;
}
.wr_head span:before {
	position: absolute;
	content: '';
	left: 0;
	top: -3px;
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-right: 6px solid transparent;
}
.wr_head span:after {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	width: 0;
	height: 0;
	border-bottom: 6px solid #e6a5a5;
	border-left: 6px solid transparent;
}


/*列表*/
.wr_body_type1 {
	display: none;
	width: 100%;
	padding: 20px;
}
.wr_body_type1 ul {
	list-style: inside;
}
.wr_body_type1 ul li {
	position: relative;
	line-height: 2.4;
	color: #333;
}
.wr_body_type1 ul li .newsTime {
	position: absolute;
	right: 0;
	top: 4px;
}


/*图文 2列*/
.wr_body_type2 {
	display: none;
	width: 100%;
	padding-right: 20px;
}
.wr_body_type2 .div {
	display: inline-block;
	width: 400px;
	margin-left: 30px;
	margin-top: 20px;
}
.wr_body_type2 .div img {
	width: 100%;
	height: 210px;
}
.wr_body_type2 .div h5 {
	text-align: center;
}



/*图文 3列*/
.wr_body_type3 {
	display: none;
	width: 100%;
	padding-right: 20px;
}
.wr_body_type3 .div{
	display: inline-block;
	width: 200px;
	margin-left: 80px;
	margin-top: 30px;
}
.wr_body_type3 .div img {
	width: 100%;
	height: 260px;
	border-radius: 3px;
}
.wr_body_type3 .div h5 {
	text-align: center;
}



/*图片*/
.wr_body_type4 {
	display: none;
	width: 100%;
	padding: 20px;
}
.wr_body_type4 a {
	display: inline-block;
	width: 160px;
	margin-left: 42px;
	margin-top: 20px;
}
.wr_body_type4 a img {
	width: 100%;
	border-radius: 3px;
}