/* Minification failed. Returning unminified contents.
(885,2): run-time error CSS1031: Expected selector, found '/'
(885,2): run-time error CSS1025: Expected comma or open brace, found '/'
(2467,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2468,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2469,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2473,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(2499,26): run-time error CSS1039: Token not allowed after unary operator: '-yellow'
(2515,22): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue'
(3454,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(3506,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(5386,2): run-time error CSS1030: Expected identifier, found ' '
(5386,2): run-time error CSS1019: Unexpected token, found ' '
(6860,2056): run-time error CSS1019: Unexpected token, found '@keyframes'
(6860,2075): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7495,31): run-time error CSS1038: Expected hex color, found '#0173B5a'
 */

/*                      跨平台平用的css 指娛樂、桌機版 (目前不包含手機版) 所有頁面 user control 共用的css                */
/*                      新聞頁面                */
/*上一則、下一則*/
.TabPanel .item img,
.news-area .news-sr img {
    aspect-ratio: attr(width) / attr(height);
    height: auto;
}

.prevNext {
    height: 51px;
    margin-top: 6px;
    margin-bottom: 10px;
}

    .prevNext a {
        display: inline-block;
        max-width: 600px;
        min-width: 400px;
        height: 51px;
        font-size: 18px;
        font-weight: bold;
        color: #585858;
        line-height: 51px;
        text-decoration: none;
        background-color: #E3E3E3;
        border-radius: 5px;
        vertical-align: middle;
    }

        .prevNext a:hover {
            color: #FFF;
            background-color: #585858;
        }

#prev {
}

    #prev a {
        background-image: url(../images/prev.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        padding-left: 50px;
        padding-right: 10px;
    }

        #prev a::before {
            content: '上一則:　';
            color: #F04800;
            font-size: 12px;
            font-weight: normal;
        }

        #prev a:hover {
            animation-duration: 0.3s;
            animation-name: preSlidein;
        }

@keyframes preSlidein {
    from {
        background-position: 10px center;
    }

    to {
        background-position: -10px center;
    }
}

#next.prevNext {
    text-align: right;
    margin-right: 15px;
}

    #next.prevNext a {
        background-image: url(../images/next.png);
        background-repeat: no-repeat;
        background-position: 98% center;
        padding-right: 45px;
    }

    #next.prevNext a:hover {
        animation-duration: 0.3s;
        animation-name: nextSlidein;
    }

    #next.prevNext a::before {
        content: '下一則:　';
        color: #F04800;
        font-size: 12px;
        font-weight: normal;
    }

@keyframes nextSlidein {
    from {
        background-position: 400px center;
    }

    to {
        background-position: 420px center;
    }
}

/* 霸刊頭廣告 */
.meta_ad {
    border-width: 0;
    padding: 5px 0;
    margin: 0px auto;
}

    .meta_ad > div {
        position: relative;
        /*background: #fff;*/
        margin: auto;
        border: 0px solid #f00;
        min-width: 970px;
        max-width: 980px;
        /*min-height: 90px;*/
        max-height: 405px;
    }

.btnHeadAd {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    width: 80px;
    height: 24px;
    bottom: 0;
    padding: 2px;
    z-index: 400;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    font-size: 1.25em;
    padding-right: 0.25em;
    text-align: right;
}

.btnE:hover, .btnC:hover {
}

.meta_ad_inCover {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color:;*/
    z-index: 99999;
}

    .meta_ad_inCover > div {
        position: absolute;
        top: 20%;
        left: 50%;
        margin-left: -485px;
        opacity: 1;
    }

.incoverClose {
    display: block;
    height: 24px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    font-size: 1.25em;
    color: #fff;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

/*頁尾*/
#footerA {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 18px;
    text-align: center;
    font-size: 13px;
    line-height: 1.9em;
    letter-spacing: 1px;
    color: #333;
    font-family: Verdana, Geneva, sans-serif;
}

    #footerA a {
        font-size: 12px;
        color: #333333;
        text-decoration: none;
        display: inline;
    }

        #footerA a:hover {
            color: #F63;
            text-decoration: none;
        }



#footerB {
    max-width: 900px;
    min-width: 800px;
    margin: 10px auto;
    font-size: 0;
    font-family: Verdana, Geneva, sans-serif;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

    #footerB .footerList {
        display: table-cell;
        padding: 0 6px;
        vertical-align: top;
        border-left: 1px dotted #666;
        text-align: left;
    }

        #footerB .footerList:first-child {
            border-left: none;
        }

    #footerB span.channel {
        font-size: 18px;
        font-weight: 600;
        color: #ddd;
        line-height: 2em;
        background-color: #444;
        display: block;
        width: 98%;
        padding-left: 2%;
    }

        #footerB span.channel::before {
            content: '◆ ';
        }

    #footerB .footerList ul {
        list-style: none;
        margin-top: 10px;
        padding: 0 3%;
    }

        #footerB .footerList ul li {
            display: inline-block;
            *display: block;
            zoom: 1;
        }

            #footerB .footerList ul li a {
                font-size: 12px;
            }

                #footerB .footerList ul li a:hover {
                    color: #F90;
                }

            #footerB .footerList ul li::before {
                font-size: 14px;
                content: '♦';
                padding-right: 5px;
            }

            #footerB .footerList ul li a, #footerB .footerList ul li::before {
                color: #C3C3C3;
                display: inline-block;
                height: 26px;
                line-height: 26px;
                vertical-align: top;
                text-decoration: none;
                overflow: hidden;
            }

    #footerB .footerList.footerCol1 {
        width: 130px;
    }

        #footerB .footerList.footerCol1 ul li {
            margin: auto;
            width: 97%;
        }

    #footerB .footerList.footerCol2 {
        width: 250px;
    }

        #footerB .footerList.footerCol2 ul li {
            margin: auto;
            width: 48.5%;
        }

#footerbg {
    clear: both;
    background-image: url(../images/footerbg.jpg);
    background-repeat: repeat-x;
    background-color: #333;
    margin-top: 6px;
    /* [disabled]max-height: 339px; */
    overflow: hidden;
    /*padding-bottom: 10px;*/
}

/*看更多button*/
a.moreNews {
    text-align: center;
    background-color: #8A0000;
    display: block;
    font-size: 19px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #FFF;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    padding: 5px 0;
}

    a.moreNews:hover {
        background-color: #BD1604;
        color: #FFF;
    }

a.moreNewsXS {
    display: inline-block;
    text-align: center;
    background-color: #B60000;
    color: #FFF;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "微軟正黑體", Arial;
    letter-spacing: 1px;
    padding: 5px 10px;
    border-radius: 5px;
}

    a.moreNewsXS:hover {
        background: #D62331;
        color: #FFF;
    }

.moreNewsXXS {
    text-align: right;
    padding: 10px;
}

    .moreNewsXXS a {
        display: inline-block;
        color: #fff;
        padding: 3px 5px;
        background: #8e040a;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }

        .moreNewsXXS a:hover {
            text-decoration: underline;
        }

/*sidebar 業配文*/
.news_list_a {
    width: 300px;
    background-image: url(/images/hb300.jpg);
    background-repeat: no-repeat;
    margin-top: 10px;
    border: 0px solid #BFC7D9;
}

    .news_list_a > .title {
        font-size: 16px;
        color: #FFF;
        padding: 8px 0 8px 11px;
        letter-spacing: 1px;
        background-image: url(/images/hb300.jpg);
        background-repeat: no-repeat;
    }

    .news_list_a > .datas {
        width: 292px;
        border: 1px solid #CCC;
        margin: 0;
        padding: 0;
        padding: 3px;
    }

        .news_list_a > .datas > .dd {
            padding: 8px 5px 5px 5px;
            min-height: 70px;
        }

            .news_list_a > .datas > .dd:not(:last-child) {
                border-bottom: 1px dashed #999;
            }

            .news_list_a > .datas > .dd > .ddimg {
                display: inline-block;
                width: 120px;
                min-height: 70px;
                vertical-align: top;
            }

                .news_list_a > .datas > .dd > .ddimg > img {
                    border: 0;
                    width: 100%;
                    height: 68px;
                }

            .news_list_a > .datas > .dd > .dda {
                display: inline-block;
                width: 155px;
                height: 70px;
                overflow: hidden;
                line-height: 22px;
            }

                .news_list_a > .datas > .dd > .dda > a {
                    font-size: 15px;
                    letter-spacing: 1px;
                    vertical-align: top;
                }

/*精彩圖輯 輪播*/
.OnlineVOD {
    margin-bottom: 10px;
    font-family: Arial, Verdana, 'Microsoft JhengHei', sans-serif;
    border: 1px solid #CCCCCC;
    height: auto;
    overflow: hidden;
}

.live-panel .live-title-area {
    overflow: hidden;
    border-bottom: 3px solid #cf0000;
    padding: 0 10px;
    /*margin-bottom: 10px;*/
    color: #500013;
    position: relative;
}

    .live-panel .live-title-area .title {
        height: 38px;
        line-height: 38px;
        letter-spacing: 1px;
        overflow: hidden;
        font-size: 1.375em;
        font-weight: 600;
    }

.live-panel .TabPanel {
    margin: 8px;
}

    .live-panel .TabPanel a {
        color: #2b2b2b;
    }

#owl-photo, #owl-VODPanel {
    position: relative;
}

    #owl-photo .hotPhotosNav > div, #owl-VODPanel .hotPhotosNav > div {
        width: 30px;
        height: 42px;
        position: absolute;
        top: 50%;
        margin-top: -35px;
    }

    #owl-photo .hotPhotosNav_prev, #owl-VODPanel .hotPhotosNav_prev {
        background: url(/images/icon/arrow-left.gif) no-repeat 0 0;
        left: 0px;
    }

    #owl-photo .hotPhotosNav_next, #owl-VODPanel .hotPhotosNav_next {
        right: 0;
        background: url(/images/icon/arrow-right.gif) no-repeat right 0;
    }

.owl-carousel button:focus {
    outline: 0;
}

.vod-iframe {
    overflow: hidden;
    border-width: 0;
    width: 665px;
    height: 315px;
    margin-bottom: 0.5em;
}

/*新聞10則*/
.package1 .newsli {
    overflow: hidden;
}

    .package1 .newsli > div {
        clear: both;
        overflow: hidden;
        padding: 10px 0;
        border-bottom: 1px dashed #DDDDDD;
        position: relative;
    }

        .package1 .newsli > div:first-child {
            padding-top: 0;
        }


    .package1 .newsli div img {
        float: left;
        margin-right: 8px;
        margin-top: 3px;
        height: 96px;
        width: 170px;
    }

    .package1 .newsli div p {
        max-height: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.938rem;
        line-height: 1.6rem;
        color: #555555;
    }

    .package1 .newsli div .playerIcon {
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 5;
        height: 96px;
        width: 170px;
        vertical-align: middle;
        text-align: center;
    }

        .package1 .newsli div .playerIcon span {
            display: inline-block;
            margin: auto;
            width: 30%;
            height: 100%;
            background: url(/images/icon/mvplay.svg) no-repeat center center;
        }

    .package1 .newsli .plist > div {
        border-bottom: none;
    }

    .package1 .newsli.plist h2 {
        border-bottom: 2px solid #9A2069;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625rem;
        margin-bottom: 10px;
    }

        .package1 .newsli.plist h2 a {
            color: #9A2069;
        }



/*sidebar news list Start*/
#conRt > div {
    margin-bottom: 12px;
    margin-top: 0;
}

.f_14 {
    font-size: 14px;
}

.f_16 {
    font-size: 16px;
}

/*.sbTitle {
    padding: 6px 0 0 45px;
    border-bottom: 1px solid #d94748;
    font-size: 21px;
    line-height: 1.8em;
    letter-spacing: 1px;
    font-weight: bold;
    color: #3c3b3b;
}
    .sbTitle a {
        color: #3c3b3b;
    }
        .sbTitle a:hover {
            color: #FC3;
        }

.sbNewsList, #conRt .hotPhotos {
    width: 300px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius:  5px;
    margin-bottom: 10px;
    font-family: "微軟正黑體";
    font-weight: normal;
    color: #3c3b3b;
    box-shadow: 0px 0px 3px 1px #ddd;
}

.sbNewsList a {
    text-decoration: none;
}

.sbNewsList .sbNewsItem {
    font-size: 15px;
    color: #666;
    line-height: 2em;
    margin:0 5px;
}

    .sbNewsList .sbNewsItem > div {
        min-height: 34px;
        overflow: hidden;
        border-top: 1px dashed #CCCCCC;
        vertical-align: middle;
    }

        .sbNewsList .sbNewsItem > div > a > span {
            line-height: 2.125em;
        }

    .sbNewsList .sbNewsItem > div:first-child {
        border-top: none;
    }

    .sbNewsList .sbNewsItem .sbNewsItemPoint {
        padding-bottom: 2px;
    }
        .sbNewsList .sbNewsItem .sbNewsItemPoint img {
            width: 100%;
            margin: auto;
            margin-top:5px;
        }
        .sbNewsList .sbNewsItem p, .sbNewsList .sbNewsItem a p  {
            line-height: 1.5em;
            font-size: 0.875em;
            color: #666;
            max-height:63px;
            overflow:hidden;
        }
.sbNewsList .VoteTitle {
    padding: 5px;
    border-bottom: 1px solid #CCCCCC;
}
.sbNewsList .more {
    font-size: 13px;
    text-align: right;
    margin: 0 4px;
    padding: 5px 0;
    border-top: 1px dotted #CCCCCC;
}

    .sbNewsList .more a {
        color: #B60000;
    }

        .sbNewsList .more a:hover {
            text-decoration: underline;
        }


.sbNewsList .sbNewsItem > div img {
    float:left;
    margin: 8px 3px;
}

.sbNewsList.MostView .sbTitle {
    background: url(/images/icon/hothr300.png) no-repeat 2%;
}
.sbNewsList.OnlineNews .sbTitle {
    padding-left: 10px;
}
.sbNewsList.HeadNews .sbTitle {
    background: url(/images/icon/onehr_03.png) no-repeat 2%;
}
.sbNewsList.LivePrg .sbTitle, .sbNewsList.TVPrg .sbTitle{
    background: url(/images/icon/livehr300.png) no-repeat 2%;
}
.sbNewsList.FBAnchor .sbTitle {
    background: url(/images/icon/fbhr_03.png) no-repeat 5px;
}
.sbNewsList.MarketingNews .sbTitle {
    background: url(/images/icon/MarketingNewsIcon.png) no-repeat 2%;
}
.sbNewsList.Vote .sbTitle {
    background: url(/images/icon/icon-vote.png) no-repeat 2%;
}

.sbNewsList.QASidebar .sbTitle {
    background: url(/images/icon/hothr300.png) no-repeat 2%;
}
/*直播節目表*/
.sbNewsList.LivePrg .sbNewsItem {
    margin: 0;
    text-align: center;
}

.sbNewsList.LivePrg .sbNewsItemPoint {
    border: none;
    height: 51px;
    -webkit-transition: height 0.5s ease-out;
    -moz-transition: height 0.5s ease-out;
    -ms-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
}

    .sbNewsList.LivePrg .sbNewsItemPoint.active {
        height: 242px;
    }

        .sbNewsList.LivePrg .sbNewsItemPoint.active > div {
            background: #fed134 url(/images/movieicon.png) no-repeat 6px 8px;
        }

    .sbNewsList.LivePrg .sbNewsItemPoint img {
        clear: both;
        float: initial;
        width: 96%;
        margin: 10px auto;
    }

    .sbNewsList.LivePrg .sbNewsItemPoint > div {
        padding: 2px 0 0 30px;
        background: #fff2c2 url(/images/open.png) no-repeat 6px 8px;
        text-align: left;
    }

.sbNewsList.TVPrg .sbNewsItem div {
    border: none;
    padding: 5px;
    margin: 4px 0;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    font-size: 1.063em;
}

    .sbNewsList.TVPrg .sbNewsItem div span, .sbNewsList.TVPrg .sbNewsItem div p {
        display: block;
        text-align: left;
        margin: 0 5px;
    }

    .sbNewsList.TVPrg .sbNewsItem div img {
        clear: both;
        float: initial;
        width: 96%;
        margin: auto;
    }

.sbNewsList.QASidebar .sbNewsItem {
    margin: 0;
    cursor: pointer;
}

.sbNewsList .sbNewsItemPoint .AContent {
    height: 0;
    background-color: #fff0e0;
    padding: 0px 28px;
    color: #333;
    font-size: 0.938em;
    line-height: 1.7em;
    cursor: auto;
    -webkit-transition: height 0.5s ease-out;
    -moz-transition: height 0.5s ease-out;
    -ms-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
}

