@media screen and (max-width: 767px) {
  .container_doc {
    display: flex;
    flex-wrap: wrap; }
    .container_doc .right-col {
      width: 100%;
      order: 1; }
    .container_doc .main-area-2col-right {
      order: 2;
      width: -webkit-calc(100% - 0px);
      width: -moz-calc(100% - 0px);
      width: calc(100% - 0px); } }

.news_home {
  margin-top: 1.563vw;
  margin: 1.563vw 0px 1.863vw;
  margin: 24px 0px 45px; }

.title_icon {
  margin-bottom: 40px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .title_icon {
      margin-bottom: 30px; } }
  .title_icon .title_h1 {
    font-size: 36px;
    color: var(--main-color);
    font-weight: 700;
    background: #fff;
    padding-right: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .title_icon .title_h1 {
        font-size: 32px; } }
    @media screen and (max-width: 550px) {
      .title_icon .title_h1 {
        font-size: 28px; } }

.wparper_top_news {
  display: flex;
  flex-wrap: wrap; }
  .wparper_top_news .left_header {
    width: calc(70% - 30px);
    margin-right: 30px; }
  .wparper_top_news .right_header {
    width: 30%;
    padding-top: 12px; }
    .wparper_top_news .right_header .title_icon:after {
      height: 2px; }
    .wparper_top_news .right_header .title_icon .title_vie {
      font-size: 20px;
      color: var(--main-color);
      font-weight: 700;
      background: #fff;
      padding-right: 20px;
      display: inline-block;
      position: relative;
      z-index: 1; }
    .wparper_top_news .right_header .list_viewm .item {
      margin-bottom: 16px;
      font-size: 15px;
      padding-bottom: 16px;
      border-bottom: 2px solid #e4e4e4;
      padding-left: 17px;
      position: relative; }
      .wparper_top_news .right_header .list_viewm .item:before {
        position: absolute;
        left: 0px;
        content: '';
        width: 0px;
        height: 0px;
        top: 5px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 9px solid var(--main-color); }
      .wparper_top_news .right_header .list_viewm .item:last-child {
        border: 0px; }
    .wparper_top_news .right_header .list_viewm .title {
      font-weight: 700;
      line-height: 1.4; }

@media only screen and (max-width: 1024px) {
  .news_home {
    margin-top: 10px;
    margin-bottom: 30px; } }

.page_title .block_search_news {
  width: 50%;
  float: right;
  margin-top: -12px; }
  .page_title .block_search_news .block_title {
    width: calc(55% - 10px);
    float: left;
    text-align: right; }
    .page_title .block_search_news .block_title span {
      font-size: 15px;
      padding: 13px 0px; }
  .page_title .block_search_news .block_content {
    width: 45%;
    float: right; }

