.newsFxd{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
/* 新闻标题 */
.newsList{
	padding: 0 1.5rem;
	background-color: #fff;
}
.newsList>div{
	height: 2.2rem;
	padding: 1.3rem 0 0.9rem 0;
}
.newsList>div p:nth-of-type(1){
	color: #333;
	font-size: 1.3rem;
	height: 1.3rem;
	line-height: 1.3rem;
	padding-bottom: 0.6rem;
}
.newsList>div p:nth-of-type(2){
	width: 2.4rem;
	height: 0.3rem;
	border-radius: 0.3rem;
	margin: 0 auto;
}
.newsListHover p:nth-of-type(1){
	font-weight: bold;
}
.newsListHover p:nth-of-type(2){
	background-color: #EE2319;
}

.newsBox{
	padding: 1rem 1.5rem 1rem 1.5rem;
}
.idxc4Item{
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	padding: 1.7rem 2rem;
	margin-top: 1rem;
}
.idxc4Item:nth-of-type(1){
	margin-top: 0;
}
.idxc4ItemTitle{
	height: 1.3rem;
}
.idxc4ItemTitle>img{
	margin-right: 0.5rem;
}
.idxc4ItemTitle p{
	color: #333;
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: #333;
	font-weight: bold;
}
.idxc4ItemTxt{
	height: 3rem;
	padding-top: 0.85rem;
	margin-bottom: 0.5rem;
	line-height: 1.5rem;
	font-size: 1rem;
	color: #999;
}
.idxc4ItemTxt p,
.idxc4ItemTxt span,
.idxc4ItemTxt div,
.idxc4ItemTxt h1{
	font-size: 1rem !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
	font-family: "微软雅黑";
}
.idxc4ItemTxt img,
.idxc4ItemTxt br,
.idxc4ItemTxt blockquote{
	display: none !important;
}
.idxc4ItemBtm div{
	height: 1rem;
	font-size: 1rem;
	color: #666;
}
.idxc4ItemBtm div img{
	margin-right: 0.5rem;
}

/* 新闻详情 */
.newsDBox{
	margin: 1.2rem 1.5rem 1rem 1.5rem;
	background-color: #fff;
	box-shadow: 0 0 0.3rem rgba(0,0,0,.1);
	border-radius: 0.5rem;
}
.newsDBoxTitle{
	min-height: 1.8rem;
	line-height: 1.8rem;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 2.4rem 1.5rem 1rem 1.5rem;
	color: #333;
	text-align: center;
}
.newsDBoxTime{
	height: 1rem;
	line-height: 1rem;
	color: #999;
	text-align: center;
	padding-bottom: 1.2rem;
	margin: 0 1.5rem;
	border-bottom: 0.1rem solid #ddd;
}
.newsDBoxTxt{
	padding: 1.5rem 1.5rem 3rem 1.5rem;
}
.newsDBoxTxt>p,
.newsDBoxTxt>div,
.newsDBoxTxt>span{
	font-size: 1.4rem !important;
	color: #333 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
}
.newsDBtn{
	margin: 1rem 1.5rem 0 1.5rem;
	height: 5.2rem;
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0 0.3rem rgba(0,0,0,.1);
	display:flex; display: -webkit-box; display: -webkit-flex;
	line-height: 5.2rem;
}
.newsDBtn p:nth-of-type(1){
	font-size: 1.2rem;
	margin-left: 1.5rem;
	margin-right: 2rem;
	color: #999;
}
.newsDBtn p:nth-of-type(2){
	font-size: 1.4rem;
	color: #333;
	max-width: 25rem;
}







