.board_header {
  position: relative; }
  .board_header .board_slide {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    max-height: 400px;
    min-height: 200px; }
    .board_header .board_slide img {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0 auto;
      max-width: 80%; }
  .board_header .board_name {
    font-size: 2.91667rem;
    color: #fff;
    padding: 90px 4%;
    background: url("../images/title-bg.jpg") 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    word-break: break-all; }
  .board_header .category {
    width: 100%; }
    .board_header .category .title {
      height: 80px;
      line-height: 80px;
      background-color: #17bdde;
      color: #fff;
      font-size: 1.25rem;
      font-weight: bold;
      text-align: center; }
      .board_header .category .title span {
        margin-left: 20px; }
        .board_header .category .title span i {
          -webkit-transition: all 0.45s ease;
          -moz-transition: all 0.45s ease;
          -ms-transition: all 0.45s ease;
          -o-transition: all 0.45s ease;
          transition: all 0.45s ease; }
    .board_header .category li {
      height: 0px;
      line-height: 59px;
      background-color: #19adcb;
      text-align: center;
      overflow: hidden; }
      .board_header .category li a {
        color: #fff;
        font-size: 1.25rem; }
      .board_header .category li.active {
        background-color: #0e91ab; }
        .board_header .category li.active a {
          font-weight: bold;
          color: #fff; }

.board {
  background-color: #fafafa;
  overflow: hidden;
  padding-bottom: 100px; }
  .board .list {
    padding-top: 5px;
    max-width: 92%;
    margin: 20px auto 30px;
    overflow: hidden; }
    .board .list li {
      float: left;
      width: 48.5%;
      margin-bottom: 3%;
      margin-left: 3%;
      border: 1px solid #e1e1e1;
      -webkit-transition: all 0.45s ease;
      -moz-transition: all 0.45s ease;
      -ms-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease; }
      .board .list li .image_wrap {
        border-bottom: 1px solid #e1e1e1;
        background-color: #fff;
        margin-bottom: 1px;
        text-align: center;
        overflow: hidden; }
        .board .list li .image_wrap img {
          width: 100%;
          -webkit-transition: all 3s ease;
          -moz-transition: all 3s ease;
          -ms-transition: all 3s ease;
          -o-transition: all 3s ease;
          transition: all 3s ease; }
      .board .list li .title {
        overflow: hidden;
        background-color: #fff;
        text-align: center; }
        .board .list li .title span {
          display: block;
          width: 100%;
          font-size: 1.16667rem;
          text-align: center;
          padding: 15px 10% 10px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .board .list li .title a {
          display: inline-block;
          font-size: 1rem;
          font-weight: bold;
          height: 28px;
          line-height: 25px;
          text-align: center;
          color: #17bdde;
          border: 1px solid #17bdde;
          width: 80%;
          max-width: 170px;
          margin: 0 auto 18px;
          letter-spacing: 1px;
          -webkit-transition: all 0.45s ease;
          -moz-transition: all 0.45s ease;
          -ms-transition: all 0.45s ease;
          -o-transition: all 0.45s ease;
          transition: all 0.45s ease; }
          .board .list li .title a:hover {
            background-color: #17bdde;
            color: #fff; }
      .board .list li.first2 {
        margin-left: 0;
        clear: both; }
      .board .list li:hover {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px); }
        .board .list li:hover img {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
  .board .pagination {
    text-align: center; }
    .board .pagination li {
      display: inline-block;
      margin-left: 4px;
      margin-bottom: 4px; }
      .board .pagination li a {
        display: block;
        padding: 5px 10px;
        font-size: 1.08333rem;
        color: #7e7e7e;
        border: 1px solid #dfdfdf;
        background-color: #fff;
        -webkit-transition: all 0.45s;
        -moz-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s; }
      .board .pagination li:hover a {
        background-color: rgba(28, 217, 255, 0.76);
        color: #fff;
        border-color: rgba(28, 217, 255, 0.76); }
      .board .pagination li.active a {
        background-color: #17bdde;
        color: #fff;
        border-color: #17bdde; }
      .board .pagination li:first-child {
        margin-left: 0; }
  .board .searchbox {
    max-width: 92%;
    margin: 30px auto 0;
    overflow: hidden;
    text-align: center; }
    .board .searchbox .sfield {
      display: inline-block;
      width: 40%;
      height: 35px;
      color: #9d9d9d;
      font-size: 1.08333rem;
      border: 1px solid #dbdbdb;
      text-indent: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .board .searchbox .skeyword_wrap {
      display: inline-block;
      position: relative;
      width: 58%; }
      .board .searchbox .skeyword_wrap .skeyword {
        border: 1px solid #dbdbdb;
        width: 100%;
        height: 35px;
        font-size: 1.08333rem;
        text-indent: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .board .searchbox .skeyword_wrap .submit {
        position: absolute;
        top: 4px;
        right: 15px;
        color: #a3a3a3;
        font-size: 1.33333rem; }
  .board .client_btn_wrap {
    width: 92%;
    margin: 0 auto;
    margin-top: 30px; }
    .board .client_btn_wrap a.item {
      display: inline-block;
      padding: 8px 13px;
      color: #fff;
      font-size: 1.08333rem;
      margin-bottom: 3px;
      background-color: #929292;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .board .client_btn_wrap a.item:hover {
        background-color: #6A6A6A; }
  .board .admin_btn_wrap {
    width: 92%;
    margin: 0 auto;
    margin-top: 10px; }
    .board .admin_btn_wrap button.item {
      display: inline-block;
      padding: 8px 13px;
      color: #fff;
      font-size: 1.08333rem;
      margin-bottom: 3px;
      background-color: #168485;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .board .admin_btn_wrap button.item:hover {
        background-color: #105758; }

/*# sourceMappingURL=list_gallery_style.css.map */
