@charset "utf-8";

/* CSS Document */
html {
    font-family: 'Noto Serif TC', serif;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    letter-spacing: .05em;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
}

.h2, h2 {
    /*font-size: 1.3rem;
    line-height: 1.4;*/
    font-weight: 700;
}

hr {
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=submit], [type=reset], button, html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

/*# sourceMappingURL=normalize.min.css.map */


/*-----------------------------------------------------*/
/*------------------------Reset--------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}


body {
    line-height: 130%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    margin: 0;
    overflow-x: hidden;
    font-size: inherit;
}

blockquote, q {
    quotes: none;
}

a {
    text-decoration: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

button {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    user-select: none;
}

button:focus {
    outline: 0 none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*table {border-collapse: collapse;border-spacing: 0;}*/

* {
    font-family: 'Noto Serif TC', serif;
    text-decoration: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: 600;
}

* a,
* a * {
    -webkit-transition: ease .3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}


img {
    max-width: 100%;
}

.yp_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.yp_flex_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

}

.cen_1440 {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

.cen_1322 {
    width: 1322px;
    max-width: 100%;
    margin: 0 auto;
}

.cen_1200 {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

/* 共用 */
.rw_mainPart {
    padding: 30px 20px 80px;
    background: #E9E9E9;
}

.rw_contain {
    background: #FFFFFF;
    padding: 50px;
}


/* 跑馬燈 */
.marquee_box {
    width: 1322px;
    margin: 0px auto;
    max-width: 100%;
    height: 35px;
    transition-property: transform;
    transition-duration: .25s;
    padding: 6px 10px 5px 60px;
    justify-content: flex-start;
    line-height: 120%;
    position: relative;
    background: #EAEAEA;
    margin-bottom: 30px;
}

.marquee_box>p {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 0 5px;
    height: calc(100% - 10px);
    background: #FFFFFF;
    line-height: 1;
    font-weight: 600;
}

.marquee_box>p::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 8px;
    border-color: transparent transparent transparent #FFFFFF;
    line-height: 0px;
    position: absolute;
    right: -8px;
}

.marquee_content {
    width: 100%;
    overflow: hidden;
}

.marquee_content a{
    display: inline-block;
    padding-right: 40px;
}
.marquee_content a+a{margin-left: 20px;}

.marquee_inner {

    width: 10000px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.marquee_item {
    -webkit-animation: textScroll 25s linear infinite;
    animation: textScroll 25s linear infinite;
    display: inline-flex;
    flex-wrap: nowrap;
    padding-right: 30px;
    line-height: 100%;
}

@-webkit-keyframes textScroll {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes textScroll {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-100%, 0, 0)
    }
}

/* 首頁標題 */

.rw_title01 {
    display: inline-flex;
    justify-content: center;
    height: 42px;
    align-items: center;
    align-content: center;
    background: #1E2536;
    position: relative;
    padding: 5px 10px 7px 15px;
    margin-right: 14px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: .2em;
}

.rw_title01::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 14px;
    border-color: transparent transparent transparent #1f2637;
    position: absolute;
    right: -14px;
    transform: translateY(-50%);
    top: 50%;
}


/* 首頁 分隔線 */
.index_dec_box {
    position: relative;
    margin: 30px 0;
    justify-content: flex-end;
    padding: 20px 0;
}

.index_dec_box::before, .index_dec_box::after{
    content: '';
    width: calc((100% - 104px) / 2);
    height: 1px;
    position: absolute;
    border-bottom: 2px solid #1E2536;
    transform: translateY(-50%);
    right: 0;
}
.index_dec_box::before {
    top: 50%;
    left: 0;
}

.index_dec_content {
    width: 1180px;
    margin: 0 auto;
    justify-content: center;
}

.index_dec_content p {
    width: 104px;
    position: relative;
    z-index: 5;
}

.index_dec_content span {
    width: 11px;
    height: 11px;
    border: 2px solid #1E2536;
    transform: rotate(45deg);
}

.index_dec_content span+span {
    margin-left: 20px;
}

/* 連結按鈕 */

.i_more_link {
    margin-top: 50px;
}

