@charset "UTF-8";
/*! PC端 */
@media screen and (min-width: 960px) { .banner img { width: 100%; }
  h1 { display: block; margin: 30px auto 50px auto; height: 28px; font-size: 28px; color: #282828; font-weight: bold; text-align: center; }
  .detail { float: left; overflow: hidden; width: 940px; }
  .detail img { margin: auto; max-width: 910px; } }

/*! 移动端 */
@media screen and (max-width: 960px) { .detail h1 { display: block; margin: 0.69444rem auto; width: 9.44444rem; text-align: center; font-size: 0.47222rem; font-weight: bold; }
  .detail .content-block .block-header { height: 0.83333rem; line-height: 0.83333rem; background: #1e4fb1; }
  .detail .content-block .block-header .txt { padding-left: 0.27778rem; font-size: 0.38889rem; color: #fff; font-weight: bold; }
  .detail .content-block .block-body { margin: 0.27778rem auto; width: 9.44444rem; font-size: 0.38889rem; }
  .detail .content-block .block-body img { margin: auto; max-width: 9.44444rem; }
  .pre-next { margin-bottom: 0.69444rem; }
  .detail-list { display: none; } }
