@charset "UTF-8";
/**
 * @file article.scss
 * @public
 * @overview
 *
 */
/**
 * @file _variable.scss
 * @private
 * @overview
 * colors
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.collection-attachments {
  padding-top: 20px; }
  .collection-attachments > a {
    max-width: 250px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 2px 5px;
    border: 1px dotted #ddd;
    border-radius: 3px;
    background: #fff;
    color: #666; }

#articleSection header {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 35px; }
#articleSection .W-model-meta-bar {
  margin-bottom: 10px; }
