@charset "UTF-8";
.sub-banner{
    height: 20.45rem;
    /*background: url(../images/industrialLayout/sub-banner.png) center center no-repeat;*/
    background-size: cover;
}
.sub-banner img{
    width: 100%;
}
.social.sub-banner{
	height: 20.45rem;
    /*background: url(../images/partyCulture/social-banner.png) center center no-repeat;*/
    background-size: cover;
}

.main-title{
	font-size: 1.5rem;
	color: #444;
	margin-top: 3.7rem;
	text-align: center;
}
.main-title p + p{
	font-size: 1.5rem;
	color: #ddd;
}
.group-news-list{
	margin-top: 3rem;
}
.group-news-list li{
	display: flex;
	justify-content: flex-start;
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
	font-size: 0.8rem;
	color: #888;
	line-height: 2;
	border-bottom: 1px solid #eee;
}
.group-news-list li img{
	width: 6.3rem;
	height: 6.3rem;
	border-radius: 8px;
	border: 1px solid #eee;
	margin-right: 1.5rem;
}
.group-news-list .news-time{
	margin-bottom: .8rem;
}
.group-news-list .news-info .time{
	color: #fff;
	background: #21a888;
	padding: .5rem;
	border-radius: 8px;
}
.group-news-list .news-info .news-title{
	font-size: 1rem;
	color: #555;
}


.party-content{
	margin-top: 5.4rem;
}
.party-content .hc-title{
	font-size: 1.5rem;
	color: #444;
	text-align: center;
}
.party-content .hc-desc{
	font-size: 1.5rem;
	color: #ddd;
	text-align: center;
}
.party-content .hc-cont{
	margin-top: 3rem;
	color: #888;
	font-size: 0.8rem;
}
.party-content .hc-cont p{
	text-indent: 2em;
	line-height: 2rem;
}
.party-content .hc-cont img{
	width: 100%;
	margin: 0.8rem 0;
}




















