.headline_title{
	width:1200px;
	margin: auto;
	font-weight: 550;
	font-size: 20px;
}
.headline_title text{
	color: #c2333d;
}
.headline{
	width:1200px;
	margin:20px auto 100px;
	height: 760px;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}

.headline_top{
	padding: 20px 0;
	margin: 0 5%;
	text-align: center;
	width: 90%;
	height: 72px;
	line-height: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	word-break:break-all;
	font-size: 20px;
	border-bottom: 1px solid #eee;
	color: #000;
	font-weight: 550;
}
.headline_info{
	display: flex;
	justify-content: space-between;
	margin: 0 5%;
	padding: 20px 1px;
	font-size:14px;
	color: #333;
}
.headline_content{
	margin: 0 5%;
	height:550px;
	text-indent: 32px;
	font-size: 16px;
	overflow: auto;
}
.headline_content::-webkit-scrollbar{
         width: 0;
}
.headline_content img{
	width: 500px;
	height: 280px;
	display: block;
	margin: 20px auto 50px;
	border-radius: 10px;
}
.downloadNone{
	display: none;
}
