.datailpage{
	width: 100%;
	margin-top: 20px;
	padding: 30px 0;
	background-color: #f1f3f5;
}
.datailpage .datailcet{
	width: calc(100% - 2px);
	/* border: 1px solid #D9D9D9; */
	box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 15%);
	padding: 35px 0;
	margin-bottom: 30px;
	background-color: #fff;
}
.datailpage .datailcet .title{
	width: 95%;
	text-align: center;
	padding-bottom: 20px;
	margin: 0 auto;
	/* border-bottom: 1px dashed #dcdcdc; */
}
.datailpage .datailcet .title h1{
	font-size: 30px;
	font-weight: initial;
	color: #000;
}

.datailpageBox{
	width: 85%;
	margin: 0 auto;
	padding: 20px 0;
}
.datailpageBox .th{
	display: flex;
	width: 100%;
	padding: 10px 2%;
	margin-left: -2%;
	background-color: #f2f0f0;
	align-items: center;
	justify-content: space-between;
}
.datailpageBox .th span{
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
}
.datailpageBox .iamgs a{
	display: inline-block;
}
.datailpageBox .iamgs img{
	width: 24px;
	height: 24px;
}


.textBoxTitle{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
.textBoxTitle h3{
	margin-bottom: 15px;
	font-size: 20px;
}

.textBox p{
	/*text-indent: 20px;*/
	margin-top: 10px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	text-align: justify;
}
.textBox .thisPage{
	display: flex;
	font-size: 15px;
	justify-content: flex-end;
	margin-top: 20px;
	margin-bottom: 10px;
}


.datail_butss{
	width: 85%;
	margin: 0 auto;
	border-top: 1px dashed #dcdcdc;
	padding-top: 10px;
}
.datail_butss a{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	font-size: 15px;
	color: #333;
}
.datail_butss a:hover{
	color: #c22022;
}


.datailpage .imags_will{
	margin-bottom: 30px;
	width: auto;
	max-width: 100%;
}









/* 位置 */
.address{
	width: 95%;
	margin: 20px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}
.address li{
	display: inline-block;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
}
.address li:nth-last-child(1) span{
	display: none;
}
.address a{
	color: #333;
	display: inline;
	/*margin: 0 10px;*/
	font-size: 14px;
}
.address a:hover{
	color: #c22022;
}
.address .cionimgs{
	width: 18px;
	height: 22px;
	margin: -5px 10px 0 5px;
	vertical-align: middle;
}