/* 头部 start */
.header {
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	box-shadow: 0px 0px 29px 0px rgba(167, 182, 218, 0.13);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}

.headerContent {
	overflow: hidden;
}

.headerContent .returnImg {
	display: block;
	width: 115px;
	margin-top: 19px;
	float: left;
}

.headerContent .returnTxt {
	float: right;
	font-size: 16px;
	color: #323232;
	background: url('../images/return.png') left center no-repeat;
	background-size: 14px 14px;
	padding-left: 20px;
	margin-top: 33px;
}

.content {
	padding-top: 80px;
}

/* 头部 end */
.newLists .newListsLf .relatedTitle {
	font-size: 26px;
	color: #383838;
	position: relative;
	margin: 44px 0 44px;
}

.newLists .newListsLf .relatedTitle:before {
	content: 'RECOMMEND';
	position: absolute;
	bottom: -9px;
	left: 0;
	color: aqua;
	color: #1472FF;
	line-height: 21px;
	opacity: 0.2;
	font-size: 16px;
	letter-spacing: 2px;
}

.newDetailContent {
	width: 100%;
	box-sizing: border-box;
	padding: 35px;
	box-shadow: 0px 0px 20px 0px rgb(171 192 255 / 9%);
	border-radius: 6px;
}

.newDetailContent .detailTitle {
	font-size: 28px;
	color: #2A2A2A;
	line-height: 41px;
}

.newDetailContent .detailFrom {
	color: #848484;
	font-size: 16px;
	overflow: hidden;
	margin: 30px 0 37px;
}

.newDetailContent .detailFrom .txt1 {
	background: url('../images/time.png') left center no-repeat;
	background-size: 14px 14px;
	padding-left: 20px;
	margin-right: 56px;
}

.newDetailContent .detailFrom .txt2 {
	background: url('../images/see.png') left center no-repeat;
	background-size: 14px 14px;
	padding-left: 20px;
}

.newDetailContent .detailFrom .txt3 {
	float: right;
	font-size: 14px;
	margin-top: 2px;
}

.newDetailContent .detailDesc {
	font-size: 16px;
	color: #535353;
	line-height: 34px;
	text-align: justify;
	border-bottom: 1px solid #F2F2F2;
}

.newDetailContent .detailDesc .newImg {
	border-radius: 10px;
	padding: 35px 0 30px;
}

.newDetailContent .detailDesc .newImg img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.newDetailContent .nextContent {
	overflow: hidden;
	font-size: 14px;
	padding-top: 29px;
}

.newDetailContent .nextContent .next1 {
	width: 40%;
	float: left;
	color: #494949;
}

.newDetailContent .nextContent .next1 a,
.newDetailContent .nextContent .next2 a {
	display: block;
	width: 100%;
}

.newDetailContent .nextContent .next1 a .txt1 {
	color: #A2A2A2;
}

.newDetailContent .nextContent .next2 a{
	width: 40%;
	float: right;
	color: #1472FF;
}

.newDetailContent .nextContent .next2 a .txt1 {
	color: #A3A3A3;
}
.keylink{
	color: #0695fb;
	text-decoration: underline;
}