.sbNewsList.QASidebar .sbNewsItemPoint {
    background-color: #fbd9c1;
    color: #2f0009;
    border-top: 1px solid #FFF;
}

    .sbNewsList.QASidebar .sbNewsItemPoint p {
        color: #2f0009;
        padding: 0px 5px 5px 0;
    }

    .sbNewsList.QASidebar .sbNewsItemPoint .QContent {
        display: inline-block;
        width: calc(100% - 26px);
        margin-left: 28px;
    }

    .sbNewsList.QASidebar .sbNewsItemPoint::before {
        display: inline-block;
        content: " ";
        width: 16px;
        height: 16px;
        margin: 7px 3px;
        background-image: url(/images/icon/bookstatus.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: top;
    }

    .sbNewsList.QASidebar .sbNewsItemPoint.active::before {
        background-position: -16px 0;
    }

    .sbNewsList.QASidebar .sbNewsItemPoint.active .AContent {
        height: auto;
    }


.sbNewsList.Vote ul {
    list-style: inside square;
    font-size: 0.875em;
    width: 90%;
    margin: auto;
    overflow: hidden;
}

    .sbNewsList.Vote ul li {
        line-height: 1.5em;
        height: 1.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 5px 0;
    }

.ListCircle {
    display: inline-block;
    border-radius: 50%;
    margin-right: 3px;
    height: 17px;
    line-height: 16px;
    width: 17px;
    text-align: center;
    vertical-align: text-bottom;
    font-size: 8px;
    font-weight: 600;
    font-family: Arial;
    background-color: #c0c6c9;
    color: #f3f3f2;
}

.ListCircle_one {
    display: inline-block;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    line-height: 28px;
    text-align: center;
    font-size: 8px;
    font-weight: 600;
    font-family: Arial;
    background-color: #000391;
    color: #f3f3f2;
}

.sbNewsList.FBAnchor {
    box-shadow: 0px 0px 3px 1px #ddd;
    border-radius: 0;
}

    .sbNewsList.FBAnchor .sbTitle {
        border-bottom: solid 1px #CCC;
        margin: 5px;
    }

    .sbNewsList.FBAnchor .sbNewsItem p {
        height: 3em;
    }

*/
/* projcetBlock public 20151029*/
.projectBlock.HotNewsBlock, .projectBlock.StockMarket {
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.projectBlock {
    margin: auto;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 16px;
    font-size: 1em;
    font-family: "微軟正黑體";
    font-weight: normal;
    text-align: justify;
}

    .projectBlock:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .projectBlock * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .projectBlock .projectBlockItemCol2 {
        width: 49%;
        display: inline-block;
        margin-bottom: 15px;
        border: 1px solid #e4e4e4;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        text-align: left;
        vertical-align: top;
    }

    .projectBlock > div:not(.hr650title):not(.stockTop):not(.historytitle):not(.list-more) {
        display: inline-block;
        zoom: 1;
        vertical-align: bottom;
        overflow: hidden;
        padding: 0 1%;
        width: 49%;
        margin-bottom: 10px;
        vertical-align: top;
    }


    .projectBlock .hr650title {
        overflow: hidden;
        border-bottom: 3px solid #cf0000;
        padding: 0 10px;
        margin-bottom: 10px;
        color: #500013;
        position: relative;
    }

        .projectBlock .hr650title * {
            display: inline-block;
        }

        .projectBlock .hr650title a.more {
            color: #500013;
            font-weight: bold;
            font-size: 12px;
            letter-spacing: 1px;
            line-height: 32px;
            overflow: hidden;
            margin-left: 100px;
        }

        .projectBlock .hr650title h2 {
            height: 38px;
            line-height: 38px;
            font-size: 1.375em;
            letter-spacing: 1px;
            overflow: hidden;
        }

    .projectBlock > div h3 {
        display: inline-block;
        font-size: 0.938em;
        line-height: 1.75em;
        font-weight: 500;
        overflow: hidden;
        min-height: 2em;
        vertical-align: middle;
        margin-left: 5px;
    }

    .projectBlock .projectNewsItem {
        clear: both;
        border-bottom: 1px dashed #a4a4a4;
        position: relative;
        padding: 3px 5px;
    }

    .projectBlock .projectNewsImgItem {
        height: 105px;
    }

        .projectBlock .projectNewsImgItem > span {
            display: none;
        }

        .projectBlock .projectNewsImgItem h3 {
            display: block;
            font-weight: 600;
            font-size: 17px;
            letter-spacing: initial;
        }

        .projectBlock .projectNewsImgItem img {
            float: left;
            height: 96px;
            width: 170px;
            margin-right: 5px;
        }

        .projectBlock .projectNewsImgItem .playerIcon {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5;
            height: 96px;
            width: 170px;
            vertical-align: middle;
            text-align: center;
        }

            .projectBlock .projectNewsImgItem .playerIcon span {
                display: inline-block;
                margin: auto;
                width: 30%;
                height: 100%;
                background: url(/images/icon/mvplay.svg) no-repeat center center;
            }

    .projectBlock .moreNews {
        text-align: right;
        padding: 10px;
    }

    .projectBlock .list-more {
        text-align: right;
        padding: 10px;
    }

.list-more a {
    display: inline-block;
    color: #fff;
    padding: 3px 5px;
    background: #8e040a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

    .list-more a:hover {
        text-decoration: underline;
    }

.projectBlock.HotNewsBlock .hr650title {
    background: url(/images/icon/hotNew01.png) no-repeat left center;
    padding-left: 30px;
}

/*18 禁*/
.cover18 {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.95);
    background-image: url(/images/icon/null_bg.png) \9;
    position: fixed;
    z-index: 76000;
    top: 0px;
    left: 0px;
}

.area18 {
    position: fixed;
    width: 900px;
    padding: 40px;
    top: 50%;
    left: 50%;
    margin: -300px 0px 0px -450px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.area18-btarea {
    margin-top: 30px;
    text-align: center;
}

.area18-bt {
    display: inline-block;
    margin: 0 20px;
    border-radius: 8px;
    text-align: center;
    font-family: '微軟正黑體';
    font-weight: bold;
    color: #FFF;
    font-size: 32px;
    padding: 20px 30px;
    cursor: pointer;
}

    .area18-bt.bt-left {
        background-color: #B00000;
    }

    .area18-bt.bt-right {
        background-color: #258D02;
    }

/* 新聞內頁文字廣告 Start*/
#newsTextAD {
    width: 96%;
    margin: 1% 2%;
    font-size: 1em;
    font-family: Arial, Verdana, 'Microsoft JhengHei', sans-serif;
}

    #newsTextAD > li {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        line-height: 25px;
        margin-bottom: 15px;
    }

        #newsTextAD > li > a {
            display: block;
            -webkit-flex: 1;
            flex: 1;
            color: #000;
        }

        #newsTextAD > li:before {
            content: "*";
            color: #000;
            font-size: 15px;
            width: 15px;
            display: block;
        }

        #newsTextAD  > li .sponsored {
            font-size: 10px;
            color: #999;
            text-align: right;
        }
        #newsTextAD > li > div {
            width: 100%;
        }
        #newsTextAD > li div#article_bottom_ad > ul {
            width: calc(100% - 150px);
        }
            #newsTextAD > li div#article_bottom_ad > div:last-child {
                line-height: 1.25em;
                right: 20px !important;
                width: 120px;
                text-align: right;
            }
        #newsTextAD > li div#article_bottom_ad > div:last-child > * {
            display: block;
        }

    #newsTextAD ~ div {
        margin: 1% 2%;
    }

        #newsTextAD ~ div::before {
            content: "*";
            width: 0.75em;
            display: inline-block;
            vertical-align: top;
            line-height: 1.875em;
        }

        #newsTextAD ~ div > iframe {
            display: inline-block;
            width: calc(100% - 0.875em);
        }
/* 新聞內頁文字廣告 End*/

@media (min-width: 1200px) {
}

@media (min-width: 980px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 979px) {
}

@media (max-width: 767px) {
    .area18 {
        position: static;
        width: 90%;
        height: auto;
        background-color: #01CBCB;
        padding-top: 20px;
        margin: 2% auto;
        border-radius: 15px;
    }

    .adult-image {
        width: 100%;
        height: auto;
    }

    .area18-btarea {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .area18-bt {
        width: 43%;
        border-radius: 8px;
        font-family: '微軟正黑體';
        font-weight: bold;
        color: #FFF;
        font-size: 1.375rem;
        text-align: center;
        padding: 2% 0;
        margin: 3% 1%;
        cursor: pointer;
    }
}

@media (max-width: 480px) {
}


.clean_both {
    clear: both;
}


/* 右側浮水印新的  */
#owl-Float {
    height: 290px;
}

    #owl-Float .item {
        height: 290px;
    }

.FloatBanner .edm_controls {
    position: absolute;
    bottom: 0;
    right: 0;
}

#owl-Float2 {
    height: 155px;
}

    #owl-Float2 .item {
        height: 155px;
    }

    #owl-Float.FloatBanner .edm_controls span, #owl-Float2.FloatBanner .edm_controls span {
        background: #fff;
        width: 10px;
        height: 10px;
        margin: 5px;
    }

    #owl-Float.FloatBanner .edm_controls .active span, #owl-Float2.FloatBanner .edm_controls .active span {
        background: #d0576b;
    }


.arrowBlock > .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #8ad2de;
}

.arrowBlock > .arrowR {
    border-left: none;
    border-right: 10px solid #8ad2de;
}
/* 右側浮水印新的 - 結束 */

/*social icon Start*/
.sharebottom {
    width: 100%;
    padding-top: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

    .sharebottom ul li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        list-style-type: none;
        width: 108px;
        height: 35px;
        margin-bottom: 10px;
        margin-left: 5px;
        line-height: 35px;
        letter-spacing: 1px;
    }






@media only screen and (min-width: 1025px) {
    .sharebottom {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #roll_link {
        display: none;
    }
}


#roll_link {
    display: block;
    width: 60px;
    background-color: #fff;
    border: 1px solid #eee;
    position: absolute;
    left: 50%;
    top: 190px;
    margin-left: -561px;
    padding: 5px;
    box-sizing: border-box;
}

    #roll_link > div {
        margin-bottom: 5px;
    }

.shareIcon i {
    background-image: url(/images/shareIcon/social-icon2.png);
    background-repeat: no-repeat;
    display: block;
    width: 40px !important;
    height: 40px !important;
    margin: 4px auto !important;
    border-radius: 3px !important;
    background-position-x: 0;
    -webkit-transition: none;
    transform: none;
    background-size: auto 100% !important;
}

    .shareIcon i:hover {
        background-position-x: -40px;
    }

.sprite-01-line {
    background-position: -80px 0 !important;
}

.sprite-02-fb {
    background-position: 0px 0px !important;
}

.sprite-03-g {
    background-position: 0 -80px;
}

.sprite-04-sina {
    background-position: 0 -120px;
}

.sprite-05-weibo {
    background-position: 0 -160px;
}

.sprite-06-plurk {
    background-position: 0 -200px;
}

.sprite-07-speak {
    background-position: 0 -240px;
}

.sprite-08-email {
    background-position: 0 -280px;
}

.sprite-09-youtube {
    background-position: 0 -320px;
}


.shareIcon.sprite32 i {
    width: 32px;
    height: 32px;
    background-size: 64px 415px;
}

    .shareIcon.sprite32 i:hover {
        background-position-x: 0px;
    }

.sprite32 .sprite-01-line {
    background-position: 0 0;
}

.sprite32 .sprite-02-fb {
    background-position: 0 -32px;
}

.sprite32 .sprite-03-g {
    background-position: 0 -64px;
}

.sprite32 .sprite-04-sina {
    background-position: 0 -96px;
}

.sprite32 .sprite-05-weibo {
    background-position: 0 -128px;
}

.sprite32 .sprite-06-plurk {
    background-position: 0 -160px;
}

.sprite32 .sprite-07-speak {
    background-position: 0 -192px;
}

.sprite32 .sprite-08-email {
    background-position: 0 -224px;
}

.sprite32 .sprite-09-youtube {
    background-position: 0 -256px;
}

.sprite25 i {
    width: 25px;
    height: 25px;
    background-size: 50px;
}

.shareIcon.sprite25 i:hover {
    background-position-x: -25px;
}

.sprite25 .sprite-01-line {
    background-position: 0 0;
}

.sprite25 .sprite-02-fb {
    background-position: 0 -25px;
}

.sprite25 .sprite-03-g {
    background-position: 0 -50px;
}

.sprite25 .sprite-04-sina {
    background-position: 0 -75px;
}

.sprite25 .sprite-05-weibo {
    background-position: 0 -100px;
}

.sprite25 .sprite-06-plurk {
    background-position: 0 -125px;
}

.sprite25 .sprite-07-speak {
    background-position: 0 -150px;
}

.sprite25 .sprite-08-email {
    background-position: 0 -175px;
}

.sprite25 .sprite-09-youtube {
    background-position: 0 -200px;
}
/*social icon End*/

/*彈幕 css*/
.danmuDiv {
    background-color: transparent;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 0;
    height: 1.5em;
    color: white;
    display: none;
}

.danmuArea {
    display: inline-block;
    opacity: 1;
    pointer-events: all;
    position: absolute;
    margin: auto;
    opacity: 0;
    display: none;
    transition: opacity 0.25s, background 0.25s, visibility 0.25s;
    -webkit-transition: opacity 0.25s, background 0.25s, visibility 0.25s;
    padding: 0px;
    border: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    color: rgb(0, 0, 0);
    font: inherit inherit inherit inherit inherit/20px inherit;
    vertical-align: baseline;
    background-color: transparent;
    text-align: left;
    direction: ltr;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    box-sizing: content-box;
    margin: 0px;
    padding: 0px;
}
/*彈幕 css end*/

/*300*600 旅遊廣告*/
.sidebarTravelAD {
    position: relative;
    z-index: 400;
}

.travel-frame {
    width: 100%;
    height: 600px;   
    border: 0;
    /*padding: 80px 0 0 0;
    margin: -80px 0 0 0;*/
}

/*文未下一頁導覽*/
.pageNextIndex {
    font-weight: bold;
    padding-left: 1em;
}

    .pageNextIndex > a {
        color: red;
        text-decoration: none;
    }

        .pageNextIndex > a::before {
            content: '※';
        }

        .pageNextIndex > a:hover {
            text-decoration: underline;
        }

.vod-panel {
    display: none;
}

.title-more {
    display: none;
}

.imgcaption {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgba(0%,0%,0%,0.6) url(/images/icon/play-button.svg) no-repeat center center;
    background-size: 100px;
    display: none;
}

.pointNews {
    color: #F04800;
}




/*浮動影音*/
.floatVideo {
    max-width: 420px;
    max-height: 239px;
    position: fixed;
    bottom: 80px;
    left: 5px;
    background-color: #FFFFFF;
    z-index: 999;
}

    .floatVideo iframe {
        border-radius: 2px;
        border: none;
    }

    .floatVideo > * {
        width: 100%;
        height: auto;
    }

    .floatVideo > .movefloatVideo {
        display: none;
        position: absolute;
        width: 45%;
        min-width: 30px;
        height: 30px;
        bottom: 0;
        left: 26%;
        /*background: url("/images/icon/move_01.gif") bottom right no-repeat;
        background-size: 30px 30px;*/
        z-index: 99999;
        cursor: move;
    }

    .floatVideo > .closefloatVideo {
        /*display: none;*/
        position: absolute;
        width: 13px;
        height: 13px;
        top: 1px;
        right: 1px;
        background: url("/images/icon/close_x.png") center no-repeat;
        background-size: cover;
        cursor: default;
        z-index: 99999;
    }

@media only screen and (min-width: 1200px) {
    #iframeCover > div {
        position: relative;
        width: 1200px;
        height: 100vh;
        margin: auto;
    }

        #iframeCover > div > iframe {
            width: 1200px;
            height: 640px;
            border: none;
            overflow: hidden;
        }
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #iframeCover > div {
        position: relative;
        width: 100%;
        height: 100vw;
        margin: auto;
    }

        #iframeCover > div > iframe {
            width: 100%;
            height: 100vw;
            border: none;
        }
}

#HeaderAD {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: auto;
}

.curtain-center {
    width: 100%;
    height: 150px;
    position: relative;
}

    .curtain-center .curtainBtn {
        display: none;
        position: absolute;
        top: 0;
        right: 10px;
    }

        .curtain-center .curtainBtn::after {
            font-family: Arial, Verdana, "Microsoft JhengHei", sans-serif;
            font-weight: 600;
            color: #FFFFFF;
            content: '';
            /*background: url(/images/icon/btn_open_close.png) no-repeat 0 100%;*/
            background: url(/images/icon/btn_open_close.png) no-repeat 0 0;
            text-shadow: 1px 1px #666;
            display: block;
            width: 80px;
            height: 20px;
        }

    .curtain-center.active {
        height: 500px;
    }
        .curtain-center.active .curtainBtn {
            display: block;
        }
        .curtain-center.active .curtainBtn::after {
            background: url(/images/icon/btn_open_close.png) no-repeat 0 100%;
        }

    .curtain-center #gad_curtain_open {
        display: none;
    }

    .curtain-center #gad_curtain_close {
        display: block;
    }

    .curtain-center.active #gad_curtain_open {
        display: block;
    }

    .curtain-center.active #gad_curtain_close {
        display: none;
    }

