@charset "utf-8";

.newsimg-thumb img {
  transition: all .3s ease-out;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.newsimg-thumb:hover img {
  transform: scale(1.1);
}

.newspage-container {
  padding-top: 20px;
  background: rgb(246, 246, 246);
}

.sideswrapper {
  justify-content: space-between;
}

.news-slideshow {
  width: 98%;
  max-width: 976px;
  position: relative;
  margin: 0px 1% 0px 1%;
}

.news-slide-img {
  width: 100%;
}

.news-slide-img img {
  width: 100%;
}

.news-slide-title {
  width: 100%;
  height: 95px;
  position: absolute;
  bottom: 26px;
  left: 0;
  background: rgba(0, 0, 0, .95);
  top: auto;
}

.top-slide .owl-theme .owl-dots {
  display: none;
}

.top-slide .owl-theme .owl-nav {
  margin-top: -150px;
  font-size: 95px;
  -webkit-tap-highlight-color: transparent;
  height: 95px;
}

#news-slide .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #8ec6cb;
}

#news-slide .owl-dots .owl-dot.active span, #headline .owl-dots .owl-dot:hover span {
  background: #15708f;
}

.top-slide .owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  width: 55px;
  height: 95px;
  cursor: pointer;
}

.top-slide .owl-theme .owl-nav .owl-prev {
  left: 1%;
  color: #FFF;
  position: absolute;
  outline: none;
}

.top-slide .owl-theme .owl-nav .owl-next {
  right: 1%;
  position: absolute;
  outline: none;
  color: #FFF;
}

.top-slide .owl-theme .owl-nav .owl-prev:hover {
  background: none;
}

.top-slide .owl-theme .owl-nav .owl-next:hover {
  background: none;
}

.news-slideshow .prev, .news-slideshow .next, .news-slideshow .prev a, .news-slideshow .next a {
  width: 20px;
  height: 33px;
  position: absolute;
}

.news-slideshow .prev {
  left: 12px;
}

.news-slideshow .next {
  right: 12px;
}

.next a {
  justify-content: flex-end;
}

.slide-title {
  width: 100%;
  text-align: center;
  padding-left: 55px;
  padding-right: 55px;
  display: block;
  color: white;
  font-size: 1.813em;
  font-weight: normal;
}

/*-------- TOP5 & 編推 --------*/

#block-hotnews {
  margin-bottom: 12px;
  background: white;
}

#block-hotnews .tab-title {
  width: 100%;
  height: 30px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tabs label {
  font-size: 1.125em;
  order: 1;
  display: block;
  text-align: center;
  width: 50%;
  cursor: pointer;
  background: #FFF;
  border-bottom: 1px solid #d5d5d5;
  height: 30px;
  line-height: 30px;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  background: #FFF
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked+label {
  background: #0098b4;
  color: #FFF;
}

.tabs input[type="radio"]:checked+label+.tab {
  display: block;
}

.tab-title a {
  width: 50%;
  height: 30px;
  display: block;
  text-align: center;
  color: #000;
  line-height: 30px;
  border-bottom: 1px solid #d5d5d5;
}

.tab-title a h2:hover {
  color: #4e4e4e;
}

.tab-title h2 {
  font-size: 1.125em;
}

#block-hotnews .tab-title a.active h2 {
  height: 30px;
  background: #0098b4;
  color: white;
}

.hotnews-list {
  padding-top: 3px;
}

.list-item {
  width: 100%;
  transition: .2s;
  border-bottom: 1px dotted #d5d5d5;
  position: relative;
}

.list-item a {
  width: 100%;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  background: white;
}

.list-item a img {
  width: 8px;
  height: 11px;
  margin: 0 8px 0 5px;
}

.list-item a:hover {
  color: #4e4e4e;
}

#block-hotnews .catg-item {
  clear: both;
  margin: 0 auto 18px auto;
  overflow: hidden;
}

@media screen and (min-width:655px) {
  #block-hotnews .catg-s {
    height: auto;
    max-width: none;
  }
  #block-hotnews .item-img-s {
    display: none;
    height: auto;
  }
  #block-hotnews .newstitle .newstime {
    display: none;
  }
  #block-hotnews .newstitle:before {
    content: '';
    background: url(//www.cts.com.tw/images/2018cts/newslist-deco.png);
    width: 8px;
    height: 11px;
    display: inline-block;
    margin-right: 8px;
  }
  #block-hotnews .catg-item {
    box-shadow: none;
    transition: .2s;
    border-bottom: 1px dotted #d5d5d5;
    margin: 0;
  }
  #block-hotnews .newstitle {
    list-style-position: inside;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 38px;
    display: block;
  }
}

@media screen and (max-width:654px) {
  #block-hotnews .hotnews-list {
    margin-top: 5px;
  }
}

/*-------- LIVE直播 --------*/

#news-live .live iframe {
  width: 336px;
  height: 189px;
}

.live-title {
  width: 100%;
  max-width: 336px;
  height: 33px;
  margin: 0 auto;
  padding-bottom: 0;
  border-bottom: 2px solid #d5d5d5;
}

.live-title h2 {
  width: 140px;
  padding: 0 0 2px 3px;
  text-align: center;
  font-size: 1.25em;
  border-bottom: 2px solid black;
}

.live {
  width: 336px;
  height: 189px;
  margin-top: 3px;
}

/*-------- 新聞專題 --------*/

.full-bg {}

.newspage-container .full-bg {
  width: 100%;
  clear: both;
}

.news-topic {
  background: #f2f2f2;
  margin-top: 45px;
  padding: 35px 0;
}

.news-topic-row {
  justify-content: space-between;
  padding: 30px 0 35px 0;
}

.news-topic-item {
  width: 416px;
  height: 389px;
  box-sizing: border-box;
}

/* 專題標 */

.topic-title {
  width: 100%;
  height: 27px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-left: 5px solid #ff6d2c;
  font-size: 1.35em;
  transition: .2s;
}

.topic-title a {
  width: calc(100% - 15px);
  margin-left: 15px;
  display: block;
  line-height: 30px;
  font-weight: bold;
  transition: .2s;
}

.topic-title a:hover {
  color: #ff8d1e;
}

/* 專題主要新聞 */

.topic-item-mainnews a {
  width: 100%;
  display: block;
  transition: .2s;
}

.topic-item-mainnews a:hover {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .2);
}

.topic-item-mainnews img {
  width: 416px;
  height: 234px;
  margin: 0;
  transition: .2s;
}

.topic-item-mainnews p {
  height: 40px;
  line-height: 35px;
  margin: 0;
  position: relative;
  top: 0;
  text-align: center;
  background: rgba(0, 0, 0, .85);
  color: white;
  font-size: 1.125em;
  transition: .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*-------- 新聞分類 Layout --------*/

.news-catg {
  background: rgb(246, 246, 246);
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, .1);
  padding: 25px 0 10px 0;
  margin-bottom: 40px;
}

.news-catg-container {
  margin: 30px auto 0 auto;
  padding: 0 30px 40px 30px;
  box-sizing: border-box;
}

.news-catg-row {
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px 0 0 0;
  box-sizing: border-box;
}

