/*---------------list_item-----------------*/
.list_item_news {
  margin-top: 10px; }
  .list_item_news .row_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-right: -27px; }
    @media (max-width: 768px) {
      .list_item_news .row_item {
        margin-right: -15px; } }
    @media (max-width: 399px) {
      .list_item_news .row_item {
        margin-right: 0px; } }
    .list_item_news .row_item .item {
      width: 33.333%;
      padding-right: 27px;
      margin-bottom: 41px; }
      @media (max-width: 999px) {
        .list_item_news .row_item .item {
          padding-right: 10px;
          margin-bottom: 10px; } }
      @media (max-width: 699px) {
        .list_item_news .row_item .item {
          width: 50%; } }
      @media (max-width: 399px) {
        .list_item_news .row_item .item {
          width: 100%;
          float: none;
          padding-right: 0px; } }
      .list_item_news .row_item .item .img {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        border: 3px solid #fff;
        position: relative; }
        @media (max-width: 999px) {
          .list_item_news .row_item .item .img {
            margin-bottom: 10px; } }
        .list_item_news .row_item .item .img a {
          display: block; }
        .list_item_news .row_item .item .img img {
          max-width: 100%;
          width: 100%; }
        .list_item_news .row_item .item .img .date {
          position: absolute;
          top: 17px;
          left: 17px;
          background: #d70008;
          padding: 10px;
          color: #fff;
          font-size: 17.5px;
          font-weight: 500; }
          .list_item_news .row_item .item .img .date span {
            display: block;
            line-height: 0.8;
            text-align: center; }
      .list_item_news .row_item .item .info {
        width: 100%;
        float: none;
        border-top: none; }
        .list_item_news .row_item .item .info h3 a {
          font-family: "Open Sans";
          font-weight: bold;
          color: #1a1a1a;
          font-size: 18px;
          display: block;
          margin-bottom: 5px; }
          @media (max-width: 999px) {
            .list_item_news .row_item .item .info h3 a {
              font-size: 16px; } }
          .list_item_news .row_item .item .info h3 a:hover {
            color: #d70008; }
        .list_item_news .row_item .item .info .short {
          font-size: 14px;
          margin-bottom: 15px;
          color: #7c7c7c;
          font-family: "Open Sans";
          font-weight: 400; }
          @media (max-width: 999px) {
            .list_item_news .row_item .item .info .short {
              font-size: 13px;
              margin-bottom: 10px; } }
        .list_item_news .row_item .item .info .btn_detail {
          text-align: center; }
          .list_item_news .row_item .item .info .btn_detail a {
            display: inline-block;
            padding: 9px 25px;
            font-family: "Open Sans";
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 4px;
            background: #fff;
            color: #d70008;
            border: 1px solid #cacaca; }
            @media (max-width: 999px) {
              .list_item_news .row_item .item .info .btn_detail a {
                padding: 4px 15px; } }
            .list_item_news .row_item .item .info .btn_detail a:hover {
              background: #057cf2;
              color: #fff;
              border: 1px solid #057cf2; }
      .list_item_news .row_item .item:hover .img {
        border: 3px solid #057cf2;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .list_item_news .row_item .item:hover .img img {
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }

.box_other {
  margin-top: 20px; }
  .box_other .box-content {
    background: none;
    padding: 15px 0px; }
  .box_other .box-title {
    background: #00aae7;
    color: #fff;
    text-align: left; }
  .box_other .list_other {
    margin-top: 0px; }
    .box_other .list_other .list_item .row_item {
      margin-right: 0px; }
    .box_other .list_other .list_item .col_item {
      width: 100%;
      padding-right: 0px;
      margin-bottom: 0px; }

/*# sourceMappingURL=func.css.map */