.author_new .detail_author {
  float: left;
  width: calc(66.666667% - 10px);
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .author_new .detail_author {
      width: 100%; } }
  .author_new .detail_author .list_grid {
    margin-bottom: 50px; }
  .author_new .detail_author .name_author {
    font-size: 30px;
    line-height: 38px;
    margin: -9px 0 19px 0;
    font-weight: 400; }
  .author_new .detail_author .news_list_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .author_new .detail_author .news_list_grid .item {
      position: relative;
      width: calc(50% - 23px);
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .author_new .detail_author .news_list_grid .item {
          width: calc(50% - 10px); } }
      @media screen and (max-width: 500px) {
        .author_new .detail_author .news_list_grid .item {
          width: calc(50% - 5px); } }
      .author_new .detail_author .news_list_grid .item .image {
        display: block;
        margin-bottom: 18px;
        position: relative; }
        .author_new .detail_author .news_list_grid .item .image .hot {
          font-family: 'Roboto',sans-serif;
          font-size: 10px;
          font-weight: 500;
          text-transform: uppercase;
          display: inline-block;
          margin: 0 0 5px 0;
          padding: 3px 7px;
          line-height: 13px;
          pointer-events: auto;
          background: #000;
          color: #fff;
          position: absolute;
          bottom: -15px;
          left: 0px;
          transition: 0.5s;
          -webkit-transition: 0.5s; }
          .author_new .detail_author .news_list_grid .item .image .hot:hover {
            background: #fff;
            color: #000; }
        .author_new .detail_author .news_list_grid .item .image img {
          width: 100%;
          height: auto;
          vertical-align: middle; }
      .author_new .detail_author .news_list_grid .item .content .title {
        font-size: 21px;
        line-height: 25px;
        margin: 0 0 6px 0;
        font-weight: 400; }
        .author_new .detail_author .news_list_grid .item .content .title h2 {
          font-size: 21px;
          line-height: 25px;
          margin: 0 0 6px 0;
          font-weight: 400; }
          @media screen and (max-width: 500px) {
            .author_new .detail_author .news_list_grid .item .content .title h2 {
              font-size: 16px;
              line-height: 22px; } }
      .author_new .detail_author .news_list_grid .item .content .info {
        margin-bottom: 7px;
        display: block; }
        .author_new .detail_author .news_list_grid .item .content .info .author, .author_new .detail_author .news_list_grid .item .content .info .date {
          font-family: 'Open Sans',arial,sans-serif;
          font-size: 11px;
          line-height: 1;
          min-height: 17px;
          color: #222;
          font-weight: 700; }
        .author_new .detail_author .news_list_grid .item .content .info .date {
          color: #aaa;
          font-weight: 500; }
        .author_new .detail_author .news_list_grid .item .content .info .cmt_tt {
          color: #fff;
          background-color: #000;
          display: inline-block;
          padding: 5px 7px 4px 7px;
          position: relative;
          float: right;
          font-family: 'Open Sans',arial,sans-serif;
          font-size: 10px;
          font-weight: 600;
          text-align: center;
          line-height: 1;
          display: inline-block; }
          .author_new .detail_author .news_list_grid .item .content .info .cmt_tt::before {
            content: "";
            clip-path: polygon(0 0, 0% 100%, 100% 0);
            background: #000;
            width: 5px;
            height: 5px;
            position: absolute;
            bottom: -5px;
            left: 0px; }
      .author_new .detail_author .news_list_grid .item .content .summary {
        font-size: 13px;
        color: #777;
        font-family: 'Open Sans',arial,sans-serif;
        margin-top: 9px;
        font-weight: 400;
        display: block;
        line-height: 21px; }
.author_new .right_new_home {
  position: sticky;
  width: calc(33.3333333% - 30px);
  float: right;
  top: 10px; }
  @media screen and (max-width: 768px) {
    .author_new .right_new_home {
      width: 100%; } }
.author_new .author .author_box {
  border: 1px solid #ededed;
  padding: 21px;
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between; }
  .author_new .author .author_box .image {
    width: 96px; }
  .author_new .author .author_box .content {
    width: calc(100% - 117px); }
    .author_new .author .author_box .content .total_new {
      display: inline-block;
      background-color: #222;
      padding: 4px 9px 3px;
      margin-right: 10px;
      position: relative;
      top: 0;
      font-family: 'Roboto',sans-serif;
      font-size: 11px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 12px; }
    .author_new .author .author_box .content .link {
      font-size: 11px;
      font-style: italic;
      line-height: 21px;
      margin-bottom: 6px;
      display: block; }
    .author_new .author .author_box .content .summary {
      font-family: Verdana,Geneva,sans-serif;
      font-size: 12px;
      display: block;
      margin: 0px 0px 15px; }
    .author_new .author .author_box .content .social a {
      display: inline;
      margin: 0px 10px; }
      .author_new .author .author_box .content .social a svg {
        width: 15px;
        height: 15px; }
    .author_new .author .author_box .content .social a:first-child {
      margin-left: 0px; }
    .author_new .author .author_box .content .social .facebook:hover svg {
      fill: #516eab; }
      .author_new .author .author_box .content .social .facebook:hover svg path {
        fill: #516eab; }
    .author_new .author .author_box .content .social .instagram:hover svg {
      fill: #4db2ec; }
      .author_new .author .author_box .content .social .instagram:hover svg path {
        fill: #4db2ec; }
    .author_new .author .author_box .content .social .youtube:hover svg {
      fill: #ca212a; }
      .author_new .author .author_box .content .social .youtube:hover svg path {
        fill: #ca212a; }
    .author_new .author .author_box .content .social .twitter:hover svg {
      fill: #4db2ec; }
      .author_new .author .author_box .content .social .twitter:hover svg path {
        fill: #4db2ec; }
    .author_new .author .author_box .content .social .pinterest:hover svg {
      fill: #ca212a; }
    .author_new .author .author_box .content .social .linked:hover svg {
      fill: #4db2ec; }

/*# sourceMappingURL=author.css.map */
