@media (min-width: 992px) {
  .navbar-brand img {
    height: 56px;
  }
}

#about_list li a,
#about_list_genuinepc li a {
  color: #3f3f3f;
  border-bottom: 2px solid #d6d6d6;
  text-decoration: none !important;
  font-size: 1.05rem;
  transition: border-color 0.25s;
  font-weight: bold;
}

#about_list li a:hover,
#about_list_genuinepc li a:hover {
  border-color: #3f3f3f !important;
}

#about_list li a.active,
#about_list_genuinepc li a.active {
  color: #3f3f3f;
  border-width: 4px !important;
  border-color: #ec6c00 !important;
  font-size: 1.125rem;
}

#fixed_list {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
}

#fixed_list li {
  color: #3f3f3f;
  /* font-size: 0.8rem; */
  font-size: 1.125rem;
  position: relative;
  padding-right: 3.5rem;
  text-align: right;
  margin: 0.5rem 0;
  transition: all 0.15s;
}

/* 6.26 �޸�-start*/

#fixed_list li span {
  background-color: #fff;
  padding: 2px 15px 3px;
  border-radius: 30px;
  vertical-align: middle;
}

#fixed_list li.active span {
  background-color: #3f3f3f;
}

/* 6.26 �޸�-end*/

#fixed_list li::after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0 2rem 0 0.5rem;
  color: #cdcdcd;
  font-size: 0.5rem;
  padding: 0.45rem 0.2rem;
}

#fixed_list li.active {
  /* color: #3f3f3f; */
  /* font-size: 1rem; */
  /* font-weight: bold; */
  color: white;
  font-size: 1.125rem;
  font-weight: normal;
}

#fixed_list li.active::after {
  color: #ec6c00;
  padding: 0.45rem 0.2rem;
}

.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 1.5rem;
  }
}

.about-coomon-banner {
  border-top: 1px solid #ddd;
}

#fixed_list a {
  color: inherit;
  text-decoration: none;
}

/* 頂部投影片 */
/* 7.19 投影圖片以背景的形式設定的CSS */
/* #index_big .swiper-slide {
            min-height: 700px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: scroll;
        } */
/* 最新消息 */

.work-news time {
  color: #939393;
}

.work-news__dark {
  color: #3f3f3f;
  overflow: hidden;
  height: 2.4rem;
}

.work-news__high1 {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.work-news__high2 {
  height: 122px;
  overflow: hidden;
}

.work-news__more {
  background-color: transparent !important;
  border-color: #939393 !important;
  color: #939393 !important;
  margin-top: 15px;
  letter-spacing: 0.1rem;
}

.work-news__more2 {
  letter-spacing: 0.1rem;
}

.work-news__more:hover {
  background-color: white !important;
  border-color: #3f3f3f !important;
  color: #3f3f3f !important;
}

.work-news__more:active {
  background-color: white !important;
  border-color: #3f3f3f !important;
  color: #3f3f3f !important;
}
/* #index_news__mobile p {
          height: 3rem;
          overflow: hidden;
      } */

#index_news__mobile .detail_link {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #939393;
  background-color: transparent !important;
  color: #939393 !important;
  margin-top: 15px;
  letter-spacing: 0.1rem;
}

#index_news__mobile p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 20px;
  height: 60px;
}
/* test */
/* #index_news__mobile .work-news__dark {
          height: 60px;
          line-height: 20px;
          overflow: hidden;
      }
      
      #index_news__mobile .work-news__dark p {
          float: right;
          margin-left: -5px;
          width: 100%;
          word-break: break-all;
      }
      
      #index_news__mobile .work-news__dark:before {
          float: left;
          width: 5px;
          content: '';
          height: 60px;
      }
      
      #index_news__mobile .work-news__dark:after {
          float: right;
          content: " . . .";
          height: 20px;
          line-height: 20px;
          为三个省略号的宽度
          width: 3em;
          使盒子不占位置
          margin-left: -3em;
          移动省略号位置
          position: relative;
          left: 100%;
          top: -20px;
          padding-right: 5px;
          background: #fff;
          box-sizing: initial !important;
      } */
/* test */

#index_news__mobile .swiper-slide,
#index_awards__mobile .swiper-slide {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.work-awards__item {
  width: 20%;
}

.work-awards__title {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  height: 4rem;
  overflow: hidden;
  word-break: break-all;
  letter-spacing: 0.1rem;
}

.work-awards__bg {
  background-image: url('../jpg/award-bg.jpg');
  background-position: top center;
}

.index_bottomB1 {
  background-color: #3b5998;
}

.index_bottomB2 {
  background-color: #fff;
}

.index_bottomB3 {
  background-color: #fff;
}

.index_fbp {
  padding: 0 20%;
}

@media (max-width: 991px) {
}

.work-news__ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 25px;
  height: 75px;
}