.catg-item {
  box-sizing: border-box;
  transition: .2s;
  box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, .03);
  background: white;
}

.catg-item a {
  display: block;
  width: 100%;
}

.catg-item:hover {
  transform: translate(0, -1px);
  box-shadow: -1px 2px 4px 0px rgba(0, 0, 0, .06);
}

/* 新聞塊-大 */

.news-catg-row .catg-l-blcok, .catg-l {
  width: 100%;
  max-width: 624px;
  height: 490px;
}

.item-img-l {
  width: 100%;
  height: 351px;
  overflow: hidden;
}

.item-img-l img {
  width: 100%;
}

.f-right {
  float: right;
}

a.loadmore {
  display: none;
}

/* 新聞塊-小 */

.news-catg-row .catg-s-blcok {
  max-width: 595px;
  width: 100%;
  margin-bottom: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.catg-s {
  width: 100%;
  max-width: 288px;
  height: 235px;
  margin: 0 0 21px 0;
}

.item-img-s {
  width: 100%;
  height: 162px;
  overflow: hidden;
}

.item-img-s img {
  width: 100%;
}

/* 新聞塊-文字 */

.catg-item p {
  padding: 0 8px 0 8px;
  box-sizing: border-box;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newstitle, .newstime {
  width: 100%;
  display: block;
}

.catg-item.catg-l .newstitle {
  font-size: 1.313em;
}

.catg-l .newstime {
  color: #909090;
  font-size: 0.75em;
  padding: 10px 0 5px 0;
}

.catg-l p.descrip {
  font-size: 0.9em;
  color: #787878;
  padding-top: 1.5em;
}

.catg-s .newstitle {
  font-size: 1.063em;
}

.catg-s .newstime {
  color: #909090;
  font-size: 0.75em;
  padding: 5px 0 3px 0;
}

/*-------- 新聞節目 --------*/

.news-prog {
  margin: 10px 20px 50px 20px;
}

.news-prog-container {}

.news-progitem {
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 30px 0;
  background: white;
  transition: .2s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.news-progitem a {
  width: 100%;
  display: block;
}

.news-progitem:hover {
  transform: translateY(-2px);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, .2);
}

/* 新聞節目-圖片 */

.progitem-img {
  width: 100%;
  max-width: 464px;
  height: 255px;
  overflow: hidden;
}

.progitem-img img {
  width: 100%;
}

/* 新聞節目-資訊 */

.progitem-info {
  width: 100%;
  max-width: calc(100% - 470px);
  padding-top: 5px;
}

.progitem-prog {
  line-height: 1.6;
  color: #0d4f93;
  font-size: 1em;
}

.progitem-topic {
  padding: 5px 0 8px 0;
  color: #000;
  line-height: 1.3;
  border-bottom: 1px dotted #c2c2c2;
  font-size: 1.2em;
  font-weight: bold;
}

.progitem-descr {
  padding-top: 8px;
  font-size: 0.938em;
  color: #555555;
  line-height: 1.5;
}

.progitem-prog, .progitem-topic, .progitem-descr {
  padding-left: 5px;
  padding-right: 5px;
  word-break: break-all;
}

/*-------- 分類頁列表 Layout --------*/

.newslist-page {
  background: rgb(246, 246, 246);
}

.newslist {
  width: 98%;
  max-width: 940px;
  margin: 0 auto 50px auto;
}

.newslist-container {
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newslist-page .newslist-container {
  padding: 15px 0 10px 0;
}

.list-row {}

.listtop {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.listtop .list-s-blcok {
  max-width: 288px;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.pastlist {
  width: 98%;
  max-width: 940px;
  margin: 50px auto 50px auto;
}

.datepicker-block {
  width: 288px;
  margin: 15px 0 10px 0;
  position: absolute;
  right: 0;
}

.datepicker-block form {
  line-height: 30px;
}

.datepicker-block input {
  width: 200px;
  background: #FAFAFA;
  border: 1px solid #C1C1C1;
  padding: 0 5px;
  height: 30px;
}

.datepicker-block input:focus {
  outline: none;
}

.newslist-page .newslist-container a {
  margin: 0 auto;
}

.listtop .catg-s {
  margin: 0 0 25px 0;
}

.epaper .newslist-container a {
  margin: unset;
}

/*-------- 單聞頁 Layout --------*/

.news-artical {
  width: 98%;
  max-width: 900px;
  margin: 0 auto;
}

/* 新聞標頭 */

.artical-titlebar {
  padding-bottom: 5px;
  border-bottom: 1px solid #898989;
}

.titlebar-top {
  margin: 15px 0 3px 0;
  justify-content: space-between;
}

.artical-time {
  position: relative;
  bottom: -8px;
  color: #8A8C8B;
}

.artical-title {
  color: #2d2e2f;
  font-weight: bold;
}

.fbshare, .lineshare, .fbshare img, .lineshare img {
  width: 34px;
  height: 34px;
}

.fbshare, .lineshare, .fbshare img, .lineshare img {
  margin: 0 6px;
}

/* 新聞內文 */

.artical-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.artical-content a, .artical-content a:hover {
  color: #3a00ff;
  text-decoration: underline;
}

.artical-content ol,.artical-content ul{
  list-style-position: inside !important;
  font-size: 1.188em;
  line-height: 1.8;
  letter-spacing: .4px;
  margin: 20px 0;
  text-align: justify;
}
.artical-content ol{
  list-style: decimal;
}
.artical-content ul{
  list-style: disc;
}

.artical-img {
  width: 100%;
  max-width: 650px;
  margin: 15px auto;
}

.artical-img img {
  width: 100%;
  max-width: 650px;
  margin-bottom: 5px;
}

.artical-content img {
  /*max-width: 100%;*/
  max-width: 650px;
  height: auto;
}

.artical-content h4 {
  color: #2a2a2a;
}

.singleMutiImg {
  padding: 5px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}

.singleMutiTitle {
  justify-content: flex-end;
  font-size: 1.063em;
  color: #333;
}

.singleMutiTitle:before {
  content: "▲ ";
}

.mutiImg {
  text-align: center;
}

.mutiImg a, .mutiImg a:hover, .singleMutiImg a, .singleMutiImg a:hover {
  text-decoration: none;
}

#article .singleMutiImg img, .artical-content figure {
  max-width: 600px;
}

.news-artical iframe {
  max-width: 100%;
}

.img-ps {
  justify-content: flex-end;
  font-size: 1.063em;
  color: #333;
}

.img-ps:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: relative;
  top: 3px;
  left: -5px;
  border-style: solid;
  border-width: 0 7.5px 12px 7.5px;
  border-color: transparent transparent #696969 transparent;
}

.artical-content p {
  font-size: 1.188em;
  line-height: 1.8;
  letter-spacing: .4px;
  margin: 20px 0;
  text-align: justify;
}
/*
.artical-content p br {
  line-height: 4.25;
}*/

.artical-content p.news-src {
  font-size: 0.938em;
  text-align: right;
  margin-bottom: 10px;
}

.artical-content h3 {
  color: #000;
}

.artical-content pre {
  overflow: scroll;
}
.artical-content h3.color-blue{color:#00F;}
.artical-content h3.color-red{color:#F00;}
.artical-content table {
  word-break: break-all !important;
  max-width: 100% !important;
  display: block !important;
  table-layout: fixed !important;
}

.artical-content th, .artical-content td {
  border: 1px solid black;
  text-align: center;
  font-size: 1.188em;
  line-height: 1.8;
  letter-spacing: .4px;
  padding: 0 20px;
  word-break: break-all !important;
}

.store_information ul li {
  line-height: 28px;
}

.where {
  background-color: #dddddd;
}

.where .progmaintitle {
  font-size: 36px;
  color: #1c19ff;
  border-bottom: 1px solid #1c19ff;
  margin: 0 0 10px 0;
  border-left: 4px solid #1c19ff;
  padding-left: 15px;
}

.where ul li:first-child {
  font-weight: bold;
  font-size: 18pt;
  color: #F27;
}

/* 內文底 */

.artical-bottom {}

/* 分享 */

.artical-bottom .share, .news-tag {
  align-items: flex-start;
  margin-bottom: 10px;
}

/* 關鍵字 */

.news-tag p a {
  color: #0431a2;
}

.news-tag p span {
  color: black;
}

.tag-icon {
  margin-right: 8px;
}

/* 延伸閱讀 */

.bottom-news {
  margin: 35px 0 3px 0;
  border-bottom: none;
}

.bottom-news .newslist-container {
  padding: 5px 0 10px 0;
}

.bottom-news .catg-item {
  box-sizing: border-box;
  transition: .2s;
  background: #f6f6f6;
  box-shadow: none;
}

.bottom-news .catg-item a {
  display: block;
  width: 100%;
}

.bottom-news .catg-item:hover {
  transform: translate(0, 0);
}

.bottom-news .catg-s {
  width: 100%;
  max-width: 213px;
  height: 175px;
}

.bottom-news .item-img-s {
  width: 100%;
  height: 119px;
  overflow: hidden;
  background-color: black;
}

.bottom-news .catg-item p {
  padding: 5px 2px 0 2px;
  box-sizing: border-box;
  line-height: 1.2;
  letter-spacing: .4px;
}

.bottom-news .catg-s .newstitle {
  font-size: 1em;
  color: #2d2e2f;
}

/* 上一則下一則 */

.news-prev-next {
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin-bottom: 65px;
}

.news-prev, .news-next {
  width: 100%;
  max-width: 400px;
  /*height: 50px;*/
  padding: 3px 0;
  background-color: #3c7e9c;
}

.news-prev a, .news-next a {
  width: 100%;
  display: block;
  position: relative;
}

.news-prev a img, .news-next a img {
  width: 15px;
  height: auto;
  position: absolute;
}

.news-prev img {
  top: 15px;
  left: 18px;
}

.news-next img {
  bottom: 5px;
  right: 18px;
}

.news-prev a p, .news-next a p {
  /*width: calc(100% - 10px);*/
  text-align: center;
  color: white;
  font-size: 1.063em;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 40px;
}

.news-prev p span, .news-next p span {
  font-size: 0.813em;
}

.news-prev a p span,.news-next a p span{
  display: none;
}
.news-prev a p::before{
  content: "上一則";
}
.news-next a p::before{
  content: "下一則";
}

/* 讀者迴響 */

.comment {
  width: 100%;
  max-width: 900px;
  margin-bottom: 65px;
}

.comment img {
  width: 100%;
}

/*-------- 右側欄 --------*/

.side-block {
  width: 100%;
  max-width: 336px;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px;
  background: white;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.side-block-title {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 1.2em;
  font-weight: bold;
  border-left: 5px solid rgb(204, 204, 204);
}

.side-block-title a {
  transition: .2s;
}

.side-block-title a:hover {
  color: #4e4e4e;
}

.side-block-container {
  width: 100%;
  padding: 10px 0 15px 0;
  text-align: center;
}

.side-block-container hr {
  width: 100%;
  margin: 0 auto 10px auto;
  height: 1px;
  background-color: #d2d2d2;
  color: #d2d2d2;
  border: 0 none;
}

/*-------- 歷史上的今天 --------*/

.todays-history {}

.tdhistory-title {
  text-align: center;
  padding-top: 0;
  overflow: hidden;
}

.history-content {
  padding: 15px;
}

/*-------- 關鍵字 --------*/

.keywords {}

.keywords-content {}

.keywords-content img {
  width: 90%;
}

/*-------- FB --------*/

.fb {}

.fb-content {
  padding: 0 0 10px 0;
}

.fb-content img {}

/*-------- 主播檔案 --------*/

.anchor {
  position: relative;
  height: 300px;
}

.anchor-content {
  position: relative;
}

.anchor-item {
  height: 240px;
  margin: 0 auto;
  width: 215px;
}

#anchor-slide .owl-item img {
  width: 215px;
  height: 215px;
}

.anchor-item .name {
  width: 215;
  line-height: 20px;
  text-align: center;
  padding: 3px 0;
  background: #4e4e4e;
  font-size: 1.125em;
  color: white;
}

#anchor-slide .owl-nav {
  margin-top: -240px;
  font-size: 95px;
  -webkit-tap-highlight-color: transparent;
  height: 215px;
}

#anchor-slide .owl-nav [class*=owl-] {
  margin: 0;
  width: 40px;
  height: 240px;
  cursor: pointer;
}

#anchor-slide .owl-nav .owl-prev {
  left: 0%;
  color: #000;
  position: absolute;
  outline: none;
  background: rgba(255, 255, 255, .3);
  color: #585858;
}

#anchor-slide .owl-nav .owl-next {
  right: 0%;
  position: absolute;
  outline: none;
  color: #000;
  background: rgba(255, 255, 255, .3);
  color: #585858;
}

#anchor-slide .owl-nav .owl-prev:hover {
  background: rgba(255, 255, 255, .5);
}

