﻿/*详细页*/
body { background: #eee; }
.detail_con { padding: 30px 35px; background: #fff; }
.location2 { display: none; }
.d_title { text-align: center; font-size: 24px; font-weight: bold; line-height: 120%; }
.d_title2 { text-align: center; font-size: 20px; font-weight: bold; line-height: 120%; padding-top: 10px; }
.d_time { margin-top: 16px; line-height: 30px; background: #fafafa; text-align: center; }
.d_time span { color: #b5b5b5; margin: 0 20px; display: inline-block; }
.d_time span em { color: #b5b5b5; margin: 0 5px; font-style: normal; cursor: pointer; }
.print0 { cursor: pointer; }
.zoom { padding-top: 20px; min-height: 400px; }
.zoom *, .zoom div { line-height: 180%; font-size: 16px; font-family: "微软雅黑"; text-align: justify; }
.zoom p, .zoom div { padding-bottom: 15px; }
.zoom * { color: inherit; font-weight: inherit;  font-size: inherit; }
.zoom img { max-width: 100%; }
.zoom strong { font-weight: bold; } 
.bdsharebuttonbox  span { display: inline-block; float: left; line-height: 24px; margin-top: 6px; }
.bdshare-button-style0-24 .popup_copy { padding-left: 0; background: none; }
.zoom table { width: 100% !important; }
.zoom table, .zoom tr, .zoom td { border-collapse: collapse; border: 1px solid #666; padding: 5px; }
.zoom a { color: #037b38 !important; }
@media screen and (max-width:1023px) {
	.d_time span { margin: 0 10px; }
	.d_time .print0, .d_time .fontsize { display: none; }
}
@media screen and (max-width:767px) {
	.detail_con { padding: 15px; }
	.d_title { font-size: 20px; }
}
@media screen and (max-width:500px){
	body { background: #fff; }
	.detail_con { padding: 0; }
	.zoom video { width: 100%; height: auto; }
}