.detail_box { background: #fafafa; padding: 20px 50px; }

.detail_head { margin-bottom: 25px; border-bottom: 1px solid #eee; }
.detail_head h1 { text-align: center; font-size: 22px; color: #000; padding: 20px 140px; }
.detail_head .info { font-size: 14px; color: #999; padding: 10px 0; text-align: center; }
.detail_head .info span { font-size: 14px; color: #999; margin: 0 10px; white-space: nowrap; }

.detail_body, .detail_body * { font-size: 16px; line-height: 2em; font-family: '微软雅黑'; color: #333; }
.detail_body p { text-align: justify; min-height: 1em; }
.detail_body img { max-width: 100%; }
.detail_body strong { font-weight: bold; }
.detail_body table, .detail_body tr, .detail_body td { border-collapse: collapse; border: 1px solid #ddd; }
.detail_body table { margin: 0 auto; min-width: 90%; }
.detail_body tr { background: #fff; }
.detail_body tr:nth-child(2n+1) { background: #f9f9f9; }
.detail_body td { padding: 0 5px; font-size: 16px; color: #666; }
.detail_body td p { margin-bottom: 0; }
.detail_body video { background: #000; display: block; margin: 0 auto; }

.detail_bot { overflow: hidden; border-top: 1px solid #eee; margin-top: 50px; padding-top: 30px; }
.detail_bot > div { width: 48%; position: relative; font-size: 14px; color: #333; display: inline-flex; align-items: baseline; }
.detail_bot img { height: 14px; }
.detail_bot > div > span { font-size: 14px; }
.detail_bot > div > span:nth-child(1) { white-space: nowrap; }
.detail_bot > div a { font-size: 14px; color: #4d6be3; }
.detail_bot .prev { }
.detail_bot .next { text-align: right; justify-content: flex-end; }

#syhg{display: flex; align-items: center;justify-content: center;}
#syhg span{color:#fff;}

.detail_body .pImg { width: 35%; height: 400px; background: #fff; display: flex; justify-content: center; align-items: center; }
.detail_body .pImg img { max-width: 100%; max-height: 100%; }
.detail_body .pTxt { width: 60%; }
.detail_body .pTxt .tit { font-size: 20px; font-weight: bold; color: #000; margin-bottom: 0; }

@media screen and (max-width:1200px) {
	.detail_body { display: flex; justify-content: space-between; }
}
@media screen and (max-width:1023px) {
	.detail_body { flex-direction: column; align-items: center; }
}
@media screen and (max-width:767px) {
	.detail_box { padding: 0; background: none; }
	.detail_head h1 { padding: 10px 0; }
	.detail_body .pImg { width: auto; height: auto; padding: 20px; }
	.detail_body .pTxt { width: 100%; }
	.detail_bot { margin-top: 20px; padding-top: 20px; }
	.detail_bot > div { width: 100%; }
	.detail_bot .next { justify-content: flex-start; }
}
@media screen and (max-width:459px) {
	.detail_head h1 { font-size: 18px; }
	.detail_head .info { padding: 0 0 10px; }
	.detail_body .pImg { box-shadow: 0 0 6px #ccc; }
	.detail_body .pTxt .tit { font-size: 16px; }
}