@charset "utf-8";
/*類別頁樣式*/
/*Anvato影音*/
.channel .top-focus-video {
    margin: 0 auto 20px auto;
    border-bottom: 1px dotted #666666;
    padding-bottom: 20px;
}
/*焦點區塊*/
.channel .top-news {
    position: relative;
}
.channel .top-news .articlebox-compact {
    margin-bottom: 20px;
}
.channel .top-news .articlebox-compact .thumb-photo-wrapper {
    margin-bottom: 15px;
}
.channel .top-news .articlebox-compact[data-id="1"] {
    border-bottom: 1px dotted #666666;
    padding-bottom: 20px;
}
.channel .top-news .articlebox-compact[data-id="1"] .thumb-photo::before {
    padding-bottom: 56.25%;
}
.channel .top-news .articlebox-compact[data-id="2"] .thumb-photo::before {
    padding-bottom: 72%;
}
.channel .top-news .articlebox-compact[data-id="3"] .thumb-photo::before,
.channel .top-news .articlebox-compact[data-id="4"] .thumb-photo::before {
    padding-bottom: 56.25%;
}
.channel .top-news .articlebox-compact h1.title {
    font-size: 40px;
}
.channel .top-news .articlebox-compact h2.title {
    font-size: 32px;
}
.channel .top-news .articlebox-compact h3.title {
    font-size: 22px;
}
/*新聞列表*/
.channel .article-list .category-nav {
    margin: 20px auto 10px auto;
}
.channel .article-list .category-nav .btn-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.channel .article-list .category-nav .btn-group > .btn {
    margin-bottom: 10px;
}
.channel .article-list .vertical-list {
    margin-top: -20px;
}
.channel .article-list .vertical-list > li {
    padding: 20px 0;
}
.channel .article-list .vertical-list > li::before {
    display: none;
}
.channel .article-list .articlebox-compact {
    line-height: 1.5;
}
.channel .article-list .articlebox-compact .title {
    font-size: 26px;
}
.channel .article-list .articlebox-compact .meta-info {
    margin-top: 10px;
}
.channel .article-list .articlebox-compact .meta-info > * {
    font-size: 16px;
}
.channel .article-list .articlebox-compact .intro {
    margin: 10px 0 0 0;
    max-height: 4.5em;
    overflow: hidden;
}
/*專輯*/
.channel .hot-albums {
    margin: 20px auto;
}
/*專輯-專輯列表*/
.channel .album-list .vertical-list {
    margin-top: -20px;
}
.channel .album-list .vertical-list > li {
    padding: 20px 0;
}
.channel .album-list .vertical-list > li::before {
    display: none;
}
.channel .album-list .articlebox-compact {
    line-height: 1.5;
}
.channel .album-list .articlebox-compact .title {
    font-size: 26px;
}
.channel .album-list .articlebox-compact .meta-info {
    margin-top: 10px;
}
.channel .album-list .articlebox-compact .meta-info > * {
    font-size: 16px;
}
.channel .album-list .articlebox-compact .intro {
    margin: 10px 0 0 0;
    max-height: 4.5em;
    overflow: hidden;
}
/*專輯-單一專輯首頁*/
.channel .collection-header {
    margin: 20px 0;
}
.channel .collection-header .collection-title {
    font-size: 48px;
}
.channel .collection-header .collection-intro {
    font-size: 18px;
    margin: 20px 0;
}
.channel .collection-header .meta-info-wrapper {
    height: 100%;
    min-height: 30px;
    padding: 8px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.channel .collection-header .meta-info {
    margin-top: 0;
}
.channel .collection-header .meta-info > * {
    font-size: 16px;
}
.channel .collection-header .meta-info .article-sum .count {
    display: inline-block;
    margin-left: 5px;
    transform: scale(1.5);
}
.channel .collection-header .meta-info a:link,
.channel .collection-header .meta-info a:visited {
    color: #003388;
}
.channel .collection-header .meta-info a:hover,
.channel .collection-header .meta-info a:active {
    color: #bc0614;
}
/*即時-線上人數*/
.channel.realtimenews .online-users {
    position: relative;
}
.channel.realtimenews .online-users .meta-info {
    text-align: right;
    position: absolute;
    right: 0;
    margin-top: 0;
}
.channel.realtimenews .online-users .meta-info .last-update-time {
    font-size: 16px;
    border: none;
}
.channel.realtimenews .online-users .meta-info .last-update-time span {
    display: block;
}
.channel.realtimenews .online-users .meta-info .last-update-time time {
    display: inline-block;
    top: -1px;
    margin-top: 3px;
}
.channel.realtimenews .online-users .meta-info .btn-refresh {
    font-size: 36px;
}
.channel.realtimenews .online-users .user-count {
    text-align: center;
    font-size: 21px;
    overflow: hidden;
}
.channel.realtimenews .online-users .user-count span {
    display: block;
}
.channel.realtimenews .online-users .user-count .number {
    font-weight: bold;
    font-size: 72px;
    font-family: "Verdana", sans-serif;
}
.channel.realtimenews .user-device-profile {
    margin-top: 20px;
}
.channel.realtimenews .user-device-profile .legends {
    list-style: none;
    margin: 0;
    padding: 0;
}
.channel.realtimenews .user-device-profile .legend-item {
    display: inline-block;
    margin: 0 10px;
}
.channel.realtimenews .user-device-profile .legend-symbol {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.channel.realtimenews .user-device-profile [data-id="desktop"] .legend-symbol {
    background: #ff3300;
}
.channel.realtimenews .user-device-profile [data-id="mobile"] .legend-symbol {
    background: #33cc00;
}
.channel.realtimenews .user-device-profile [data-id="tablet"] .legend-symbol {
    background: #3399ff;
}
.channel.realtimenews .user-device-profile .bar-chart {
    margin-top: 20px;
    display: flex;
}
.channel.realtimenews .user-device-profile .bar-chart .bar {
    height: 20px;
    flex: auto;
}
.channel.realtimenews .user-device-profile .bar-chart .bar[data-id="desktop"] {
    background: #ff3300;
}
.channel.realtimenews .user-device-profile .bar-chart .bar[data-id="mobile"] {
    background: #33cc00;
}
.channel.realtimenews .user-device-profile .bar-chart .bar[data-id="tablet"] {
    background: #3399ff;
}
.channel.realtimenews .powered-by {
    margin-top: 20px;
    text-align: right;
}
/*即時-熱門新聞*/
.channel.realtimenews .hot-news {
    margin-top: 20px;
}
.channel.realtimenews .hot-news .vertical-list .title {
    font-size: 21px;
}
.channel.realtimenews .hot-news .vertical-list .meta-info {
    margin-top: 0;
}
.channel.realtimenews .hot-news .vertical-list .click span {
    font-size: 21px;
    color: #666666;
}
/*更多*/
.channel.more .more-category .block {
    position: relative;
    font-size: 21px;
    margin-bottom: 20px;
}
.channel.more .more-category .block::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.channel.more .more-category .block a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #eeeeee;
    transition: 0.3s;
}
.channel.more .more-category .block a:hover {
    text-decoration: none;
    background: rgba(188, 6, 20, 0.1);
    font-size: 24px;
}