.curtain {
    width: 120px;
    height: 500px;
    position: fixed;
    top: 0;
    z-index: 72000;
}

.curtain-left {
    left: 50%;
    margin-left: -750px;
}

.curtain-right {
    right: 50%;
    margin-right: -750px;
}

@media only screen and (max-width: 1200px) {
    .curtain-center {
        display: none;
    }

    .curtain {
        top: 200px;
        position: fixed;
    }
}

.tagFormating {
    text-decoration: underline;
    color: #7e7e7e;
    font-weight: 500;
}

.keywordList {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #0094ff;
    border-radius: 3px;
    list-style: none;
    background-color: #ffffff;
    z-index: 70000;
}

    .keywordList > li {
        cursor: pointer;
        padding: 8px;
        display: block;
    }


@font-face {
    font-family: 'New Microsoft JhengHei';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local(MS Gothic), local(Yu Gothic);
}

@font-face {
    font-family: 'New Microsoft JhengHei';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體), local(Microsoft JhengHei);
}

* {
    font-family: Arial, 'New Microsoft JhengHei','Microsoft JhengHei', sans-serif;
}

.modal {
    z-index: 73000;
}

img {
    max-width: 100%;
    height: auto;
}

article img {
    width: 100% !important;
    height: auto !important;
}

html, body {
    font-size: 16px;
    overflow-x: hidden;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover,
    a:active,
    a:focus {
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
        text-decoration: none;
    }

.bottom-buffer {
    margin-bottom: 0px;
}

.catalog-news-display {
    display: flex;
    flex-direction: column;
}

.mainmenu-area.affix {
    top: 0;
    width: 100%;
    z-index: 71000 !important;
}

    .mainmenu-area.affix + .container-fluid {
        padding-top: 70px;
    }

.contLeft {
    min-height: calc(100vh - 44px);
}

.contRight {
    -webkit-transition: bottom 2s;
    transition: bottom 2s;
}

    .contLeft.affix, .contRight.affix {
        bottom: 0;
        z-index: 9 !important;
    }



    .contRight.affix {
        right: 0;
    }

@media (min-width: 992px) {

    .contRight.affix {
        right: calc((100% - 1000px) / 2);
    }
}


@media (min-width: 1200px) {
    .contRight.affix {
        right: calc((100% - 1300px) / 2);
    }
}
@media (min-width: 1240px) {
    .contRight.affix {
        right: calc((100% - 1260px) / 2);
    }
}


.video-js .vjs-big-play-button {
    top: calc(50% - 0.75em) !important;
    left: calc(50% - 1.5em) !important;
}

/*header 廣告*/

.heder-area-ad {
    /*margin-bottom: -1px;*/
}


/*header 選單區域*/
.search-area input {
    height: 25px;
    border-style: none;
    margin-left: 5px;
    border-radius: 50px;
    background-color: #EEEAEA;
    font-size: 15px;
    padding-left: 8px;
}

div.header-area {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    text-align: right;
}


/*header 關鍵字*/
.headerTopLay {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left {
    position: relative;
    min-width: 65px;
}

.header-right {
    flex: 1;
}

    .header-right ul {
        margin: 0;
        display: inline-flex;
        list-style: none;
        padding: 5px 0;
        flex-wrap: wrap;
    }

        .header-right ul li:before {
            content: "|";
            color: #D6D6D6;
            font-size: 12px;
        }

        .header-right ul li:first-child:before {
            content: "";
        }

        .header-right ul li a {
            padding: 5px;
            font-size: 15px;
            letter-spacing: 1px;
            color: #707070;
            text-decoration: none;
            white-space: nowrap;
        }

            .header-right ul li a:hover {
                color: #EC0606;
            }


/*header 更換背景圖片 背景色 */

.top-branding-area {
    background-color: #fff;
    /* background-image: url("../images/test/top-banner.jpg");*/
    background-repeat: repeat;
    background-position: center center;
}


/*header logo */

.logo {
    width: 242px;
}

/*header-ad01 廣告+倒數區域*/

.top-ad01 {
    position: relative;
    display: inline-flex;
}


    /************共用廣告區***********************/


    /*header-ad-480x100 banner*/

    .top-ad01 .ad-480 {
        width: auto;
    }
        .top-ad01 .ad-480 img {
            width: 100%;
            height: auto;
            aspect-ratio: auto 480 / 100;
        }


    /*header-ad-320x100 banner*/

    .top-ad01 .ad-320 {
        /*width: 320px;*/
        margin-bottom: -1px;
    }
        .top-ad01 .ad-320 img{
            width: 100%;
            height: auto;
            aspect-ratio: auto 320 / 100;
        }


    /*header-ad-160x100 banner*/

    .top-ad01 .ad-160 {
        width: auto;
        margin-left: 5px;
    }
        .top-ad01 .ad-160 img {
            width: 100%;
            height: auto;
            aspect-ratio: auto 160 / 100;
        }


.ad-300x250 img {
    margin-top: 6px;
}

.ad-300x100 {
    text-align: center;
    margin-top: 10px;
}

/*******header-倒數區域********/

.top-ad01 .top-reciprocal-area {
    width: 120px;
    margin-left: 10px;
    padding-top: 10px;
    font-size: 17px;
    letter-spacing: 2px;
}


    /** 深色倒數**/

    .top-ad01 .top-reciprocal-area .reciprocal-title {
        margin-bottom: -5px;
        color: #000;
    }

    .top-ad01 .top-reciprocal-area .top-reciprocal {
        font-size: 50px;
        font-weight: bold;
        font-family: 'Arial', 'sans-serif';
        color: #B20000;
    }


    /** 淺色倒數**/

    .top-ad01 .top-reciprocal-area .reciprocal-title-light {
        margin-bottom: -5px;
        color: #FFF;
    }

    .top-ad01 .top-reciprocal-area .top-reciprocal-light {
        font-size: 50px;
        font-weight: bold;
        font-family: 'Arial', 'sans-serif';
        color: #FED901;
    }


/****** header 倒數 EDN******/


/*header 右側區域*/

.header-top-right {
}


/***********header-live區域***************/

/*Floating-Animation*/

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(8%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}


.header-live-area {
    position: absolute;
}

.header-live-area {
    /* position: absolute;*/
    width: 120px;
    right: 0;
    top: 10px;
}

    .header-live-area .header-live-word {
        position: absolute;
        font-family: 'Arial', 'sans-serif';
        font-weight: bold;
        font-size: 36px;
        color: #FFF;
        top: 20px;
        right: 25px;
        /* font-style: italic; */
        z-index: 2;
        /*transform: rotate(-12deg) skew(-5deg, 0);*/
        text-transform: uppercase
        /*text-shadow: 1px 2px 4px #400000;*/;
    }


/**live 下拉選單*/

.dropdown-menu > li > a {
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown .dropdown-menu {
    border-radius: 8px;
    box-shadow: none;
    margin-top: 30%;
    font-size: 16px;
    width: 320px;
    background-color: #ca1414;
    letter-spacing: 1px;
    border: 1px solid rgb(253, 12, 12);
    z-index: 70500;
    position: absolute;
    top: 0;
    left: auto;
    right: 10%;
}

.dropdown-menu .divider {
    height: 2px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #f75757;
    border-bottom: 1px solid #9e0000;
}

.dropdown .dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #ca1414;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}

.dropdown .dropdown-menu:after {
    content: "";
    border-bottom: 12px solid rgb(253, 12, 12);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fbe574;
    text-decoration: none;
    background-color: #ca1414;
}


/**live 下拉選單 icon*/

.glyphicon {
    top: 3px;
    left: -10px;
    color: #ffacac;
}


.fbFancyGroup {
    margin: auto;
}

/*-- social-icons --*/

.w3ls-bnr-icons.social-icon {
    position: relative;
    top: 58px;
}

.social-icon a {
    display: inline-block;
    font-size: 1em;
    color: #5888F8;
    margin: 0 .04em;
    border: 1px solid transparent;
    width: 30px;
    height: 28px;
    text-align: center;
    line-height: 2em;
    position: relative;
    z-index: 999;
}

    .social-icon a:before {
        content: '';
        display: block;
        height: 28px;
        width: 28px;
        border: 1px solid #5888F8;
        border-radius: 50px;
        position: absolute;
        z-index: -1;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        transition: .3s all;
    }

    .social-icon a:hover {
        color: #2ebaef;
    }

        .social-icon a:hover:before {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border-color: #2ebaef;
        }


/*-- //social-icons end--*/


/***********top nav***********/

.mainmenu-area {
    background: none repeat scroll 0 0 #0A4DE9;
    font-family: "Roboto Condensed", 'Microsoft JhengHei', sans-serif;
    width: 100%;
    z-index: 999;
    /*border-bottom: 1px solid #C8C8C8;*/
    box-shadow: 1px 5px 0px rgba(0, 0, 0, 0.095);
    -webkit-box-shadow: 1px 5px 0px rgba(0, 0, 0, 0.095);
    -moz-box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.095);
}

.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
.mainmenu-area .nav .top-second-nav-out {
    height: 37px;
    border-bottom: 1px solid #bdd2f7;
    background: #e0eafd;
}
.mainmenu-area .navbar-nav ul {
    white-space: nowrap;
}

    .mainmenu-area .navbar-nav ul li {
        float: left;
        overflow: hidden;
    }

.mainmenu-area .navbar-nav > ul > li > a {
    display: inline-block;
    color: #fff;
    letter-spacing: 3px;
    font-size: 20px;
    padding: 8px 10px;
}

.mainmenu-area .navbar-nav > ul > li:hover,
.mainmenu-area .navbar-nav > ul > li.active {
    background: #0000AE;
}

/* top-nav right icon*/
.top-rightmenu ul.nav > li {
    height: 44px;
    display: inline-block;
}

    .top-rightmenu ul.nav > li > a {
        display: inline-block;
        padding: 5px 8px;
        height: 100%;
    }

        .top-rightmenu ul.nav > li > a:hover,
        .top-rightmenu ul.nav > li > a:focus {
            text-decoration: none;
            background-color: transparent;
        }

        .top-rightmenu ul.nav > li > a > img {
            height: 100%;
            width: auto;
            image-rendering: -webkit-optimize-contrast;
        }


/* top second nav*/
.mainmenu-area .nav > ul > li .top-second-nav {
    display: none;
    position: absolute;
    /*background-color: #e0eafd;*/
    width: 100%;
    left: 0;
    z-index: 700;
    height: 97px;
    overflow: hidden;
}

.mainmenu-area .nav > ul > li.active .top-second-nav,
.mainmenu-area .nav > ul > li:active .top-second-nav,
.mainmenu-area .nav > ul > li:hover .top-second-nav {
    display: block;
}


.mainmenu-area .nav > ul > li .top-second-nav a {
    display: inline-block;
    letter-spacing: 1px;
    color: #00075f;
    font-size: 18px;
    position: relative;
    padding: 6px 4px;
    margin: auto 6px;
}

.mainmenu-area .nav > ul > li .top-second-nav ul li {
    position: relative;
}

    .mainmenu-area .nav > ul > li .top-second-nav ul li a::after {
        content: "";
        position: absolute;
        display: block;
        width: 0px;
        height: 3px;
        margin-top: 7px;
        background: transparent;
        transition: width .3s ease, background-color .3s ease;
        bottom: 0;
        left: 0;
    }

.mainmenu-area .nav > ul > li.active .top-second-nav ul > li.active a {
    background-color: transparent;
    color: #dc0202;
    text-decoration: none;
}

    .mainmenu-area .nav > ul > li:hover .top-second-nav ul > li:hover a::after,
    .mainmenu-area .nav > ul > li.active .top-second-nav ul > li.active a::after {
        background: #2289ff;
        text-decoration: none;
        width: 100%;
    }

.menuH.activeSubNav {
    margin-top: 2.5em;
}



.siteNav {
    width: 100%;
    max-width: 1270px;
    height: auto;
    background-color: #0a4de9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3% auto 1% auto;
    padding: 13px 40px;
    overflow: hidden;
    height: 75px;
}

    .siteNav .subBtn {
        display: block;
        width: 90px;
        transition: transform 0.5s ease;
    }

        .siteNav .subBtn:hover {
            transform: translateY(-10%);
            -webkit-transform: translateY(-10%);
            -ms-transform: translateY(-10%);
        }


.menuH:not(.activeSubNav) + .siteNav {
    margin: 1% auto;
}

:root {
    --primary-color: #0a4de9;
    --dark-blue: #0000AE;
    --yellow: #fbe40e;
}

.hotnav-bar {
    background-color: var(--primary-color);
    max-width: 1240px;
    margin: 1% auto 0.1% auto;
    padding: 0 20px;
    overflow: hidden;
    line-height: 1;
}

.hotnav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotnav-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .hotnav-box li a {
        display: block;
        padding: 10px 8px;
    }

    .hotnav-box.box-left li a {
        background: var(--yellow);
        border-radius: 25px;
        /*color: var(--primary-color);*/
        font-size: 20px;
        font-weight: bold;
        text-shadow: 0 0 0;
        margin: 14px 10px;
        padding: 6px 12px;
    }

.box-left li a:hover {
    transform: translateY(-5px);
    transition: all .3s;
}

.box-right li a:hover {
    background: var(--dark-blue);
}

.donatemenu {
    max-width: 124px;
    max-height: 40px;
}

.container {
    max-width: 1270px;
    margin: auto;
}

.channelarea .channelarea-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.channelarea {
    /*width: 25%;*/
    margin-left: auto;
    margin-right: 0;
    padding-top: 0px;
}

.channelarea-content li {
    width: 40%;
    padding: 15px 10px;
}

.channelarea-content li {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.6));
}

    .channelarea-content li a img:hover {
        transform: translateY(-5px);
        transition: all .3s;
    }

/***************header-END**************/


/****maintop area****/

.maintop-area {
    background-color: #FFF;
    /*background-color: #F0EFEC;
    padding-top:8px;*/
}


/****main news-area****/

.main-news-area {
    /*border-top: 1px solid #e4e4e4;*/
}


/****麵包屑****/

.breadcrumb > li + li:before {
    content: ">";
    color: #a2a2a2;
}

.breadcrumb {
    background-color: transparent;
    padding: none;
    margin-bottom: 0px;
    list-style: none;
    letter-spacing: 1px;
}


/*ad banner 970x250*/

.banner-970x250 {
    /*background-color: #fff;
    padding: 10px;*/
    margin-top: 5px;
}

/*.banner-970x250 img {
    width: 100%;
}*/


/*新聞快訊 news flash*/

.news-flash-area {
    position: relative;
    background-color: #fbe40e;
    /*background-color: #f5dd01;*/
    margin: 5px 0 5px 0;
    padding: 0;
    height: 50px;
    overflow: hidden;
}

.breaking_news {
    float: left;
    padding: 8px 2px 5px 10px;
    background-color: #aa0101;
    position: relative;
    color: #fff;
    font-size: 26px;
    letter-spacing: 8px;
    /* font-weight: bold; */
}

    .breaking_news:after {
        content: '';
        position: absolute;
        right: -17%;
        top: 37%;
        border-left: 8px solid #f5dd01;
        border-right: 8px solid #f5dd01;
        border-bottom: 12px solid #aa0101;
        transform: rotate(90deg);
    }

.news-flash-area .news-flash-list {
    display: inline-block;
    width: calc(100% - 82px);
    vertical-align: middle;
    line-height: 50px;
}

.news-flash-area div.item:before {
    content: "\02666";
    display: inline-block;
    color: #ff5d02;
    width: 0.75em;
    font-size: 1.25em;
    line-height: 1em;
    margin-left: 30px;
    -moz-transform: scale(1, 0.8);
    -webkit-transform: scale(1, 0.8);
    -o-transform: scale(1, 0.8);
    -ms-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
}

.news-flash-area time {
    font-size: 10px;
    margin-left: 1em;
}

.news-flash-area a {
    color: #333;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 20px;
    /*line-height: 32px;*/
}

    .news-flash-area a:hover {
        color: #B22D00;
    }


/****新聞快訊 news flash END*****/

/**首頁上方輪播**/

.top-slider {
    margin-top: 35px;
}



/***首頁上方最新影音***/

.top-live-area {
    position: relative;
}

.top-live-area-title {
    width: 110px;
    height: 38px;
    border-bottom: 3px solid #8c0000;
    margin-bottom: 4px;
}

    .top-live-area-title:before {
        position: absolute;
        content: " ";
        width: 45px;
        height: 38px;
        border-bottom: 3px solid #ffa64d;
    }

