.show .content{width:1200px; margin:40px auto;}

.show .news-title{ font-size:34px; color:#111; font-weight: bold; margin-top:20px;}
.show .news-label{border-bottom:1px solid #fff; padding:10px 0; margin-top:0px; position: relative; font-size:15px; color:#999; line-height: 30px;}
.show .news-label>span{margin-right:20px;}

.show .show-content{ margin-top:50px; text-wrap: wrap!important; min-height: 300px; font-size:14px;}
.show .show-content span,.show .show-content p{text-wrap: wrap!important;}
.show .show-content p,
.show .show-content section,
.show .show-content span
{text-wrap: wrap!important; text-indent: 0!important; font-size:18px!important; line-height:30px!important; font-family: system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif!important;}
.show .show-content img{display:block; max-width: 1200px!important; margin:0px auto; height: auto!important;}
.show .show-content video{display:block; margin:0 auto;}

@media screen and (max-width: 500px) {
  .show .news-title{font-size:22px;}
  .show .content{display:block; margin-top:20px; width:394px; padding:0 10px;}
  .show .content>.leftbox{width:394px; margin-right:0px;}
  .show .content>.rightbox{width:394px; flex:0 0 394px;}

  .show .show-content{width:394px; margin-top:20px; text-wrap: wrap!important; min-height: 400px; font-size:14px;}
  .show .show-content span,.show .show-content p{text-wrap: wrap!important;}
  .show .show-content p,
  .show .show-content section,
  .show .show-content span
  {text-wrap: wrap!important; text-indent: 0!important; font-size:16px!important; line-height:32px!important; font-family: system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif!important;}
  .show .show-content img{max-width: 394px!important; height: auto!important;}
}