.newsDetailBanner {
	width: 100%;
}

.titleBox {
	padding-top: 60px;
	padding-bottom: 30px;
}

.titleBoxMain {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
}

.TypeAndTitle {
	font-size: 20px;
	color: #444;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.theSplit {
	margin-left: 5px;
	margin-right: 5px;
}
.theTime{
	line-height: 1;
	margin-top: 15px;
	font-size: 13px;
	color: #777;
	letter-spacing: 1px;
}


.newsContainer{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

.newsP{
	font-size: 14px;
	color: #444;
	line-height: 1.8;
	text-indent: 2em;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-align: justify;
}
.picRow{
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 20px;
}
.picRow img{
	margin-bottom: 12px;
}