#anchor-slide .owl-nav .owl-next:hover {
  background: rgba(255, 255, 255, .5);
}

.item-prev, .item-next {
  width: 22px;
  height: 18px;
  display: inline-flex;
  position: absolute;
  padding: 34% 0;
  top: 40px;
  transform: translateY(9px);
  background: rgba(255, 255, 255, .8);
}

.item-prev img, .item-next img {
  width: 12px;
  height: 18px;
}

.item-prev {
  padding-left: 8px;
}

.item-next {
  padding-left: 11px;
  right: 0;
}

/*-------- 單聞頁右側-頭條新聞 --------*/

.side-block-container .catg-item {
  margin: 0 auto;
  box-sizing: border-box;
  transition: .2s;
  background: white;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.side-block-container .catg-item a {
  display: block;
  width: 100%;
}

.side-block-container .catg-item:hover {
  transform: translate(0, 0);
}

.side-block-container .catg-s {
  width: 100%;
  max-width: 320px;
  height: 225px;
}

.side-block-container .item-img-s {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background-color: black;
}

.side-block-container .catg-item p {
  padding: 3px 2px 0 2px;
  box-sizing: border-box;
  line-height: 1.2;
}

.side-block-container .catg-s .newstitle {
  font-size: 1em;
  color: #004a89;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*-------- 單聞頁右側-新聞專題 --------*/

.side-block-container .news-topic-item {
  width: 320px;
  height: 340px;
  box-sizing: border-box;
  margin: 0 auto;
}

.side-block-container .topic-title {
  width: 100%;
  height: 30px;
  margin-bottom: 2px;
  text-align: center;
  box-sizing: border-box;
  background: #ff8d1e;
  border-left: none;
  font-size: 1.188em;
  transition: .2s;
}

.topic-item-news .list-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-block-container .topic-title a {
  color: white;
  padding-left: 0;
}

.side-block-container .topic-item-mainnews a {
  width: 100%;
  display: block;
  transition: .2s;
}

.side-block-container .topic-item-mainnews a:hover {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .2);
}

.side-block-container .topic-item-mainnews img {
  width: 320px;
  height: 180px;
  transition: .2s;
}

.side-block-container .topic-item-mainnews p {
  height: 40px;
  line-height: 35px;
  margin: 0;
  position: relative;
  top: -1px;
  text-align: center;
  background: rgba(0, 0, 0, .85);
  color: white;
  font-size: 1.125em;
  transition: .2s;
}

.side-block-more a {
  width: 150px;
  line-height: 50px;
  margin: 0px auto 10px auto;
  text-align: center;
  display: block;
  transition: .3s;
  float: none;
  border: 1px solid #eac29b;
  color: #f78811;
}

.side-block-more a:hover {
  /* opacity: .8; */
  transform: translateY(-1px);
  color: #f78811;
  /* background:linear-gradient(to right top,#f96830,#ff9a6b) ; */
  border: 1px solid #f78811;
}

/*-------- 單聞頁右側-關注我們 --------*/

.follow-list .list-item {}

.icon-block {
  width: 120px;
  text-align: center;
  font-size: 0.875em;
}

.icon-img {
  margin-bottom: 5px;
}

.qr-block {
  width: calc(100% - 140px);
  justify-content: space-around;
  margin: 10px auto 10px auto;
  text-align: center;
}

.qr-item {
  flex-direction: column;
}

.qr-platform {
  margin-bottom: 5px;
  font-size: 0.813em;
}

.qr-platform img {
  margin-right: 3px;
}

/*-------- 大區塊標題 --------*/

.newspage-title {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1px;
}

.newspage-title h3 {
  color: #000;
  line-height: 50px;
  padding: 0 0 0 3px;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}

.newspage-title h3 a:hover {
  color: #4e4e4e;
}

/*專題區塊*/

.news-topic .newspage-title {}

.news-topic .newspage-title h3 {
  margin: 0 auto;
  border-bottom: 2px solid #ff8d1e;
  width: 200px;
}

/*分類新聞區塊*/

.news-catg .newspage-title {}

.news-catg .newspage-title h3 {
  width: 150px;
  margin: 0 auto;
  border-bottom: 2px solid #4c7fbd;
}

/*新聞節目、單聞頁延伸閱讀、讀者迴響*/

.news-prog .newspage-title {}

.news-prog .newspage-title h3 {
  margin: 0;
  border-bottom: 2px solid #3D5D36;
  width: 180px;
  font-size: 1.8em;
}

@media screen and (max-width: 975px) {
  .newsingle-rel .catg-item:gt(4) {
    display: none;
  }
}

/*分類頁*/

.newslist .newspage-title {
  display: flex;
  position: relative;
}

.newslist .newspage-title h3 {
  border-bottom: 2px solid #115DB8;
  width: 140px;
  font-size: 1.8em;
  line-height: 45px;
}

.campus-tag {
  color: #bb0000;
}

/*昔日新聞*/

.pastlist .newspage-title {}

.pastlist .newspage-title h3 {
  margin: 0;
  border-bottom: 2px solid #ffd200;
}

/* 單聞頁的部分 */

.bottom-news .newspage-title h3, .comment .newspage-title h3 {
  width: 180px;
  margin: 0;
  border-bottom: 2px solid #4F4F4F;
}

.play654, .play500 {
  display: none;
}

.news-article .ad-970x90 {
  margin: 0 auto;
}

/*-------- 專題頁列表 Layout --------*/

.topiclist-page {
  background: rgb(246, 246, 246);
}

.topiclist {
  width: 99%;
  max-width: 940px;
  margin: 0 auto 20px auto;
}

.topiclist-container {
  box-sizing: border-box;
  flex-wrap: wrap;
  padding-top: 20px;
  /* justify-content: space-around; */
  width: 100%;
  /* max-width: 910px; */
}

.newspage-title.topic h3 {
  border-bottom: 1px solid #ff8d1e;
  min-width: 330px;
  width: max-content;
  padding: 1px 8px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topic-catg {
  width: 100%;
  /* max-width: 665px; */
  height: 26px;
  margin: 5px auto 25px auto;
  justify-content: center;
  /* border-bottom: 1px solid #e0e0e0; */
}

.topic-catg-btn {
  height: 25px;
  line-height: 25px;
  text-align: center;
  float: left;
}

.topic-catg-btn a {}

.topic-catg-btn-defult a {
  color: #a1a1a1;
  padding: 0 15px;
  line-height: 25px;
}

.topic-catg-btn-defult a:hover {
  color: black;
}

.topic-catg-btn-active a {
  background-color: #ff8d1e;
  color: white;
  padding: 0 15px;
  line-height: 25px;
}

.topic-itemblock {
  width: 100%;
}

.topiclist-page .topic-title {
  height: 25px;
}

.topiclist-page .topic-title a {
  line-height: 25px;
}

.topic-lastnews {
  width: 100%;
  max-width: 640px;
  float: left;
  margin-right: 12px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
  transition: .2s;
}

.topic-news {
  width: 288px;
  float: left;
  margin-bottom: 11px;
  transition: .2s;
}

.topic-lastnews:hover, .topic-news:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  transform: translateY(-1px);
}

.topic-lastnews-img {
  width: 100%;
  height: 360px;
}

.topic-lastnews-img img {
  width: 100%;
  height: 360px;
}

.topic-news-img {
  width: 288px;
  height: 162px;
  overflow: hidden;
}

.topic-news-img img {
  width: 100%;
}

.topic-lastnews-info {
  background-color: white;
  height: 105px;
}

.topic-news-info {
  width: 100%;
  height: 70px;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
}

.newslist .newspage-title h3 span {
  line-height: 1;
  height: 18px;
  margin-right: 10px;
  padding: 0 4px;
  font-size: 16px;
  color: #ff8d1e;
  border: 1px solid #ff8d1e;
}

/* 專題新聞塊-文字 */

.topiclist .newspage-title h3 {
  border-bottom: 2px solid #ff8d1e;
  width: 150px;
}

.topiclist .newspage-title h3 a {
  width: 100%;
  margin: 0;
}

.topic-lastnews-info p, .topic-news-info p {
  padding: 0 8px 0 8px;
  box-sizing: border-box;
  line-height: 1.2;
  text-align: justify;
}

.topic-news-info p {
  padding: 0 5px 2px 5px;
}

.newstitle, .newstime {
  width: 100%;
  display: block;
}

.topic-lastnews-info .newstitle {
  font-size: 1.313em;
}

.topic-lastnews-info .newstime {
  color: #909090;
  font-size: 0.75em;
  padding: 10px 0 3px 0;
}

.topic-lastnews-info p.descrip {
  font-size: 0.9em;
  color: #787878;
  padding-top: 1.5em;
}

.topic-news-info .newstitle {
  font-size: 1.013em;
}

.topic-news-info .newstime {
  color: #909090;
  font-size: 0.75em;
  padding: 5px 0 3px 0;
}

.topiclist-container .more {
  height: 60px;
  margin: 10px 41% 40px 41%;
}

/*-------- 更多按鈕 --------*/

.more {
  width: 200px;
  height: 60px;
  margin: 0 auto;
  background: white;
  transition: .1s;
}

.more a {
  width: 100%;
  line-height: 56px;
  display: block;
  text-align: center;
  font-size: 1.125em;
  transition: .1s;
}

.more:active {
  transform: translateY(1px);
}

/* 更多專題 */

.news-topic .more, .topiclist-container .more {
  border: 1px solid #eac29b;
}

.news-topic .more:hover, .topiclist-container .more:hover {
  background: linear-gradient(to right top, #f96830, #ff9a6b);
  border: 1px solid #ef841c;
  transform: translateY(-2px);
}

.news-topic .more a, .topiclist-container .more a {
  color: #f78811;
}

.news-topic .more a:hover, .topiclist-container .more a:hover {
  color: white;
}

/* 更多新聞 */

.news-catg .more, .newslist .more, .pastlist .more {
  border: 1px solid #b6c0cc;
}

.news-catg .more:hover, .newslist .more:hover, .pastlist .more:hover {
  background: linear-gradient(to right top, #1b5f8e, #2d94b7);
  border: 1px solid #b6c0cc;
  transform: translateY(-2px);
}

.news-catg .more a, .newslist .more a, .pastlist .more a {
  color: #115DB8;
}

.news-catg .more a:hover, .newslist .more a:hover, .pastlist .more a:hover {
  color: white;
}

/*-------- AD --------*/

.block-ad {}

.web-wrapper.block-ad {
  margin: 0px auto 40px auto;
}

.index-prog .block-ad {
  align-self: flex-end;
  margin: 0 auto;
}

.right-container .block-ad {
  margin: 10px auto 0 auto;
}

.ad-border {
  border: 1px solid #d5d5d5;
}

.flexbox1340, .flexbox836, .flexbox886 {
  display: flex;
}

@media screen and (max-width:1340px) {
  .flexbox1340 {
    display: block;
  }
  .none1340 {
    display: none;
  }
  .right-container {
    max-width: 976px;
  }
  .news-prog {
    margin: 0px 5px 0px 5px;
  }
  #block-hotnews, #news-live {
    width: 48%;
    margin: 0 1%;
    float: left;
  }
  .newslist-page .right-container #block-hotnews {
    margin: 0 auto;
    float: none;
  }
  #news-live .live {
    margin: 3px auto;
  }
  .side-block {
    margin: 20px calc(25% - 170px) 20px calc(25% - 170px);
    width: 336px;
    vertical-align: top;
    display: inline-block;
  }
  .top-slide .part {
    width: 100%;
    height: 20px;
  }
}

