@charset "utf-8";
/*全站樣式*/
/*右欄300px定寬，浮動交錯布局*/
.column-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
.column-top {
    float: left;
    width: calc(100% - 356px);
}
.column-left {
    float: left;
    width: calc(100% - 356px);
}
.column-right {
    float: right;
    width: 336px;
}
/*麵包屑*/
.breadcrumb-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}
.breadcrumb {
    margin: 0;
    padding: 5px 15px;
    background: #eeeeee;
    border-radius: 0;
}
/*速報*/
.breaking-news {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    margin: 20px auto 0 auto;
    background: #eeeeee;
    border-top: 5px solid #ffdd00;
    font-size: 20px;
}
.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 20px 6px 20px;
    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;
}
.breaking-news .vertical-marquee .content-container .meta-info {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
.breaking-news .vertical-marquee .content-container a {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: calc(100% - 75px);
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 100;
    font-family: "Microsoft YaHei", "Verdana", "Arial", "PMingLiU", "sans-serif";
}
/*直播*/
.live-video {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 20px 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: 0;
}
.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 20px 6px 20px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;
    border: none;
}
.live-video .video-title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px 15px 15px 15px;
    font-size: 36px;
}
/*焦點大圖*/
.focus-gallery {
    margin: 20px auto;
}
.focus-gallery .adaptive-gallery .item-entry .caption .bgn {
    display: none;
}
.focus-gallery .adaptive-gallery .item-entry .caption .caption-container {
    overflow: visible;
    margin: 0.5em 1.5em;
}
.focus-gallery .adaptive-gallery .item-entry .caption .caption-title {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 1)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
/*焦點大圖預設載入圖片*/
.focus-gallery .placeholder {
    font-size: 0;
}
.focus-gallery .placeholder .item-entry {
    position: relative;
    min-height: 200px;
}
.focus-gallery .placeholder .item-entry::before {
    content: "";
    display: block;
    padding-bottom: 66.6667%;
}
.focus-gallery .placeholder .item-entry .container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
/*焦點新聞*/
.focus-news {
}
.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 -10px;
}
.focus-news .vertical-list.row > li {
    padding: 15px 10px 0 10px;
    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: 15px;
}
.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;
}
/*火線話題*/
.focus-topic {
    margin: 20px auto;
}
.focus-topic > ul {
    padding: 0;
    list-style: none;
    margin-top: -10px;
}
.focus-topic > ul > li {
    margin-top: 10px;
}
.focus-topic .thumb-photo > .cropper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.focus-topic .caption {
    padding: 10px 0;
}
.focus-topic .caption .caption-title {
    font-size: 18px;
    margin: 0;
}
/*熱門新聞*/
.hot-news {
    margin: 20px auto;
    margin-top: 0;
}
.hot-news .vertical-list {
    padding: 0;
    counter-reset: hot-news-counter;
    margin-top: -10px;
}
.hot-news .vertical-list > li {
    list-style: none;
    padding-top: 10px;
    padding-left: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.hot-news .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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.hot-news .vertical-list > li.top::before {
    color: #bc0614;
}
.hot-news .vertical-list .title {
    margin: 0;
    flex: auto;
}
.hot-news .vertical-list .meta-info {
    margin-top: 3px;
    margin-left: 10px;
}
/*邊欄-熱門新聞*/
aside .hot-news {
    margin-top: 20px;
}
/*即時新聞*/
.latest-news {
    margin: 20px auto;
    margin-top: 0;
}
.latest-news .vertical-list > li {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 30px;
}
.latest-news .vertical-list > li::before {
    display: none;
}
.latest-news .vertical-list .ico-video {
    position: absolute;
    left: 0;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #666666;
    -webkit-transform: translateY(2px);
    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;
}
.latest-news .vertical-list .title {
    margin: 0;
    flex: auto;
    padding-left: 10px;
    border-left: 1px solid #cccccc;
}
/*直播-小*/
.live-video-compact {
    position: relative;
    margin: 20px auto;
}
.live-video-compact .video-title {
    font-size: 24px;
    margin-top: 15px;
}
/*深度報導*/
.in-depth {
    position: relative;
    margin: 20px auto;
}
.in-depth .album-wrapper .album-title {
    margin-bottom: 15px;
}
.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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.in-depth .article-box-compact {
    border-top: 1px dotted #000000;
    padding: 15px 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 h1 {
    font-size: 32px;
}
.in-depth .col-lg-7 .article-box-compact h1 {
    font-size: 40px;
}
.in-depth .article-box-compact h2 {
    font-size: 24px;
}
.in-depth .article-box-compact h3 {
    font-size: 20px;
}
.in-depth .article-box-compact .meta-info {
    margin-top: 10px;
}
.in-depth .article-box-compact .intro {
    margin: 10px 0 0 0;
}
.in-depth .article-box-compact .related-news > ul {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}
.in-depth .article-box-compact .related-news > ul > li {
    margin: 15px 0 0 0;
}
.in-depth .article-box-compact .related-news .title {
    font-size: 20px;
}
/*即影音*/
.latest-video {
    position: relative;
    margin: 20px auto;
}
.latest-video > .row {
    margin-top: 20px;
}
.latest-video .thumb-photo::before {
    padding-bottom: 56.25%;
}
.latest-video h2.caption-title {
    font-size: 32px;
}
.latest-video h3.caption-title {
    font-size: 20px;
}
.latest-video .caption-text {
    margin: 15px 0 0 0;
}
/*生活情報*/
.live-info {
    position: relative;
    margin: 20px auto;
}
.live-info .article-box-compact {
    border-bottom: 1px dotted #000000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.live-info .article-box-compact .title {
    font-size: 24px;
}
.live-info .article-box-compact .intro {
    margin-bottom: 0;
}
.live-info .vertical-list {
    margin-top: -10px;
}
.live-info .owl-carousel .owl-nav {
    top: -60px;
}
/*搜尋結果*/
.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: 20px auto;
}
.search-result .fluid-list {
    margin: -20px 0 20px -20px;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.search-result .fluid-list > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 60px) / 3);
    margin-left: 20px;
    margin-top: 20px;
}
.search-result .fluid-list .articlebox-compact .title {
    font-size: 20px;
    margin-top: 15px;
}
/*頁尾*/
.main-footer {
    background: #222222;
    color: #cccccc;
    margin-top: 30px;
}
.main-footer > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-footer section {
    padding: 0 15px;
    border: 1px solid #666666;
    border-width: 0 1px 0 1px;
    margin: 0 0 0 -1px;
    text-align: center;
}
.main-footer section.site-service {
    border-left-color: transparent;
}
.main-footer section.customer-service {
    border-right-color: transparent;
}
.main-footer section.about-us {
    border-color: transparent;
}
.main-footer section .section-title {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #666666;
    font-size: 20px;
    color: #ffffff;
}
.main-footer section ul {
    margin: 0;
    padding: 0;
}
.main-footer section ul li {
    list-style: none;
    font-size: 16px;
    margin-top: 5px;
}
.main-footer section ul li:first-child {
    margin-top: 0;
}
.main-footer a:link,
.main-footer a:visited {
    color: #cccccc;
}
.main-footer a:hover,
.main-footer a:active {
    color: #ffffff;
}
.main-footer .copyright {
    background: #ffffff;
    padding: 20px 0;
    color: #000000;
}
.main-footer .copyright .row {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-footer .copyright .logo {
    margin-right: 10px;
}
.main-footer .copyright .logo > img {
    display: block;
}
.main-footer .copyright-text {
    font-size: 1rem;
}
.main-footer .copyright-text .english {
    font-size: 14px;
    font-family: "Arial", sans-serif;
    color: #000000;
}
/*404錯誤*/
.error-404 {
    max-width: 640px;
    padding: 20px;
    margin: 60px auto;
}
.error-404 h1 {
    font-size: 24px;
    margin-bottom: 20px;
}