.press-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px; }
  .press-header .press-header-title p {
    font-size: 34px;
    font-weight: bold; }
    .press-header .press-header-title p.press-header-title-desc {
      font-size: 14px;
      font-weight: normal;
      margin-top: 10px; }
  .press-header .press-header-title .social-platform {
    justify-content: start; }
  .press-header > img {
    width: 230px; }

.press-list {
  width: 1092px;
  display: flex;
  flex-wrap: wrap; }
  .press-list .press-item {
    width: 284px;
    margin: 60px 40px 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all .5s; }
    .press-list .press-item img {
      width: 100%;
      background-color: #ECECEC;
      border-radius: 8px; }
    .press-list .press-item .thumb-img {
      width: 100%;
      height: 150px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 8px; }
    .press-list .press-item .title {
      padding: 24px 24px 0;
      font-size: 16px;
      line-height: 19px;
      font-weight: bold; }
    .press-list .press-item .created-at {
      padding: 10px 24px 18px;
      font-size: 14px; }
    .press-list .press-item:hover {
      box-shadow: 0px 19px 23px rgba(0, 0, 0, 0.09); }
  .press-list .first-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none; }
    .press-list .first-item > a {
      width: 50%;
      display: block; }
    .press-list .first-item:hover {
      box-shadow: none; }
    .press-list .first-item > div {
      width: 45%; }
    .press-list .first-item .thumb-img {
      width: 600px;
      height: 265px;
      background-size: contain; }
    .press-list .first-item .created-at, .press-list .first-item .title {
      padding: 0; }
    .press-list .first-item .title {
      padding: 12px 0 24px;
      font-weight: bold;
      font-size: 26px;
      line-height: 31px; }
    .press-list .first-item .description {
      line-height: 21px; }
    .press-list .first-item .read-more {
      display: inline-block;
      margin-top: 40px;
      font-size: 12px;
      line-height: 14px;
      text-decoration: underline;
      color: #353535; }

.pagination {
  margin-top: 30px; }

.section-bottom {
  position: relative; }
  .section-bottom .section-bottom-text {
    width: 380px;
    font-size: 20px;
    line-height: 26px;
    position: absolute;
    top: 125px;
    left: 200px;
    text-align: center; }
    .section-bottom .section-bottom-text a {
      color: #C08FFF; }
  .section-bottom .section-bottom-tip {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    opacity: .6; }
  .section-bottom .subsucribe-email {
    max-width: 350px;
    margin: 24px auto 90px; }
  .section-bottom img {
    width: 100%; }

@media screen and (max-width: 1200px) {
  .press-list .press-item .thumb-img {
    width: 100%;
    height: 280px; } }

/*# sourceMappingURL=press.css.map */