@media screen and (max-width:1297px) {
  .news-topic-row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .news-topic-item {
    margin: 0 auto;
  }
  .news-catg-row .catg-l-blcok, .catg-l {
    height: auto;
    padding-bottom: 20px;
  }
  .f-right, .f-left {
    position: relative;
  }
  .none1280 {
    display: none;
  }
  .news-catg-row .catg-s-blcok {
    margin-bottom: 0px;
  }
}

@media screen and (max-width:1260px) {
  .news-topic-item {
    margin: 0 auto;
  }
}

@media screen and (max-width:966px) {
  .topic-lastnews {
    width: 100%;
    max-width: 966px;
  }
  .topic-lastnews-img, .topic-lastnews-img img {
    width: 100%;
    height: auto;
  }
  .topic-news {
    width: 100%;
    margin: 11px 0px;
    display: flex;
  }
  .topic-news-img, .topic-news-info {
    height: auto;
  }
  .topiclist-container .more {
    left: 0px;
  }
  .topiclist-container>a {
    width: calc(33.3% - 10px);
  }
  .newslist-container, .listtop {
    width: 100%;
    max-width: 624px;
    margin: 0 auto;
  }
  .bottom-news .newslist-container {
    max-width: 966px;
    margin: 0 auto;
  }

  .listtop .catg-l {
    margin: 0 auto;
  }
  .listtop .list-s-blcok {
    margin-top: 10px;
    width: 100%;
    max-width: 947px;
    overflow: hidden;
    justify-content: space-around;
  }
  .catg-item-block {
    width: 50%;
    float: left;
    margin-bottom: 35px;
  }
  .list-s-blcok .catg-item {
    margin: 0 auto;
  }
  .topiclist a {
    width: 30%;
    margin-right: 21px;
  }
  .topiclist a .item-img-s {
    height: 126px;
  }
  .news-topic .more a, .topiclist-container .more a {
    margin: 0 auto;
  }
  .topiclist-container .more a {
    width: 100%;
  }
  .topic-title a {
    width: 100%;
  }
}

