.content-list {
	max-width: 75rem;
	min-height: 900px;
	/* background-color: red; */
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}

.list-left {
	width: 260px;
	min-height: 900px;
	background-color: white;
	display: none;
}


.list-ltf {
	width: 100%;
	height: 80px;
	background-color: skyblue;
}

.list-lti {
	width: 100%;
	min-height: 820px;
	/* border: 1px solid black; */
}

.list-intru {
	width: 1200px;
	min-height: 900px;
	background-color: white;
}

.news-title{
	width: 100%;
	min-height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 27px;
	font-weight: 600;
	color: #00a7f9;
	border-bottom: 2px solid skyblue;
}

.title-b{
	width: 600px;
	height: 30px;
	display: flex;
	justify-content: space-around;
	margin: 10px auto;
	line-height: 30px;
	font-size: 13px;
}

.author,.date,.eye{
	min-width: 160px;
	height: 30px;
}

.News-Detail{
	width: 100%;
	min-height: 760px;
	padding:10px 20px;
	box-sizing: border-box;
}