@charset "utf-8";
/*全站樣式*/
/*右欄300px定寬，浮動交錯布局*/
.column-wrapper {
    margin-left: -8px;
    margin-right: -8px;
}
.column-top {
    float: left;
    width: calc(100% - 316px);
}
.column-left {
    float: left;
    width: calc(100% - 316px);
}
.column-right {
    float: right;
    width: 300px;
    overflow: hidden;
}
/*麵包屑*/
.breadcrumb-wrapper {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}
.breadcrumb {
    margin: 0;
    padding: 5px 15px;
    background: #eeeeee;
    border-radius: 0;
}
/*熱搜*/
.focus-keywords {
    margin: 16px auto;
    display: flex;
}
.focus-keywords > header {
    margin: 0 8px 0 0;
    border: none;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background: #ffdd00;
}
.focus-keywords > header .section-title {
    display: block;
    margin: 0;
    padding: 0 10px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    font-family: "Microsoft JhengHei", sans-serif;
    line-height: 1;
    white-space: nowrap;
}
.focus-keywords .keyword-list {
    margin: -4px 0;
}
.focus-keywords .keyword-list ul {
    list-style: none;
    margin: 0 -4px;
    padding: 0;
    font-size: 0;
}
.focus-keywords .keyword-list li {
    display: inline-block;
    font-size: 16px;
    margin: 4px;
}
.focus-keywords .keyword-list li a {
    display: block;
    padding: 7px 10px;
    border: 1px solid #cccccc;
    white-space: nowrap;
    line-height: 1;
}
.focus-keywords .keyword-list li a:link,
.focus-keywords .keyword-list li a:visited {
    color: #003388;
}
.focus-keywords .keyword-list li a:hover,
.focus-keywords .keyword-list li a:active {
    color: #bc0614;
    border-color: #bc0614;
    text-decoration: none;
}
.focus-keywords .keyword-list li.ad a {
    background: #eeeeee;
}
/*速報*/
.breaking-news {
    position: relative;
    box-sizing: content-box;
    width: 100%;
    height: 43px;
    min-height: 43px;
    margin: 16px auto 0 auto;
    background: #eeeeee;
    border-top: 5px solid #ffdd00;
}
.breaking-news > header {
    border: none;
    background: #ffdd00;
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
}
.breaking-news > header::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 0 0;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: -5px;
}
.breaking-news > header::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 26px 0 0;
    border-color: #ffdd00 transparent transparent transparent;
    position: absolute;
    left: 100%;
    top: 0;
}
.breaking-news > header .section-title {
    color: #000000 !important;
    font-size: 26px;
    padding: 3px 16px 6px 16px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;
    border: none;
}
.breaking-news .vertical-marquee {
    overflow: hidden;
}
.breaking-news .vertical-marquee .content-container {
    white-space: nowrap;
    font-size: 0;
}
.breaking-news .vertical-marquee .content-container .meta-info {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 10px;
}
.breaking-news .vertical-marquee .content-container a {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-family: "Microsoft YaHei", "Verdana", "Arial", "PMingLiU", "sans-serif";
    font-size: 20px;
}
.breaking-news .vertical-marquee .content-container .meta-info + a {
    width: calc(100% - 50px);
}
/*直播*/
.live-video {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 16px auto 0 auto;
    border-top: 5px solid #bc0614;
    font-size: 20px;
    background: linear-gradient(to right, #ffffff, #eeeeee);
}
.live-video > header {
    border: none;
    background: #bc0614;
    float: left;
    margin-right: 25px;
    margin-bottom: 8px;
}
.live-video > header::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 0 0;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: -5px;
}
.live-video > header::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 26px 0 0;
    border-color: #bc0614 transparent transparent transparent;
    position: absolute;
    left: 100%;
    top: 0;
}
.live-video > header .section-title {
    color: #ffffff !important;
    font-size: 26px;
    padding: 3px 16px 6px 16px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;
    border: none;
}
.live-video .video-title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 5px 15px 5px 15px;
    font-size: 24px;
    top: 2px;
}
/*焦點大圖*/
.focus-gallery {
    margin: 16px auto;
    position: relative;
}
.focus-gallery::before {
    content: "";
    display: block;
    padding-bottom: 66.6667%;
    min-height: 200px;
}
.focus-gallery[data-aspect-ratio="16to9"]::before {
    padding-bottom: 56.25%;
}
.focus-gallery .adaptive-gallery {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.focus-gallery .adaptive-gallery .item-entry .caption .caption-title {
    font-family: "New Microsoft YaHei", "Microsoft YaHei", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.6em;
    overflow: hidden;
}
.focus-gallery .adaptive-gallery .item-entry .caption .caption-title a:link,
.focus-gallery .adaptive-gallery .item-entry .caption .caption-title a:visited,
.focus-gallery .adaptive-gallery .item-entry .caption .caption-title a:hover,
.focus-gallery .adaptive-gallery .item-entry .caption .caption-title a:active {
    color: #ffee77;
}
/*焦點大圖預設載入圖片*/
.focus-gallery .placeholder {
    font-size: 0;
}
.focus-gallery .placeholder .item-entry {
    position: relative;
    min-height: 180px;
}
.focus-gallery .placeholder .item-entry::before {
    content: "";
    display: block;
    padding-bottom: 66.6667%;
}
.focus-gallery[data-aspect-ratio="16to9"] .placeholder .item-entry::before {
    padding-bottom: 56.25%;
}
.focus-gallery .placeholder .item-entry .container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
/*即時新聞*/
.latest-news {
    margin: 16px auto;
    margin-bottom: 0;
}
.latest-news .vertical-list > li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    padding-left: 10px;
}
.latest-news .vertical-list > li::before {
    display: none;
}
.latest-news .vertical-list .title {
    margin: 0;
    align-self: center;
    padding-left: 10px;
    border-left: 1px solid #cccccc;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.6em;
    overflow: hidden;
}
.latest-news .vertical-list .ico-video {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: 0;
    top: 2px;
    margin-left: 5px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid #666666;
    transform: translateY(2px);
}
.latest-news .vertical-list .ico-video::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: url("../../images/2019/ico-video.svg") no-repeat center center;
    background-size: contain;
}
.latest-news .vertical-list .meta-info {
    margin-top: 2px;
    margin-right: -1px;
    padding-right: 10px;
    text-align: right;
    border-right: 1px solid #cccccc;
}
.latest-news .vertical-list .meta-info time {
    display: block;
    margin: 0;
    padding: 0;
}
.latest-news .vertical-list .meta-info .category {
    display: block;
    padding: 0;
    border: none;
    margin-top: 3px;
    position: relative;
    top: -2px;
}
.latest-news .vertical-list + .more {
    margin-top: 16px;
}
/*邊欄-即時新聞*/
aside .latest-news {
    margin: 16px auto;
}
aside .latest-news .vertical-list .title {
    display: block;
    max-height: none;
    overflow: visible;
}
/*熱門新聞*/
.hot-news {
    margin: 16px auto;
}
.hot-news .vertical-list {
    margin-top: -10px;
}
.hot-news ol.vertical-list {
    padding: 0;
    counter-reset: hot-news-counter;
    margin-top: -10px;
}
.hot-news .vertical-list > li {
    display: flex;
    align-items: center;
}
.hot-news ol.vertical-list > li {
    list-style: none;
    padding-top: 10px;
    padding-left: 50px;
}
.hot-news ol.vertical-list > li::before {
    content: counter(hot-news-counter);
    counter-increment: hot-news-counter;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    font-size: 30px;
    line-height: 1;
    font-family: Arial, serif;
    font-style: italic;
    text-align: right;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hot-news ol.vertical-list > li.top::before {
    color: #bc0614;
}
.hot-news .vertical-list > li::after {
    content: "";
    display: block;
    width: 0;
    height: 2.6em;
}
.hot-news .vertical-list .title {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.6em;
    overflow: hidden;
}
.hot-news .vertical-list .meta-info {
    margin-top: 3px;
    margin-left: 10px;
}
/*邊欄-熱門新聞*/
aside .hot-news {
    margin: 16px auto;
    min-height: 680px;
}
aside .hot-news .vertical-list > li::after {
    display: none;
}
aside .hot-news .vertical-list .title {
    display: block;
    max-height: none;
    overflow: visible;
}
/*影音專區*/
.focus-video {
    margin: 0 auto;
}
.focus-video .focus-video-content {
    position: relative;
}
.focus-video .focus-video-content ul.owl-stage {
    padding: 0;
    list-style: none;
}
.focus-video .title-wrapper {
    background: #ffffff;
    margin: -16px 16px -12px 16px;
    padding: 12px 16px;
    position: relative;
}
.focus-video .title-wrapper .title {
    font-size: 19px;
}
/*焦點新聞*/
.focus-news {
    margin: 0 auto;
}
.focus-news .cover {
    border-bottom: 1px dotted #000000;
    margin-bottom: 15px;
}
.focus-news .cover .thumb-photo > .cropper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.focus-news .cover .caption {
    padding: 15px 0;
}
.focus-news .cover h2 {
    font-size: 24px;
    margin-bottom: 0;
}
.focus-news .vertical-list > li {
    padding: 15px 0;
}
.focus-news .vertical-list > li::before {
    display: none;
}
.focus-news .vertical-list .title {
    font-size: 19px;
    margin-bottom: 0;
    max-height: 3.9em;
    overflow: hidden;
}
/*焦點新聞-橫排版*/
.focus-news .vertical-list.row {
    margin: 0 -8px;
}
.focus-news .vertical-list.row > li {
    padding: 12px 8px 0 8px;
    border: none;
}
.focus-news .vertical-list.row > li::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: static;
    border-top: 1px dotted #666666;
    margin-bottom: 12px;
}
.focus-news .vertical-list.row > li.ad::before {
    margin-bottom: 0;
}
.focus-news .vertical-list.row > li.ad > .row {
    background: #eeeeee;
    padding: 12px 4px;
    margin: 0;
}
.focus-news .vertical-list.row > li:nth-child(1),
.focus-news .vertical-list.row > li:nth-child(2) {
    padding-top: 0;
}
.focus-news .vertical-list.row > li:nth-child(1)::before,
.focus-news .vertical-list.row > li:nth-child(2)::before {
    display: none;
}
/*頻道即時新聞*/
.channel-latest-news {
    margin: 16px auto;
    margin-bottom: 0;
}
.channel-latest-news .cover {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
}
.channel-latest-news .cover .thumb-photo {
    margin-bottom: 12px;
}
.channel-latest-news .cover .title {
    font-size: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.6em;
    overflow: hidden;
}
.channel-latest-news .vertical-list .title {
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.6em;
    overflow: hidden;
}
/*直播-小*/
.live-video-compact {
    position: relative;
    margin: 16px auto;
}
.live-video-compact .video-title {
    font-size: 24px;
    margin-top: 15px;
}
/*熱門話題*/
.in-depth {
    position: relative;
    margin: 16px auto;
    margin-bottom: 0;
}
.in-depth .album-wrapper .album-title {
    margin-bottom: 16px;
}
.in-depth .album-wrapper .album-title span {
    position: relative;
    background: #bc0614;
    padding: 5px 45px 5px 15px;
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
}
.in-depth .album-wrapper .album-title span a:link,
.in-depth .album-wrapper .album-title span a:visited {
    color: #ffffff;
}
.in-depth .album-wrapper .album-title span a:hover,
.in-depth .album-wrapper .album-title span a:active {
    color: #ffffcc;
}
.in-depth .album-wrapper .album-title .fa-angle-right {
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    height: 100%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in-depth .article-box-compact {
    border-top: 1px dotted #000000;
    padding: 16px 0;
}
.in-depth .article-box-compact:first-child {
    border: none;
    padding-top: 0;
}
.in-depth .article-box-compact .thumb-photo-wrapper {
    min-width: 120px;
}
.in-depth .article-box-compact .thumb-photo.cover {
    margin-bottom: 12px;
}
.in-depth .article-box-compact h1 {
    font-size: 22px;
}
.in-depth .article-box-compact h2 {
    font-size: 18px;
}
.in-depth .article-box-compact h3 {
    font-size: 18px;
}
.in-depth  > .more,
.in-depth + .more {
    margin-top: 5px;
}
/*右邊欄第一則內容是廣告時*/
.column-right .ad:first-child > [class*="banner-"] {
    margin-top: 16px;
}
/*議論紛紛*/
.most-commented {
    margin: 16px auto;
}
.most-commented .vertical-list {
    margin-top: -10px;
}
.most-commented .vertical-list > li.ad {
    background: linear-gradient(to right, #ffffff 0%, #eeeeee 30%);
}
.most-commented .vertical-list > li.ad:last-child {
    margin-bottom: 16px;
}
/*市場快訊*/
.market-news {
    margin: 16px auto;
}
.market-news .vertical-list {
    margin-top: -10px;
}
/*搜尋結果*/
.search-result .search-keyword {
    display: inline-block;
    color: #bc0614;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 10px;
}
.search-result .search-result-count {
    display: inline-block;
    font-family: Verdana, "Microsoft JhengHei", sans-serif;
    font-weight: bold;
    margin: 0 5px;
}
.search-result .item-list-filter {
    margin: 16px auto;
}
.search-result .fluid-list {
    margin: -16px 0 16px -16px;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.search-result .fluid-list > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 48px) / 3);
    margin-left: 16px;
    margin-top: 16px;
}
.search-result .fluid-list .articlebox-compact .title {
    font-size: 20px;
    margin-top: 12px;
}
/*頁尾*/
.main-footer {
    background: #222222;
    color: #cccccc;
    margin-top: 30px;
}
.main-footer > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-footer a {
    display: block;
}
.main-footer a:link,
.main-footer a:visited {
    color: #cccccc;
}
.main-footer a:hover,
.main-footer a:active {
    color: #ffffff;
}
.main-footer .services {
    margin-bottom: 10px;
}
.main-footer .services ul {
    margin: 0 0 0 -20px;
    padding: 0;
    font-size: 0;
    text-align: center;
}
.main-footer .services li {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
}
.main-footer .copyright {
    text-align: center;
    color: #999999;
}
.main-footer .copyright .copyright-text span {
    margin-left: 1em;
    font-size: 14px;
}
/*404錯誤*/
.error-404 {
    max-width: 640px;
    padding: 20px;
    margin: 60px auto;
}
.error-404 h1 {
    font-size: 24px;
    margin-bottom: 20px;
}