@media screen and (max-width:886px) {
  .none886 {
    display: none;
  }
  .flexbox886 {
    display: flex;
  }
  .news-prev, .news-next {
    width: 45%;
    /* max-width: 886px; */
    margin-bottom: 3px;
  }
  .news-prev-next {
    margin-bottom: 30px
  }
  .news-prev a img, .news-next a img {
    display: none;
  }
}

@media screen and (max-width:880px) {
  .newspage-container {
    padding-top: 10px;
  }
  .news-slide-title {
    bottom: 10px;
  }
  .top-slide .owl-theme .owl-nav {
    margin-top: -135px;
  }
  .news-topic-row {
    padding: 20px 10px;
  }
  .news-topic {
    padding: 25px 0;
  }
  .news-topic-item {
    height: auto;
    margin-bottom: 10px;
  }
  .new-topic-item-l {
    width: 100%;
    max-width: 624px;
  }
  .topic-item-mainnews img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .news-topic .flexbox {
    display: block;
  }
  .new-topic-item-s {
    width: calc(46% - 3px);
    margin: 0 2% 0 2%;
  }
  .none840 {
    display: inline-block;
  }
  .none1280 {
    display: inline-block;
  }
}

@media screen and (max-width:840px) {}

@media screen and (max-width:836px) {
  .flexbox836 {
    display: block;
  }
  .news-progitem {
    width: 99%;
    max-width: 624px;
    margin: 20px auto;
  }
  .progitem-img {
    width: 100%;
    height: auto;
    max-width: 624px
  }
  .news-prog .newspage-title h3 {
    margin: 0 auto;
  }
  .progitem-info {
    max-width: 624px;
  }
}

@media screen and (max-width:717px) {
  .br-item {
    width: 100%;
  }
}

