body {
	font: 14px/1.5 PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
	margin: 0;
	padding: 0;

}


.swiper{
	height: 600px;
}
.banner{
	width: 100%;
	position: relative;
	color: #F4EBA0;
	height: 600px;
}
.banner img {
	width: 100%;
}
.party_banner{
	position: relative;
	background: url(../img/party_banner.jpg) no-repeat;
	background-size: cover;
}

.party_banner h1{
	position: absolute;
	font-size: 60px;
	width: 100%;
	top: 180px;
	text-align: center;
}
.party_banner h3{
	position: absolute;
	font-size: 22px;
	font-weight: normal;
	width: 100%;
	top: 330px;
	text-align: center;
}
.party_banner a.btn_more{
	position: absolute;
	width: 150px;
	height: 40px;
	border: 1px solid #F4EBA0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	top: 450px;
	left: calc(50% - 75px);
	border-radius: 4px;
	color: #F4EBA0;
	line-height: 40px;
}

.title h2{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #181818;
	margin-bottom: 0;
	margin-top: 50px;
}

.title p{
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-top: 0;
}

/* 列表 */
.items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto 10px;
}

.items li {
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	border-radius: 8px;
	margin-bottom: 20px;
	transition: 0.3s linear all;
	text-align: center;
	width: 380px;
}
.items li:hover {
	box-shadow: 0px 2px 6px 0px rgba(43,105,157,0.30);
	scale: 105%;
}
.items02 li:hover {
	box-shadow: 0px 2px 6px 0px rgba(18,188,219,0.30);
	scale: 105%;
}

.items>div {
	padding: 0px 14px 14px;
	width: 380px;
	color: #4f4f4f;
	position: relative;
}

.items i {
	width: 48px;
	height: 48px;
	margin-top: 26px;
	display: inline-block;
}
.items i.icon_party01 {
	background: url(../img/icon_party01.png) no-repeat;
	background-size: cover;
}
.items i.icon_party02 {
	background: url(../img/icon_party02.png) no-repeat;
	background-size: cover;
}
.items i.icon_party03 {
	background: url(../img/icon_party03.png) no-repeat;
	background-size: cover;
}
.items i.icon_party04 {
	background: url(../img/icon_party04.png) no-repeat;
	background-size: cover;
}
.items i.icon_party05 {
	background: url(../img/icon_party05.png) no-repeat;
	background-size: cover;
}
.items i.icon_party06 {
	background: url(../img/icon_party06.png) no-repeat;
	background-size: cover;
}

.items h3 {
	font-size: 20px;
	color: #181818;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 12px;
}
.items p{
	color: #b0b0b0;
	font-size: 12px;
}
.pro_txt{
	text-align: center;
	width: 340px;
	height: 80px;
	margin: 0 auto 5px;
	line-height: 180%;
	color: #555;
}

/* 重要性 */
.importance{
	padding-bottom: 40px;
}

/* 党建云课堂 */
.lesson {
	background: #D7150E url(../img/bg_lesson.jpg) no-repeat;
	background-size: cover;
	padding: 1px 0 10px;
	height: 600px;
}
.lesson .container{
	position: relative;
}
.lesson .title h2{
	color: #fff;
}
.lesson .title p{
	color: rgba(255,255,255,0.6);
}
.lesson .pic{
	width: 375px;
	height: 286px;
	background: url(../img/pic_lesson.png) no-repeat center center;
	background-size: 95%;
	position: absolute;
	top: 150px;
	left: calc(50% - 187px);
}
.lesson_item{
	width: 420px;
	height: 125px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
.lesson_item h3{
	margin-bottom: 0;
	margin-top: 14px;
	font-size: 20px;
}
.lesson_item p{
	margin-top: 8px;
	color: #E9E9E9;
}
.lesson01, .lesson02{
	background: url(../img/lesson01.png) no-repeat;
	background-size: cover;
	padding: 5px 70px 10px 15px;
	margin-top: 40px;
}
.lesson02{
	margin-top: 60px;
}
.lesson03, .lesson04{
	background: url(../img/lesson02.png) no-repeat;
	background-size: cover;
	padding: 5px 15px 10px 70px;
	margin-top: 40px;
}
.lesson04{
	margin-top: 60px;
}
/* 发展趋势 */
.develop{
	background-color: #FEF2F2;
	padding-top: 40px;
	padding-bottom: 50px;
}
.develop h2{
	margin-top: 20px;
}
.develop_c {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto 10px;
}

.develop_c dl {
	text-align: center;
	width: 400px;
}
.develop_c dt {
	height: 220px;
}
.develop_c dl dd {
	background-color: #D7150E;
	margin: 0;
	padding: 20px 30px;
	color: #fff;
	height: 220px;
}
.develop_c h3 {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.develop_c p {
	line-height: 200%;
	padding: 0 40px;
}
.develop_c dl img {
	width: 100%;
}