@charset "UTF-8";
.sub-banner{
    height: 14.05rem;
    /*background: url(../images/news/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: 3.7rem 0 2.9rem;
	text-align: center;
}
.main-title p + p{
	font-size: 1.5rem;
	color: #ddd;
}

.media-news-list{
	margin-bottom: 2rem;
}
.media-news-list ul{
	/*float: left;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.media-news-list li{
	/*float: left;*/
	/*width: 25rem;*/
	border: 1px solid #eee;
	margin-bottom: 2rem;
	width:33%;
}
.media-news-list li:not(:nth-child(3n)){
	/*margin-right: 0.1rem;*/
}
.media-news-list  li .img-wrapper{
	width: 100%;
	height: 16.3rem;
	overflow: hidden;
}
.media-news-list  li .img-wrapper img{
	width: 100%;
	height: 16.3rem;
	transition: all 1s ease;
}
.media-news-list  li:hover .img-wrapper img{
	transform: scale(1.2);
}
.media-news-list li
.media-news-list li .news-info{
	font-size: 0.8rem;
	color: #888;
}
.media-news-list li .news-info p:first-child{
	font-size: 0.8rem;
	color: #555;
	margin: 0 0.8rem 0;
	text-align: center;
	font-weight: bold;
}
.media-news-list li .news-info p:first-child + p{
	font-size: 0.7rem;
	line-height: 2;
	margin: 0 1.2rem;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.8rem;
}
.media-news-list li .news-time{
	text-align: center;
	font-size: 0.8rem;
	color: #888;
	line-height: 3.2rem;
}

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



