.news_header {
  margin-bottom: 1.563vw;
  margin-bottom: 24px; }
  @media only screen and (max-width: 1024px) {
    .news_header {
      padding: 14px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 550px) {
    .news_header {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 500px) {
    .news_header {
      padding: 10px; } }
  .news_header .grid_news {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -0.781vw;
    margin: 0px -15px; }
    @media only screen and (max-width: 1024px) {
      .news_header .grid_news {
        margin: 0px -7px; } }
    @media only screen and (max-width: 500px) {
      .news_header .grid_news {
        margin: 0px -5px; } }
    @media only screen and (max-width: 500px) {
      .news_header .grid_news {
        margin: 0px; } }

.header_l {
  float: left;
  width: calc(50% - 1.563vw);
  margin: 0px 0.781vw;
  width: calc(50% - 30px);
  margin: 0px 15px; }
  .header_l:first-child {
    width: calc(100% - 30px);
    margin: 0px 15px 30px; }
    .header_l:first-child .frame_img {
      width: calc(60% - 20px);
      margin-right: 20px;
      float: left; }
    .header_l:first-child .title {
      margin-top: 0px;
      font-size: 17px; }
    .header_l:first-child .text_item {
      width: 40%;
      float: right; }
    .header_l:first-child .summary {
      -webkit-line-clamp: 3; }
    .header_l:first-child .datetime {
      margin-top: 10px; }
  @media only screen and (max-width: 1024px) {
    .header_l {
      width: calc(50% - 14px);
      margin: 0px 7px; } }
  @media only screen and (max-width: 550px) {
    .header_l {
      margin-bottom: 15px; } }
  @media only screen and (max-width: 500px) {
    .header_l {
      width: 100%;
      margin: 0px 0px 10px; } }

.header_l .title {
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .header_l .title {
      font-size: 20px;
      line-height: 1.3em; } }
  @media only screen and (max-width: 768px) {
    .header_l .title {
      font-size: 18px; } }
  @media only screen and (max-width: 550px) {
    .header_l .title {
      font-size: 16px;
      margin-top: 10px;
      text-transform: unset; } }

.header_l .datetime {
  margin-top: 18px;
  color: #888; }

.header_l .summary {
  font-weight: normal;
  margin-top: 0.521vw;
  text-align: justify;
  /* line-height: 27px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5em;
  font-size: 0.885vw;
  font-size: 14px;
  margin-top: 7px; }
  @media only screen and (max-width: 550px) {
    .header_l .summary {
      line-height: 1.3em;
      font-size: 14px; } }

.header_r {
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding-left: 15px;
  overflow: hidden; }

.header_r_inner {
  display: flex;
  flex-wrap: wrap; }

.header_r .item {
  width: 50%;
  float: left;
  margin-bottom: 15px;
  box-sizing: border-box; }
  .header_r .item:nth-child(odd) {
    padding-right: 13px; }
    @media only screen and (max-width: 550px) {
      .header_r .item:nth-child(odd) {
        padding-right: 5px; } }
  .header_r .item:nth-child(even) {
    padding-left: 13px; }
    @media only screen and (max-width: 550px) {
      .header_r .item:nth-child(even) {
        padding-left: 5px; } }

.item-img {
  display: grid; }

.header_r .item:nth-child(odd) {
  clear: left; }

.news_home .frame_img {
  text-align: center;
  overflow: hidden;
  margin-bottom: 0px;
  /* border-radius: 5px; */ }

.news_home .item img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 100%; }

.news_home .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.5; }

.header_r .item_title {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 7px; }
  @media only screen and (max-width: 550px) {
    .header_r .item_title {
      margin-top: 10px;
      font-size: 14px; } }

.list-news .item {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #65b4ea47;
  padding: 20px 30px; }
  @media screen and (max-width: 1024px) {
    .list-news .item {
      margin-bottom: 15px; } }
  @media only screen and (max-width: 550px) {
    .list-news .item {
      padding: 20px 20px; } }
  .list-news .item:last-child {
    margin-bottom: 0px; }
  @media only screen and (max-width: 550px) {
    .list-news .item {
      margin-bottom: 20px; } }

.list-news .frame_img {
  float: left;
  width: 23.438vw;
  position: relative;
  width: 230px; }
  @media only screen and (max-width: 500px) {
    .list-news .frame_img {
      width: 100%;
      margin-bottom: 12px; } }
.list-news .frame_right .title {
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 28px; }
  @media screen and (max-width: 1024px) {
    .list-news .frame_right .title {
      font-size: 18px; } }
  .list-news .frame_right .title a {
    color: #1e1e1e; }
  @media only screen and (max-width: 550px) {
    .list-news .frame_right .title {
      text-transform: unset;
      font-size: 16px;
      line-height: 1.5em; } }
  @media only screen and (max-width: 400px) {
    .list-news .frame_right .title {
      line-height: 1.3; } }

.list-news .datetime {
  color: #a8a8a8;
  float: left; }
.list-news .download {
  float: right;
  font-size: 16px;
  font-weight: 700; }
  .list-news .download a {
    color: var(--main-color);
    position: relative;
    padding-right: 25px; }
    .list-news .download a:before {
      position: absolute;
      right: 0px;
      top: 2px;
      width: 15px;
      height: 17px;
      content: '';
      background: url('data:image/svg+xml;utf8,<svg fill="rgb(2, 85, 142)" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15px" height="17px" viewBox="0 0 15 17"> <path fill-rule="evenodd" d="M12.245,11.806 L12.245,13.806 C12.245,14.360 11.798,14.807 11.245,14.807 L3.245,14.807 C2.692,14.807 2.245,14.360 2.245,13.806 L2.245,11.806 C2.245,11.253 1.798,10.807 1.245,10.807 C0.692,10.807 0.245,11.253 0.245,11.806 L0.245,13.806 C0.245,15.463 1.589,16.807 3.245,16.807 L11.245,16.807 C12.901,16.807 14.245,15.463 14.245,13.806 L14.245,11.806 C14.245,11.253 13.798,10.807 13.245,10.807 C12.692,10.807 12.245,11.253 12.245,11.806 ZM6.539,11.513 C6.929,11.903 7.564,11.903 7.954,11.513 L11.954,7.513 C12.345,7.122 12.345,6.488 11.954,6.097 C11.564,5.706 10.929,5.706 10.539,6.097 L8.245,8.391 L8.245,1.806 C8.245,1.253 7.798,0.806 7.245,0.806 C6.692,0.806 6.245,1.253 6.245,1.806 L6.245,8.391 L3.951,6.097 C3.560,5.706 2.926,5.706 2.535,6.097 C2.145,6.488 2.145,7.122 2.535,7.513 L6.535,11.513 L6.539,11.513 Z"/> </svg>');
      background-size: contain;
      background-repeat: no-repeat; }
    .list-news .download a:hover {
      opacity: 0.8; }

.list-news .sum {
  font-weight: normal;
  margin-top: 1.250vw;
  font-size: 0.885vw;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #404142;
  text-align: justify;
  margin-top: 12px;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .list-news .sum {
      margin-top: 5px;
      line-height: 1.5em; } }
  @media only screen and (max-width: 550px) {
    .list-news .sum {
      /* display: none; */
      -webkit-line-clamp: 2; } }

.list-news .view-more {
  position: relative;
  color: var(--main-color);
  padding-left: 29px;
  transition: 0.3s;
  margin-top: 17px;
  display: block; }
  @media only screen and (max-width: 550px) {
    .list-news .view-more {
      margin-top: 5px;
      display: none; } }
  .list-news .view-more svg {
    position: absolute;
    fill: var(--main-color);
    width: 20px;
    height: 20px;
    left: 0px;
    top: -1px; }

.news_bottom_l .item:hover .view-more {
  transform: translateX(10px); }

.news_bottom_l {
  float: left;
  width: calc(78% - 50px);
  box-sizing: border-box; }

.right_b {
  float: right;
  width: 22%; }
  .right_b .block {
    margin-bottom: 60px; }
    @media only screen and (max-width: 550px) {
      .right_b .block {
        margin-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  .news_bottom_l {
    float: none;
    width: 100%; }

  .right_b {
    float: none;
    width: 100%; } }
.news_pos1 {
  background: #f5f5f5;
  padding: 44px 0px 0px;
  margin-bottom: 44px; }
  @media screen and (max-width: 550px) {
    .news_pos1 {
      padding: 20px 0px 0px; } }

.menu_cat {
  margin: 20px 0px; }
  @media all and (max-width: 500px) {
    .menu_cat {
      margin-bottom: 5px; } }
  .menu_cat ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px; }
    .menu_cat ul li a {
      padding: 8px 30px;
      border: 1px solid #ddd;
      border-radius: 50px;
      display: inline-block;
      transition: 0.5s all ease;
      background: #f4f4f4;
      font-size: 16px;
      font-weight: 500; }
      .menu_cat ul li a:hover {
        background: var(--main-color);
        border: 1px solid var(--main-color);
        color: #fff; }
  .menu_cat ul .active a {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff; }

.button-basic {
  width: 110px;
  padding: 4px 0px 4px; }

.news_fix_top {
  margin-bottom: 1.563vw;
  padding-bottom: 1.563vw;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 24px;
  padding-bottom: 24px; }
  @media only screen and (max-width: 1024px) {
    .news_fix_top {
      overflow-x: auto;
      overflow-y: hidden;
      margin-bottom: 15px;
      padding-bottom: 15px; } }
  .news_fix_top .grid_fix {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -0.781vw;
    margin: 0px -12px; }
    @media only screen and (max-width: 1024px) {
      .news_fix_top .grid_fix {
        margin: 0px -7px;
        width: 1000px; } }
    @media only screen and (max-width: 500px) {
      .news_fix_top .grid_fix {
        margin: 0px -5px; } }
  .news_fix_top .item {
    float: left;
    width: calc(25% - 1.563vw);
    margin: 0px 0.781vw;
    width: calc(25% - 24px);
    margin: 0px 12px; }
    @media only screen and (max-width: 1024px) {
      .news_fix_top .item {
        width: calc(25% - 14px);
        margin: 0px 7px; } }
    @media only screen and (max-width: 500px) {
      .news_fix_top .item {
        width: calc(25% - 10px);
        margin: 0px 5px; } }
    .news_fix_top .item .title {
      margin-top: 1.042vw;
      /* line-height: 27px; */
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 1.5em;
      font-size: 0.938vw;
      font-size: 15px;
      margin-top: 12px; }
      @media only screen and (max-width: 500px) {
        .news_fix_top .item .title {
          margin-top: 10px; } }

.badge {
  display: table;
  z-index: 20;
  pointer-events: none;
  height: 2.8em;
  width: 2.8em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .badge .badge-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #446084;
    line-height: 1;
    color: #fff;
    font-weight: bolder;
    padding: 2px;
    white-space: nowrap;
    -webkit-transition: background-color .3s,color .3s,border .3s;
    -o-transition: background-color .3s,color .3s,border .3s;
    transition: background-color .3s,color .3s,border .3s;
    background-color: var(--main-color); }

.absolute {
  position: absolute !important; }

.badge.post-date {
  top: 7%; }

.datetime {
  font-size: 13px;
  color: #a2a2a2;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center; }
  .datetime:before {
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    background: url('data:image/svg+xml;utf8,<svg fill="rgb(88,88,88)" enable-background="new 0 0 64 64" height="15px" viewBox="0 0 64 64" width="15px" xmlns="http://www.w3.org/2000/svg"><path d="m56 40.10529v-28.10529c0-2.75684-2.24316-5-5-5h-2v-2c0-1.6543-1.3457-3-3-3s-3 1.3457-3 3v2h-5v-2c0-1.6543-1.3457-3-3-3s-3 1.3457-3 3v2h-6v-2c0-1.6543-1.3457-3-3-3s-3 1.3457-3 3v2h-5v-2c0-1.6543-1.3457-3-3-3s-3 1.3457-3 3v2h-2c-2.75684 0-5 2.24316-5 5v40c0 2.75684 2.24316 5 5 5h33.62347c2.07868 3.58081 5.94617 6 10.37653 6 6.61719 0 12-5.38281 12-12 0-4.83142-2.87561-8.99408-7-10.89471zm-11-35.10529c0-.55176.44824-1 1-1s1 .44824 1 1v6c0 .55176-.44824 1-1 1s-1-.44824-1-1zm-11 0c0-.55176.44824-1 1-1s1 .44824 1 1v6c0 .55176-.44824 1-1 1s-1-.44824-1-1zm-12 0c0-.55176.44824-1 1-1s1 .44824 1 1v6c0 .55176-.44824 1-1 1s-1-.44824-1-1zm-11 0c0-.55176.44824-1 1-1s1 .44824 1 1v6c0 .55176-.44824 1-1 1s-1-.44824-1-1zm-4 4h2v2c0 1.6543 1.3457 3 3 3s3-1.3457 3-3v-2h5v2c0 1.6543 1.3457 3 3 3s3-1.3457 3-3v-2h6v2c0 1.6543 1.3457 3 3 3s3-1.3457 3-3v-2h5v2c0 1.6543 1.3457 3 3 3s3-1.3457 3-3v-2h2c1.6543 0 3 1.3457 3 3v5h-50v-5c0-1.6543 1.3457-3 3-3zm0 46c-1.6543 0-3-1.3457-3-3v-33h50v20.39484c-.96082-.24866-1.96246-.39484-3-.39484-.6828 0-1.34808.07056-2 .1806v-5.1806c0-.55273-.44727-1-1-1h-6c-.55273 0-1 .44727-1 1v6c0 .55273.44727 1 1 1h2.38086c-3.23914 2.15106-5.38086 5.82843-5.38086 10 0 1.40411.25494 2.74664.70001 4zm40-16h-4v-4h4zm4 22c-5.51367 0-10-4.48633-10-10s4.48633-10 10-10 10 4.48633 10 10-4.48633 10-10 10z"></path><path d="m52 49.2774v-6.2774h-2v6.2774c-.59528.34644-1 .98413-1 1.7226 0 .10126.01526.19836.02979.29553l-3.65479 2.92322 1.25 1.5625 3.65161-2.92133c.22492.08759.46753.14008.72339.14008 1.10455 0 2-.89545 2-2 0-.73846-.40472-1.37616-1-1.7226z"></path><path d="m15 22h-6c-.55273 0-1 .44727-1 1v6c0 .55273.44727 1 1 1h6c.55273 0 1-.44727 1-1v-6c0-.55273-.44727-1-1-1zm-1 6h-4v-4h4z"></path><path d="m26 22h-6c-.55273 0-1 .44727-1 1v6c0 .55273.44727 1 1 1h6c.55273 0 1-.44727 1-1v-6c0-.55273-.44727-1-1-1zm-1 6h-4v-4h4z"></path><path d="m37 22h-6c-.55273 0-1 .44727-1 1v6c0 .55273.44727 1 1 1h6c.55273 0 1-.44727 1-1v-6c0-.55273-.44727-1-1-1zm-1 6h-4v-4h4z"></path><path d="m42 30h6c.55273 0 1-.44727 1-1v-6c0-.55273-.44727-1-1-1h-6c-.55273 0-1 .44727-1 1v6c0 .55273.44727 1 1 1zm1-6h4v4h-4z"></path><path d="m15 33h-6c-.55273 0-1 .44727-1 1v6c0 .55273.44727 1 1 1h6c.55273 0 1-.44727 1-1v-6c0-.55273-.44727-1-1-1zm-1 6h-4v-4h4z"></path><path d="m26 33h-6c-.55273 0-1 .44727-1 1v6c0 .55273.44727 1 1 1h6c.55273 0 1-.44727 1-1v-6c0-.55273-.44727-1-1-1zm-1 6h-4v-4h4z"></path><path d="m37 33h-6c-.55273 0-1 .44727-1 1v6c0 .55273.44727 1 1 1h6c.55273 0 1-.44727 1-1v-6c0-.55273-.44727-1-1-1zm-1 6h-4v-4h4z"></path><path d="m15 44h-6c-.55273 0-1 .44727-1 1v6c0 .55273.44727 1 1 1h6c.55273 0 1-.44727 1-1v-6c0-.55273-.44727-1-1-1zm-1 6h-4v-4h4z"></path><path d="m26 44h-6c-.55273 0-1 .44727-1 1v6c0 .55273.44727 1 1 1h6c.55273 0 1-.44727 1-1v-6c0-.55273-.44727-1-1-1zm-1 6h-4v-4h4z"></path><path d="m37 44h-6c-.55273 0-1 .44727-1 1v6c0 .55273.44727 1 1 1h6c.55273 0 1-.44727 1-1v-6c0-.55273-.44727-1-1-1zm-1 6h-4v-4h4z"></path></svg>'); }

.right-col .block_news_menu {
  margin-top: 30px; }

/*# sourceMappingURL=home.css.map */