.top-live-title {
    font-size: 22px;
    letter-spacing: 2px;
}


/**首頁上方熱門新聞**/
.top-hot-area-title {
    width: 110px;
    height: 38px;
    border-bottom: 3px solid #8c0000;
    margin-bottom: 10px;
}

    .top-hot-area-title:before {
        position: absolute;
        content: " ";
        width: 45px;
        height: 38px;
        border-bottom: 3px solid #f00;
    }

.top-hot-title {
    font-size: 22px;
    letter-spacing: 2px;
}

    .top-hot-title a {
        color: #000;
        text-decoration: none;
    }

.top-hot-area-title a:hover {
    color: #B22D00;
}


/********************************/



.arrow-left {
    position: absolute;
    right: 36px;
    top: 16px;
    width: 22px;
    height: 22px;
}

.arrow-right {
    position: absolute;
    right: 10px;
    top: 16px;
    width: 22px;
    height: 22px;
}

.top-live-area-item {
    position: relative;
    padding: 5px 0;
}

.live-img {
    position: absolute;
}

.top-live-area-item .imgCon {
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.top-live-area-text {
    position: relative;
    background-color: #000;
    font-family: Arial, 'Microsoft JhengHei', sans-serif;
    height: 30px;
    padding: 5px;
    letter-spacing: 1px;
    bottom: 15px;
    margin-bottom: -10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.top-live-area-item a {
    color: #FFF;
    text-decoration: none;
}

    .top-live-area-item a:hover {
        color: #97E9FF;
        text-decoration: none;
    }

.top-live-area .top-hot-list {
    color: #000;
    list-style: none;
}

    .top-live-area .top-hot-list ul {
        width: 100%;
    }

        .top-live-area .top-hot-list ul li {
            line-height: 2.25em;
            font-size: 17px;
            border-bottom: 1px dashed #C1C1C1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            list-style: none;
        }

            .top-live-area .top-hot-list ul li img {
                width: 14px;
                height: 17px;
            }

            .top-live-area .top-hot-list ul li:before {
                content: "\02666";
                display: inline-block;
                color: #FFa64D;
                width: 0.75em;
                font-size: 1.125em;
                line-height: 1em;
                -moz-transform: scale(1, 0.8);
                -webkit-transform: scale(1, 0.8);
                -o-transform: scale(1, 0.8);
                -ms-transform: scale(1, 0.8);
                transform: scale(1, 0.8);
            }

            .top-live-area .top-hot-list ul li a {
                text-decoration: none;
                color: #000;
            }

                .top-live-area .top-hot-list ul li a:hover {
                    color: #B22D00;
                }

/***************首頁上方直播室 + 熱門新聞區域 END *******************/


/**** catalog - 熱門新聞區域****/

.top-hot-list2 {
    color: #000;
    list-style: none;
}

    .top-hot-list2 ul {
        width: 100%;
    }

        .top-hot-list2 ul li {
            display: inline-flex;
            line-height: 40px;
            border-bottom: 1px dashed #C1C1C1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            list-style: none;
        }

            .top-hot-list2 ul li span {
                position: relative;
                display: inline-block;
                width: 20px;
                font-size: 9px;
                line-height: 20px;
                color: #fff;
                text-align: center;
                margin-right: 4px;
                background-color: #D90000;
                border-radius: 3px;
                height: 20px;
            }

            .top-hot-list2 ul li a {
                text-decoration: none;
                color: #000;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .top-hot-list2 ul li a:hover {
                    color: #B22D00;
                }


/**** catalog - 熱門新聞區域 END ****/
/*** 即時新聞 ***/

.immediate-news-area {
    background-color: #FFF;
    margin: 0px auto 0px auto;
    padding: 0px 10px 10px 10px;
    border-radius: 3px;
}

.immediate-news-title {
    position: relative;
    width: 920px;
}




/**左側下方標題*/

.news-title-area {
    width: 100%;
    font-size: 22px;
    letter-spacing: 2px;
    margin: 8px 0;
    color: #000;
    position: relative;
}

    .news-title-area > .news-title {
        position: relative;
        line-height: 40px;
        padding: 0 1em 0 5px;
        display: inline-block;
        border-bottom: 3px solid #00238C;
    }

    .news-title-area > .news-title-b h1 {
        position: relative;
        line-height: 40px;
        padding: 0 1em 0 5px;
        display: inline-block;
        border-bottom: 3px solid #00238C;
        font-size: 22px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .news-title-area::after {
        position: absolute;
        content: " ";
        width: 2em;
        left: 0;
        bottom: 0;
        border-bottom: 3px solid #73B9FF;
    }

    .news-title-area h1::after {
        position: absolute;
        content: " ";
        width: 2em;
        left: 0;
        bottom: -3px;
        border-bottom: 3px solid #73B9FF;
    }

    .news-title-area > .news-title > a {
        color: #000;
    }

    .news-title-area > .news-title-b > h1 a {
        color: #000;
    }

    .news-title-area.news-title-area_purple > .news-title h1 {
        border-bottom-color: #cc99ff;
    }

    .news-title-area.news-title-area_purple::after{
        border-bottom-color: #5900b2;
    }

    .news-title-area.news-title-area_red > .news-title {
        border-bottom-color: #8c0000;
    }

    .news-title-area.news-title-area_red::after {
        border-bottom-color: #ff0000;
    }


    .news-title-area.news-title-area_orange > .news-title {
        border-bottom-color: #ffa64d;
    }

    .news-title-area.news-title-area_orange::after {
        border-bottom-color: #8c0000;
    }

    .news-title-area.news-title-area_full {
    }

        .news-title-area.news-title-area_full > .news-title {
            border-bottom-width: 2px;
            width: 100%;
        }

        .news-title-area.news-title-area_full::after {
            border-bottom-width: 2px;
            width: 5em;
        }

    .news-title-area.news-title-area_fullBold > .news-title {
        border-bottom-color: #00238C;
        z-index: 1;
    }

    .news-title-area.news-title-area_fullBold::after {
        width: 100%;
        border-bottom-color: #73B9FF;
    }

/*************************************************/
.news-title-area2a {
    width: 100%;
    font-size: 22px;
    letter-spacing: 2px;
    margin: 8px 0;
    color: #000;
    position: relative;
}

    .news-title-area2a::after {
        position: absolute;
        content: " ";
        width: 2em;
        left: 0;
        bottom: 0;
        border-bottom: 3px solid #73B9FF;
    }

    .news-title-area2a > .news-title {
        position: relative;
        line-height: 40px;
        padding: 0 1em 0 5px;
        display: inline-block;
        border-bottom: 3px solid #00238C;
    }

    .news-title-area2a.news-title-area_full2 > .news-title {
        border-bottom-width: 2px;
        width: 100%;
    }

        .news-title-area2a.news-title-area_full2 > .news-title h1 {
            font-size: 22px;
        }

    .news-title-area2a.news-title-area_full2::after {
        border-bottom-width: 2px;
        width: 5em;
    }

    .news-title-area2a.news-title-area_full2Bold::after {
        width: 100%;
        border-bottom-color: #73B9FF;
    }

.news-title-2 {
    position: absolute;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 45px;
    margin: 0 0 5px 5px;
}

    .news-title-2 a {
        color: #000;
    }

        .news-title-2 a:hover {
            color: #B22D00;
        }

.news-title-area-2 {
    position: relative;
    width: 100%;
    height: 45px;
    border-bottom: 2px solid #00238C;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-top: 15px;
}

    .news-title-area-2:after {
        position: absolute;
        content: " ";
        width: 120px;
        height: 45px;
        border-bottom: 2px solid #73B9FF;
        /*margin-left: -10px;*/
    }

.news-page-title-3 {
    display: inline-block;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 45px;
    margin: 0 0 5px 5px;
}
/***內頁新聞標題****/
.news-title-area-3 {
    /*border-bottom: 1px solid #dedede;*/
    margin-bottom: 10px;
}

.news-title-3 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 52px;
    margin: 15px 0 10px 0px;
    /*padding-bottom: 10px;*/
    color: #333;
    font-weight: bold;
    /*border-bottom: 1px solid #dedede;*/
}

    .news-title-3 img {
        height: 20px;
        width: 20px;
        margin-bottom: 5px;
    }

.news-page-title-area-3 {
    width: 100%;
    height: 45px;
    border-bottom: 3px solid #73B9FF;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 15px;
}

    .news-page-title-area-3:before {
        position: absolute;
        content: " ";
        width: 120px;
        height: 45px;
        border-bottom: 3px solid #00238C;
        /* margin-left: -10px; */
    }


/***各區域 Title***/


.news-title-area-4 {
    width: 110px;
    height: 50px;
    border-bottom: 3px solid #00238C;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
}


.news-title-4 {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 15px 0 5px 5px;
    color: #000;
}

    .news-title-4 a {
        color: #000;
    }


.news-title-area-4:before {
    position: absolute;
    content: " ";
    width: 45px;
    height: 50px;
    border-bottom: 3px solid #73B9FF;
}

.news-title-area-4 img {
    position: absolute;
    right: 10px;
    top: 30px;
    width: 24px;
    height: 25px;
}

/**右側 Title**/
.news-title-5 {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 0 0 5px 5px;
    color: #000;
}

    .news-title-5 a {
        color: #000;
    }


.news-title-area-5 {
    width: 130px;
    height: 50px;
    border-bottom: 3px solid #cc99ff;
    margin: 10px 0 15px 0;
}

    .news-title-area-5:before {
        position: absolute;
        content: " ";
        width: 45px;
        height: 50px;
        border-bottom: 3px solid #5900b2;
    }



/******Search Area********/

#custom-search-input {
    margin: 0;
    padding: 0;
}

    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 10px;
        padding-left: 4px \9;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 50px;
        margin-bottom: 10px;
    }

    #custom-search-input button {
        z-index: 2;
        border: 0;
        background: none;
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #D9230F;
    }

.search-query:focus + button {
    z-index: 3;
}

.search-keyword {
    width: 100%;
    border-bottom: 1px solid #D4D4D4;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-left: 2px;
    padding-bottom: 5px;
}


/****搜尋關鍵字區域****/

.keyword-area {
    line-height: 30px;
}

    .keyword-area::before {
        content: "\02666";
        display: inline-block;
        color: #00BFFF;
        width: 0.75em;
        font-size: 1.375em;
        line-height: 1em;
        -moz-transform: scale(1, 0.8);
        -webkit-transform: scale(1, 0.8);
        -o-transform: scale(1, 0.8);
        -ms-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }

    .keyword-area .icon02 {
        width: 10px;
        height: 10px;
        line-height: 36px;
    }


/**個人化標籤**/
.keyword .keywords-delete {
    position: absolute;
    display: block;
    border-radius: 50px;
    font-size: 8px;
    color: #FFF;
    background-color: #8795f5;
    line-height: 1.25em;
    width: 1.25em;
    top: -0.5em;
    text-align: center;
    left: -0.25em;
}

    .keyword .keywords-delete:hover {
        background-color: #B168FF;
    }

.keyword {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto 10px auto;
}

    .keyword li {
        position: relative;
        margin-top: 9px;
        margin-right: 7px;
        line-height: 22px;
        display: inline-block;
        background-color: #BFDFFF;
        color: #333;
        border-radius: 15px;
        padding: 3px 10px;
        cursor: pointer;
    }

        .keyword li:hover,
        .keyword li:active {
            background-color: #95CAFF;
            color: #000033;
        }


/***熱門搜尋關鍵字***/

.search-hotkeyword li {
    background-color: #FFE084;
    color: #333;
}

    .search-hotkeyword li:hover,
    .search-hotkeyword li:active {
        background-color: #FCCA87;
        color: #663333;
        display: inline-block;
    }


/***搜尋範圍***/
.search-area li {
    background-color: #FFF;
    border: 1px solid #CFBFFF;
    color: #333;
}

    .search-area li:hover,
    .search-area li:active,
    .search-area .active {
        background-color: #DCD0FF;
        color: #330033;
    }
.search-area button {
    border: 0px;
    background:#fff;
    min-width: 30px;
}

/**關鍵字變色**/

.keyword-red {
    color: #FE0101;
}

/******************************************/

/***即時新聞類別標題***/
.news-lable-list {
    margin-bottom: 15px;
}

    .news-lable-list .table > tbody > tr > td::before {
        display: inline-block;
        font-weight: 600;
        margin-right: 4px;
    }

.table {
    font-size: 20px;
    letter-spacing: 5px;
    text-align: left;
    margin: auto;
}

    .table > tbody > tr > td {
        border-top: none;
        border-bottom: 1px solid #94e0fd;
        line-height: 40px;
        padding: 4px;
        color: #73B9FF;
    }

        .table > tbody > tr > td a:hover {
            line-height: 40px;
            color: #f11a09;
        }

        .table > tbody > tr > td > img {
            height: 5px;
            width: 5px;
        }

        .table > tbody > tr > td > span {
            color: #061e77;
            cursor: default;
        }

            .table > tbody > tr > td > span:hover {
                color: #FF0000;
            }


    .table tbody tr .active a {
        color: #FF0000;
        font-weight: bold;
    }

    .table > tbody > tr > td.active {
        background-color: transparent;
        border-bottom: 4px solid #61ccff;
    }

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #d6eefb;
    !important;
}

.table-hover > tbody > tr > td:hover, .table-hover > tbody > tr > td:hover {
    background-color: #afe2fb !important;
}
/************************************************/
.news-lable-list .table2 > tbody > tr > td > h2::before {
    display: inline-block;
    font-weight: 600;
    margin-right: 4px;
}

.table2 {
    letter-spacing: 5px;
    text-align: left;
    margin: auto;
    width: 100%;
}


    .table2 > tbody > tr > td h2 {
        border-top: none;
        border-bottom: 1px solid #94e0fd;
        line-height: 40px;
        padding: 4px;
        color: #73B9FF;
        font-size: 20px;
    }

    .table2 > tbody > tr > td > h2 a:hover {
        line-height: 40px;
        color: #f11a09;
    }

    .table2 > tbody > tr > td > h2 img {
        height: 5px;
        width: 5px;
    }

    .table2 > tbody > tr > td > h2 span {
        color: #061e77;
        cursor: default;
    }

        .table2 > tbody > tr > td > h2 span:hover {
            color: #FF0000;
        }


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #d6eefb;
    !important;
}

.table-hover > tbody > tr > td:hover, .table-hover > tbody > tr > td:hover {
    background-color: #afe2fb !important;
}


/****新聞總覽日期*****/
.news-lable-date {
    color: #006CD8;
}

.news-review-img img {
    right: 15px;
    top: 10px;
    width: 24px;
    height: 25px;
    position: absolute;
}
/*****************************************/

/*** 圖+文新聞**/

.newsimg-area-item {
    position: relative;
    /*margin-top:10px;*/
}

.newsimg-title-area {
    position: relative;
    display: inline-flex;
    width: 100%;
}

.newsimg-area-item-title {
    width: 100%;
    position: relative;
    display: inline-flex;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
}
    /** title 前方icon**/
    .newsimg-area-item-title:before {
        content: "\02666";
        display: inline-block;
        color: #00BFFF;
        height: 0.8em;
        width: 0.8em;
        line-height: 0.8em;
        font-size: 1.5em;
        -moz-transform: scale(1, 0.8);
        -webkit-transform: scale(1, 0.8);
        -o-transform: scale(1, 0.8);
        -ms-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
        text-align: center;
    }

.newsimg-area-item .newsimg-area-item-title,
.newsimg-area-item .newsimg-area-item-title a,
.newsimg-title-area .newsimg-area-item-title a {
    color: #1A2EB7;
}

    .newsimg-area-item .newsimg-area-item-title a:hover {
        color: #B22D00;
    }

.newsimg-area-item-title .icon01 {
    height: 12px;
    width: 12px;
    vertical-align: middle;
}

.title-more {
    width: 24px;
    margin-top: 15px;
    margin-left: 5px;
}

