/* newsDetail */

.bywM-newsDetail {
	float: left;
	display: block;
	padding: 1.5rem;
	width: 100%;
	background-color: #FFF;
}


/* newsDetail title */

.bywM-newsDetail .bywM-newsDetail-title {
	float: left;
	display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	width: 100%;
	font-size: 1.3rem;
	line-height: 3rem;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.bywM-newsDetail .bywM-newsDetail-title h2 {
	display: block;
	margin-bottom: 1rem;
	width: 100%;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 2.8rem;
	color: #282828;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.bywM-newsDetail .bywM-newsDetail-title a {
	padding-right: 1rem;
	font-size: 1.4rem;
	word-break: break-all;
	color: currentcolor;
}


/* newsDetail img */

.bywM-newsDetail .bywM-newsDetail-img {
	display: block;
	margin: 0 auto;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	width: 100%;
	max-width: 420px;
	overflow: hidden;
}

.bywM-newsDetail .bywM-newsDetail-img img {
	width: 100%;
}

/* newsDetail introduce */

.bywM-newsDetail .bywM-newsDetail-introduce {
	float: left;
	display: block;
	margin-top: 1.5rem;
	width: 100%;
	font-size: 1.8rem;
	line-height: 3rem;
	text-align: justify;
}

.bywM-newsDetail .bywM-newsDetail-introduce p:not(:last-of-type) {
	margin-top: 0;
	margin-bottom: 2.5rem;
}

.bywM-newsDetail .bywM-newsDetail-introduce p.imgP {
	text-align: center;
}

.bywM-newsDetail .bywM-newsDetail-introduce p.imgP img {
	display: block;
	width: 100%;
	height: auto;
}


/* newsDetail tips */

.bywM-newsDetail .bywM-newsDetail-tips {
	float: left;
	display: block;
	width: 100%;
	font-size: 1.4rem;
	line-height: 2.8rem;
	color: #999;
	text-align: right;
}

.bywM-newsDetail .bywM-newsDetail-tips a {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	color: currentColor;
}