div#index-slider {
    display: none;
}
.s_banner img {
    width: 100%;
    height: auto;
}
.page_news{
    background-image: url(../images/news/bg_news.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
.inews_main_out {
    width: 100%;
    margin: 0 auto 2%;
    padding: 0;
    text-align: left;
    max-width: 1366px;
}
.inews_main {
    position: relative;
    width: 100%;
    margin: 0 0 40px 0;
}
.inews_main a {
    color: #000000;
    font-size: 16px;
    font-weight: bolder;
    line-height: 1.6em;
    padding: 0;
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}
.inews_main:hover .inews_top .inews_pic img {
    transform: scale(1.2);
    filter: brightness(0.5);
    transition: 0.3s;
}
.inews_main a:hover, .inews_main a:hover .inews_bottom .name {
    color: #29b8ed;
}
/* .inews_main a:hover span{
    color: #fff;
    border: 1px solid #fff;
} */
.inews_top{
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.inews_bottom {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
    text-align: left;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.inews_top .inews_pic {
    width: 100%;
}
.inews_showbox {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.inews_showbox span {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.viewmore{
    position: absolute;
    display: none;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.inews_main:hover .viewmore {
    color: #fff;
    display: inline-block;
}
/**/
.inews_main::after, .inews_main::before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 2px solid transparent;
    z-index: 0;
    width: 0;
    height: 0;
}
.inews_main:before {
    top: -2px;
    left: -2px;
    z-index: 2;
}
.inews_main:after {
    bottom: -2px;
    right: -2px;
}
.inews_main:hover:after,.inews_main:hover:before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
}
.inews_main:hover:before {
    border-top-color: #007BFF;
    border-right-color: #007BFF;
    transition: width .15s ease-out,height .15s ease-out .15s
}
.inews_main:hover:after {
    border-bottom-color: #007BFF;
    border-left-color: #007BFF;
    transition: border-color 0s ease-out .3s,width .15s ease-out .3s,height .15s ease-out .45s
}
/**/
.inews_top .inews_pic img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    max-width: none;
    transition: 0.3s;
    position: relative;
    z-index: 0;
    top: 0;
    height: 300px;
}
.inews_showbox::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #decdd5;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}
.inews_showbox::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #0996b4;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}
.inews_showbox::after, .inews_showbox::before{
    display: none;
}
.news_link {
    background-color: #0996b4;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 20px;
    display: none;
    transition: 0.3s;
}
.inews_main:hover .news_link {
    display: inline-block;
    transition: 0.3s;
}
.inews_bottom>div {
    width: 100%;
}
.inews_main .date {
    font-size: 14px;
    letter-spacing: -0.05rem;
    width: 100%;
    text-align: left;
    vertical-align: top;
    color: #0996b4;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    align-content: center;
    flex-wrap: wrap;
    border-bottom: none;
    margin: 0;
    padding: 10px 10px;
    line-height: 1;
}
.inews_main .date a {
    font-weight: normal;
}
.inews_main .date span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    letter-spacing: 0.02rem;
    width: 100%;
    text-align: left;
    font-family: "Noto Sans TC"!important;
    margin-top: 10px;
}
.inews_main .date img {
    width: 15px;
    margin-right: 5px;
}
.inews_main .name {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inews_bottom .txt {
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0px;
    height: calc(4.5em);
    font-size: 16px;
    line-height: 1.8;
    word-break: break-all;
    font-weight: normal;
    margin-top: 0px;
    color: #aaa;
    padding: 10px;
}
.inews_main:hover .inews_bottom .txt{color: #fff;}
.news_detail_date, .inews_bottom a .news_date{
    color: #aaa;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    width: 100%;
    background-color: #252836;
    padding: 15px 20px;
}
.news_detail_date .day, .inews_bottom a .news_date .day {
    font-size: 40px;
    color: #AAAAAA;
    line-height: 56px;
    font-weight: normal;
    margin-right: 10px;
}
.news_detail_date.dateBox, .inews_bottom a .news_date.dateBox {
    font-size: 14px;
    color: #AAAAAA;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.news_detail_date .class_name{
    color: #FFFFFF;
    background: linear-gradient(100deg, #007BFF -6.76%, #1C4A9F 106.76%);
    border-radius: 30px;
    font-size: 14px;
    text-align: center;
    padding: 3px;
}
.news_detail_date .class_name > font{
    color: #fff!important;
}
.news_detail_date.dateBox{
    background-color: transparent;
}
.news_date.dateBox .right{
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient(100deg, #007BFF -6.76%, #1C4A9F 106.76%);
    border-radius: 30px;
    padding: 5px 10px;
}
.news_date.dateBox .right h3{font-size: 14px;line-height: 1;margin: 0;padding: 0px;text-align: center;}
.news_detail_date .day > span, .inews_bottom a .news_date .day > span{
    font-weight: normal;
    color: #666;
    margin-left: 5px;
    font-size: 35px;
    line-height: 35px;
    position: relative;
    top: -4px;
}
.news_detail_date .year, .inews_bottom a .news_date .year {
    font-size: 14px;
    letter-spacing: 1px;
}
.news_detail_date .month, .inews_bottom a .news_date .month, .news_detail_date .year, .inews_bottom a .news_date .year {
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #AAAAAA;
    white-space: nowrap;
}
.news_detail_date .month .slash, .inews_bottom a .news_date .month .slash, .news_detail_date .year .slash, .inews_bottom a .news_date .year .slash {
    margin-left: 5px;
    margin-right: 5px;
}
.inews_bottom .news_click{
    display: none;
}
/* .inews_top:before {
    content: "MORE";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-left: -35px;
    margin-top: -80px;
    display: block;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    color: #aaa;
    border: 1px solid #aaa;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 800;
    opacity: 0;
}
.inews_main a:hover .inews_top:before {
    opacity: 1;
    margin-top: -20px;
} */
.inews_mainbox {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.inews_main:hover .inews_top .inews_pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
/*2層*/
.page_news_left {
    width: 225px;
    padding: 15px 0;
}
.page_news_center {
    width: 100%;
    padding: 0;
}
.page_news_right {
    width: calc(100% - 225px);
    padding: 0 0 0 5%;
}
.news_nav_title {
    display: none;
}
.news_nav ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #838383;
    padding: 5px 0;
    border-bottom: 1px solid #9B9C9C;
    font-size: 17px;
}
.news_nav ul li a:hover {
    color: #000;
}
.news_nav ul li a .news_nav_img {
    width: 50px;
    vertical-align: middle;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news_nav ul li a .news_nav_name {
    width: calc(100% - 50px);
    padding: 0 0 0 5px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inews_bottom>div.news_click,
.news_detail_click {
    display: none;
}
.news_detail_info{
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 18px;
    padding: 25px;
    background-color: #1E1E2F;
    position: relative;
    min-height: 300px;
}
.news_detail_info .wtline1::before, .news_detail_info .wtline1::after{
    content: "";
    position: absolute;
    display: block;
    left: -1px;
    top: -1px;
    background-color: rgba(255, 255, 255, 0.25);
    z-index: 5;
}
.news_detail_info .wtline1::before{
    width: 25px;
    height: 2px;
}
.news_detail_info .wtline1::after{
    width: 2px;
    height: 20px;
    top: 1px;
}
.news_detail_info .wtline2::before, .news_detail_info .wtline2::after{
    content: "";
    position: absolute;
    display: block;
    right: -1px;
    bottom: -1px;
    background-color: rgba(255, 255, 255, 0.25);
    z-index: 5;
}
.news_detail_info .wtline2::before{
    width: 25px;
    height: 2px;
}
.news_detail_info .wtline2::after{
    width: 2px;
    height: 20px;
    bottom: 1px;
}
.news_detail_info > h3 {
    color: #FFFFFF;
    background: linear-gradient(100deg, #007BFF -6.76%, #1C4A9F 106.76%);
    border-radius: 30px;
    width: 120px;
    font-size: 16px;
    text-align: center;
    padding: 10px 10px;
    margin-top: 0;
}
.news_detail_info p, .news_detail_info h1, .news_detail_info h2{
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}
.news_detail_info h1{
    color: #fff;
    font-size: 36px;
}
.news_detail_info h2{
    color: #fff;
    font-size: 24px;
}
.news_detail_info a{
    color: #fff;
}
.news_trans{
    margin-top: 40px;
    position: relative;
    opacity: 0;
    transition: 0.5s;
}
.news_trans span {
    font-size: 12px;
    background-color: #9d78ab;
    padding: 0px 10px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    color: #fff;
    word-break: keep-all;
}
.news_trans span::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #9d78ab transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50% , 0%);
}
.news_trans_road {
    width: 100%;
    height: 2px;
    background-color: #FEDEE1;
    position: relative;
    overflow: hidden;
}
.news_trans_road::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #c7b9c0;
    position: absolute;
    top: 0;
    left: -100%;
}
.inews_main:hover .news_trans{
    opacity: 1;
    transition: 0.5s;
}
.inews_main:hover .news_trans_road::after{
    animation:product_line 1s forwards;
}
.news_page,
.news_detail_main {
    width: 100%;
}
.news_detail_main_top {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.news_detail_main_bottom {
    width: 100%;
    color: #eee;
    font-size: 18px;
    line-height: 1.8em;
    word-break: break-all;
    margin: 40px 0;
    padding-top: 30px;
    text-align: center;
    position: relative;
}
.news_detail_main_bottom::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    background: radial-gradient(circle farthest-side, #fff, transparent);
}
.news_detail_main_bottom::after {
    font-size: 16px;
    content: "公告內容";
    width: 200px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: -16px;
    right: calc(50% - 100px);
    background: #0996b4;
    font-weight: bold;
    background: linear-gradient(180deg, #007BFF -6.76%, #0057FF 106.76%);
    padding: 15px 10px;
    border-radius: 8px;
}
.news_detail_main_bottom p{
    color: #eee;
    font-size: 16px;
}
.news_detail_main_bottom h2{
    color: #fff;
}
.news_detail_main_bottom img{
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.news_detail_main_top_left {
    width: 40%;
    padding-right: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    overflow: hidden;
}
.news_detail_main_top_right {
    width: 60%;
    padding: 0px 0 0 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}
.news_detail_main_top_left img {
    width: 100%;
}
.news_detail_list{
    width: 100%;
}
.news_detail_list span {
    border: 1px solid #FEB93F;
    font-size: 15px;
    display: inline-block;
    color: #FEB93F;
    line-height: 1;
    padding: 4px 5px;
}
.news_detail_name {
    font-size: 32px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    line-height: 1.2;
}
.news_detail_date {
    text-align: left;
    color: #aaa;
    margin: 20px 0;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    align-content: center;
    flex-wrap: wrap;
}
.news_detail_date img {
    width: 15px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: 2px;
}
.inews_mainbox .more a {
    text-align: center;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.8); 
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    margin: 0 auto;
}
.inews_mainbox .more a:hover {
    color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.2);
}
main.news_detail{
    overflow: unset!important;
}
/*1層*/
/*以下為新版*/
main {
    position: relative;
}
.aside_rightbox{
    width: 100%;
    padding: 0;
    position: relative;
    max-width: 1366px;
}
.page_news_center{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.page_news_center .inews_main{
    width: 30%;
    margin-right: 3%;
    padding: 0;
    /* background-color: rgba(115, 115, 115, 0.3); */
    background-color: #1E1E2F;
    position: relative;
}
.page_news_center .inews_main:nth-child(3n){
    margin-right: 0;
}
.inews_main a:hover .inews_showbox {
    /* filter: blur(5px); */
}
.inews_main a:hover:after {
    transform: scale(1);
    opacity: 1;
}
.notice_classname{
    position: relative;
    padding: 5px 15px;
    display: none;
}
.notice_classname::after {
    content: "…";
    position: absolute;
    top: 2px;
    display: block;
    right: 10px;
    color: rgba(255, 255, 255, .6);
    width: 23px;
    height: 23px;
    font-size: 23px;
    line-height: 1;
}
.notice_classname span.notice_list {
    font-size: 15px;
    display: inline-block;
    color: rgba(255, 255, 255, .6);
    line-height: 1.3;
    padding: 5px 15px;
    position: relative;
}
.notice_classname span.notice_list:hover{
    color: #888;
}
.notice_classname span.notice_list a{
    color: #FEB93F;
    font-weight: normal;
}
.inews_main a .fas{
    width: 28px;
    height: 28px;
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255, 255, 255, .6);
}
@media screen and (max-width: 1000px) {
    .inews_main_out {
        width: 100%;
        padding: 0 15px;
    }
}
@media screen and (max-width: 900px){
    .page_news_center .inews_main{
        width: 47%;
        margin-right: 3%;
        padding: 0;
    }
    .page_news_center .inews_main:nth-child(3n){
        margin-right: 3%;
    }
    .page_news_center .inews_main:nth-child(2n){
        margin-right: 0;
    }
    .inews_bottom .txt {
        margin: 0;
    }
    .s_banner{
        margin-top: 82px;/*no*/
    }
    .news_detail_date .day, .inews_bottom a .news_date .day {
        font-size: 30px;
        line-height: 40px;
    }
    .news_detail_date .month, .inews_bottom a .news_date .month, .news_detail_date .year, .inews_bottom a .news_date .year {
        line-height: 1;
        font-size: 13px;
    }
    .news_detail_date .day > span, .inews_bottom a .news_date .day > span{
        font-size: 25px;
        line-height: 25px;
        top: -4px;
    }
    .inews_mainbox .more a {
        padding: 7px;
        font-size: 14px;
        max-width: 100px;
    }
}
@media screen and (max-width: 768px) {
    .inews_main_out {
        margin: 30px auto;
    }
    .news_detail_main_top_left {
        width: 100%;
        padding-right: 0px;
        position: relative;
        top: 0;
    }
    .news_detail_main_top_right {
        width: 100%;
        position: relative;
        top: 0;
        padding: 20px 0 0 0px;
    }
    .news_detail_name {
        font-size: 18px;
    }
    .news_detail_date {
        margin: 10px 0;
    }
    .news_detail_main_bottom {
        font-size: 14px;
        margin: 20px 0;
    }
    /*2層*/
    .inews_top .inews_pic img {
        height: 210px;
    }
}
@media screen and (max-width: 550px) {
    .page_news_center .inews_main {
        width: 100%;
        margin-right: 0;
    }
    .inews_main .name{
        font-size: 14px;
    }
}
