/* Minification failed. Returning unminified contents.
(164,1): run-time error CSS1019: Unexpected token, found '@import'
(164,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap")'
(165,1): run-time error CSS1019: Unexpected token, found '@import'
(165,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap")'
 */
@charset "UTF-8";
/* fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap");
/* -----------------------
	color
----------------------- */
/* 亮色 */
/* 藍色系 */
/* 各種色系 */
/* Situation */
/* text */
/* background */
/* border */
/* -----------------------
	font
----------------------- */
/* letter-spacing */
/* -----------------------
	shadow
----------------------- */
/* -----------------------
	Media queries breakpoints
----------------------- */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* Styles */
/* ===================== */
/* 聯略我們 Page */
/* ===================== */
#section-news .popular {
  padding: 30px 30px;
  text-align: center;
}

#section-news .popular .popular-title .popular-title-img,
#section-news .near .near-title .near-title-img {
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

#section-news .popular .popular-title .popular-title-text,
#section-news .near .near-title .near-title-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2px;
}

#section-news .popular .popular-content {
  text-align: left;
  padding-top: 15px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

#section-news .popular .popular-content .popular-content-news,
#section-news .near .near-content .near-content-news {
  vertical-align: top;
  overflow: hidden;
  display: inline-block;
  width: calc(50% - 5px);
  padding: 15px;
  cursor: pointer;
}

.popular-content-news-img,
.near-content-news-img {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  border-radius: 4px;
}
.popular-content-news-img img,
.near-content-news-img img {
  width: 100%;
}

.popular-content-news-title,
.near-content-news-title {
  padding: 15px 0px 5px;
  font-size: 20px;
  text-align: left;
  font-weight: 800;
  width: 100%;
}

.popular-content-news:hover .popular-content-news-title,
.popular-content-news:hover .near-content-news-title,
.near-content-news:hover .popular-content-news-title,
.near-content-news:hover .near-content-news-title {
  color: #3a97f6;
}

#section-news .popular .popular-content .popular-content-news .popular-content-news-content,
#section-news .near .near-content .near-content-news .near-content-news-content {
  font-size: 18px;
  text-align: left;
  width: 100%;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#section-news .popular .popular-content .popular-content-news .popular-content-news-time,
#section-news .near .near-content .near-content-news .near-content-news-time {
  padding-left: 0px;
  padding-top: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  color: #999;
  width: 100%;
}

#section-news .popular .popular-content .popular-content-news .popular-content-news-time img,
#section-news .near .near-content .near-content-news .near-content-news-time img {
  width: 17px;
  margin-right: 8px;
}

#section-news .near {
  padding: 30px 30px;
  text-align: center;
}

#section-news .near .near-content {
  text-align: left;
  padding-top: 15px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

/* ------------------RWD--------------------- */
@media (max-width: 800px) {
  #section-news .popular .popular-content .popular-content-news,
#section-news .near .near-content .near-content-news {
    width: 100%;
  }
}

/*# sourceMappingURL=Main.css.map */

@charset "UTF-8";
/* fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap");
/* -----------------------
	color
----------------------- */
/* 亮色 */
/* 藍色系 */
/* 各種色系 */
/* Situation */
/* text */
/* background */
/* border */
/* -----------------------
	font
----------------------- */
/* letter-spacing */
/* -----------------------
	shadow
----------------------- */
/* -----------------------
	Media queries breakpoints
----------------------- */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* Styles */
/* ===================== */
/* 聯略我們 Page */
/* ===================== */
#news-detail {
  padding: 30px;
  text-align: center;
}

#news-detail .title {
  padding-top: 15px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

#news-detail .time {
  padding-left: 10px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  font-size: 16px;
  text-align: left;
  font-weight: 300;
  color: #999;
}

#news-detail .time img {
  width: 26px;
  margin-right: 8px;
}

#news-detail .img {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: left;
}

#news-detail .img img {
  width: 100%;
  border-radius: 8px;
}

#news-detail .content {
  padding-top: 20px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}

#news-detail .otherVideo {
  padding-top: 20px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

#news-detail .otherVideo .otherVideo-item {
  padding: 10px 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 600px;
  height: 375px;
}

#news-detail .otherVideo .otherVideo-item object {
  width: 100%;
  height: 100%;
}

#news-detail .otherImg {
  padding-top: 20px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

#news-detail .otherImg .otherImg-item {
  padding: 0px 10px;
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

#news-detail .otherImg .otherImg-item img {
  width: 100%;
  border-radius: 8px;
}

#news-detail .back {
  padding-top: 20px;
  max-width: 100px;
  margin: auto;
  width: 100%;
  font-size: 20px;
  letter-spacing: 2px;
  color: #3a97f6;
  cursor: pointer;
  border-bottom: solid 3px transparent;
}
#news-detail .back:hover {
  border-bottom-color: #3a97f6;
}

/* 下方下一則新聞 */
.otherNews {
  padding-top: 20px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.otherNews:before, .otherNews:after {
  content: "";
  display: block;
  clear: both;
}

.otherNews-item {
  padding: 5px;
  float: left;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .otherNews-item {
    width: 50%;
  }
}

.otherNews-item-title, .otherNews-item-content {
  display: block;
  float: left;
}

.otherNews-item-title {
  position: relative;
  display: block;
  width: 50px;
  text-align: center;
  vertical-align: top;
  line-height: 24px;
  background-color: #3a97f6;
  color: white;
  border-radius: 2px;
  margin: 0 20px;
}
.otherNews-item-title:before {
  content: "";
  position: absolute;
  width: 16.973125884px;
  height: 16.973125884px;
  top: calc(50% - 16.973125884px / 2);
  background-color: #3a97f6;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
  z-index: -1;
}

@media (min-width: 768px) {
  .otherNews-item-prev {
    padding-right: 30px;
  }
}
.otherNews-item-prev .otherNews-item-title:before {
  left: -8.486562942px;
}

@media (min-width: 768px) {
  .otherNews-item-next {
    padding-left: 30px;
    border-left: 1px solid #bbb;
    float: right;
  }
}
.otherNews-item-next .otherNews-item-title, .otherNews-item-next .otherNews-item-content {
  float: right;
}
.otherNews-item-next .otherNews-item-title:before {
  right: -8.486562942px;
}

.otherNews-item-content {
  max-width: calc(100% - 90px);
  vertical-align: top;
  border-bottom: solid 1px;
  letter-spacing: 1px;
  border-bottom-color: #e9e9e9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
}
.otherNews-item-content:hover {
  color: #3a97f6;
  border-bottom-color: #3a97f6;
  border-bottom-style: dotted;
}

/* ------------------RWD--------------------- */
@media (max-width: 900px) {
  #news-detail .otherImg .otherImg-item {
    width: 99%;
  }
}
@media (max-width: 500px) {
  #news-detail .otherVideo .otherVideo-item {
    height: 325px;
  }
}

/*# sourceMappingURL=News.css.map */

