.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto; }

.header_ast_blog {
  background-image: url(../minimg/report_blog/bg_blog.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
  padding-top: 150px;
  padding-bottom: 200px;
  border-bottom: 2px solid #f57c00; }
  .header_ast_blog .header_ast_blog_title {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px; }
    @media (max-width: 655px) {
      .header_ast_blog .header_ast_blog_title {
        font-size: 55px;
        line-height: 65px;
        margin-bottom: 35px; } }
    @media (max-width: 500px) {
      .header_ast_blog .header_ast_blog_title {
        font-size: 40px;
        line-height: 40px; } }
  .header_ast_blog p {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px; }
    @media (max-width: 500px) {
      .header_ast_blog p {
        font-size: 20px;
        line-height: 20px; } }
  .header_ast_blog .mouseWheel {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg id='SVGDoc' width='18' height='32' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 18 32'%3E%3Cdefs%3E%3Cpath d='M960.42744,764.76021v3.74915c0,0.30625 -0.24788,0.55673 -0.55447,0.55587c-0.30647,0 -0.55435,-0.24963 -0.55435,-0.55587v-3.74915c0.00195,-0.30753 0.24788,-0.55587 0.55435,-0.55587c0.30464,0 0.55641,0.24663 0.55447,0.55587zM968.57403,769.34659l-0.00103,11.53996c-0.00092,4.91708 -3.90541,8.91328 -8.70094,8.91328c-4.79954,0 -8.70197,-3.99835 -8.70003,-8.91157v-11.54167c-0.00195,-4.72536 3.60958,-8.562 8.14854,-8.85967l-0.00103,-1.38582c-0.00298,-0.30925 0.24891,-0.55544 0.55344,-0.55544c0.30659,-0.00086 0.55538,0.24706 0.55641,0.55287l-0.00103,1.38582c4.53403,0.30196 8.14373,4.13903 8.14568,8.86224zM967.46418,769.34745c0,-4.30716 -3.40565,-7.80968 -7.59315,-7.81054c-4.18453,0.00172 -7.59018,3.50338 -7.59109,7.81054l0.00092,11.5391c-0.00092,4.30373 3.40462,7.80282 7.59121,7.80368c4.18842,0 7.59304,-3.49995 7.59304,-7.80454z' id='Path-0'/%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg transform='matrix(1,0,0,1,-951,-758)'%3E%3Cg%3E%3Ctitle%3EMouse%3C/title%3E%3Cuse xlink:href='%23Path-0' fill='%23ffffff' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 18px;
    height: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px; }

.ast_blog_all_content {
  padding: 100px 5px; }
  .ast_blog_all_content .wrapper .ast_blog_all_content_item {
    margin-bottom: 5px; }
    .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_top {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      cursor: pointer;
      border-radius: 5px;
      border: 1px solid #e0e4ef;
      width: 100%;
      height: 58px; }
      .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_top .item_top_number {
        font-size: 20px;
        font-family: "OpenSans", sans-serif;
        color: rgba(127, 136, 144, 0.502);
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
        margin-left: 20px; }
      .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_top .item_top_title {
        font-size: 20px;
        font-family: "OpenSans", sans-serif;
        color: #7f8890;
        font-weight: bold;
        line-height: 1.2;
        text-align: center; }
      .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_top .item_top_plus {
        display: block;
        width: -moz-fit-content;
        width: fit-content;
        height: auto;
        margin-right: 30px; }
      .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_top .item_top_minus {
        display: none;
        width: -moz-fit-content;
        width: fit-content;
        height: auto;
        margin-right: 30px; }
    .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body {
      display: none; }
      .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .item_control {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 30px; }
        .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .item_control .item_control_title {
          width: 25%;
          font-size: 18px;
          font-family: "OpenSans", sans-serif;
          color: #7f8890;
          line-height: 1.2;
          text-align: center;
          padding: 18px 0;
          border-bottom: 2px solid #e0e4ef; }
        .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .item_control .active_control {
          color: #263139;
          font-weight: bold;
          border-bottom: 2px solid #ff8a00; }
      .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body {
        display: none;
        max-width: 970px;
        width: 100%;
        margin: 0 auto; }
        .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item {
          padding-bottom: 20px;
          margin-bottom: 20px;
          border-bottom: 1px solid #e0e4ef;
          text-decoration: none;
          position: relative;
          display: flex; }
          .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item .ast_item_img {
            height: 75px;
            width: 75px;
            object-fit: cover;
            border-radius: 50%;
            display: block;
            margin-right: 30px; }
          .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item .ast_item_img_play {
            display: none; }
          .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item .ast_item_body {
            max-width: 695px;
            width: 100%; }
            .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item .ast_item_body .maker {
              width: fit-content;
              width: -moz-fit-content;
              font-size: 10px;
              font-family: "OpenSans", sans-serif;
              color: white;
              font-weight: bold;
              text-transform: uppercase;
              line-height: 1.2;
              text-align: center;
              padding: 2px 12px;
              border-radius: 3px;
              margin-bottom: 8px; }
            .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item .ast_item_body .report {
              background-color: #83c550; }
            .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item .ast_item_body .class {
              background-color: #f9895d; }
            .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item .ast_item_body .ast_item_title {
              font-size: 20px;
              font-family: "OpenSans", sans-serif;
              color: #484846;
              font-weight: bold;
              line-height: 1.2;
              margin-bottom: 8px; }
              @media (max-width: 820px) {
                .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item .ast_item_body .ast_item_title {
                  font-size: 16px; } }
            .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item .ast_item_body .ast_item_bottom {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: flex;
              -webkit-align-items: center;
              align-items: center;
              font-size: 14px;
              font-family: "OpenSans", sans-serif;
              color: #7f8890;
              line-height: 1.2; }
              .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item .ast_item_body .ast_item_bottom .ast_item_name {
                margin-right: 5px; }
              .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item .ast_item_body .ast_item_bottom .ast_item_label {
                margin-left: 5px; }
              .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item .ast_item_body .ast_item_bottom .ast_item_work {
                padding: 0 5px;
                border-left: 1px solid #e0e4ef;
                border-right: 1px solid #e0e4ef; }
              @media (max-width: 500px) {
                .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item .ast_item_body .ast_item_bottom {
                  font-size: 11px; } }
          .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item:hover .ast_item_img_play {
            display: block;
            position: absolute;
            width: 50px;
            height: 50px;
            content: "";
            left: 12px;
            top: 12px; }
          .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .items_body .ast_item:hover .ast_item_body .ast_item_title {
            font-size: 20px;
            color: #484846;
            font-weight: bold;
            text-decoration: underline;
            line-height: 1.2; }
      .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .active_body {
        display: block; }
      @media (max-width: 880px) {
        .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .item_control .item_control_title {
          font-size: 15px;
          padding: 15px 0; } }
      @media (max-width: 680px) {
        .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .item_control .item_control_title {
          font-size: 12px;
          padding: 10px 0; } }
      @media (max-width: 480px) {
        .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .item_control .item_control_title {
          font-size: 10px; } }
      @media (max-width: 410px) {
        .ast_blog_all_content .wrapper .ast_blog_all_content_item .item_body .item_control .item_control_title {
          font-size: 8px; } }
  .ast_blog_all_content .wrapper .active {
    margin-bottom: 10px; }
    .ast_blog_all_content .wrapper .active .item_top .item_top_number {
      color: #ffc47f; }
    .ast_blog_all_content .wrapper .active .item_top .item_top_title {
      color: #ff8a00; }
    .ast_blog_all_content .wrapper .active .item_top .item_top_plus {
      display: none; }
    .ast_blog_all_content .wrapper .active .item_top .item_top_minus {
      display: block; }
    .ast_blog_all_content .wrapper .active .item_body {
      display: block; }

.ast_blog_bottom {
  padding-bottom: 100px; }
  .ast_blog_bottom .ast_blog_wrapper {
    background-image: url(../minimg/report_blog/bg_blog_bottom.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: cover;
    background-size: cover;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 5px;
    border-radius: 30px; }
    .ast_blog_bottom .ast_blog_wrapper .wrapper .ast_blog_bottom_content {
      max-width: 570px;
      width: 100%;
      height: auto; }
      .ast_blog_bottom .ast_blog_wrapper .wrapper .ast_blog_bottom_content span {
        font-size: 30px;
        font-family: "OpenSans", sans-serif;
        color: #263139;
        font-weight: bold;
        line-height: 1.3;
        padding: 2px;
        text-align: left;
        background-color: #ffd466;
        margin-bottom: 15px; }
      .ast_blog_bottom .ast_blog_wrapper .wrapper .ast_blog_bottom_content p {
        font-size: 30px;
        font-family: "OpenSans", sans-serif;
        color: white;
        font-weight: bold;
        line-height: 1.333;
        text-align: left; }

/*# sourceMappingURL=report_blog.css.map */