@media screen and (max-width:705px) {
  .maxContent {
    padding: 0 0;
  }
  .item-img-l {
    height: auto;
  }
  .none840 {
    display: none;
  }
  .none1280 {
    display: none;
  }
  .newspage-title {
    padding-top: 10px;
  }
  .news-catg {
    padding: 0px;
    margin-bottom: 0;
  }
  .news-catg-container {
    margin: 0 auto;
    padding: 0 5px 25px 5px;
  }
  .tabs label {
    border-bottom: #bebebe 2px solid;
  }
  .tabs input[type="radio"]:checked+label {
    background: #fff;
    border-bottom: rgb(28, 152, 209) 2px solid;
    color: #000;
    font-weight: bold;
  }
  .top-slide .owl-theme .owl-nav {
    display: none;
  }
  .top-slide .owl-theme .owl-dots {
    display: block;
    padding: 10px 0;
  }
  #news-slide .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  #block-hotnews, #news-live {
    width: 100%;
    margin: 0 0 20px 0;
    background: #fff;
    padding: 15px 10px;
  }
  #news-live {
    margin: 0 0 0 0;
  }
  .news-slide-title {
    bottom: 0px;
    height: 100%;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    padding-bottom: 20px;
  }
  .news-slideshow a img {
    transition: all .3s ease-out;
    object-fit: cover;
  }
  .news-slideshow:hover a img {
    transform: scale(1.1);
  }
  .slide-title {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.45em;
    text-align: center;
    align-self: flex-end;
  }
  #news-slide, .news-catg, .news-topic {
    background: #FFF;
  }
  #news-slide {
    padding: 0 6px;
  }
  .live-title {
    margin: 0;
    max-width: 100%;
  }
  .news-topic {
    margin-top: 0px;
    padding: 0px 0 20px 0;
  }
  .part {
    width: 100%;
    height: 20px;
    position: relative;
  }
  .right-container {
    margin-top: 0px;
  }
  #news-live .live {
    width: 100%;
    height: auto;
  }
  #news-live .live iframe {
    width: 100%;
    height: 100%;
  }
  .top-slide .block-ad {
    display: block;
  }
  .news-catg-row .catg-s-blcok {
    margin-bottom: 0;
  }
  .catg-item {
    box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, .1);
  }
  .side-block {
    margin: 20px auto 20px auto;
    width: 100%;
    max-width: 336px;
    float: none;
    display: block;
  }
}


@media screen and (max-width:700px) {
  .artical-content img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width:654px) {
  .catg-s {
    margin: 0 auto 12px auto;
    max-width: 654px;
  }
  .progitem-topic {
    border-bottom: 0px;
  }
  .catg-item-block {
    width: 100%;
    background: #FFF;
    box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, .15);
  }
  .progitem-descr {
    display: none;
  }
  .play654 {
    display: block;
  }
  .none654 {
    display: none;
  }
  .catg-item {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    box-shadow: none;
  }
  .catg-item:hover, .bottom-news .catg-s:hover, .bottom-news .catg-s:active {
    box-shadow: none;
    background: rgba(0, 0, 0, .05);
    padding: 5px 0;
    margin: 0 auto 5px auto;
  }
  .catg-item.catg-l .newstitle {
    font-size: 1.1em;
    padding: 0 0 0 3px;
  }
  .news-catg {
    box-shadow: none;
  }
  .news-catg-container {
    border-bottom: 20px solid #f6f6f6;
  }
  .full-bg.news-catg .part {
    display: none;
  }
  .news-catg-row .catg-s-blcok {
    max-width: 624px;
    margin-bottom: 20px;
  }
  .catg-s-blcok a {
    width: 100%;
  }
  .item-img-s {
    width: 180px;
    overflow: hidden;
    float: left;
    height: 100px;
  }
  .catg-s .newstitle {
    width: calc(100% - 180px);
    float: left;
    padding: 0 0 0 8px;
  }
  .catg-s .newstime {
    padding: 0 0 3px 0;
  }
  .catg-item p {
    -webkit-line-clamp: 3;
  }
  .newslist-page .newslist-container a {
    margin: 0;
    width: 100%;
  }
  .newslist-page .newslist-container .listtop .catg-l {
    margin: 0 0 8px 0;
  }
  .newslist-page .newslist-container .listtop .list-s-blcok .catg-item-block {
    margin: 0 0 18px 0;
    box-shadow: none;
    background: rgba(0, 0, 0, .05);
  }
  .flexbox886 {
    display: block;
  }
  .news-prev, .news-next {
    width: 100%;
    max-width: 654px;
    margin-bottom: 10px;
  }
  .news-prev a p, .news-next a p {
    padding: 0 10px;
  }
  .bottom-news .catg-s {
    width: 100%;
    max-width: 654px;
    height: auto;
    transition: .2s;
    box-shadow: none;
    background: white;
  }
  .bottom-news .item-img-s {
    width: 180px;
    height: auto;
  }
  .side-block {
    max-width: 100%;
    box-shadow: none;
  }
  .side-block-title {
    border-left: none;
  }
  .side-block-container>.flex-center-y {
    max-width: 330px;
    margin: 0 auto;
  }
  .side-block-container .catg-s {
    width: 100%;
    max-width: 654px;
    height: auto;
    padding: 5px;
  }
  .side-block-container .item-img-s {
    width: 180px;
    overflow: hidden;
    float: left;
    height: 101px;
  }
  .side-block-container hr {
    display: none;
  }
  .right-container .headline-news {
    width: 100%;
    margin: 20px 0;
    max-width: 654px;
  }
  .news-article .side-block-container .catg-s .newstitle, .news-article .bottom-news .catg-s .newstitle {
    color: #000000;
    font-size: 1.063em;
    line-height: 1.5;
    padding: 0 0 5px 8px;
    -webkit-line-clamp: 3;
  }
  .newspage-container.newslist-page .sideswrapper .left-container {
    background: white;
    padding: 0 10px;
  }
  .newspage-container.newslist-page .sideswrapper .left-container .news-list {
    margin: 0 0 30px 0;
  }
  .topiclist a {
    width: 100%;
  }
  .topiclist a .item-img-s {
    height: auto;
  }
  .newslist .newspage-title {
    display: block;
  }
  .datepicker-block {
    width: 288px;
    margin: 18px auto -5px auto;
    position: static;
  }
  #block-hotnews .catg-item {
    padding: 5px 0;
    margin: 0 auto 5px auto;
  }
  .topiclist-container .more {
    margin: 10px auto 40px auto;
  }
}

@media screen and (max-width:604px) {
  .right-container .headline-news {
    width: 100%;
    margin: 20px auto 20px auto;
    max-width: 604px;
  }
}

@media screen and (max-width:500px) {
  .slide-title a {
    font-size: 1.2em;
  }
  .none500 {
    display: none;
  }
  .play500 {
    display: block;
  }
  .artical-time {
    bottom: 0px;
    font-size: 0.87em;
  }
  .artical-title {
    font-size: 1.5em;
  }
  .listening img {
    width: 100%;
    height: 40px;
  }
}

