.sx_wrap { padding: 55px; background: #fff; margin: 0 auto 80px; }
.sx_title h1 { font-size: 30px; font-weight: bold; color: #555; text-align: center; line-height: 60px; }
.subTit { font-size: 20px; color: #555; text-align: center; padding: 20px 0; border-bottom: 1px solid #f0f0f0; line-height: 32px; }
.describe { overflow: hidden; font-size: 14px; color: #9a9a9a; line-height: 40px; margin-bottom: 40px; height: 40px; }
.describeL { line-height: 40px; }
.describeL span { margin-right: 2em; }
.bdsharebuttonbox { display: inline-block; }
.describeR span { float: left; line-height: 40px; }
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more { display: inline-block; margin: 0 !important; float: none !important; }
.describeR span.print { margin: 0 45px; }
.print, #easySiteBigFont, #easySiteMiddleFont, #easySiteSmallFont { cursor: pointer; }
.sx_content { overflow: hidden; }
.sx_content, .sx_content * { font-size: 16px; color: #555; line-height: 28px; font-family: "宋体"; }
.sx_content p { margin-top: 10px; text-align: justify; }
.sx_conL { width: 100px; display: none; }
.sx_conL_list li { margin-bottom: 10px; }
.sx_conL_list li p { font-size: 14px; line-height: 20px; margin-top: 0; text-align: center; }
.sx_conR {  min-height:640px;}

/* 响应式样式 */
@media (max-width:1364px) { }
@media (max-width:1199px) {
	.sx_wrap { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px; }
	.sx_content { display: flex; }
	.sx_conL { margin-right: 20px; }
}
@media (max-width:999px) {
	.sx_wrap { padding: 10px; }
	.describeR { display: none; }
	.describeL { width: 100%; text-align: center; }
	.sx_title h1 { font-size: 24px; }
	.subTit { padding: 0 0 10px; }
}
@media (max-width:767px) {
	.sx_wrap { margin-bottom: 10px; }
}
@media (max-width:600px) {
	.sx_content { display: block; }
	.sx_conL { margin-right: 0; width: 100%; }
	.sx_conL_list { display: flex; }
	.sx_conL_list li p { font-size: 12px; }
	.sx_conR { width: 100%; }
}
@media (max-width:450px) {
	.describe { height: auto; }
	.describeL span { display: block; }
}