@charset "UTF-8";
/**
 * @file events.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-articles > article {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 190px;
  padding: 20px 20px 20px 240px; }
  .collection-articles > article > a > img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 200px;
    height: 150px;
    background: #ddd url(/res/saishi/default/bg_cover.png) no-repeat center;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
  .collection-articles > article h3 {
    line-height: 30px; }
  .collection-articles > article h3 > .icox-lock {
    vertical-align: -2px; }
  .collection-articles > article p {
    overflow: hidden;
    height: 70px;
    margin: 8px 0 16px; }
  .collection-articles > article .stats {
    font-size: 16px;
    color: #999; }
    .collection-articles > article .stats > span {
      margin-right: 10px; }

.container-fullfit {
  margin-right: -19px; }

/*# sourceMappingURL=forums.css.map */
