@charset "UTF-8";
.page_header h1 {
  position: relative;
  left: 20px;
  font-weight: 700;
  color: #5192AE;
  margin-bottom: 25px;
}

.page_header h1::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 73%;
  background-color: #5192AE;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
}

@media (max-width: 767px) {
  .page_header h1 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .page_header h1 {
    font-size: 1.7rem;
  }
}

main .container a .tender_card .card_img_top .hover_mask::before, main .container a .tender_card .card_img_top .hover_mask::after, main .container a .tender_card .card_img_top .hover_mask .hover_icon, main .container a .tender_card .card_img_top .hover_mask .hover_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*css命名
 顯示屬性>盒模型>背景>行高>文本屬性>其他
(1)頁面結構

- 容器: container
- 頁頭：header
- 內容：content/container
- 頁面主體：main
- 頁尾：footer
- 導航：nav
- 側欄：sidebar
- 欄目：column
- 頁面外圍控制整體布局寬度：wrapper

(2)導航

- 導航：nav
- 主導航：mainNav
- 子導航：subNav
- 頂導航：topNav
- 邊導航：sidebar
- 左導航：leftSidebar
- 右導航：rightSidebar
- 菜單：menu
- 子菜單：subMenu
- 標題: title
- 摘要: summary

(3)功能

- 標誌：logo
- 廣告：banner
- 登陸：login
- 登錄條：loginBar
- 註冊：registered
- 搜索：search
- 功能區：shop
- 標題：title
- 加入：joinUs
- 狀態：status
- 按鈕：btn
- 滾動：scroll
- 標簽頁：tab
- 文章列表：list
- 提示信息：msg
- 當前的: current
- 小技巧：tips
- 圖標: icon
- 註釋：note
- 指南：guild
- 服務：service
- 熱點：hot
- 新聞：news
- 下載：download
- 投票：vote
- 合作夥伴：partner
- 友情鏈接：link
- 版權：copyright

 BUGFIX: xxxx by name 2012-04-13 18:32 用於標註修改、待辦等信息*/
.page_header .sub_banner {
  width: 100%;
  height: 25vw;
  background-size: cover;
  margin-bottom: 70px;
}

.page_header nav {
  position: relative;
}

.page_header nav .breadcrumb {
  background-color: unset;
  padding: 0;
  padding-bottom: 60px;
}

.page_header nav .breadcrumb .breadcrumb-item a {
  color: black;
}

.page_header nav .breadcrumb .breadcrumb-item:not(:first-child)::before {
  content: '＞';
  display: inline-block;
  text-decoration: none;
}

.page_header nav .breadcrumb .breadcrumb-item.active {
  color: #004460;
  position: relative;
  text-decoration: underline;
  display: inline-block;
}

main .container a .tender_card .card_img_top .hover_mask::before, main .container a .tender_card .card_img_top .hover_mask::after {
  content: '';
  background-color: #fff;
}

main .container a {
  color: black;
  text-decoration: none;
}

main .container a .tender_card {
  width: 100%;
  border: 1px solid #C9CACA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  cursor: pointer;
}

main .container a .tender_card:hover {
  border: 1px solid #4C4C4C;
}

main .container a .tender_card:hover .card_img_top .hover_mask {
  opacity: 1;
}

main .container a .tender_card:hover .card_img_top .hover_mask * {
  opacity: 1;
}

main .container a .tender_card:hover .content .title {
  color: #01425E;
  font-weight: 600;
}

main .container a .tender_card .card_img_top {
  width: 415px;
  height: 310px;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  main .container a .tender_card .card_img_top {
    width: 100%;
  }
}

main .container a .tender_card .card_img_top .card_create_date {
  position: absolute;
  bottom: 0;
  padding: 10px 5px;
  background-color: #004460;
  color: white;
  font-size: 20px;
}

main .container a .tender_card .card_img_top .hover_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  opacity: 0;
}

main .container a .tender_card .card_img_top .hover_mask * {
  opacity: 0;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

main .container a .tender_card .card_img_top .hover_mask::before {
  top: 40%;
  height: 5px;
  width: 20px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

main .container a .tender_card .card_img_top .hover_mask::after {
  top: 40%;
  height: 20px;
  width: 5px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

main .container a .tender_card .card_img_top .hover_mask .hover_icon {
  top: 40%;
  width: 65px;
  height: 65px;
  border: 8px solid white;
  border-radius: 50%;
}

main .container a .tender_card .card_img_top .hover_mask .hover_icon::after {
  content: "";
  width: 25px;
  height: 8px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50px;
  left: 40px;
}

main .container a .tender_card .card_img_top .hover_mask .hover_text {
  color: white;
  font-size: 25px;
  font-weight: 700;
  top: 65%;
  left: 51%;
}

main .container a .tender_card .content {
  width: calc(100% - 415px);
  padding: 65px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 310px;
}

@media (max-width: 991px) {
  main .container a .tender_card .content {
    padding: 20px 25px;
  }
}

@media (max-width: 767px) {
  main .container a .tender_card .content {
    width: 100%;
  }
}

main .container a .tender_card .content .title {
  font-size: 26px;
  font-weight: 500;
  color: #0C7C7B;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  main .container a .tender_card .content .title {
    font-size: 22px;
  }
}

main .container a .tender_card .content .date {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  main .container a .tender_card .content .date {
    font-size: 18px;
  }
}

main .container a .tender_card .content .text {
  line-height: 34px;
  height: 102px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: auto;
}

@media (max-width: 767px) {
  main .container a .tender_card .content .text {
    display: none;
  }
}

main .container a .tender_card .content .readmore {
  text-decoration: underline;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

main .container a .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
/*# sourceMappingURL=02-02-tender.css.map */
