.news-detail-wrap .ptitle,
.news-detail-wrap .pindex {
	border: 1px solid #66AEFF;
	color: #fff;
	background-color: #66AEFF;
	padding: 5px;
}

.news-detail-wrap .ptitle {
	border-radius: 25px;
}

.news-detail-wrap .pindex {
	font-size: 12px;
	font-style: italic;
	border-radius: 50%;
}

.news-detail-wrap p:first-child{
	width: auto;
	vertical-align: top;
	font-size: 14px;
	padding: 30px;
	background-color: rgb(242, 244, 245);
	border-radius: 10px;
	margin-top: -16px;
}