@charset "UTF-8";
.content-item.group,
.content-item.media,
.content-item.industry{
	display: none;
}
.content-item.group.active,
.content-item.media.active,
.content-item.industry.active{
	display: block;
}

.main-title{
	font-size: 1.5rem;
	color: #683a1b;
	margin: 3.7rem 0 2.9rem;
}
.main-title p + p{
	font-size: 1.5rem;
	color: #ddd;
}
.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;
	display: inline-block;
}
.group-news-list .news-time{
	margin-bottom: .8rem;
}
.group-news-list .news-info .time{
	color: #fff;
	background: #d5cec5;
	padding: .5rem;
	border-radius: 8px;
}
.group-news-list .news-info .news-title{
	font-size: 1.2rem;
	color: #555;
}
.group-news-list .news-info a{
	font-size: 0.8rem;
	color: #888;
}

.media-news-list{
	margin-bottom: 3rem;
}
.media-news-list li{
	float: left;
	width: 25rem;
	border: 1px solid #eee;
	margin-bottom: 2.5rem;
}
.media-news-list li:not(:nth-child(3n)){
	margin-right: 4rem;
}
.media-news-list  li .img-wrapper{
	width: 25rem;
	height: 16.3rem;
	overflow: hidden;
}
.media-news-list  li .img-wrapper img{
	width: 25rem;
	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,
.media-news-list li .news-info a{
	font-size: 0.8rem;
	color: #888;
}
.media-news-list li .news-info p:first-child{
	font-size: 1.2rem;
	color: #555;
	margin: 1.1rem 0;
	text-align: center;
	font-weight: bold;
}
.media-news-list li .news-info p:first-child + p{
	line-height: 2;
	margin: 0 1.2rem;
	border-bottom: 1px solid #eee;
	padding-bottom: 1rem;
}
.media-news-list li .news-time{
	text-align: center;
	font-size: 0.8rem;
	color: #888;
	line-height: 3.2rem;
}

.industry-news-list{
	margin-bottom: 3rem;
}
.industry-news-list li{
	float: left;
	margin-bottom: 2rem;
}
.industry-news-list li:not(:nth-child(2n)){
	margin-right: 3.5rem;
}
.industry-news-list li .img-wrapper{
	width: 15rem;
	height: 15rem;
	overflow: hidden;
	position: relative;
	float: left;
}
.industry-news-list li .img-wrapper img{
	width: 15rem;
	height: 15rem;
}
.industry-news-list li .img-wrapper .time-mask{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2rem;
	background: rgba(0, 0, 0, .5);
	z-index: 10;
}
.industry-news-list li .img-wrapper p{
	color: #fff;
	font-size: 0.8rem;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	line-height: 2rem;
	z-index: 100;
}
.industry-news-list .news-info{
	font-size: 0.8rem;
	color: #888;
	width: 23rem;
	height: 15rem;
	margin-left: 16rem;
	position: relative;
}
.industry-news-list .news-info p:first-child{
	font-size: 1.2rem;
	color: #555;
	margin-bottom: 1.6rem;
}
.industry-news-list .news-info p:first-child + p{
	line-height: 2;
	text-align: justify;
}
.industry-news-list .view-detail{
	position: absolute;
	bottom: 0;
	right: 0;
}
.industry-news-list .view-detail span{
	display: inline-block;
	width: 7.5rem;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	color: #fff;
	font-size: .8rem;
	background: #ad9788;
	border-radius: 4px;
}

.new-detail{
	width: 52.5rem;
    text-align: justify;
	padding: 6rem 2.2rem;
	border-left: 1px solid #eee;
}
.new-detail .news-title{
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 3rem;
	text-align: center;
}
.new-detail .news-content{
	font-size: 0.8rem;
	color: #888;
}
.new-detail .news-content p{
	line-height: 2rem;
	text-indent: 2em;
}
.new-detail .news-content img{
	width: 100%;
	margin: 1rem 0;
}


















