@charset "utf-8";

/* CSS Document */
.new_infos {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-top: 80px;
	display: flex;
	justify-content: center;
	padding-bottom: 100px;

}

.new_infos .info {
	width: 100%;
	max-width: 800px;
	float: left;
	padding: 0 30px;
}

.new_infos .info .title {
	color: #454545;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	font-weight: 400;
}

.new_infos .info .time {
	display: inline-block;
	width: 100%;
	color: #bf9d9d;
	text-align: center;
	margin-top: 18px;
}

.new_infos .info .content {
	padding-top: 25px;
	font-size: 14px;
	line-height: 32px;
}

.new_infos .info .content img {
	/*padding: 5px 0;*/
}

.new_infos .info .share {
	margin: 60px 0 120px 0;
}

.new_infos .float_info {
	float: left;
	border-left: 1px solid #e4e4e4;
	margin-left: 40px;
	padding-left: 40px;
	position: -webkit-sticky;
	position: sticky;
	top: 45px;
	transition: all 0.3s ease;
	height: 100%;
}

.clear {
	clear: both;
}

.new_news .new-infos {
	width: 310px;
	font-family: SourceHanSansCN-Regular;
	/*border-bottom:1px solid #e4e4e4;*/
}

.title_s {
	font-size: 18px;
	color: #323232;
	font-weight: bold;
}

.new_news .new-infos ul {
	padding: 0px;
	font-size: 14px;
	margin: 30px 0 20px 0;
}

.float_info .weibo {
	width: 310px;
	margin-top: 30px;
}

.new_news .new-infos ul li {
	margin-bottom: 20px;
}

.weibi_title .title_s {
	margin-bottom: 20px;
}

@media (max-width: 868px) {
	.new_infos{
		margin-top:40px;
	}
	.new_infos .info .title{
		color:#323232;
		font-size:16px;
		line-height:28px;
		text-align:center;
	}
}