@media screen and (max-width:464px) {
  .progitem-img {
    height: auto;
  }
  .news-catg-row {
    padding: 10px 0 0 0;
  }
  .bottom-news .catg-s {
    width: 100%;
    max-width: 464px;
    height: auto;
    transition: .2s;
    box-shadow: none;
    background: white;
    padding: 5px 0;
    margin: 0 auto 5px auto;
  }
  .bottom-news .item-img-s {
    width: 150px;
    height: auto;
  }
  .news-article .bottom-news .catg-s .newstitle {
    width: calc(100% - 160px);
    padding: 0 0 0 8px;
  }
  .side-block-container .item-img-s {
    width: 150px;
    overflow: hidden;
    float: left;
    height: 84px;
  }
}

@media screen and (max-width:425px) {
  .live-title {
    border-bottom: none;
  }
  .topic-title {
    margin-bottom: 5px;
  }
  .news-topic .newspage-title h3 {
    margin-left: 0.5%;
    width: 150px;
  }
  .news-catg .newspage-title h3, .news-prog .newspage-title h3 {
    margin: 0;
    width: 120px;
  }
  .news-prog .newspage-title h3 {
    width: 150px;
  }
  .news-catg-row .catg-l-blcok, .catg-l {
    padding-bottom: 13px;
  }
  .catg-l .newstime {
    padding: 5px 0 3px 0;
  }
  .item-img-s {
    width: 150px;
    height: 84px;
  }
  .catg-s .newstitle {
    width: calc(100% - 150px);
  }
  .more {
    margin-top: 10px;
    width: 95%;
  }
  .side-block-more a {
    margin-top: 10px;
    width: 320px;
  }
  .news-prog {
    background: white;
    margin: 0;
    padding: 0 5px 20px 5px;
  }
  .news-progitem {
    margin: 10px auto 0 auto;
  }
  .side-block {
    max-width: 100%;
    box-shadow: none;
  }
  .side-block-title {
    border-left: none;
  }
  .topiclist-container .more {
    width: 95%;
    margin-top: 10px;
  }
  .datepicker-block {
    margin: 18px 0 -5px 0;
  }
}

@media screen and (max-width:417px) {
  .side-block {
    max-width: none;
  }
  .news-topic-item {
    margin: 0px 0.5% 0px 0.5%;
    width: 99%;
    height: auto;
  }
  .topic-item-mainnews img {
    width: 100%;
    height: auto;
  }
  .artical-content p.news-src {
    text-align: left;
  }
  .side-block-container {
    width: 100%;
    padding: 0 10px;
  }
  .side-block-container>.flex-center-y {
    width: 320px;
    margin: 0 auto;
  }
}

@media screen and (max-width:345px) {
  .topic-item-mainnews p {
    font-size: 1em;
  }
  #topic .owl-item .list-item p {
    font-size: 1em;
  }
  .topiclist a .item-img-s {
    width: 120px;
  }
  .catg-s .newstitle {
    width: calc(100% - 150px);
    font-size: 1em;
  }
  .artical-title {
    font-size: 1.2em;
  }
  .artical-time {
    font-size: 0.6em;
  }
  .artical-content p {
    font-size: 1em;
  }
}

/*關鍵字-------------*/

div.jqcloud {
  font-size: 10px;
  font-family: "微軟正黑體";
  line-height: normal;
}

div.jqcloud a {
  font-size: inherit;
  text-decoration: none;
}

div.jqcloud span.w10 {
  font-size: 360%;
}

div.jqcloud span.w9 {
  font-size: 320%;
}

div.jqcloud span.w8 {
  font-size: 280%;
}

div.jqcloud span.w7 {
  font-size: 200%;
}

div.jqcloud span.w6 {
  font-size: 190%;
}

div.jqcloud span.w5 {
  font-size: 180%;
}

div.jqcloud span.w4 {
  font-size: 170%;
}

div.jqcloud span.w3 {
  font-size: 150%;
}

div.jqcloud span.w2 {
  font-size: 130%;
}

div.jqcloud span.w1 {
  font-size: 110%;
}

/* colors */

div.jqcloud {
  color: #09f;
}

div.jqcloud a {
  color: inherit;
}

div.jqcloud span:hover {
  font-weight: bold;
}

div.jqcloud span.w10 {
  color: #0381d6;
}

div.jqcloud span.w9 {
  color: #39d;
}

div.jqcloud span.w8 {
  color: #39d;
}

div.jqcloud span.w7 {
  color: #16bef3;
}

div.jqcloud span.w6 {
  color: #90c5f0;
}

div.jqcloud span.w5 {
  color: #90a0dd;
}

div.jqcloud span.w4 {
  color: #90c5f0;
}

div.jqcloud span.w3 {
  color: #a0ddff;
}

div.jqcloud span.w2 {
  color: #99ccee;
}

div.jqcloud span.w1 {
  color: #aab5f0;
}

/* layout */

div.jqcloud {
  overflow: hidden;
  position: relative;
}

div.jqcloud span {
  padding: 0;
  cursor: pointer;
}

/*右側 歷史上的今天 */

section#timeline {
  width: 100%;
  overflow: hidden;
  position: relative;
}

section#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #545252;
  left: 15px;
  height: 100%;
  margin-left: -1.5px;
  margin-top: 20px;
}

section#timeline .timeline-title {
  padding: 1% 3%;
  margin: 0 0 5px 0;
  font-size: 1.2em;
  overflow: hidden;
  text-align: center;
  border-bottom: 2px solid #ff8d1e;
}

section#timeline .timeline-title h5 {
  color: #ffffff;
  letter-spacing: 1px;
  border-radius: 15px 15px;
  margin: 0 auto;
  background: #ff8d1e;
  width: 150px;
  font-size: 0.9em;
}

section#timeline article {
  width: 100%;
  position: relative;
}

section#timeline article:after {
  content: '';
  display: block;
  clear: both;
}

section#timeline>article>div.panel {
  width: 95%;
  float: right;
  background: #FFF;
}

section#timeline>article>div.panel .panel-heading {
  padding: 1% 3%;
  margin: -35px 0 0 0;
  font-size: 1.2em;
  overflow: hidden;
  text-align: center;
  border-bottom: 2px solid #f6bf7c;
}

section#timeline>article>div.panel .panel-heading .panel-title {
  color: #232317;
  letter-spacing: 1px;
  border-radius: 15px 15px;
  margin: 0 auto;
  background: #f0cb72;
  width: 80px;
}

section#timeline>article>div.panel .panel-body {
  padding: 5px 7px;
  position: relative;
}

section#timeline>article>div.panel .panel-body h3 {
  background: none;
  color: #000000;
  text-align: left;
  margin: 0 auto 1% auto;
  font-size: 1em;
  letter-spacing: 0.1em;
  padding: 0 5px 5px 5px;
  font-weight: normal;
}

section#timeline>article>div.panel .panel-body p {
  padding: 0 1% 0.5% 1%;
  line-height: 1.4em;
  font-size: 1em;
}

section#timeline>article>div.panel .panel-body img {
  float: left;
  margin: 0 15px 15px 0;
}

section#timeline>article>div.panel .panel-footer {
  padding: 15px;
  background-color: #EEE;
}

section#timeline>article>div.panel .more {
  padding: 0;
  text-align: left;
  color: #f00;
  margin-top: -20px;
  width: 95%;
}