.i_more_link a {
    position: relative;
    width: 316px;
    height: 64px;
    border: 1px solid #000;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    transition: .3s
}

.i_more_link a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 18px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.i_more_link a:hover {
    color: #FF6633;
}

/* button */
.i_more_link button {
    position: relative;
    width: 316px;
    height: 64px;
    border: 1px solid #000;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    transition: .3s
}

.i_more_link button::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 18px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.i_more_link button:hover {
    color: #FF6633;
}

.i_news_more button:hover {
    color: #FF6633;
}

/* 輪播 */
.carousel-item {
    max-height: 559px;
    overflow: hidden;
    transition-duration: 1.5s !important;
}

.carousel-item a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.carousel_img {
    width: 100%;
    position: relative;
    padding-bottom: 42%;
    overflow: hidden;
}

.carousel_img img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.mask_black {
    color: #ffffff;
    background: -moz-linear-gradient(top, rgba(52, 54, 57, 0) 0%, rgba(52, 54, 57, 0.6) 40%, rgba(52, 54, 57, 0.81) 87%, rgba(52, 54, 57, 0.87) 100%);
    background: -webkit-linear-gradient(top, rgba(52, 54, 57, 0) 0%, rgba(52, 54, 57, 0.6) 40%, rgba(52, 54, 57, 0.81) 87%, rgba(52, 54, 57, 0.87) 100%);
    background: linear-gradient(to bottom, rgba(52, 54, 57, 0) 0%, rgba(52, 54, 57, 0.6) 40%, rgba(52, 54, 57, 0.81) 87%, rgba(52, 54, 57, 0.87) 100%);
}

.mask_white {
    color: #000000;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.81) 87%, rgba(255, 255, 255, 0.87) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.81) 87%, rgba(255, 255, 255, 0.87) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.81) 87%, rgba(255, 255, 255, 0.87) 100%);
}

.carousel-caption {
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex !important;
    justify-content: flex-end;
}

.carousel-caption dl {
    width: 1150px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    line-height: 160%;
}

.carousel-caption dt {
    display: inline-flex;
    justify-content: flex-start;
    background: #FFFFFF;
    color: #000000;
    margin-bottom: 10px;
    line-height: 100%;
}

.carousel-caption dt>* {
    padding: 5px 10px 5px 10px;
}


.carousel-caption dt h6 {
    padding: 10px;
    color: #FFFFFF;
    letter-spacing: .2em;
}

.carousel-caption dd h5 {
    font-size: 24px;
    letter-spacing: .1em;
    margin-bottom: 5px;
}

.carousel-item dd p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

/* 左右切換 */