.newsimg-area-text {
    position: relative;
    top: -2px;
    background-color: #000;
    padding: 8px;
    letter-spacing: 1px;
    bottom: 15px;
    /*margin-bottom: -10px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 17px;
}

.newsimg-area-item a {
    color: #FFF;
    text-decoration: none;
}

    .newsimg-area-item a:hover {
        color: #97E9FF;
        text-decoration: none;
    }

.newsimg-area-text-date {
    position: absolute;
    top: -5px;
    font-family: 'Arial';
    padding: 4px 8px 4px 8px;
    letter-spacing: 1px;
    bottom: -5px;
    width: 100%;
    font-size: 11px;
    z-index: 3;
    background-color: #000;
}

.newsimg-area-item-date a {
    color: #FFF;
    text-decoration: none;
}

    .newsimg-area-item-date a:hover {
        color: #97E9FF;
        text-decoration: none;
    }

.img-ratio-16x9 img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 640 / 360;
}
.img-ratio-510x287 img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 510 / 287;
}
.img-ratio-1200x676 img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 1200 / 676;
}
.img-ratio-140x270 img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 140 / 270;
}
.img-ratio-140x135 img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 140 / 135;
}
.img-ratio-120x83 img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 120 / 83;
}
.img-ratio-270x146 img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 270 / 146;
}
/** plist-新聞列表**/
.newsimg-imgLay {
    position: relative;
}

.newsimg-area-text-2 {
    position: relative;
    padding: 5px 2px;
    letter-spacing: 1px;
    line-height: 30px;
    bottom: 0px;
    width: 100%;
    height: 65px;
    font-size: 18px;
}

.newsimg-area-item-2 {
    position: relative;
}

    .newsimg-area-item-2 a {
        color: #0d67b5;
        text-decoration: none;
    }

        .newsimg-area-item-2 a:hover {
            color: #0d5390;
            text-decoration: none;
        }

    .newsimg-area-item-2.projectList {
        margin-bottom: 30px;
        border-bottom: 1px solid #cccccc;
    }


.newsimg-area-info {
    padding: 8px 5px;
    line-height: 25px;
    font-size: 17px;
    height: 60px;
    letter-spacing: 1px;
    overflow: hidden;
    border-top: 1px solid #dedede;
}

    .newsimg-area-info a {
        color: #333;
    }

.label-area {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.newsimg-date {
    position: absolute;
    padding: 10px 5px 0px 5px;
    font-size: 13px;
    color: #827f7f;
    letter-spacing: 1px;
    margin-top: 2px;
}

.label-area .newslabel-tab {
    position: absolute;
    padding: 3px 8px;
    border-radius: 30px;
    color: #FFF;
    letter-spacing: 1px;
    bottom: 7px;
    font-size: 16px;
    right: 5px;
    left: auto;
}

/************************************************/

/**專題標題**/

.newspro-area-item {
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
}

.newspro-area-item-title {
    width: 100%;
    position: relative;
    display: inline-flex;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

    .newspro-area-item-title:before {
        content: "\02666";
        display: inline-block;
        color: #00BFFF;
        height: 0.8em;
        width: 0.8em;
        line-height: 0.8em;
        font-size: 1.5em;
        -moz-transform: scale(1, 0.8);
        -webkit-transform: scale(1, 0.8);
        -o-transform: scale(1, 0.8);
        -ms-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
        text-align: center;
    }

.newspro-area-item .newspro-area-item-title img {
    height:auto;
    width: 100%;
}
.newspro-area-item .newspro-area-item-title a {
    color: #1A2EB7;
}

    .newspro-area-item .newspro-area-item-title a:hover {
        color: #B22D00;
    }

.newspro-area-item-title .icon01 {
    height: 12px;
    width: 12px;
    vertical-align: middle;
}


/** 圖片下方新聞list*/

.news-boxlist ul {
    width: 100%;
    justify-content: space-between;
    display: inline-flex;
    flex-wrap: wrap;
}

    .news-boxlist ul li {
        position: relative;
        width: 32.5%;
    }

        .news-boxlist ul li .player-icon {
            top: -10%;
        }

.news-boxlist h3 {
    background-color: #010846;
    font-size: 17px;
    margin-top: -1px;
    padding: 0 6px;
    color: #FFF;
    font-weight: 100;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    line-height: 2.4em;
}


.news-list {
    color: #000;
    list-style: none;
}

    .news-list ul, .news-list-2 ul {
        width: 100%;
    }

        .news-list ul li {
            line-height: 40px;
            border-bottom: 1px dashed #d4d4d4;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 17px;
            letter-spacing: 1px;
        }

            .news-list ul li:before {
                content: "\02666";
                display: inline-block;
                color: #00BFFF;
                height: 1em;
                width: 1em;
                line-height: 1em;
                -moz-transform: scale(1, 0.8);
                -webkit-transform: scale(1, 0.8);
                -o-transform: scale(1, 0.8);
                -ms-transform: scale(1, 0.8);
                transform: scale(1, 0.8);
                text-align: center;
            }

            .news-list ul li a, .news-list-2 ul li a {
                text-decoration: none;
                color: #000;
            }

                .news-list ul li a:hover, .news-list-2 ul li a:hover {
                    color: #B22D00;
                }

    /*閒置廣告 - 文字列表*/
    .news-list .cover_right_ul li:first-child {
        line-height: 28px;
    }

    .news-list .cover_right_ul li .first_bold {
        white-space: normal;
    }


.news-list-2 {
    color: #000;
    list-style: none;
    /* border-bottom: 1px dashed #4DA6FF;*/
}

    .news-list-2 ul > li {
        line-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        list-style: none;
        font-size: 17px;
        letter-spacing: 1px;
        position: relative;
        border-bottom: 1px dashed #d4d4d4;
    }


        .news-list-2 ul > li::before {
            content: '';
            display: inline-block;
            height: 10px;
            width: 12px;
            margin: 0 5px 0 0;
            background-image: url(../images/icon/title-icon-03.gif);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 6px;
        }

        .news-list-2 ul > li.aditem {
            text-overflow: unset;
        }

            .news-list-2 ul > li.aditem > *:not(script) {
                width: 90%;
                display: inline-block;
                vertical-align: middle;
            }

.extend.news-list ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .extend.news-list ul li {
        width: 49%;
    }

/***閒置廣告list 新聞 ***/
.cover_right_ul {
    width: 100%;
    float: left;
    clear: both;
    margin: 5px 0px 10px 0px;
    list-style-type: none;
}

    .cover_right_ul li:first-child:before {
        color: #FFF;
        content: "";
        width: 0;
    }

    .cover_right_ul li:first-child {
        padding-left: 5px;
    }

    .cover_right_ul li img {
        width: 150px;
        float: left;
        margin: 0 10px 10px 0;
    }

.banner_cover_left {
    padding-top: 1%;
}

/*圖片標題新聞list*/

.img-newslist-area {
    border-bottom: 1px dashed rgb(193, 193, 193);
    margin: 10px 0 5px 0;
    display: inline-flex;
    width: 100%;
}

.img-newslist-img {
    width: 160px;
    margin: 0 6px 5px 6px;
}

    .img-newslist-img img {
        width: 160px;
    }

.img-newslist-info {
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

    .img-newslist-info .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .img-newslist-info .title a {
            font-size: 17px;
            font-weight: bold;
            color: #333;
        }

            .img-newslist-info .title a:hover {
                color: #B22D00;
            }

    .img-newslist-info .info {
        width: 100%;
    }

        .img-newslist-info .info a {
            font-size: 15px;
            color: #666;
        }

            .img-newslist-info .info a:hover {
                color: #B22D00;
            }


/***圖片上方player icon***/

.player-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url(/images/icon/video-player.png) no-repeat center;
    background-size: 17%;
    opacity: 0.95;
}



/***圖片上方 album icon***/

.album-icon {
    position: absolute;
    left: 10px;
    top: 48px;
    width: 28px;
    height: 28px;
    z-index: 3;
}

.album-icon-2 {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    z-index: 3;
}

.album-icon-page-area {
    position: relative;
    text-align: center;
}

.album-icon-page {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(/images/icon/album-icon.png) right bottom no-repeat;
    background-size: 28px 28px;
}

    .album-icon-page img {
        width: 28px;
        height: 28px;
        z-index: 3;
        margin-left: 8px;
        margin-top: 8px;
    }



/****更多新聞*****/

.more-news-area {
    width: 100%;
    background-color: #6db1f7;
    border-radius: 50px;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

    .more-news-area a {
        color: #FFF;
    }

/**Title More*/
.more-r {
    position: absolute;
    right: 4px;
    top: 50%;
    font-size: 16px;
    color: #8f00d6;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: -0.5em;
}

/**************************************/


/*Live 影音區域*/

.live-title {
    margin: 10px 0 10px 10px;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 2px;
    color: #333;
}

    .live-title img {
        width: 60px;
        height: 21px;
    }

.live-left-img {
    position: relative;
    margin-bottom: 10px;
}

    .live-left-img img {
        width: 100%;
    }

.live-right-banner {
    margin: 2px 10px 5px 0px;
}

    .live-right-banner iframe {
        border: none;
    }

/** 最新影音 **/

.news-video {
    /*margin:10px 0;*/
}

.news-video-title {
    margin: 0px 0 15px 0;
}


.st-video {
    position: relative;
}

    .st-video > div {
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    .st-video h2:hover {
        background-color: #000;
    }

    .st-video h2 {
        background-color: #010846;
        font-size: 17px;
        margin-top: -1px;
        padding: 0 6px;
        color: #FFF;
        font-weight: 100;
        letter-spacing: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        line-height: 2.5em;
    }

        .st-video h2 a {
            color: #FFF;
            font-weight: initial;
        }



/*下方右側 banner 區域*/
.right-banner {
    max-width: 300px;
    margin: auto;
}

    .right-banner img {
        margin: 2px 0 10px 3px;
    }

    .right-banner.ad-300x250 {
        height: 260px;
    }


/* 下方右側 旅遊區*/
.travel-ad-area {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
}

    .travel-ad-area img {
        margin: 2px 0 10px 3px;
    }


/*右側標題*/

.right-news-title {
    position: relative;
    display: inline-flex;
    width: 100%;
}




    /*右側投票區*/

    .right-news-title img {
        position: absolute;
        right: 5px;
        top: 25px;
        width: 23px;
        height: 5px;
    }

.right-vote-area img {
    margin: 2px 0 10px 3px;
}

.right-writer-list {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

/*右側今日頭條*/
.right-nownews-area {
    border-bottom: 1px solid #DEDEDE;
    margin: 5px 0 18px 0;
    width: 100%;
}

.right-nownews-img {
    width: auto;
    margin-bottom: 8px;
}

.nownews-number {
    position: absolute;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: 4px;
    background-color: #D90000;
}

/*右側圖輯*/
.right-slider-area {
    margin: 10px;
}
/*右側名家專欄區*/

.right-writer-area {
    border-bottom: 1px dashed rgb(193, 193, 193);
    margin: 5px 0 10px 0;
    display: inline-flex;
    width: 100%;
}

.right-writer-img {
    width: 80px;
    margin-bottom: 8px;
}

    .right-writer-img img {
        height: 55px;
        width: 55px;
        border-radius: 50%;
        overflow: hidden;
    }

.right-writer-info {
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

    .right-writer-info .title a {
        font-size: 17px;
        font-weight: bold;
        color: #333;
        word-break: break-all;
    }

        .right-writer-info .title a:hover {
            color: #B22D00;
        }

    .right-writer-info .info {
        height: 2.875em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .right-writer-info .info a {
            font-size: 15px;
            color: #666;
        }

            .right-writer-info .info a:hover {
                color: #B22D00;
            }




/*右側本周夯新聞區*/

.right-news-list {
    color: #000;
    list-style: none;
    margin-bottom: 10px;
}

    .right-news-list ul {
        width: 100%;
    }

        .right-news-list ul li {
            line-height: 40px;
            border-bottom: 1px dashed #C1C1C1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            list-style: none;
            font-size: 17px;
        }

            .right-news-list ul li:before {
                content: '';
                display: inline-block;
                height: 8px;
                width: 8px;
                margin: 0 5px 0 0;
                background-image: url(../images/icon/title-icon-02.gif);
                background-repeat: no-repeat;
                background-position: left center;
                background-size: 8px;
            }

            .right-news-list ul li a {
                text-decoration: none;
                color: #000;
            }

                .right-news-list ul li a:hover {
                    color: #B22D00;
                }


/*右側下方HOT 焦點*/

.right-hot-area {
    border-bottom: 1px dashed rgb(193, 193, 193);
    margin: 5px 0 10px 0;
    display: inline-flex;
    width: 100%;
}

.right-hot-img {
    width: 120px;
    height: 65px;
    margin-right: 6px;
}

    .right-hot-img img {
        width: 120px;
    }

.right-hot-info {
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

    .right-hot-info .title a:hover {
        color: #B22D00;
    }

    .right-hot-info .info a {
        font-size: 17px;
        color: #666;
    }

        .right-hot-info .info a:hover {
            color: #B22D00;
        }


/*--footer-copy-right --*/

.copy-right {
    background: #002DB2;
    padding: 1em 0;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px
}

    .copy-right a {
        color: #fff;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
    }

        .copy-right a:hover {
            color: #2ebaef;
        }


/*--footer-copyright-end--*/

.footer-area {
    background-color: #00007B;
    margin-top: 25px;
}

.footer-area-box {
    margin: 10px auto;
}

    .footer-area-box > li {
        display: inline-block;
        width: 32.5%;
        border-right: 1px solid #002DB2;
        padding: 0 1% 0 3%;
    }

        .footer-area-box > li a {
            color: #5eb9f9;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            transition: 0.5s all;
        }

            .footer-area-box > li a:hover {
                color: #FFFFFF;
            }


        .footer-area-box > li:last-child {
            border-right: none;
        }

    .footer-area-box ul li {
        line-height: 30px;
    }


.icon-footer {
    display: flex;
    flex-wrap: wrap;
}

    .icon-footer li {
        margin: 8px 4px;
    }

    .icon-footer.social-icon-footer li > a {
        width: 32px;
        height: 32px;
        display: inline-block;
        background: url('../images/shareIcon/socialMedia.png') no-repeat 0 center;
        background-size: cover;
    }

        .icon-footer.social-icon-footer li > a.footerFb {
            background-position-x: 0;
        }

        .icon-footer.social-icon-footer li > a.footerIns {
            background-position-x: 25%;
        }

        .icon-footer.social-icon-footer li > a.footerYoutube {
            background-position-x: 50%;
        }

        .icon-footer.social-icon-footer li > a.footerLine {
            background-position-x: 75%;
        }

        .icon-footer.social-icon-footer li > a.footerTwtter {
            background-position-x: 100%;
        }


    .icon-footer.app-icon-footer li > a {
        width: 48px;
        height: 48px;
        display: inline-block;
        background: url('../images/icon/app.png') no-repeat 0 center;
        background-size: cover;
    }

        .icon-footer.app-icon-footer li > a.footerAppSETN {
            background-position-x: 0;
        }

        .icon-footer.app-icon-footer li > a.footerAppSETNStar {
            background-position-x: 100%;
        }

    .icon-footer.appStore-icon-footer li > a {
        height: 36px;
        display: inline-block;
        background: url('../images/icon/download.png') no-repeat 0 center;
        background-size: cover;
    }

        .icon-footer.appStore-icon-footer li > a.footerAppStore {
            width: 108px;
            background-position-x: 0;
        }

        .icon-footer.appStore-icon-footer li > a.footerGPlay {
            width: 121px;
            background-position-x: 100%;
        }


/**footer***/
/* SCROLL TO TOP */
.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.8em;
    right: 1.8em;
}

    .scroll-up ul {
        margin: 0;
        padding: 0;
    }

    .scroll-up li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .scroll-up i {
        border-radius: 50%;
        background-color: #fff;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        color: #000;
        font-size: 24px;
        line-height: 40px;
        box-shadow: 0px 0px 6px #ccc;
    }

        .scroll-up i:hover,
        .scroll-up i:active {
            background-color: #f5f5f5;
            color: #000;
        }


/*************RWD圖片裁切*********************/

.image-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #d4d4d4;
}

    .image-container img, .image-container picture {
        width: 100%;
    }

/***********************************************/


/********************頁碼********************/

.pagination-area {
    text-align: center;
}

.pagination > li > a,
.pagination > li > span {
    border-radius: 50% !important;
    margin: 0 5px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #2487fd;
    border-color: #2487fd;
}


/******************************************/


/***專題icon****/
.project-area {
    margin: 5px 0 15px 0;
}

.project-icon {
    background: #387ff5;
    color: #FFF;
    padding: 3px 12px 0 12px;
    position: absolute;
    top: 0px;
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 33px;
    left: -10px;
}

    .project-icon > *,
    .project-icon > *:hover {
        color: #FFF !important;
    }

    .project-icon::before {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        right: -12px;
        border-top: 18px solid transparent;
        border-left: 12px solid #EA4335;
        border-bottom: 18px solid transparent;
        width: 0;
        border-left-color: inherit;
    }

    .project-icon::after {
        position: absolute;
        content: " ";
        height: 36px;
        width: 10px;
        top: 0;
        left: 0;
        background-color: #757575;
        transform-origin: top left;
        transform: skewY(45deg);
        z-index: -1;
        box-shadow: inset 0 0 10px black;
    }

    .project-icon.project-icon-0 {
        background-color: #387ff5;
        border-left-color: #387ff5;
    }

    /***專頁icon****/
    .project-icon.project-icon-1 {
        background-color: #08acad;
        border-left-color: #08acad;
    }



    /***懶人包icon****/
    .project-icon.project-icon-2 {
        background-color: #804d03;
        border-left-color: #804d03;
    }



    /***大事件icon****/
    .project-icon.project-icon-3 {
        background-color: #bf30dc;
        border-left-color: #bf30dc;
    }



.newsimg-date-02 {
    position: absolute;
    right: 3px;
    padding: 5px 5px 0px 5px;
    font-size: 13px;
    color: #ABA9A9;
    letter-spacing: 1px;
    margin-top: 8px;
}

.newslabel-w-01 a,
.newslabel-w-01 a:hover {
    position: absolute;
    padding: 3px 8px;
    margin-top: 3px;
    background-color: #cc99fe;
    border-radius: 15px;
    color: #FFF;
    letter-spacing: 1px;
}

.store {
    display: inline-block;
    margin-bottom: 8px;
}

    .store img {
        object-fit: cover;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        vertical-align: middle;
        margin-right: 4px;
    }

    .store a {
        color: #6c6e6f;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
    }

        .store a:hover {
            color: #dc0202;
            font-weight: bold;
        }
/* bologer */

#owlFamous:not(.owl-carousel) > div {
    width: 19.5%;
    display: inline-block;
}

/*.st-bologer {
    margin: 15px 5px 0 15px;

}*/

.st-bologer h2:hover {
    color: #001040;
}

.st-bologer h2 {
    font-size: 18px;
    text-align: center;
    margin: 8px auto 0 auto;
    line-height: 26px;
    color: #001040;
    font-weight: 100;
    letter-spacing: 1px;
}

    .st-bologer h2 a {
        color: #001040;
    }


.st-bologer img {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1px;
}

/**名家文章列表內文***/
.newsimg-w-info {
    padding: 10px 5px;
    line-height: 25px;
    height: 100px;
    letter-spacing: 1px;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

    .newsimg-w-info a {
        color: #666;
    }

        .newsimg-w-info a:hover {
            color: #B22D00;
        }

/**名家日期標籤區域**/
.label-area-02 {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dedede;
}

.news-more-icon {
    right: 15px;
}

/***名家介紹***/
.media .media-left img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.fnt-smaller > * {
    padding: 6px 5px 3px 5px;
}

.fnt-smaller p {
    font-size: 15px;
    border-top: 1px dashed #c5c5c5;
}

/* 右側浮水印新的 */
.rides-cs {
    font-size: 16px;
    background-color: rgba(250,250,250,1);
    position: fixed;
    top: 230px;
    right: 0px;
    z-index: 71000;
    border-radius: 6px 0px 0 6px;
    padding: 10px 0;
    box-shadow: 0px 1px 19px #d0d0d0;
    -webkit-box-shadow: 0px 1px 19px #d0d0d0;
    -moz-box-shadow: 0px 1px 19px #d0d0d0;
}

    .rides-cs a {
        color: #00A0E9;
    }

    .rides-cs .floatL {
        width: 30px;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        cursor: default;
        float: left;
    }

        .rides-cs .floatL .onlineA {
            -webkit-writing-mode: vertical-lr;
            -moz-writing-mode: vertical-lr;
            -ms-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
            padding: 5px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #000;
        }

    .rides-cs .floatR {
        padding: 0 1px;
        overflow: hidden;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

        .rides-cs .floatR #on_air {
            width: 130px;
            border: 0 solid #9a2069;
            background-color: #EA222C;
            border-radius: 10px;
            margin-top: 3px;
            padding: 5px;
            font-size: 1.063em;
            margin-bottom: 10px;
        }

            .rides-cs .floatR #on_air .on_air_content {
                padding: 15px 3px;
                font-weight: bolder;
                border-radius: 10px;
                background-color: #ffffff;
                border: 0px solid #1F5780;
                font-family: Arial, 'Microsoft JhengHei', sans-serif;
            }

            .rides-cs .floatR #on_air .on_air_bottom {
                color: #ffffff;
                text-align: left;
                font-weight: bolder;
                padding: 5px 0 3px 8px;
                position: relative;
            }

.imageRotation {
    margin-bottom: 5px;
    width: 140px;
    overflow: hidden;
    background: rgba(255,255,255,.5);
    background: linear-gradient(toprgba(255,255,255,0), rgba(255,255,255,.5));
    background: -moz-linear-gradient(top,rgba(255,255,255,0), rgba(255,255,255,.5));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0), rgba(255,255,255,.5));
}
/*-------------?片容器---------------*/
.imageBox {
    overflow: hidden;
    width: 100%;
}

    .imageBox img {
        width: 100%;
    }


/***名家們***/

.writer-img-area {
    margin: 8px 0;
}

    .writer-img-area img {
        border-radius: 10px;
    }

.writer-w-area {
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    padding: 6px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
}

    .writer-w-area a {
        color: #000;
    }

        .writer-w-area a:hover {
            color: #dc0202;
        }

.writer-w-info {
    font-size: 17px;
    color: #A619E5FF;
    border-top: 1px dashed #e7cefd;
    border-bottom: 1px dashed #e7cefd;
    line-height: 28px;
    margin: 15px 0 25px 0;
    padding: 10px;
}


/**** video view****/

.video_view .modal-dialog {
    max-width: 1336px;
    width: 100%;
}

.pre-cost {
    text-decoration: line-through;
    color: #a5a5a5;
}

.space-ten {
    padding: 10px 0;
}


/**** video Youtube****/

.videoSection {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.videoLay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-view-w {
    font-size: 22px;
    letter-spacing: 2px;
    height: 215px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 15px;
}

/*.product_view .modal-dialog {
    width: 1100px;
}*/
.newsimg-area-text-3 {
    padding: 8px 2px;
    letter-spacing: 1px;
    line-height: 28px;
    width: 100%;
    font-size: 18px;
    height: 75px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin: 12px 0 12px 0;
}

.newsimg-area-item-3 a {
    color: #333;
    text-decoration: none;
}

    .newsimg-area-item-3 a:hover {
        color: #B22D00;
        text-decoration: none;
    }
/***載入更多按鈕***/

.page-more-bt {
    position: relative;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 8px 0px 15px 0;
}

    .page-more-bt a {
        width: 100%;
        line-height: 34px;
        display: inline-block;
        color: #FFF;
        background-color: #6AB5FF;
        border-radius: 50px;
    }

        .page-more-bt a:hover {
            width: 100%;
            display: inline-block;
            color: #FFF;
            background-color: #3C9DFF;
        }


/**************即時新聞列表*********************/

.NewsList > div:nth-child(even) {
    background-color: #fafdff;
}

.NewsList > div > div {
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    padding: 10px 0 3px 0;
}

    .NewsList > div > div > * {
        margin: auto;
    }

    .NewsList > div > div h3.view-li-title {
        font-size: 18px;
        letter-spacing: 2px;
        color: #00559e;
        margin: 0;
        line-height: 2em;
        flex: 1;
        justify-content: space-between;
    }

    .NewsList > div > div .newslabel-tab {
        margin: auto 1em;
        width: 3.25em;
        color: #FFF;
        border-radius: 30px;
        letter-spacing: 1px;
        font-size: 16px;
        height: 1.75em;
        line-height: 1.75em;
        display: inline-block;
        text-align: center;
    }

    .NewsList > div > div > .newslabel-tab.AreaSet {
        width: 4.25em;
    }

    .NewsList > div > div .newslabel-tab a {
        color: #FFF;
    }

.newslabel-vi {
    display: block;
    background-color: #09F;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0;
    width: 32px;
    border-radius: 30px;
    height: 24px;
}

    .newslabel-vi > i {
        line-height: 24px !important;
    }


/***** 快訊 *****/
.breaking_news {
    float: left;
    padding: 8px 2px 5px 10px;
    background-color: #aa0101;
    position: relative;
    color: #fff;
    font-size: 26px;
    letter-spacing: 8px;
    /* font-weight: bold; */
}

    .breaking_news::after {
        content: '';
        position: absolute;
        right: -17%;
        top: 37%;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 12px solid #aa0101;
        transform: rotate(90deg);
    }

/******************************************************************/
.about-logo {
    width: 160px;
    padding: 15px 8px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/******************************************************************/

/* layout.css Style */
.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center
}

    .upload-drop-zone.drop {
        color: #222;
        border-color: #222;
    }



.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .image-preview-input input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.image-preview-input-title {
    margin-left: 2px;
}


/***作者介紹***/

.page-writer-area {
    position: relative;
    display: inline-flex;
    margin-bottom: 18px;
    width: 100%;
}

.page-writer-img {
    width: 170px;
    margin: 20px 10px 20px 0px;
}

    .page-writer-img img {
        width: 100%;
        border-radius: 50%;
    }

.page-writer-right {
    margin-top: 10px;
    width: 100%;
}

    .page-writer-right ul li {
        list-style: none;
    }

.page-writer-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 40px;
    border-bottom: 1px dashed #d4d4d4;
    margin-bottom: 10px;
}

    .page-writer-title a {
        color: #333;
    }

        .page-writer-title a:hover {
            color: #a20606;
        }

.page-writer-info {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
    line-height: 26px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d4d4d4;
}

    .page-writer-info a {
        color: #333;
    }

        .page-writer-info a:hover {
            color: #a20606;
        }
/***作者關鍵字***/
.page-writer-keyword ul {
    display: inline-flex;
}

    .page-writer-keyword ul li a {
        display: inline-block;
        background-color: #E2C7FF;
        border-radius: 50px;
        padding: 5px 8px;
        margin-left: 7px;
        color: #333;
    }

        .page-writer-keyword ul li a:hover {
            display: inline-block;
            background-color: #DBA0FD;
            color: #333;
        }

.page-tip {
    background: #FDED72;
    box-shadow: 0px 0px 8px 0px #00000040;
    margin: 20px 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 16px 12px 18px 12px;
    border-radius: 8px;
}
.page-tip p {
    margin: 0;
}

    .page-tip ul {
        display: inline-flex;
        list-style: none;
        line-height: 1.75em;
    }

    .page-tip a {
        color: inherit;
    }

.page-submi a {
    margin-left: 8px;
    color: #F50303;
    padding: 5px 8px;
    border: 1px solid #F50303;
    border-radius: 2em;
}

    .page-submi a:hover {
        color: #6902bb;
        border: 1px solid #6902bb;
    }

. modal-header .ad-title-area {
    text-align: center;
}

/**專題menu**/
.plist-menu {
    background-color: #afe4f7;
    margin: 0 0 15px 0;
    letter-spacing: 2px;
    font-size: 18px;
}

    .plist-menu ul {
        position: relative;
        display: inline-flex;
    }


        .plist-menu ul li a {
            display: inline-block;
            color: #0c0a50;
            padding: 12px;
            box-shadow: 0 0 black;
        }

        .plist-menu ul li.active a {
            background-color: #7ec3f1;
        }

        .plist-menu ul li a:hover {
            background-color: #9bd2f7;
        }


/******************************************************/

/* The ribbons */
.rib {
    height: 40px;
    width: 80px;
    position: absolute;
    color: white;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    right: -10px;
    background-color: #fb2049;
}

    .rib.rib_gray {
        background-color: #797979;
    }

    .rib::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-right: 20px solid #fb2049;
        border-bottom: 20px solid transparent;
        left: -20px;
    }

    .rib.rib_red::before {
        border-right-color: #fb2049;
    }

    .rib.rib_gray::before {
        border-right-color: #797979;
    }

    .rib::after {
        content: "";
        position: absolute;
        height: 40px;
        width: 20px;
        top: 20px;
        right: 0;
        transform-origin: top left;
        transform: skewY(-45deg);
        z-index: -1;
        box-shadow: inset 0 0 10px black;
        background: #980404;
    }

    .rib.rib_red::after {
        background: #980404;
    }

    .rib.rib_gray::after {
        background: #333;
    }


/**************************************************/


/******************Tabs********************/
.tab_area .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #0557af;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #fff;
    border-top: 5px solid #67d2fb;
    border-left: 1px solid #8cdfff;
    border-right: 1px solid #8cdfff;
    border-bottom-color: transparent;
    cursor: default;
}

.tab_area .nav-tabs {
    border-bottom: 1px solid #8cdfff;
    margin: 20px 0 15px 0;
}

    .tab_area .nav-tabs > li > a {
        margin-right: 5px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 8px 8px 0 0;
        font-size: 18px;
        letter-spacing: 2px;
        border-top: 4px solid #bfdff7;
        background-color: #e0edf7;
        color: #333;
    }

        .tab_area .nav-tabs > li > a:hover {
            border-top: 4px solid #abd4f3;
            background-color: #c9e7fd;
        }

/******** 2019 privacy CSS *********************************************/
.privacy-area {
    display: none;
    text-align: center;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 1em;
    font-size: 13px;
    border-bottom: 1px solid #E0E0E0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: rgba(225,225,225, 0.7);
    backdrop-filter: blur(20px);
}

    .privacy-link {
        margin-right: 15px;
    }

    .privacy-link a {
        color: #555;
        font-weight: 700;
        border-bottom: 1px solid #555;
    }

        .privacy-link a:hover {
            color: #7c50ce;
            border-bottom: 1px solid #7c50ce;
        }

.privacy-area img {
    width: 47px;
    margin-right: 4px;
    vertical-align: middle;
}

.privacy-bt i {
    margin-right: 2px;
}

.privacy-bt button {
    border: 0px;
    margin-top: 5px;
    color: #FFF;
    border-radius: 50px;
    font-weight: 700;
    background-color: #0a4de9;
    padding: 5px 8px;
    letter-spacing: 2px;
}

    .privacy-bt a:hover {
        background-color: #d993da;
    }

.privacyCont ul li {
    list-style-type: initial;
}


/*** view all list ************************************************/

.viewall-list ul {
    list-style: none;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 15px;
}

    .viewall-list ul li {
        width: 15.3%;
        background-color: #dcf2f9;
        margin-right: 0.3%;
        margin-bottom: 0.8%;
        margin-left: 0.3%;
        display: inline-block;
        padding: 5px 10px 3px 10px;
        line-height: 30px;
        font-size: 17px;
        letter-spacing: 2px;
        text-align: center;
        border-radius: 2px;
        border: 1px solid #abdbec;
    }

        .viewall-list ul li:hover {
            background-color: #c5e8f5;
        }

        .viewall-list ul li.active {
            background-color: #c5e8f5;
        }

        .viewall-list ul li a {
            color: #333;
        }

            .viewall-list ul li a:hover {
                color: #001461;
            }

            .viewall-list ul li a i {
                color: #89cde4;
                margin-right: 3px;
            }

.viewall-name-area {
    position: relative;
    height: 32px;
}

.viewall-name {
    color: #ab50a7;
    border: 1px solid #e2afd1;
    display: inline-block;
    padding: 0 10px;
    border-radius: 50px;
    position: absolute;
    font-size: 15px;
}

    .viewall-name a {
        color: #ab50a7;
    }

        .viewall-name a:hover {
            color: #B22D00;
        }

/******** 2020 熱門人物 CSS **********/
.categoryBox {
    margin-bottom: 4%;
}


.loginBox,
.loginBox * {
    padding: 0;
    color: #0a4de9 !important;
    line-height: normal !important;
}

    .loginBox i {
        font-size: 1.4em;
        vertical-align: middle;
    }

.loginBox {
    line-height: normal !important;
    vertical-align: middle;
}

    .loginBox > label > * {
        margin: auto 0.125em;
    }

    .loginBox::before {
        display: none !important;
    }

    .loginBox i.fa-sign-out-alt:before, .loginBox ul li span {
        color: #727272 !important;
    }

    .loginBox ~ .tooltip {
        cursor: default;
        max-width: none;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
        top: calc(50% + 0.7em) !important;
        left: 0 !important;
        transform: translateX(calc(-50% + 1.125em));
    }

        .loginBox ~ .tooltip .tooltip-inner {
            max-width: none;
            background: #FBE40E;
            color: #0A4DE9;
            box-shadow: 3px 2px 0px #0a4de9;
            border-radius: 2px;
        }

        .loginBox ~ .tooltip.bottom .tooltip-arrow {
            border-bottom-color: #FBE40E;
            left: 50% !important;
        }

        .loginBox ~ .tooltip.bottom::after {
            content: '';
            display: block;
            border: 5px solid transparent;
            border-bottom-color: #0a4de9;
            position: absolute;
            left: 50%;
            top: 0;
            transform: translate(-20%, -45%);
            z-index: -1;
        }

    .loginBox.memberTip i.fa-user-circle {
        position: relative;
        margin-right: 3px;
    }

        .loginBox.memberTip i.fa-user-circle::after {
            content: "";
            position: absolute;
            display: block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #FF0000;
            top: 0;
            left: 100%;
            transform: translateX(-50%);
        }

#livevodlist .owl-dots {
    margin-top: 0px;
}

