.wrap {
	width: 1200px;
	padding-left: 300px;
	margin: 20px auto;
}
.wrap1 {
	width: 1200px;
	margin: 20px auto;
}
.wrap_head {
	width: 100%;
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 5px solid #cf1919;
	margin-top: 20px;
}
.wrap_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;
}
.wrap_head span:before {
	position: absolute;
	content: '';
	left: 0;
	top: -3px;
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-right: 6px solid transparent;
}
.wrap_head span:after {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	width: 0;
	height: 0;
	border-bottom: 6px solid #e6a5a5;
	border-left: 6px solid transparent;
}

/*党史图书馆*/
.wrap_body_type1 {
	width: 100%;
	padding-right: 20px;
}
.wrap_body_type1 .div1 {
	display: inline-block;
	width: 106px;
	margin-left: 34px;
	margin-top: 20px;
}
.wrap_body_type1 .div1 img {
	width: 100%;
	height: 159px;
}
.wrap_body_type1 .div1 h5, .wrap_body_type1 .div1 p {
	text-align: center;
}

/*红色微场景*/
.wrap_body_type2 {
	width: 100%;
	padding-right: 20px;
}
.wrap_body_type2 .div {
	display: inline-block;
	width: 175px;
	margin-left: 50px;
	margin-top: 45px;
}
.wrap_body_type2 .div img {
	width: 100%;
	height: 252px;
}

/*overall list ul li */
.wrap_body_type3 {
	width: 100%;
	padding: 20px;
}
.wrap_body_type3 ul {
	list-style: inside;
}
.wrap_body_type3 ul li {
	position: relative;
	line-height: 2.4;
	color: #333;
}
.wrap_body_type3 ul li .newsTime {
	position: absolute;
	right: 0;
	top: 4px;
}