section#timeline div[class*="group"], section#timeline article div.panel div.badge {
  display: block;
  text-align: center;
  cursor: none;
  font-weight: bold;
}

section#timeline div[class*="group"] {
  width: 30px;
  font-size: 1.6em;
  border-radius: 100%;
  background: #ffffff;
  height: 30px;
  border: 1px solid #e68526;
  line-height: 30px;
  z-index: 2;
  position: relative;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}

section#timeline div[class*="group"] div {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  background: #ff8d1e;
}

section#timeline article div.panel div.badge {
  top: 0;
  left: 15px;
  margin: 20px 0 0 -8px;
  border-radius: 50%;
  font-size: 0.75em;
  width: 15px;
  height: 15px;
  background: #f6bf7c;
}

section#timeline article div.panel div.badge:last-child {
  background-color: #9f9ea3;
  width: 20px;
  height: 20px;
  margin: 0 0 0 -10px;
}

/*--加入line--*/

.addLineCts {
  display: none;
  width: 50px;
  height: 70px;
  position: fixed;
  left: 5px;
  bottom: 5px;
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .addLineCts {
    display: block;
  }
}

/*聽新聞*/

.sound-page {
  background: #E7E7E7;
  padding: 10px 0px;
}

.sound-wrapper {
  width: 100%;
  max-width: 1340px;
  margin: 0px auto;
  padding: 0 10px 20px;
}

.block100 {
  width: 99%;
}

.white_box {
  background: #fff;
  padding: 10px;
  margin-bottom: 6px;
  height: auto;
  overflow: hidden;
}

.sound-title {
  width: 100%;
  text-decoration: none;
  font-size: 14pt;
  font-weight: bold;
  line-height: 15pt;
  padding: 5px 0 5px 5px;
  overflow: hidden;
  border-bottom: #268d99 solid 1px;
}

.sound-title h3 {
  color: #268d99;
}

.ADNewsTag a {
  color: #F00;
  font-weight: bold;
}

/*專題專頁*/

.news-topic-owl .news-topic-item {
  width: 100% !important;
}

.news-topic-owl .topic-item-news {
  background: #fff !important;
}

.news-topic-owl .topic-item-news ul {
  margin-left: 20px !important;
}

.news-topic-owl .topic-item-news ul li {
  list-style: url('https://www.cts.com.tw/images/2018cts/newslist-deco.png') !important;
}

.news-topic-owl .news-topic-item {
  height: auto !important;
}

.news-topic-owl .newsimg-thumb {
  padding-bottom: 53% !important;
}

.newslist-page .topic_top_banner {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}

.newslist-page .topic_top_banner:before {
  content: "";
  position: absolute;
  display: block;
  background-size: 100% 100%;
  background-color: #000;
  background-position: 20% 50%;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px) brightness(0.9);
  -moz-filter: blur(5px) brightness(0.9);
  -o-filter: blur(5px) brightness(0.9);
  -ms-filter: blur(5px) brightness(0.9);
  filter: blur(5px) brightness(0.9);
  top: 0;
}

.newslist-page .topic_top_banner img {
  max-width: 1320px;
  width: 95%;
  height: auto;
  position: relative;
}

@media screen and (max-width:800px) {
  .newslist-page .topic_top_banner {
    margin-bottom: 0;
  }
  .newslist-page .topic_top_banner img {
    width: 100%;
  }
}

.topiclist-container .topiclist-top-banner {
  padding: 0 3.5% 5px 0;
}

@media screen and (max-width: 654px) {
  .topiclist-container .topiclist-top-banner {
    padding: 0 0 5px 0;
  }
}

/**為了平版改右側的區塊*/

@media screen and (max-width: 1339px) and (min-width: 706px) {
  .newslist-page #block-hotnews, .sound-page #block-hotnews {
    width: 100%;
    margin: 0 0 20px 0 !important;
    background: #f6f6f6;
    padding: 15px 10px;
    padding: 0;
  }
  .sound-page #block-hotnews {
    background: #E7E7E7;
  }
  .newslist-page #block-hotnews.tabs label, .sound-page #block-hotnews.tabs label {
    width: 48%;
  }
  .newslist-page #block-hotnews.tabs input[type="radio"]+label, .sound-page #block-hotnews.tabs input[type="radio"]+label {
    text-align: left;
    margin-right: 2%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 1.2em;
    font-weight: bold;
    border-left: 5px solid rgb(204, 204, 204);
    padding-left: 10px;
    background: #fff;
    color: #000;
  }
  .newslist-page #block-hotnews.tabs .tab, .sound-page #block-hotnews.tabs .tab {
    width: 48%;
    display: block !important;
    margin-right: 2%;
  }
  .newslist-page #block-hotnews .catg-item, .right-container .headline-news .catg-item, .sound-page #block-hotnews .catg-item {
    padding: 5px 0;
    margin: 0 auto 5px auto;
  }
  .newslist-page #block-hotnews .catg-item, .right-container .headline-news .catg-item, .sound-page #block-hotnews .catg-item {
    clear: both;
    margin: 0 auto 18px auto;
    overflow: hidden;
  }
  .newslist-page #block-hotnews .catg-s, .right-container .headline-news .catg-s, .sound-page #block-hotnews .catg-s {
    height: auto;
    max-width: 654px;
  }
  .newslist-page #block-hotnews .item-img-s, .right-container .headline-news .item-img-s, .sound-page #block-hotnews .item-img-s {
    width: 180px;
    overflow: hidden;
    float: left;
    height: 100px;
    display: block;
  }
  .newslist-page #block-hotnews .newstitle .newstime, .right-container .headline-news .newstitle .newstime, .sound-page #block-hotnews .newstitle .newstime {
    display: block;
    line-height: none;
  }
  .newslist-page #block-hotnews .newstitle:before, .sound-page #block-hotnews .newstitle:before {
    display: none;
  }
  .newslist-page #block-hotnews .catg-item, .right-container .headline-news .catg-item, .sound-page #block-hotnews .catg-item {
    margin: 0 auto 5px auto;
    height: 111px;
    overflow: hidden;
  }
  .newslist-page #block-hotnews .newstitle, .right-container .headline-news .newstitle, .sound-page #block-hotnews .newstitle {
    width: calc(100% - 180px);
    float: left;
    padding: 0 8px;
    white-space: normal;
    line-height: 1.4em;
    color: #000;
    font-size: 1.063em;
  }
  .right-container .ad-336x280, .ad-970x250, .right-container .ad-300x600 {
    width: 100%;
    height: auto;
  }
  .ad-border {
    border: 0px;
  }
  .right-container .headline-news {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .right-container .headline-news hr {
    display: none;
  }
  .right-container .headline-news .catg-item {
    width: 49%;
    margin: 0 1% 0 auto;
    float: left;
    clear: unset;
    border-bottom: 1px dotted #ccc;
  }
  .right-container .todays-history, .right-container .keywords, .right-container .fb, .right-container .anchor, .right-container .follow, .right-container #right-topic {
    width: 48%;
    max-width: 48%;
    margin: 0 2% 20px 0;
    float: left;
    height: 460px;
  }
  .right-container .keywords .keywords-content {
    padding-top: 50px;
  }
}


/* for PR*/


/*end for PR*/