.carousel-control-next, .carousel-control-prev {
    width: 63px;
    height: 63px;
    background-color: #FF6532;
    opacity: 1;
    bottom: 0;
    top: unset;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.carousel-control-prev {
    background-image: url(../images/news_arrow01_L.svg);
}

.carousel-control-next {
    background-image: url(../images/news_arrow01_R.svg);
}

/* 點點 */
.carousel-indicators {
    height: 63px;
}

.carousel-indicators li {
    background: #1E2536;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    margin: 0 10px;
    border: 0;
}

.carousel-indicators .active {
    background: #FF6532;
}

/* 大輪播 */

.news_topMain_car {
    padding-bottom: 80px;
    position: relative;
}

.news_topMain_car::after {
    content: '';
    width: calc(100% - 200px);
    height: 1px;
    border-bottom: 1px solid #1E2536;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 30px;
}

.news_topMain_car .carousel-caption {
    height: 345px;
    padding: 20px;
    padding-bottom: 55px;
    overflow: hidden;
}

.news_topMain_car .carousel-caption dt h6 {
    background: #FF6633;
    font-size: 14px;
}

/* 左右切換 */
.news_topMain_car .carousel-control-next, .news_topMain_car .carousel-control-prev {
    bottom: -80px;
    transition: .3s;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 1;
}

.news_topMain_car .carousel-control-prev:focus, .news_topMain_car .carousel-control-prev:hover {
    background-position: 15px center;
}

.news_topMain_car .carousel-control-next:focus, .news_topMain_car .carousel-control-next:hover {
    background-position: 25px center;
}

/* 點點 */
.news_topMain_car .carousel-indicators {
    height: 63px;
    align-items: center;
    align-content: center;
    bottom: -80px;
    width: 200px;
    margin: 0 auto;
    background: #ffffff;
}

/* 中輪播 */
.news_Main_car .carousel_img {
    padding-bottom: 48.5%;
}

.news_Main_car .carousel-control-next,
.news_Main_car .carousel-control-prev {
    transform: translateY(-50%);
    top: 50%;
}

.news_Main_car .carousel-indicators {
    margin: 0;
    /*left: unset;*/
    right: 10px;
    bottom: 10px;
    height: auto;
    padding: 10px 0;
}

.news_Main_black {
    color: #ffffff;
    background: -moz-linear-gradient(top, rgba(52, 54, 57, 0) 0%, rgba(52, 54, 57, 0.8) 30%, rgba(52, 54, 57, .9) 80%, rgba(52, 54, 57, .95) 90%);
    background: -webkit-linear-gradient(top, rgba(52, 54, 57, 0) 0%, rgba(52, 54, 57, 0.8) 30%, rgba(52, 54, 57, .9) 80%, rgba(52, 54, 57, .95) 90%);
    background: linear-gradient(to bottom, rgba(52, 54, 57, 0) 0%, rgba(52, 54, 57, 0.8) 30%, rgba(52, 54, 57, .9) 80%, rgba(52, 54, 57, .95) 90%);
}

.news_Main_white {
    color: #000000;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, .9) 80%, rgba(255, 255, 255, .95) 90%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, .9) 80%, rgba(255, 255, 255, .95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, .9) 80%, rgba(255, 255, 255, .95) 90%);
}

.news_Main_car .carousel-caption {
    height: 198px;
    padding-bottom: 50px;
}

.news_Main_car .carousel-caption dl {
    width: 650px;
    font-size: 14px;
}

.news_Main_car .carousel-caption dt {
    font-size: 13px;
}

.news_Main_car .carousel-caption dt h6 {
    background: #1E2536;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 8px 6px 10px;
}

.news_Main_car .carousel-caption dd h5 {
    font-size: 20px;
    font-weight: 600;
}

/* 小輪播 */
.news_min_car {
    width: 100%;
    margin: 30px 0;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    order: 3;
}

.news_min_car .rw_carousel {
    width: 872px;
    max-width: 66%;
}

.news_min_car .carousel-inner {
    justify-content: space-between;
}


.news_min_car .carousel-item {
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.news_min_car .carousel-item-next,
.news_min_car .carousel-item-prev,
.news_min_car .carousel-item.active {
    display: flex !important;
}

.carousel_card {
    display: inline-block;
    max-width: 49%;
    width: 422px;
}

.news_min_car .carousel_img {
    position: relative;
    padding-bottom: 50.5%;
}

.news_min_car .carousel_card dl {
    justify-content: space-between;
    font-size: 17px;
    padding: 10px 0 8px;
}

.news_min_car .carousel_card dt {
    width: 63px;
    padding-bottom: 1px;
    background: #1E2536;
}

.news_min_car .carousel_card dt h6 {
    width: 100%;
    height: 32px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: .2em;
    font-weight: normal;
}


.news_min_car .carousel_card dd {
    width: calc(100% - 70px);
}

.news_min_car .carousel_card dd h5 {
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: inherit;
    overflow: hidden;
    word-break: break-all;
}

/* 小輪播切換 */
.news_min_car .carousel-control-next, .news_min_car .carousel-control-prev {
    width: 26px;
    height: 26px;
    background-size: 60% auto;
    border-radius: 50px;
    background-color: #1E2536;
    transform: translateY(-50%);
    top: 45%;
}

.news_min_car .carousel-control-prev {
    left: 10px;
}

.news_min_car .carousel-control-next {
    right: 10px;
}

.news_min_car .carousel-control-prev:focus,
.news_min_car .carousel-control-prev:hover {
    left: 5px;
}

.news_min_car .carousel-control-next:focus,
.news_min_car .carousel-control-next:hover {
    right: 5px;
}



/* 廣告區塊 */
.AdBanner_content {
    /* background: url(../images/ad_test01.jpg) center no-repeat, #1F2637; */
    /* height: 109px; */
}

.Ad_contain {
    overflow: hidden;
}

.Ad_contain>* {
    max-width: 100%;
}

.Ad_contain .carousel-item {
    max-height: unset;
    transition-duration: 2s !important;
}


.Ad_contain01 {
    width: 422px;
    max-width: 32%;
    align-items: flex-start;
    align-content: flex-start;
}

.Ad_contain02, .Ad_contain03 {
    position: relative;
}



/* like btn */

.i_news_list .like_conuter {
    display: none;
    margin-left: 25px;
}

.popuNews_list .like_conuter {
    margin-left: 18px;
    margin-top: 5px;
}

.btn {
    display: inline-block;
    padding: 0 3px;
    position: relative;
    font-size: 14px;
    text-decoration: none;
}

.btn-counter {
    margin-right: 39px;
}

.btn-counter:after {
    padding: 0 8px;
    content: attr(data-count);
    left: 100%;
    position: absolute;
    transform: translateY(-50%);
    top: calc(50% + 2px);
    color: #727272;
}

/*
 * Custom styles
 */
.btn {
    background-color: transparent;
    border: none;
}

.btn:hover,
.btn.active {
    background-color: transparent;
    border: none;
}


/* 分頁 */
.page-item {
    padding: 0 6px;
}

.page-link {
    border: 0;
    color: inherit;
    padding: 5px;
    border-bottom: 2px solid transparent;
}

.page-item.active .page-link {
    border-bottom: 2px solid #ff6633;
    background: none;
    color: inherit;
}

.page-link:hover {
    background: none;
    color: inherit;
    border-bottom: 2px solid #ff6633;
}

.page-link[aria-label="Previous"], .page-link[aria-label="Next"] {
    color: #AAAAAA;
    border: 0;
}

.page-link[aria-label="Previous"]:hover, .page-link[aria-label="Next"]:hover {
    border: 0;
    color: #ff6633;
}


/* ASIDE */
aside {
    width: 308px;
    max-width: 24%;
}

.popuNews_list {
    border: 1px solid #999999;
    padding: 15px;
}

.popuNews_list h6 {
    border-bottom: 1px solid #999999;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0 15px;
    letter-spacing: .2em;
}

.popuNews_list a, .popuNews_list a:hover {
    color: inherit;
    text-decoration: none;
}

.popuNews_list li {
    border-bottom: 1px solid #999999;
    padding: 20px 0;
}

.popuNews_list li>a {
    justify-content: space-between;
}

.popuNews_list li b {
    width: 18px;
    font-weight: normal;
    font-size: 17px;
}

.popuNews_list li span {
    width: calc(100% - 18px);
}

.popuNews_list .more_popNews {
    text-align: right;
    font-size: 18px;
    padding: 10px 0 5px;
}

.popuNews_list .more_popNews a:hover {
    color: #FF6633;
}

.aside_Ad_contain {
    margin-top: 20px;
}

.aside_Ad_contain>* {
    width: 100%;
}

.aside_Ad_contain>*+* {
    margin-top: 18px;
}

/* paper 共用 */
.paper_mainPart {
    padding: 25px 20px;
    min-height: calc(100vh - 180px);
}

.paper_contain {
    width: 1033px;
    max-width: 100%;
    padding: 75px 20px 60px;
}

.paper_contain section {
    width: 670px;
    max-width: 100%;
    padding: 40px 0;
    position: relative;
    border-width: 1px 0 1px 0;
    border-color: #1E2536;
    border-style: solid;
}

.paper_title {
    height: 38px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -19px;
    padding: 0 calc(20px - .2em) 0 20px;
    font-size: 18px;
    letter-spacing: .2em;
    line-height: 120%;
    background: #ffffff;
    z-index: 3;
}

.paper_title img {
    margin-right: 10px;
}

.paper_contain dl {
    width: 590px;
    max-width: calc(100% - 20px);
}

.paper_mainPart dd {
    line-height: 194%;
    letter-spacing: .1em;
}

.paper_contain dd p+p {
    margin-top: 24px;
}

#article_text span,
#article_text strong {
    font-size: inherit;
}