.grecaptcha-badge {
    z-index: 1000;
}

/*AI問答評論*/
.ai_area {
    max-width: 100%;
    padding: 0 10px 10px 0px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #00396F;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.ai_logo {
    width: 48px;
}

.ai_area_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 48px);
    position: relative;
}

.ai_comment, .ai_qa {
    display: flex;
    flex-direction: row;
}

    .ai_comment .title, .ai_qa .title {
        font-size: 16px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 66px;
        height: 26px;
        background: linear-gradient(180deg, #20F0FC 0%, #01B9FF 100%);
        box-shadow: 0px 2px 0px #00417D;
        border-radius: 24px;
        margin-right: 2px;
        text-align: center;
    }

        .ai_comment .title img, .ai_qa .title img {
            width: 34%;
        }

    .ai_comment .content, .ai_qa .content {
        display: flex;
        width: calc(100% - 70px);
        height: 26px;
        flex-direction: row;
        align-items: center;
        padding: 0px 4px;
        box-sizing: border-box;
        border-bottom: 2px solid #01B7FF;
        border-radius: 20px;
        cursor: pointer;
    }

        .ai_comment .content p, .ai_qa .content p {
            font-size: 16px;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-align: left;
        }

/*下拉選中時添加樣式*/
.ai_content_focus {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
    color: rgba(33, 34, 59, 0.4);
}

/*下拉按鈕 -- start*/
.triangle {
    fill: #fff;
    stroke: #fff;
    stroke-width: 10;
}

circle {
    fill: #0090CC;
    transition: 0.3s;
}

.ai_comment .content:hover circle, .ai_qa .content:hover circle {
    fill: #006A97;
}

.arrow-up {
    display: none;
}
/*下拉按鈕 -- end*/


.content_more {
    width: calc(100% + 48px);
    height: 200px;
    background: #FFFFFF;
    border: 2px solid #01B7FF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    padding: 4px 8px;
    box-sizing: border-box;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    display: none;
}

    .content_more p {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        padding-bottom: 12px;
        white-space: break-spaces;
    }

        .content_more p:nth-child(3) {
            padding-bottom: 0px;
        }

.comment_content_more {
    left: -48px;
    top: 30px;
    z-index: 1;
}

.qa_content_more {
    left: -48px;
    top: 64px;
    z-index: 1;
}

/*AI問答評論 END*/

@media screen and (max-width:1200px) {
    .hotnav-bar {
        padding: 10px 0;
    }

    .hotnav-box.box-right {
        display: none
    }
}

@media screen and (max-width:992px) {
    .channelarea-content li {
        padding: 15px 8px;
    }
}


@media screen and (max-width:767px) {
    .hotnav-box.box-left li a {
        margin: 8px 10px;
    }

    .channelarea {
        margin: 0 auto;
        width: 100%;
    }

        .channelarea li {
            width: 18%;
            margin: 0 auto;
            padding: 10px 0;
        }
}

@media screen and (max-width:600px) {
    .hotnav-box.box-left li a {
        font-size: 17px;
    }
}

/*AI問答評論*/
@media(min-width: 768px) {
    .ai_comment .content, .ai_qa .content {
        padding: 0px 8px;
    }

    .ai_comment .title, .ai_qa .title {
        margin-right: 4px;
    }

    .content_more {
        width: calc(100% - 70px);
    }

    .comment_content_more {
        left: 70px;
    }

    .qa_content_more {
        left: 70px;
    }
}

/*social media*/
.social_title {
    font-size: 1.375em;
    letter-spacing: 0px;
    text-align: left;
    margin-left: 10px;
    line-height: 1em;
    color: #0173b5 !important;
    font-weight: 800;
    display: inline-block;
}

.social-media-icon i {
    background-image: url(/m/images/icon/social-media.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.social-media-icon li {
    display: inline;
}

.social-media-icon .fb {
}

.social-media-icon .setn {
    background-position: -40px;
}

.social-media-icon .line {
    background-position: -80px;
}

.social-media-icon .ig {
    background-position: -120px;
}

.social-media-icon .youtube {
    background-position: -160px;
}

.social-media-icon .twitter {
    background-position: -321px;
}

.social-media-icon .flipboard {
    background-position: -361px;
}
.waterfall_wrap {
    width: 100%;
    margin: auto
}

    .waterfall_wrap .waterfall_area {
        list-style-type: none;
        box-sizing: border-box;
        box-sizing: border-box
    }

        .waterfall_wrap .waterfall_area .item {
            width: 100%;
            color: #595757;
            background-color: #eee;
            padding: 10px;
            border-top: solid 1px #eee;
            box-sizing: border-box;
            background-color: #fff
        }
.waterfall_wrap .item_block img{
    width: 100%;
    height: auto;
}
@media screen and (min-width: 1024px) {
    .waterfall_wrap .waterfall_area .item {
        margin-bottom: 15px;
        width: calc((100% - 16px)/2);
        background-color: #eee;
        border-radius: 8px;
        border-top: unset
    }
}

.waterfall_wrap .waterfall_area .item:nth-child(2n+1) {
    margin-right: 10px
}

@media screen and (min-width: 1024px) {
    .waterfall_wrap .waterfall_area .item:nth-child(2n+1) {
        margin-right: 15px
    }
}

@media screen and (min-width: 1024px) {
    .waterfall_wrap .waterfall_area .item:hover .item_block .info_box {
        color: #f04800
    }
}

.waterfall_wrap .waterfall_area .item .item_block {
    display: flex;
    flex-direction: row;
    text-decoration: none
}

    .waterfall_wrap .waterfall_area .item .item_block .img_box {
        width: 150px;
        position: relative;
        height: 0;
        padding-top: 84.375px;
        border-radius: 4px;
        overflow: hidden
    }

        .waterfall_wrap .waterfall_area .item .item_block .img_box.waterfall_video::before {
            content: "";
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            opacity: .95;
            z-index: 1;
            background-image: url(../images/icon/video-player.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 30%;
            top: 0;
            left: 0
        }

@media screen and (min-width: 1024px) {
    .waterfall_wrap .waterfall_area .item .item_block .img_box {
        border-radius: 8px
    }
}

.waterfall_wrap .waterfall_area .item .item_block .img_box img {
    width: 100%;
    position: absolute;
    top: 0
}

.waterfall_wrap .waterfall_area .item .item_block .info_box {
    width: calc(100% - 150px - 10px);
    margin-left: 10px;
    color: #333;
    padding-top: 5px
}

    .waterfall_wrap .waterfall_area .item .item_block .info_box .item_desc {
        color: #000;
        font-size: 17px;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 44px
    }

@media screen and (min-width: 1024px) {
    .waterfall_wrap .waterfall_area .item .item_block .info_box .item_desc:hover {
        color: #B22D00
    }
}

.waterfall_wrap .waterfall_area .item .item_block .info_box .item_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px
}

@media screen and (min-width: 1024px) {
    .waterfall_wrap .waterfall_area .item .item_block .info_box .item_info {
        margin-top: 8px
    }
}

.waterfall_wrap .waterfall_area .item .item_block .info_box .item_info .item_tag {
    padding: 2px 8px;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    pointer-events: auto;
    text-decoration: none
}

.waterfall_wrap .waterfall_area .item .item_block .info_box .item_info .item_date {
    color: #666666;
    font-size: 14px
}

@media screen and (min-width: 1024px) {
    .waterfall_wrap .waterfall_area .item.big_item {
        padding: 0
    }
}

@media screen and (min-width: 1024px) {
    .waterfall_wrap .waterfall_area .item.big_item .item_block {
        flex-direction: column;
        padding: 0px
    }
}

@media screen and (min-width: 1024px) {
    .waterfall_wrap .waterfall_area .item.big_item .img_box {
        width: 100%;
        padding-top: 56.25%;
        border-radius: 8px 8px 4px 4px
    }

        .waterfall_wrap .waterfall_area .item.big_item .img_box.waterfall_video::before {
            background-size: 17%
        }
}

.waterfall_wrap .waterfall_area .item.big_item .img_box img {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .waterfall_wrap .waterfall_area .item.big_item .info_box {
        width: 100%;
        margin-left: 0;
        padding: 10px;
        box-sizing: border-box
    }
}

@media screen and (min-width: 1024px) {
    .waterfall_wrap .waterfall_area .item.big_item .info_box .item_desc {
        -webkit-line-clamp: 1;
        min-height: unset
    }
}
/*名家專欄-首頁 start*/
.homepage-famousexp-block .all-area-block {
    padding: 12px 8px;
    gap: 8px;
    border-radius: 16px;
    background: #F8F8F9;
    margin-bottom: 8px;
}

.homepage-famousexp-block .block-title {
    height: 26px;
    margin-bottom: 8px;
}

    .homepage-famousexp-block .block-title a {
        display: flex;
        align-items: center;
        color: #000000;
    }

.homepage-famousexp-block .block-title-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left: 8px;
}

.homepage-famousexp-block .block-title img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
}

.homepage-famousexp-block .block_content .content_img img {
    border-radius: 8px;
    width: 100%;
}

.homepage-famousexp-block .block_content .content_title {
    padding: 4px 0px 6px 0px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}
/*名家專欄-首頁 end*/

/*名家專欄-新聞內頁 start*/
    .famousexp-area .area-title {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

        .famousexp-area .area-title span {
            font-size: 20px;
            font-weight: 700;
            line-height: 26px;
            text-align: center;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            margin-left: 6px;
        }

    .famousexp-area .area-content {
        padding: 12px 8px;
        border-radius: 8px;
        background: #FFFFFF;
    }

        .famousexp-area .area-content .famousexp-title a {
            display: flex;
            align-items: center;
        }

        .famousexp-area .area-content .famousexp-title img {
            width: 80px;
            height: 80px;
            border-radius: 100px;
            outline: 1px solid #E5E5E5;
        }

        .famousexp-area .area-content .famousexp-title span {
            font-size: 18px;
            font-weight: 600;
            line-height: 23.4px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            margin-left: 18px;
            color: #454545;
        }

        .famousexp-area .area-content .famousexp-desc {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            text-align: justify;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            margin: 8px auto;
        }

        .famousexp-area .area-content .famousexp-btn {
            text-align: right;
        }

            .famousexp-area .area-content .famousexp-btn a {
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                text-align: center;
                text-underline-position: from-font;
                text-decoration-skip-ink: none;
                padding: 4px 0px;
                color: #454545;
                display: flex;
                justify-content: flex-end;
                align-items: baseline;
            }

                .famousexp-area .area-content .famousexp-btn a img {
                    margin: 0 8px;
                }

/*名家專欄-新聞內頁 end*/






.news-video {
    background-color: #0076EC;
}

.news-video-title a {
    color: #FFF;
}

.tab-content {
}
    .tab-content .newsimg-area-text {
        position: relative;
         bottom: 0; 
        margin-bottom: auto;
    }

    .tab-content .newsimg-area-text-date {
        position: relative;
         bottom: 0; 
    }

/*---新聞型投票 與右側-------------------------------------------*/
#ckuse {
        font-family: "微軟正黑體";
}

/*----siderbarbtn-------------------------------*/

.sidebarVoteBtn {
    width: 100%;
    text-align: center;
    margin: 5px 0;
    vertical-align: bottom;
}

    .sidebarVoteBtn img {
        vertical-align: top;
    }

    .sidebarVoteBtn a {
        line-height: 27px;
        font-size: 0.983em;
        color: #660033;
        font-weight: bold;
    }
/*----------------------------------------------*/


.app-vote ul, .app-vote ol, .app-vote li, .app-vote dl, .app-vote dt, .app-vote dd, .app-vote form, .app-vote p, .app-vote h1, .app-vote h2, .app-vote h3 {
    margin: 0;
    padding: 0;
}



li.vl-item {
    width: 90%;
}

.vnum {
    text-indent: 5px;
    width: 110px;
    font: 12px/1.5 arial;
}

.vote-area {
    width: 560px;
    overflow: hidden;
    margin-bottom: 10px;
    background-image: url(/images/vote/vote-bg.gif);
    border-bottom: 1px solid #FEDE27;
}

.vote-title {
    width: auto;
    padding-left: 35px;
    padding-top: 5px;
    height: 30px;
    font-size: 15px;
    color: #900;
}

.vote-total-word {
    width: 500px;
    height: 35px;
    color: #630;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}

/* 中間投票區域列表*/

.vote-box-list-main {
    float: left;
    width: 610px;
}

    .vote-box-list-main li {
        list-style: none outside none;
    }

        .vote-box-list-main li .vote-item-wrap-main {
            padding: 5px 0;
        }

        .vote-box-list-main li.over {
            background-color: #FFE57F;
        }

        .vote-box-list-main li h4 {
            font-size: 1em;
            font-weight: normal;
            font: 14px/1.5 arial;
            overflow: hidden;
            text-align: left;
            width: 520px;
            word-wrap: break-word;
            padding-left: 20px;
        }

        .vote-box-list-main li h2 {
            font-size: 0.9em;
            font-weight: normal;
            overflow: hidden;
            text-align: center;
            width: 520px;
            word-wrap: break-word;
            color: #C00;
            font-weight: bold;
        }

        .vote-box-list-main li .litem {
            background: none repeat scroll 0 0 #EFEFEF;
            border: 1px solid #fff;
            height: 14px;
            width: 380px;
        }

        .vote-box-list-main li p, .vote-box-list li h4 {
            float: left;
            margin: 0;
            padding: 0;
        }

            .vote-box-list-main li p input {
                float: left;
                margin: 0;
            }

        .vote-box-list-main li em, .vote-box-list li span {
            float: left;
            height: 14px;
            overflow: hidden;
        }

        .vote-box-list-main li .vleft,
        .vote-box-list-main li .right {
            width: 2px;
        }

.vnum-main {
    text-indent: 5px;
    width: 90px;
    font: 12px/1.5 arial;
}

/* 投票區域*/
.vote-area-main {
    width: 560px;
    overflow: hidden;
    padding-top: 8px;
    margin-bottom: 10px;
    background-image: url(/images/vote/vote-bg.gif);
    border-bottom: 1px solid #FEDE27
}



/*---獨立型投票標題---------------------------------------------------------------*/

.package-vote {
    margin-top: 10px;
    overflow: hidden;
}

    .package-vote .hr650title-2 {
        overflow: hidden;
        clear: both;
        background: url(../images/hr650-2.gif) no-repeat;
        background-size: 100%;
    }

        .package-vote .hr650title-2 h2 {
            font-size: 16px;
            color: #FFF;
            padding-top: 3px;
            padding-left: 10px;
            letter-spacing: 1px;
            font-weight: normal;
            width: 230px;
            height: 25px;
            line-height: 1.8em;
            float: left;
            padding-bottom: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

/*---左側-獨立型投票-題目標題------------------------------------------------------------*/

.alone-vote-title {
    width: auto;
    padding: 8px 0px 8px 8px;
    font-size: 1.125em;
    font-weight: bold;
    color: #0e233e;
    letter-spacing: 1px;
    border-bottom: 3px solid #98d7ec;
    background-color: #c7f0fd;
    border-radius: 5px 5px 0px 0px;
}

    .alone-vote-title img {
        vertical-align: middle;
        padding: 0px 10px 0px 10px;
    }

.alone-vote-title2 {
    width: auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #C00;
    letter-spacing: 1px;
    border-bottom: 1px dashed rgb(104, 208, 243);
}

/*---左側-獨立型投票-list區域---------------------------------------------------------*/

.alone-vote-main {
    overflow: hidden;
    width: auto;
    padding: 8px;
    background: url(/images/bg/vote-bg.gif) repeat;
    border-bottom: 2px solid rgb(156, 208, 226);
    border-radius: 10px;
}

    .alone-vote-main .vote-line {
        margin-bottom: 6px;
    }


    .alone-vote-main li {
        overflow: hidden;
        width: auto;
        color: rgb(5, 4, 70);
        list-style: none;
        padding: 10px;
        list-style-type: none;
        font-size: 1em;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 27px;
        border-bottom: 1px dashed rgb(104, 208, 243);
    }

        .alone-vote-main li > * {
            /*display: inline-block;*/
            vertical-align: middle;
        }

.photo-vote img {
    width: 240px;
    height: 180px;
}

.photo-vote.ImgS > img {
    width: 120px;
    height: 90px;
}

.alone-vote-bt {
    float: left;
}

.alone-button-result a {
    width: 480px;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    text-decoration: none;
}

    .alone-button-result a img {
        border: 0px;
        vertical-align: central;
    }

.alone-top-share {
    width: 600px;
    display: -webkit-box;
    margin-left: 0px;
}

.alone-vote-item .litem {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #fff;
    height: 14px;
    width: 300px;
    margin: 4px;
    text-align:left;
}
.alone-vote-item .litem span{
   height: 100%;
}



/*最新投票10則*/
.package1-vote {
    overflow: hidden;
}

.mutitle-vote {
    background-image: url(../images/mu4title650.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}

    .mutitle-vote h7 {
        font-size: 16px;
        color: #FFF;
        padding-top: 3px;
        padding-left: 10px;
        letter-spacing: 1px;
        font-weight: normal;
        width: 230px;
        height: 25px;
        line-height: 1.8em;
        float: left;
        padding-bottom: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.new-vote {
    color: #666;
    float: left;
    width: 325px;
    overflow: hidden;
    height: 165px;
}

    .new-vote li {
        line-height: 2em;
        list-style-type: none;
        font-size: 16px;
        width: 320px;
        height: 33px;
        overflow: hidden;
    }

    .new-vote img {
        margin-right: 6px;
    }

    .new-vote li a {
        font-size: 16px;
        text-decoration: none;
    }

.mutitle-vote .more-title2 a {
    float: left;
    font-size: 12px;
    padding-left: 8px;
    display: block;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding-right: 12px;
    padding-top: 12px;
    text-decoration: none;
}

.vote_bottom {
    width: 99%;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    height: 80px;
}

    .vote_bottom > div {
        display: inline-block;
        width: 30%;
    }

.vote-bt-area {
    display: -webkit-box;
    padding: 0 0 0 40px;
}

.voteInput {
    margin-top: 10px;
    background: #2693FF;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 8px 6px;
    width: 310px;
    border: 1px solid #fff;
}

    .voteInput:hover {
        background: #0067CE;
    }

    .voteInput:active {
        position: relative;
    }

.voteGoResult {
    margin-top: 10px;
    background: #3FBBD6;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 8px 6px;
    width: 230px;
    border: 1px solid #fff;
}

    .voteGoResult:hover {
        background: #28A5BF;
    }

.alone-result-date {
    font-family: '微軟正黑體';
    color: rgb(14, 35, 62);
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
}

.goVote {
    margin: 0 auto;
    text-align: center;
}

/**/
.mainConVote {
    clear: both;
    border-radius: 15px;
    width: 560px;
    margin: 10px auto;
    overflow: hidden;
    font-size: 16px;
    font-family: "微軟正黑體";
}

.boxVoteTitle {
    background: url(/images/vote/title-bgNew.jpg) bottom repeat-x;
    padding: 10px 10px 5px 10px;
    vertical-align: bottom;
    line-height: 20px;
    color: #661900;
    font-weight: bold;
}

.boxVoteNote {
    font-size: 0.875em;
    text-align: center;
    color: #C00;
    font-weight: bold;
}

.mainConVote > .boxVoteList {
    background-image: url(/images/vote/vote-bg.gif);
    border-bottom: 1px solid #FEDE27;
    padding: 10px;
}

    .mainConVote > .boxVoteList > ul {
        list-style-image: url(/images/vote/vote-icon.png);
        list-style-position: inside;
        width: 100%;
        color: #333333;
    }

        .mainConVote > .boxVoteList > ul li {
            font-size: 0.875em;
            line-height: 1.5em;
            margin: 10px;
        }

.boxVoteBtn {
    margin: auto;
    vertical-align: middle;
    text-align: center;
}

    .boxVoteBtn > * {
        color: #660033;
        font-weight: 600;
        vertical-align: middle;
    }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.page-title-area {
    border-bottom: 1px solid #dedede;
    width: 100%;
    display: flex;
    margin-bottom: 0.5em;
}

.page-title-text {
    flex: 1;
}

.page-date {
    font-size: 10px;
    color: #999;
    letter-spacing: 1px;
    display: inline-block;
    padding-top: 12px;
}

.page-text {
    font-size: 20px;
    line-height: 1.85em;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 10px 0;
}

    .page-text .ckuse_S {
        font-size: 18px;
    }

    .page-text .ckuse_M {
        font-size: 20px;
    }

    .page-text .ckuse_L {
        font-size: 22px;
    }

    .page-text article p {
        margin: 0.5em .25em 1.5em .25em;
    }

/*        .page-text article p.textWrapLeft {
            float: left;
        }

            .page-text article p.textWrapLeft + p, .page-text article p.textWrapLeft + div, {
                clear: both;
            }*/


.reporter {
    line-height: 2.5em;
    /*font-size: 15px;*/
    letter-spacing: 1px;
    margin-left: 0.5em;
    display: block;
}


/* Social Icons */

.social_side_links {
    position: fixed;
    top: 300px;
    left: 0;
    padding: 0;
    list-style: none;
    z-index: 70000;
}

    .social_side_links li a {
        display: block;
    }

        .social_side_links li a img {
            display: block;
            width: 40px;
            padding: 8px;
            -webkit-transition: background .2s ease-in-out;
            -moz-transition: background .2s ease-in-out;
            -o-transition: background .2s ease-in-out;
            transition: background .2s ease-in-out;
        }

        .social_side_links li a:hover img {
            background: rgba(0, 0, 0, .2);
        }


.magicword {
    color: #696969;
    font-family: 'Century Gothic', Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    right: 0;
}

    .magicword > ul {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

        .magicword > ul > li {
            list-style: none;
            color: #696969;
            border: 1px solid #b7b4b4;
            width: 38px;
            line-height: 36px;
            border-radius: 50px;
            cursor: default;
            text-align: center;
            margin: 0px 6px 10px 0;
        }

            .magicword > ul > li.active,
            .magicword > ul > li:hover {
                color: #5A94FF;
                border: 1px solid #5A94FF;
            }

            .magicword > ul > li.fblike {
                border: none;
                width: 80px;
                text-align: right;
            }

figure.sniparea blockquote {
    position: relative;
    background-color: #dff4ff;
    padding: 20px 65px 20px 65px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #085477;
    margin: 10px 0;
    line-height: 1.6em;
    height: auto;
    border-left: none;
    border-radius: 3px;
}

    figure.sniparea blockquote:before,
    figure.sniparea blockquote:after {
        font-family: 'FontAwesome';
        content: "\201C";
        position: absolute;
        font-size: 80px;
        opacity: 0.3;
        font-style: normal;
    }

    figure.sniparea blockquote:before {
        top: 25px;
        left: 20px;
    }

    figure.sniparea blockquote:after {
        content: "\201D";
        right: 20px;
        bottom: 0;
    }


/***************************************************/
.news-title-3 {
    margin-top: 2px;
}


.alert-message {
    padding: 20px;
    border-left: 3px solid #eee;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

    .alert-message a {
        color: #000;
    }

    .alert-message p:last-child {
        margin-bottom: 0;
    }

.alert-message-info {
    background-color: rgba(91, 192, 222, 0.1);
    border-color: #5bc0de;
}

    .alert-message-info a {
        color: #a20606;
    }



.alert-message-warning {
    background-color: #f7f0e7;
    border-color: #f0ad4e;
}

.alert-message-notice {
    background-color: #f5f1f1;
    border-color: #fb867e;
}

.alert-message-danger {
    background-color: #f2dede;
    border-color: #ce5242;
}

.alert-message-warning > p > #newsTextAD ~ div {
    height: 66px;
}

/**************************************************/



.page-keyword {
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
    letter-spacing: 1px;
    color: #00238C;
}

    .page-keyword ul,
    .page-social-area ul {
        list-style: none;
        display: inline-flex;
        flex-wrap: wrap;
    }

        .page-keyword ul li,
        .page-social-area ul li {
            margin-top: 9px;
            margin-right: 7px;
            line-height: 22px;
        }


        .page-keyword ul li {
            display: inline-block;
            background-color: #BFDFFF;
            padding: 3px 9px;
            border-radius: 50px;
        }

            .page-keyword ul li a strong {
                font-weight: 500;
            }

            .page-keyword ul li a {
                color: #333;
            }

            .page-keyword ul li:hover {
                background-color: #95CAFF;
                color: #000033;
            }

                .page-keyword ul li:hover a {
                    color: #000033;
                }

.page-social-area {
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
    letter-spacing: 1px;
    color: #00238C;
}

    .page-social-area .fb-icon-s a img {
        width: 20px;
        height: auto;
    }

    .page-social-area .fb-icon-s a {
        display: inline-block;
        border-radius: 50px;
        background-color: #3c5a96;
        color: #FFF;
        padding: 1px 5px 2px 5px;
    }

        .page-social-area .fb-icon-s a:hover {
            background-color: #26346b;
        }

    .page-social-area .youtube-icon-s a img {
        width: 20px;
        height: auto;
        padding-bottom: 2px;
    }

    .page-social-area .youtube-icon-s a {
        display: inline-block;
        border-radius: 50px;
        background-color: #DB2824;
        color: #FFF;
        padding: 1px 6px 1px 5px;
    }

        .page-social-area .youtube-icon-s a:hover {
            background-color: #AF201D;
        }

    .page-social-area .line-icon-s a img {
        width: 20px;
        height: auto;
        padding-bottom: 2px;
    }

    .page-social-area .line-icon-s a {
        display: inline-block;
        border-radius: 50px;
        background-color: #02C501;
        color: #FFF;
        padding: 1px 6px 1px 5px;
    }

        .page-social-area .line-icon-s a:hover {
            background-color: #01A701;
        }

    .page-social-area .app-icon-s a {
        display: inline-block;
        border-radius: 50px;
        background-color: #014ca5;
        color: #FFF;
        padding: 2px 6px 2px 6px;
        ;
    }

        .page-social-area .app-icon-s a:hover {
            background-color: #093d8c;
        }

    .page-social-area .g-icon-s a img {
        width: 20px;
        height: auto;
        padding-bottom: 2px;
    }

    .page-social-area .g-icon-s a {
        display: inline-block;
        border-radius: 50px;
        background-color: #DE4B39;
        color: #FFF;
        padding: 1px 5px 1px 5px;
        ;
    }

        .page-social-area .g-icon-s a:hover {
            background-color: #C43024;
        }

    .page-social-area .inster-icon-s a img {
        width: 20px;
        height: auto;
        padding-bottom: 2px;
    }

    .page-social-area .inster-icon-s a {
        display: inline-block;
        border-radius: 50px;
        background: -moz-linear-gradient(top, #525ad2 0%, #c62e84 53%, #f78847 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #525ad2 0%,#c62e84 53%,#f78847 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #525ad2 0%,#c62e84 53%,#f78847 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525ad2', endColorstr='#f78847',GradientType=0 ); /* IE6-9 */
        color: #FFF;
        padding: 1px 5px 1px 5px;
        ;
    }

        .page-social-area .inster-icon-s a:hover {
            background: #4b4fbc; /* Old browsers */
            background: -moz-linear-gradient(top, #4b4fbc 0%, #aa2945 54%, #ea6244 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #4b4fbc 0%,#aa2945 54%,#ea6244 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #4b4fbc 0%,#aa2945 54%,#ea6244 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4fbc', endColorstr='#ea6244',GradientType=0 ); /* IE6-9 */
        }






.page-massage-bt {
    position: relative;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 15px 0;
}

    .page-massage-bt a {
        width: 100%;
        line-height: 34px;
        display: inline-block;
        color: #FFF;
        background-color: #6AB5FF;
        border-radius: 5px;
    }

        .page-massage-bt a:hover {
            width: 100%;
            display: inline-block;
            color: #FFF;
            background-color: #3C9DFF;
        }



.page-more-bt {
    position: relative;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 8px 0px 15px 0;
}

    .page-more-bt a {
        width: 100%;
        line-height: 34px;
        display: inline-block;
        color: #FFF;
        background-color: #6AB5FF;
        border-radius: 50px;
    }

        .page-more-bt a:hover {
            width: 100%;
            display: inline-block;
            color: #FFF;
            background-color: #3C9DFF;
        }

ul.newsList li:nth-child(n+11) {
    display: none;
}

.news-boxlist ul li:nth-child(n+13) {
    display: none;
}

.youlink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

    .youlink > div {
        margin: auto 10px;
    }


.news-topics-area {
    margin: 10px 0;
    clear: both;
}

    .news-topics-area a i {
        font-size: 15px;
    }

.btn {
    /*border-radius: 3px 20px;*/
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 5px 0 10px 0px;
}

.btn-lg {
    padding: 8px 10px;
}

.btn:hover {
    /* border-radius: 3px;*/
    color: #fff;
}

.pink {
    background: #ff4561;
    border: 5px solid #bf002b;
    border-top: none;
    border-bottom: none;
}

    .pink:hover, .pink:active {
        border-color: #ff4561;
        background: #ce0538;
    }

    .pink.pull-left {
        border-radius: 0px 20px 20px 0;
    }

        .pink.pull-left:hover, .pink.pull-left:active {
            border-radius: 0px 3px 3px 0;
        }

.ad-yellow {
    border-radius: 20px 0 0 20px;
    background: #ff7a09;
    border: 5px solid #c55200;
    border-top: none;
    border-bottom: none;
}

    .ad-yellow:hover, .ad-yellow:active {
        border-radius: 3px 0 0 3px;
        background: #ff4700;
        border-color: #a02e02;
    }

.newsBreadcrumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb {
    margin-top: 10px;
    display: flex;
    padding: 0;
    margin-right: 1em;
    font-size: 15px;
    align-items: center;
    width: 100%;
}

.newsBreadcrumb > * {
    margin-bottom: 8px;
}

.breadcrumb a {
    color: #666;
}

    .breadcrumb a:hover {
        color: #B22D00;
    }

    .breadcrumb a:not(:last-child)::after {
        color: #666 !important;
        content: "\003E";
        display: inline-block;
        margin: 0 0.25em;
    }
.add-line-setn {
    display: block;
    margin: auto;
    text-align: center;
    max-width: 300px;
}

@media screen and (min-width: 768px) {
    .add-line-setn {
        max-width: 728px;
    }
}
.tagName {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 800;
    text-align: left;
    margin: 1em 10px 0.3em 10px;
    padding: 2px 16px;
    border-left: solid 3px #0173B5;
    /* background-color: #85B2F9; */
    border-radius: 0 25px 25px 0;
    color: #0173B5;
    display: table;
}

.tagNewsArea {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 10px 10px;
}

.tagNewsBox {
    display: contents;
}

.tagNews {
    width: 32%;
    margin-right: 2%;
}

.tagNewsMore {
    width: 10%;
    margin-bottom: 7.25%;
}

    .tagNewsMore a {
        width: 70px;
        height: 145px;
        display: flex;
        border: 1px solid #0173B5;
        color: #0173B5;
        /* border-radius: 50%; */
        align-items: center;
        line-height: 1.2rem;
        font-size: 0.9rem;
        justify-content: space-around;
        text-align: center;
        font-weight: bolder;
    }

        .tagNewsMore a:hover {
            color: #0173B5;
            border: 1px solid #0173B5a;
        }
/*.imgNewsInfo{ height: 3em!important; }*/
.imgNewsInfo .newsTitle {
    line-height: 1.4;
    font-size: 17px;
    text-align: left;
    margin-top: 0;
    /* background-color: #85B2F9;  */
    color: #333333;
    padding: 6px 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: 3.2em;
}

.AIProjects {
    margin: 2em 0.5em;
}

    .AIProjects > div.aiProjeBoxTitle {
        margin-top: 0.75em;
        border-left: solid 3px #d34008;
        letter-spacing: 1px;
        text-align: left;
        line-height: 1em;
        padding-left: 0.25em;
        color: #404040;
    }

    .AIProjects > div:not(.aiProjeBoxTitle) {
        font-size: 0.938em;
        color: #ab5700;
        margin: 0.25em 0;
    }

    .AIProjects a {
        color: #a15017;
        display: inline-block;
        line-height: 1.5em;
        border-bottom: 1px solid #dfb987;
    }

    .AIProjects > div:not(.aiProjeBoxTitle)::before {
        display: inline-block;
        content: "\2023";
        width: 15px;
        height: 15px;
    }

.linefriendBox {
    position: relative;
}

    .linefriendBox a {
        display: block;
    }

    .linefriendBox label {
        display: block;
        position: absolute;
        bottom: 0;
        height: 2em;
        width: 100%;
        left: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
        z-index: 1;
    }


@media only screen and (max-width: 767px) {
    .btn {
        margin-bottom: 15px;
    }
}

.embedFrame {
    text-align: center;
    margin: 1em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .embedFrame > * {
        margin: auto;
    }



.news-audio-area {
    border: 1px solid #00238C;
    background-color: #00238C;
}

    .news-audio-area > a {
        color: #ffffff;
    }

.newsBreadcrumb .coniBtn {
    order: 1;
}

@media only screen and (min-width: 1000px) {
    .breadcrumb {
        flex: 1 1 30%;
    }
}

@media only screen and (min-width: 1200px) {
    .newsBreadcrumb .coniBtn {
        order: initial;
    }

    .newsBreadcrumb > * {
        margin-bottom: 0;
    }
}

/*�����ؿ�*/
#nav-directory {
    margin: 0.5em .25em 1.5em .25em;
    padding: 10px;
}
#nav-directory p {
    margin: 0;
}
    #nav-directory li {
        margin-left: 2.5em;
        list-style: disc;
    }
    #nav-directory li a {
        color: #337ab7;
        text-decoration: underline;
    }
/*�����ؿ�END*/
