@charset "UTF-8";
/*! PC端 */
@media screen and (min-width: 960px) { .detail .title { height: 45px; line-height: 30px; text-align: center; font-size: 20px; font-weight: bold; color: #282828; }
  .detail .row { position: absolute; margin-top: -5px; margin-left: 20px; }
  .detail .info { text-align: center; line-height: 55px; font-size: 14px; }
  .detail .info .author { margin-right: 30px; }
  .detail .content { display: block; margin-bottom: 50px; padding-bottom: 30px; line-height: 25px; color: #313131; } }

/*! 移动端 */
@media screen and (max-width: 960px) { .banner img { width: 10rem; }
  .ui-tab .item { width: 2.36111rem; height: 1.38889rem; line-height: 1.38889rem; }
  .detail { padding-top: 0.55556rem; }
  .detail .title { margin: 0.27778rem auto; font-size: 0.47222rem; text-align: center; font-weight: bold; }
  .detail .info { margin-top: 0.20833rem; margin-bottom: 0.41667rem; text-align: center; font-size: 0.33333rem; }
  .detail .content { margin: auto; width: 9.44444rem; line-height: 0.625rem; font-size: 0.36111rem; }
  .detail .content img { max-width: 9.02778rem; max-height: 6.94444rem; } }
