﻿@charset "UTF-8";
/**
  css style 用于scss编写继承
*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content .c-content {
  margin: 50px 77px 144px 71px;
  margin: 0.5rem 0.77rem 1.44rem 0.71rem;
}
