@charset "utf-8";
/*全局標題*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft Yahei", sans-serif;
    font-weight: normal;
    line-height: 1.3;
}
/*全局section*/
section > header {
    position: relative;
    background: #848484;
    padding: 3px 8px;
}
section > header .section-title {
    font-size: 27px;
    color: #ffffff;
}
section > header .more {
    display: none;
}
section > .more,
section + .more {
    padding-top: 10px;
    text-align: center;
    border-top: 3px solid #848484;
}
section > .more .ico-more,
section + .more .ico-more {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: #848484 url("../images/ico-more.png") no-repeat center center;
    border-radius: 50%;
    margin: 0 5px;
}
aside section > header .section-title {
    font-size: 21px;
}
/*全局區塊頁籤*/
header.ribbon {
    position: absolute;
    left: -10px;
    top: 5px;
    z-index: 20;
    text-align: center;
    padding: 0 0 2px 0;
    border: 1px solid #cecece;
    border-left: none;
    background: #848484;
    background: hsla(0, 0%, 52%, 0.9);
}
header.ribbon::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 3px;
    bottom: -4px;
    height: 3px;
    background: rgba(0, 0, 0, 0.2);
}
header.ribbon .section-title {
    color: #ffffff;
    font-weight: normal;
    padding: 0 0.75em;
    min-width: 4em;
}
header.ribbon .section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #424242;
    border-top-color: hsla(0, 0%, 26%, 0.9);
}
/*全局直式列表*/
.vertical-list {
    font-size: inherit;
}
ul.vertical-list {
    padding: 10px 10px 10px 15px;
}
ol.vertical-list {
    padding: 10px 10px 10px 30px;
}
.vertical-list > li {
    border-top: 1px dotted #666666;
    padding: 0.45em;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    background: none;
    position: relative;
}
ul.vertical-list > li::before {
    content: "●";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -15px;
    top: 45%;
    top: calc(50% - 5px);
    padding: 0;
    text-align: center;
    font-size: 11px;
    font-family: "Arial";
    line-height: 1;
    color: #999999;
}
ol.vertical-list > li {
    list-style: decimal;
}
.vertical-list > li:first-child,
.vertical-list > li.first {
    border: none;
}
.vertical-list > li .meta-legends {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
}
.vertical-list > li .meta-legends::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
/*全局文章類別、時間、點閱數*/
.meta-info {
    margin-top: 5px;
    font-size: 0;
}
.meta-info > * {
    font-size: 14px;
    line-height: 1;
}
.meta-info .category {
    display: inline-block;
    background: #848484;
    color: #ffffff;
    padding: 4px 10px;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    text-transform: lowercase;
}
.meta-info .category::first-letter {
    text-transform: capitalize;
}
.meta-info .category a:link,
.meta-info .category a:visited {
    color: #ffffff;
}
.meta-info .category a:hover,
.meta-info .category a:active {
    color: #ffffcc;
}
.meta-info .category .separator {
    display: inline-block;
    width: 10px;
}
.meta-info time {
    position: relative;
    margin-right: 10px;
    font-family: Verdana, "Microsoft JhengHei", sans-serif;
    display: inline-flex;
    align-items: center;
}
.meta-info time::before {
    content: "\f017";
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5px;
    margin-left: 1px;
    font-family: "FontAwesome";
    font-size: inherit;
    font-weight: normal;
    color: #999999;
}
.meta-info time .hour + span {
    margin-left: 10px;
}
.meta-info .author + .click {
    margin-left: 10px;
}
.meta-info time + .click {
    margin-top: 15px;
}
.meta-info .category + time + .click {
    margin-top: 5px;
}
.meta-info .click span {
    color: #999999;
    font: bold 25px/1 Verdana, Geneva, sans-serif;
}
.meta-info .click span.dim {
    color: #666666;
}
aside .meta-info .click span {
    font-size: 18px;
}
/*全局內容屬性圖示*/
.meta-legends > span {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 8px;
    margin-right: 1px;
    font-size: 13px;
    background: #cecece;
    color: #eeeeee;
}
.meta-legends > span.on {
    background: #999999;
    color: #ffffff;
}
.meta-legends > span.pic::after {
    content: "圖片";
}
.meta-legends > span.video::after {
    content: "影音";
}
/*全局分頁列*/
div.pagination ul {
    font-size: 0;
    text-align: center;
}
div.pagination ul > li {
    display: inline-block;
    background: #ffffff;
}
div.pagination a {
    color: #000000;
    display: block;
    font-size: 16px;
    padding: 2px 8px;
    margin: 2px;
    border: 1px solid #c3c3c3;
}
div.pagination .current {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin: 2px;
    padding: 2px 8px;
    background: #848484;
    border: 1px solid #848484;
}
div.pagination .disabled {
    padding: 2px 8px;
    font-size: 16px;
    border: 1px solid #c3c3c3;
    color: #999999;
    margin: 2px;
}
/*全局顯示更多內容鈕*/
div.pagination .load-more a {
    font-size: 24px;
    border: none;
    padding: 2px 12px;
    color: #ffffff;
    background: #848484;
}
div.pagination .load-more a i.fa {
    margin-right: 10px;
    opacity: 0.6;
}
div.pagination .load-more a i.fa-spin {
    -webkit-animation: fa-spin 0.6s infinite linear;
    animation: fa-spin 0.6s infinite linear;
    -webkit-transform-origin: 51% 48%;
    transform-origin: 51% 48%;
}
/*全局縮圖*/
.thumb-photo {
    position: relative;
}
.thumb-photo .cropper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
}
.thumb-photo .cropper::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.thumb-photo .cropper .photo {
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: middle;
    position: relative;
}
.thumb-photo.video .cropper a::before {
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    z-index: 1;
    content: "";
    display: block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.thumb-photo.video .cropper a::after {
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 10px);
    z-index: 1;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
img.rel-h {
    width: auto !important;
    height: 100% !important;
}
img.rel-v {
    width: 100% !important;
    height: auto !important;
}
/*全局grid-box公用設定*/
.grid-box-container {
    margin-bottom: 15px;
}
.grid-box-group {
    position: relative;
    margin-left: -15px;
    margin-top: -15px;
}
.grid-box {
    position: relative;
    float: left;
    z-index: 1;
}
.grid-box::before {
    content: "";
    display: block;
    width: 100%;
}
.grid-box > div {
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0;
    transition: 0.6s;
}
.grid-box .content .thumb-photo {
    width: 100%;
    height: 100%;
}
.grid-box .content .overlay-bgn {
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px;
    white-space: nowrap;
    transition: background 0.6s;
}
.grid-box .content .overlay-bgn::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.grid-box .content .info-wrapper {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.grid-box .content .caption {
    position: relative;
    overflow: visible;
}
.grid-box .content .caption .caption-title {
    font-size: 20px;
    line-height: 1.3;
    color: #ffffff;
}
.grid-box .content .caption .caption-text {
    font-size: 15px;
    line-height: 1.5;
    color: #cccccc;
    margin-top: 8px;
    margin-bottom: 0;
    display: none;
}
.grid-box .content .caption .caption-title a:link,
.grid-box .content .caption .caption-title a:visited {
    color: #ffffff;
}
.grid-box .content .caption .caption-title a:hover,
.grid-box .content .caption .caption-title a:active {
    color: #ffffcc;
}
.grid-box .content .meta-info {
    margin-top: 8px;
    color: #ffffff;
}
.grid-box .content .meta-info span {
    color: #cccccc;
}
/*全局grid-box版型一*/
.grid-box-template-01 {
    position: relative;
}
.grid-box-template-01 > header {
    margin-bottom: 15px;
}
.grid-box-template-01 .grid-box:nth-child(12n+1) {
    float: right;
    width: 36.6835%;
}
.grid-box-template-01 .grid-box:nth-child(12n+1)::before {
    padding-bottom: 158.9041%;
}
.grid-box-template-01 .grid-box:nth-child(12n+2) {
    width: 21.1056%;
}
.grid-box-template-01 .grid-box:nth-child(12n+2)::before {
    padding-bottom: 150%;
}
.grid-box-template-01 .grid-box:nth-child(12n+3) {
    width: 21.1056%;
}
.grid-box-template-01 .grid-box:nth-child(12n+3)::before {
    padding-bottom: 150%;
}
.grid-box-template-01 .grid-box:nth-child(12n+4) {
    width: 21.1056%;
}
.grid-box-template-01 .grid-box:nth-child(12n+4)::before {
    padding-bottom: 150%;
}
.grid-box-template-01 .grid-box:nth-child(12n+5) {
    width: 31.6583%;
}
.grid-box-template-01 .grid-box:nth-child(12n+5)::before {
    padding-bottom: 84.1270%;
}
.grid-box-template-01 .grid-box:nth-child(12n+6) {
    width: 31.6583%;
}
.grid-box-template-01 .grid-box:nth-child(12n+6)::before {
    padding-bottom: 84.1270%;
}
.grid-box-template-01 .grid-box:nth-child(12n+7) {
    width: 36.6835%;
    clear: both;
}
.grid-box-template-01 .grid-box:nth-child(12n+7)::before {
    padding-bottom: 158.9041%;
}
.grid-box-template-01 .grid-box:nth-child(12n+8) {
    width: 31.6583%;
}
.grid-box-template-01 .grid-box:nth-child(12n+8)::before {
    padding-bottom: 84.1270%;
}
.grid-box-template-01 .grid-box:nth-child(12n+9) {
    width: 31.6583%;
}
.grid-box-template-01 .grid-box:nth-child(12n+9)::before {
    padding-bottom: 84.1270%;
}
.grid-box-template-01 .grid-box:nth-child(12n+10) {
    width: 21.1056%;
}
.grid-box-template-01 .grid-box:nth-child(12n+10)::before {
    padding-bottom: 150%;
}
.grid-box-template-01 .grid-box:nth-child(12n+11) {
    width: 21.1056%;
}
.grid-box-template-01 .grid-box:nth-child(12n+11)::before {
    padding-bottom: 150%;
}
.grid-box-template-01 .grid-box:nth-child(12n+12) {
    width: 21.1056%;
}
.grid-box-template-01 .grid-box:nth-child(12n+12)::before {
    padding-bottom: 150%;
}
.grid-box-template-01 .adaptive-gallery .navigation .btn {
    min-width: 30px;
}
/*全局grid-box版型二*/
.grid-box-template-02 {
    position: relative;
    margin: 15px auto 0 auto;
}
.grid-box-template-02 > header {
    margin-bottom: 15px;
}
.grid-box-template-02 .grid-box:nth-child(8n+1) {
    width: 36.6835%;
}
.grid-box-template-02 .grid-box:nth-child(8n+1)::before {
    padding-bottom: 145.2055%;
}
.grid-box-template-02 .grid-box:nth-child(8n+2) {
    width: 31.6583%;
}
.grid-box-template-02 .grid-box:nth-child(8n+2)::before {
    padding-bottom: 84.1270%;
}
.grid-box-template-02 .grid-box:nth-child(8n+3) {
    width: 31.6583%;
}
.grid-box-template-02 .grid-box:nth-child(8n+3)::before {
    padding-bottom: 84.1270%;
}
.grid-box-template-02 .grid-box:nth-child(8n+4) {
    width: 31.6583%;
}
.grid-box-template-02 .grid-box:nth-child(8n+4)::before {
    padding-bottom: 84.1270%;
}
.grid-box-template-02 .grid-box:nth-child(8n+5) {
    width: 31.6583%;
}
.grid-box-template-02 .grid-box:nth-child(8n+5)::before {
    padding-bottom: 84.1270%;
}
.grid-box-template-02 .grid-box:nth-child(8n+6) {
    width: 36.6835%;
    clear: both;
}
.grid-box-template-02 .grid-box:nth-child(8n+6)::before {
    padding-bottom: 72.6027%;
}
.grid-box-template-02 .grid-box:nth-child(8n+7) {
    width: 31.6583%;
}
.grid-box-template-02 .grid-box:nth-child(8n+7)::before {
    padding-bottom: 84.1270%;
}
.grid-box-template-02 .grid-box:nth-child(8n+8) {
    width: 31.6583%;
}
.grid-box-template-02 .grid-box:nth-child(8n+8)::before {
    padding-bottom: 84.1270%;
}
.grid-box-template-02 .adaptive-gallery .navigation .btn {
    min-width: 30px;
}
/*全局grid-box版型三*/
.grid-box-template-03 {
    position: relative;
    margin: 15px auto;
}
.grid-box-template-03 header {
    margin-bottom: 15px;
}
.grid-box-template-03 header.ribbon {
    top: 20px;
    margin-bottom: 0;
}
.grid-box-template-03 .grid-box:nth-child(4n+1) {
    width: 68.3417%;
}
.grid-box-template-03 .grid-box:nth-child(4n+1)::before {
    padding-bottom: 62%;
}
.grid-box-template-03 .grid-box:nth-child(4n+1) .content .caption .caption-title {
    font-size: 40px;
}
.grid-box-template-03 .grid-box:nth-child(4n+2) {
    width: 31.6583%;
}
.grid-box-template-03 .grid-box:nth-child(4n+2)::before {
    padding-bottom: 133.9683%;
}
.grid-box-template-03 .grid-box:nth-child(4n+3) {
    width: 31.6583%;
    clear: both;
}
.grid-box-template-03 .grid-box:nth-child(4n+3)::before {
    padding-bottom: 68.5714%;
}
.grid-box-template-03 .grid-box:nth-child(4n+4) {
    width: 68.3417%;
}
.grid-box-template-03 .grid-box:nth-child(4n+4)::before {
    padding-bottom: 31.8182%;
}
.grid-box-template-03 .grid-box:nth-child(4n+4) .content .thumb-photo {
    width: 54.8872%;
}
.grid-box-template-03 .grid-box:nth-child(4n+4) .content .overlay-bgn {
    top: 0;
    right: 0;
    bottom: 0;
    left: 54.8872%;
}
/*全局grid-box版型四*/
.grid-box-template-04 {
    position: relative;
    margin: 10px auto 15px auto;
}
.grid-box-template-04 > header {
    margin-bottom: 15px;
}
.grid-box-template-04 .grid-box:nth-child(5n+1) {
    width: 31.6583%;
    float: right;
}
.grid-box-template-04 .grid-box:nth-child(5n+1)::before {
    padding-bottom: 195.2381%;
}
.grid-box-template-04 .grid-box:nth-child(5n+2) {
    width: 68.3417%;
}
.grid-box-template-04 .grid-box:nth-child(5n+2)::before {
    padding-bottom: 45.2206%;
}
.grid-box-template-04 .grid-box:nth-child(5n+2) .content .thumb-photo {
    width: 60%;
}
.grid-box-template-04 .grid-box:nth-child(5n+2) .content .overlay-bgn {
    top: 0;
    right: 0;
    bottom: 0;
    left: 60%;
}
.grid-box-template-04 .grid-box:nth-child(5n+3) {
    width: 68.3417%;
}
.grid-box-template-04 .grid-box:nth-child(5n+3)::before {
    padding-bottom: 45.2206%;
}
.grid-box-template-04 .grid-box:nth-child(5n+3) .content .thumb-photo {
    width: 60%;
    float: right;
}
.grid-box-template-04 .grid-box:nth-child(5n+3) .content .overlay-bgn {
    top: 0;
    right: 60%;
    bottom: 0;
    left: 0;
}
.grid-box-template-04 .grid-box:nth-child(5n+4) {
    width: 36.6834%;
}
.grid-box-template-04 .grid-box:nth-child(5n+4)::before {
    padding-bottom: 130%;
}
.grid-box-template-04 .grid-box:nth-child(5n+5) {
    width: 63.3166%;
}
.grid-box-template-04 .grid-box:nth-child(5n+5)::before {
    padding-bottom: 75.2381%;
}
/*全局grid-box版型五*/
.grid-box-template-05 {
    position: relative;
    margin: 10px auto 15px auto;
}
.grid-box-template-05 > header {
    margin-bottom: 15px;
}
.grid-box-template-05 .grid-box:nth-child(3n+1) {
    width: 36.6834%;
}
.grid-box-template-05 .grid-box:nth-child(3n+1)::before {
    padding-bottom: 72.6027%;
}
.grid-box-template-05 .grid-box:nth-child(3n+2) {
    width: 31.6583%;
}
.grid-box-template-05 .grid-box:nth-child(3n+2)::before {
    padding-bottom: 84.1270%;
}
.grid-box-template-05 .grid-box:nth-child(3n+3) {
    width: 31.6583%;
}
.grid-box-template-05 .grid-box:nth-child(3n+3)::before {
    padding-bottom: 84.1270%;
}
/*全局grid-box版型六*/
.grid-box-template-06 {
    position: relative;
    margin: 15px auto;
}
.grid-box-template-06 > header {
    margin-bottom: 15px;
}
.grid-box-template-06 header.ribbon {
    top: 20px;
    margin-bottom: 0;
}
.grid-box-template-06 .grid-box:nth-child(3n+1) {
    width: 68.3417%;
}
.grid-box-template-06 .grid-box:nth-child(3n+1)::before {
    padding-bottom: 62%;
}
.grid-box-template-06 .grid-box:nth-child(3n+1) .content .caption .caption-title {
    font-size: 40px;
}
.grid-box-template-06 .grid-box:nth-child(3n+2) {
    width: 31.6583%;
}
.grid-box-template-06 .grid-box:nth-child(3n+2)::before {
    padding-bottom: 66.9841%;
}
.grid-box-template-06 .grid-box:nth-child(3n+3) {
    width: 31.6583%;
}
.grid-box-template-06 .grid-box:nth-child(3n+3)::before {
    padding-bottom: 66.9841%;
}
/*全局grid-box版型七*/
.grid-box-template-07 {
    position: relative;
    margin: 15px auto;
}
.grid-box-template-07 > header {
    margin-bottom: 15px;
}
.grid-box-template-07 .grid-box {
    width: 25%;
}
.grid-box-template-07 .grid-box:nth-child(5n+1) {
    width: 50%;
    float: left;
}
.grid-box-template-07 .grid-box::before {
    padding-bottom: 110%;
}
.grid-box-template-07 .grid-box .content .thumb-photo {
    height: 66.6667%;
}
.grid-box-template-07 .grid-box:nth-child(5n+1) .content .thumb-photo {
    height: 75%;
}
.grid-box-template-07 .grid-box .content .overlay-bgn {
    top: 66.6667%;
    background: #eeeeee;
}
.grid-box-template-07 .grid-box:nth-child(5n+1) .content .overlay-bgn {
    top: 75%;
}
.grid-box-template-07 .grid-box .content .meta-info {
    color: #000000;
    display: none;
}
.grid-box-template-07 .grid-box .content .caption .caption-title {
    max-height: 2.6em;
    overflow: hidden;
}
.grid-box-template-07 .grid-box:nth-child(5n+1) .content .caption .caption-title {
    font-size: 32px;
}
.grid-box-template-07 .grid-box .content .caption .caption-title a:link,
.grid-box-template-07 .grid-box .content .caption .caption-title a:visited {
    color: #000000;
}
.grid-box-template-07 .grid-box .content .caption .caption-title a:hover,
.grid-box-template-07 .grid-box .content .caption .caption-title a:active {
    color: #ff3300;
}
/*焦點大圖*/
.focus-gallery {
    position: relative;
    width: 100%;
    margin: 15px auto 20px auto;
    padding: 0;
}
.clmn-left .focus-gallery {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*焦點大圖預設載入圖片*/
.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: 45.92%;
}
.clmn-left .focus-gallery .placeholder .item-entry::before {
    padding-bottom: 65.40%;
}
.focus-gallery .placeholder .item-entry .container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.focus-gallery .placeholder .caption {
    font-size: 18px;
}
.focus-gallery + .clear-fix {
    margin: 20px auto;
}
/*即時新聞*/
.realtime-news {
    margin: 0 auto;
}
.realtime-news .vertical-list {
    padding-right: 0;
}
.realtime-news .vertical-list > li {
    padding-right: 90px;
}
.realtime-news .vertical-list h2 {
    font-size: 18px;
    line-height: 1.3;
}
.realtime-news .meta-info .click span {
    font-size: 14px;
    color: #999999;
}
/*編輯精選*/
.focus-news {
    margin: 20px auto 0 auto;
}
.focus-news > header {
    display: none;
    margin-bottom: 15px;
}
/*編輯精選-次分類*/
.focus-news section {
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
    float: left;
    margin-top: 20px;
}
.focus-news section > header {
    position: relative;
    border: none;
    background: #eeeeee !important;
    height: 32px;
    padding: 0;
    overflow: hidden;
}
.focus-news section > header .section-title {
    position: absolute;
    height: 22px;
    line-height: 22px;
    background: #848484;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 10px;
    min-width: 80px;
    text-align: center;
}
.focus-news section > header .section-title span {
    position: absolute;
    left: 100%; 
    margin-left: 10px;
    color: #999999;
}
.focus-news section > header .more {
    display: block;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    text-indent: -999px;
}
.focus-news section > header .more a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/ico-more.png") no-repeat center center;
}
.focus-news section > .content {
    position: relative;
    margin-top: 10px;
    max-height: 100px;
    overflow: hidden;
}
.focus-news section > .content .thumb-photo {
    float: left;
    margin-right: 15px;
    width: 30%;
    min-width: 100px;
}
.focus-news section > .content .thumb-photo .cropper {
    width: 100%;
    height: 100px;
}
.focus-news section > .content .caption {
    overflow: hidden;
}
.focus-news section > .content .caption .caption-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
    max-height: 2.6em;
    overflow: hidden;
}
.focus-news section > .content .caption .caption-text {
    font-size: 16px;
    line-height: 1.5;
}
.focus-news section > .content .last-update {
    display: none;
}
/*編輯精選-次分類第一則*/
.focus-news > header + section {
    padding-left: 0;
    margin-top: 0;
}
.focus-news > header +  section > .content {
    margin-top: 0;
    padding: 15px;
    background: url("../images/pattern-4x4-line-45deg-a0.1.png");
    height: 405px;
    max-height: none;
}
.focus-news > header +  section > .content .thumb-photo {
    float: none;
    margin-right: 0;
    width: 100%;
}
.focus-news > header +  section > .content .thumb-photo .cropper {
    width: 100%;
    height: 350px;
}
.focus-news > header +  section > .content .caption {
    position: relative;
    overflow: visible;
}
.focus-news > header +  section > .content .caption .caption-title {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border: 16px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    font-size: 20px;
    margin-bottom: 0;
}
.focus-news > header +  section > .content .caption .caption-title a:link,
.focus-news > header +  section > .content .caption .caption-title a:visited {
    color: #ffffff;
}
.focus-news > header +  section > .content .caption .caption-title a:hover,
.focus-news > header +  section > .content .caption .caption-title a:active {
    color: #ffffcc;
}
.focus-news > header +  section > .content .caption .caption-text {
    padding-top: 10px;
    max-height: 45px;
    overflow: hidden;
}
/*編輯精選-次分類第二則*/
.focus-news > header + section + section {
    margin-top: 0;
}
/*最新消息*/
.whats-new {
    margin: 20px auto;
}
.whats-new > header {
    margin-bottom: 15px;
}
.whats-new .grid-box[data-grid-box-id="1"] {
    float: right;
    width: 36.6835%;
}
.whats-new .grid-box[data-grid-box-id="1"]::before {
    padding-bottom: 158.9041%;
}
.whats-new .grid-box[data-grid-box-id="2"] {
    width: 21.1056%;
}
.whats-new .grid-box[data-grid-box-id="2"]::before {
    padding-bottom: 150%;
}
.whats-new .grid-box[data-grid-box-id="3"] {
    width: 21.1056%;
}
.whats-new .grid-box[data-grid-box-id="3"]::before {
    padding-bottom: 150%;
}
.whats-new .grid-box[data-grid-box-id="4"] {
    width: 21.1056%;
}
.whats-new .grid-box[data-grid-box-id="4"]::before {
    padding-bottom: 150%;
}
.whats-new .grid-box[data-grid-box-id="5"] {
    width: 31.6583%;
}
.whats-new .grid-box[data-grid-box-id="5"]::before {
    padding-bottom: 84.1270%;
}
.whats-new .grid-box[data-grid-box-id="6"] {
    width: 31.6583%;
}
.whats-new .grid-box[data-grid-box-id="6"]::before {
    padding-bottom: 84.1270%;
}
.whats-new .adaptive-gallery .navigation .btn {
    min-width: 30px;
}
/*專題回顧*/
.features {
    margin: 20px auto 0 auto;
}
.features .scroller-gallery .stage-container {
    margin: 15px auto;
    padding-top: 0;
}
.features .scroller-gallery .main-photo {
    display: none;
}
/*新聞目錄頁*/
.news-list {
    margin: 0 auto;
    padding: 0;
}
.news-list > header {
    display: none;
}
[class*="-index"] .news-list > header {
    display: block;
}
/*新聞目錄頁-圖文列表*/
.news-list > ul {
    margin: 0 auto;
}
.news-list .focus-news +  ul {
    border-top: 1px solid #aaaaaa;
}
.news-list > ul > li {
    border-top: 1px dotted #666666;
    padding: 15px 0;
    position: relative;
}
.news-list > ul > li:first-child {
    border-top: none;
}
.news-list > ul > li > * {
    overflow: hidden;
}
.news-list > ul > li > h3 {
    font-size: 26px;
    line-height: 1.3;
}
.news-list > ul > li > .thumb-photo-container {
    box-sizing: border-box;
    margin-top: 15px;
}
.news-list > ul > li .thumb-photo {
    box-sizing: border-box;
}
.news-list > ul > li .thumb-photo::before {
    content: "";
    display: block;
    width: 100%;
}
.news-list > ul > li .thumb-photo .cropper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}
.news-list > ul > li .thumb-photo .cropper::after {
    content: "";
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.news-list > ul > li .thumb-photo .photo {
    display: inline-block;
    vertical-align: middle;
}
.news-list > ul > li > p {
    line-height: 1.5;
    margin-top: 10px;
    max-height: 4.5em;
    display: none;
}
.news-list > ul > li .thumb-photo-container + p {
    margin-top: 15px;
}
.news-list > ul > li > .meta-info {
    margin-top: 10px;
}
.news-list > ul > li > .meta-info .click span {
    font-size: 25px;
}
/*新聞目錄頁-配圖張數為1時*/
.news-list > ul > li[data-photo-sum="1"] > * {
    margin-left: 30%;
    padding-left: 25px;
}
.news-list > ul > li[data-photo-sum="1"] .thumb-photo-container {
    float: left;
    width: 30%;
    margin: 0;
    padding-left: 0;
}
.news-list > ul > li[data-photo-sum="1"] .thumb-photo {
    width: 100%;
}
.news-list > ul > li[data-photo-sum="1"] .thumb-photo::before {
    padding-bottom: 66.6667%;
}
.news-list > ul > li[data-photo-sum="1"] .thumb-photo .cropper {
    left: 0;
}
/*新聞目錄頁-圖文列表-總覽*/
.news-list.compact > ul > li > h3 {
    font-size: 21px;
}
.news-list.compact > ul > li[data-photo-sum="1"] > * {
    margin-left: 120px;
}
.news-list.compact > ul > li[data-photo-sum="1"] .thumb-photo-container {
    margin: 0;
}
.news-list.compact > ul > li[data-photo-sum="1"] .thumb-photo-container {
    max-width: 120px;
}
/*新聞目錄頁-邊欄最熱新聞*/
.hot-news {
    position: relative;
    margin: 15px auto;
}
.hot-news.width-cover {
    margin-top: 10px;
    margin-bottom: 0;
}
.hot-news + .hot-news {
    margin-top: 0;
}
.hot-news header.ribbon .section-title {
    font-size: 18px;
}
.hot-news .cover {
    position: relative;
}
.hot-news .cover .thumb-photo::before {
    content: "";
    display: block;
    padding-bottom: 66.6667%;
}
.hot-news .cover .thumb-photo > .cropper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hot-news .cover .overlay-bgn {
    position: absolute;
    box-sizing: border-box;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 16px;
    font-size: 0;
    white-space: nowrap;
}
.hot-news .cover .overlay-bgn::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.hot-news .cover .info-wrapper {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    white-space: normal;
}
.hot-news .cover .caption .caption-title {
    font-size: 20px;
    line-height: 1.3;
    color: #ffffff;
    max-height: 2.6em;
    overflow: hidden;
}
.hot-news .cover .caption .caption-title a:link,
.hot-news .cover .caption .caption-title a:visited {
    color: #ffffff;
}
.hot-news .cover .caption .caption-title a:hover,
.hot-news .cover .caption .caption-title a:active {
    color: #ffffcc;
    text-decoration: underline;
}
.hot-news .cover .meta-info {
    color: #ffffff;
    margin: 8px 0 0 0;
    float: none;
}
.hot-news .vertical-list {
    padding-right: 0;
}
.hot-news .vertical-list h3 {
    font-size: 18px;
    max-height: 2.6em;
    overflow: hidden;
}
.hot-news .vertical-list li > a {
    overflow: hidden;
}
.hot-news .vertical-list + .more {
    margin-bottom: 10px;
}
.hot-news .meta-info {
    float: right;
    margin: 3px 0 0 15px;
}
/*新聞目錄頁-邊欄推薦新聞*/
.recommended-news {
    margin: 15px auto;
}
.recommended-news ul.vertical-list {
    padding-left: 0;
    padding-right: 0;
}
.recommended-news ul.vertical-list > li {
    padding-left: 0;
    padding-right: 0;
}
.recommended-news ul.vertical-list > li::before {
    content: "";
    display: none;
}
.recommended-news .thumb-photo {
    float: left;
    width: 100px;
    height: 75px;
    margin-right: 15px;
}
.recommended-news .info-wrapper {
    overflow: hidden;
}
.recommended-news .caption .caption-title {
    font-size: 18px;
    line-height: 1.3;
}
.recommended-news .meta-info {
    color: #666666;
    margin-top: 8px;
}
/*熱門排行榜*/
.hot-rank {
    margin: 0 auto;
}
.hot-rank .vertical-list {
    counter-reset: hot-rank-counter;
    padding: 10px;
}
.hot-rank .vertical-list > li {
    list-style: none;
    padding: 30px 200px 30px 50px;
    font-size: 0;
    border-top: 1px dotted #666666;
}
.hot-rank .vertical-list > li:first-child {
    border-top: none;
}
.hot-rank .vertical-list > li::before {
    content: counter(hot-rank-counter);
    counter-increment: hot-rank-counter;
    width: 30px;
    height: 30px;
    background: #999999;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    margin-left: -50px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.hot-rank .vertical-list > li::after {
    content: "";
    display: table;
    width: 0;
    height: 0;
    clear: both;
}
.hot-rank .vertical-list > li h3 {
    font-size: 21px;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.hot-rank .meta-info {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    overflow: hidden;
    text-align: right;
    margin: 0 -200px 0 0;
}
.hot-rank .meta-info .click span {
    margin-right: 10px;
    position: relative;
    top: 2px;
    font-size: 25px;
}
.hot-rank .vertical-list > li.top::before {
    background: #000000;
}
/*頻道分類第二層選單*/
.category-submenu {
    background: #cccccc;
    padding: 12px 2px;
    margin-top: -8px;
    margin-bottom: 8px;
}
.category-submenu > ul > li {
    float: left;
    border-left: 1px solid #bbbbbb;
    padding: 0 13px;
}
.category-submenu > ul > li:first-child {
    border-width: 0;
}