*{
	padding: 0;
	margin: 0;
}
/* 使用100vw 消除左右滚动条 */
html {
 overflow-y: scroll;
 /*兼容ie 360浏览器*/
 -ms-overflow-style: none; 
}

:root {
 overflow-y: auto;
 overflow-x: hidden;
}

:root body {
 position: absolute;
}

body {
 width: 100vw;
 overflow: hidden;
 
}

/* 使用100vw 消除左右滚动条结束 */
.list-data{
	width: 1200px;
	/* background-color: bisque; */
	margin: auto;
	margin-bottom: 20px;
}
.data-diqu{
	width: 1200px;
	height: 36px;
	border-bottom:solid 1px #dfdfdf;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dq-fu{
	width: 190px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: 800;
	color: #55aaff;
	text-align: center;
	border-bottom:solid 3px #55aaff;
}
.xinxi-{
	color: #888888;
	font-size: 12px;
}
.xinxi- span{
	color: #f00;
}
.xx-fbu{
	font-size: 13px;
	color: #e10000;
}
.list-tubiao{
	width: 1200px;
	height:120px;
	border-bottom: solid 1px #d4d4d4;
	display: flex;
	align-items: center;
}
.tuwen-{
	width: 104px;
	height: 88px;
	margin-right: 20px;
	margin-left: 20px;
}
.tuwen- img{
	width: 100%;
}
.neirong-li{
	width: 1047px;
	height: 88px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.n-r-now{
	width: 1047px;
	display: flex;
	position: relative;
}
.biaoti-o{
	font-size: 18px;
}
.beitu{
	margin-left: 3px;
	padding: 5px;
	font-size: 13px;
	border-radius: 3px;
	background-color: #396;
	color: #fff;
}
.riqi-{
	position: absolute;
	right: 0;
	font-size: 12px;
	color: #888888;
	bottom:0;
}
.jieshao-{
	width: 800px;
	font-size: 13px;
	 overflow: hidden;
	/* 不让文本换行 除非遇到br标签 */
	white-space:nowrap;
	/* 溢出文字用...代替 */
	text-overflow: ellipsis;
	color: #888888;
}
.diqu-a{
	width: 39px;
	cursor:pointer;
	padding: 3px;
	font-size: 12px;
	border: solid 1px #55aaff;
	color: #55aaff;
}