@charset "UTF-8";
/* CSS Document */
.contentBox .leftBox {
  padding: 0 50px 0 0;
}

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}

.contentBox .rightBox {
  padding: 0;
}

/*新訊列表*/
.newsList {
  width: 100%;
}

.newsList .newsItem {
  position: relative;
  padding: 25px 0;
}

.newsList .newsItem:not(:first-child) {
  border-top: 1px solid #e4e2e2;
}

@media (max-width: 640px) {
  .newsList .newsItem .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newsList .Img {
  float: left;
  margin-right: 30px;
}

@media (max-width: 640px) {
  .newsList .Img {
    width: 100%;
  }
}

.newsList .Img.imh_opacity {
  background-color: transparent;
}

.newsList .Img.imh_opacity.Entry img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #FFB615;
  border-radius: 10px;
}

.newsList .Img.imh_opacity:hover img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #FFB615;
  border-radius: 10px;
}

.newsList .Img img {
  width: 300px;
  height: 185px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border: transparent solid 5px;
}

@media (max-width: 640px) {
  .newsList .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.newsList .Txt {
  overflow: hidden;
}

.newsList .Txt.Entry .title a {
  color: #000;
}

.newsList .Txt.Entry .title a .bottomLine {
  width: 100%;
}

.newsList .Txt.Entry .title a .cir {
  opacity: 1;
}

.newsList .Txt.Entry .title a .cir::after {
  left: 0;
}

.newsList .Txt .title {
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 500;
  color: #2f2f2f;
}

@media (max-width: 960px) {
  .newsList .Txt .title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .newsList .Txt .title {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .newsList .Txt .title {
    font-size: 14px;
  }
}

.newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}

.newsList .Txt .title a .bottomLine {
  padding-top: 5px;
  border-color: #FFB615;
}

.newsList .Txt .title a .cir {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #FFB615;
  position: absolute;
  left: 330px;
  bottom: 30px;
  opacity: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.newsList .Txt .title a .cir::after {
  position: absolute;
  content: '→';
  left: -10px;
  -webkit-transition: all .7s;
  transition: all .7s;
  font-size: 16px;
}

@media (max-width: 768px) {
  .newsList .Txt .title a .cir {
    display: none;
  }
}

.newsList .Txt .title a:hover {
  color: #000;
}

.newsList .Txt .title a:hover .bottomLine {
  width: 100%;
}

.newsList .Txt .title a:hover .cir {
  opacity: 1;
}

.newsList .Txt .title a:hover .cir::after {
  left: 0;
}

.newsList .Txt .text {
  margin-top: 7px;
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  max-height: 50px;
}

@media (max-width: 960px) {
  .newsList .Txt .text {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .newsList .Txt .text {
    font-size: 12px;
  }
}

.newsDate {
  padding: 5px 0;
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
}

.newsDate strong {
  font-weight: 600;
}

.newsDate strong.BigTitle {
  font-size: 32px;
}

.newsDate b {
  margin-left: 3px;
}

.classTitle {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Noto Sans TC', sans-serif;
  position: relative;
  padding-left: 15px;
  background-color: transparent !important;
  color: #666 !important;
}

.classTitle::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #666;
}

/*內頁*/
/****分享*****/
.shareBox {
  float: right;
}

.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: #ae4233;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ae4233), to(#c44c4c));
  background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4233', endColorstr='#c44c4c', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}

.shareBox .back:hover {
  background: #398cb1;
}

.topBox .text {
  font-size: 16px;
  color: #444;
}
