.paper__down {
  text-align: center; }

.paper__title {
  width: 100%;
  height: 340px;
  background:  no-repeat;
  background-size: cover;
  position: relative; }
  .paper__title__content {
    max-width: 1096px;
    margin: 0 auto; }
  .paper__title__text {
    margin: auto 0;
    position: absolute;
    top: 50%;
    transform: translatey(-50%); }
    .paper__title__text h1 {
      font-size: 50px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 30px; }
    .paper__title__text p {
      margin-bottom: 30px;
      color: #fff;
      font-size: 18px; }
    .paper__title__text button {
      background: #29a6f2;
      color: #fff;
      text-align: center;
      width: 104px;
      height: 36px;
      line-height: 36px;
      cursor: pointer;
      border: none; }

.paper__content {
  padding: 80px 0;
  max-width: 1196px;
  margin: 0 auto; }
  .paper__content__title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px; }

.paper__cell {
  width: 354px;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.1); }

.paper__img {
  overflow: hidden;
  height: 212px; }
  .paper__img img {
    height: 100%;
    width: 100%; }

.paper__text {
  height: 70px; 
  font-size: 12px;
  line-height: 20px;
  padding: 11px 16px;
  text-align: left !important;
}

.paper__section {
  margin: 10px;
  display: inline-block; }
  /* .paper__section:nth-child(2) {
    margin: 0 14px; }
  .paper__section:nth-child(5) {
    margin: 0 14px; } */
  .paper__section-margin {
    margin: 0 14px; }

.paper__btns {
  padding: 16px;
  overflow: hidden; }
  .paper__btns span {
    float: left;
    position: relative;
    display: inline-block;
    padding-right: 17px;
    color: #007cff;
    cursor: pointer;
    font-size: 13px; }
    .paper__btns span:after {
      content: '';
      display: block;
      position: absolute;
      width: 12px;
      height: 12px;
      right: 0;
      top: 3px;
      background: ; }
  .paper__btns p {
    float: right;
    font-size: 12px; }
    .paper__btns p mark {
      background: #fff;
      color: #7894a3;
      font-size: 12px; }
