﻿.news-info-box{
    display:block; 
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
}
.news-info{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
    z-index: 5;
    position: relative;
}
.news-info-title-box{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.news-info-title-ch{
    font-size: 24px;
    font-family: 'noto sans tc';
    font-weight: 700;
    color: #8bb639;
    display: block;
    vertical-align: bottom;
    line-height: 1;
    letter-spacing: 1px;
}
.news-info-title-en{
    font-size: 16px;
    line-height: 2;
    font-family: 'roboto';
    font-weight: 100;
    color: #d1d1d1;
    display: block;
    letter-spacing: 4px;
}
.news-info-article-box{
    width: 100%;
    display: block;
    position: relative;
}
.news-info-article-list{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 40px;
    display: block;
    position: relative;
}
.news-info-article-img-box{
    width: 320px;
    height: 220px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    overflow: hidden;
}
.news-info-article-img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all .2s linear;
}
.news-info-article-text-box{
    /* width: calc(100% - 350px);
    display: inline-block;
    vertical-align: top; */
    width: 100%;
    box-sizing: border-box;
    padding-left: 25px;
    padding-top: 20px;
}
.news-info-article-text-data{
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: lighter;
    color: #888;
}
.news-info-article-text-title{
    font-size: 16px;
    color: #8bb639;
    margin: 35px 0;
    width: 100%;
    letter-spacing: 1px;
    font-weight: bold;
    transform: skewX(-10deg);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .2s linear;
}
.news-info-article-text-edit{
    max-height: 66px;
    font-size: 14px;
    color: #555;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-numberpages-box{
    width: 100%;
    text-align: center;
}
.news-numberpages-box a{
    font-family: "roboto";
    font-size: 30px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 30px;
    color: #888;
    font-weight: 700;
    font-style: italic;
    transition: all .2s linear; 
}
.news-numberpages-box .news-numberpages{
    color: #8bb639;
}
.news-numberpages-arrow{
    font-size: 30px;
    color: #8bb639;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}
.news-numberpages-r{
    padding-left: 30px;
}
.news-info-line{
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.news-info-number{
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 1.4;
    background-color: #f5f5f5;
    border-radius: 50%;
    text-align: center;
    color: #8bb639;
    font-family: "roboto";
    font-weight: 700;
    font-style: italic;
    position: absolute;
    right: -20px;
    top: 50%;
    z-index: 1;
    transition: all .2s linear;
}


/*<-------hover------->*/
.news-info-article-list:hover .news-info-article-text-title{
    color: #000;
}
.news-info-article-list:hover .news-info-number{
    color: #fff;
    background-color: #8bb639;
}
.news-info-article-list:hover .news-info-article-img{
    transform: scale(1.1);
}
.news-numberpages-box a:hover{
    color: #8bb639;
}

@media only screen and (max-width: 1240px){
    .news-info-line{
        right: 20px;
    }
    .news-info-number{
        right: 0;
    }
    .news-info-article-text-box{
        width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 1200px){
    .news-info{
        width: 1000px;
    }
}
@media only screen and (max-width: 1000px){
    .news-info{
        width: 800px;
    }
}
@media only screen and (max-width: 800px){
    .news-info{
        width: 95%;
    }
    .news-info-article-img-box{
        width: 220px;
        height: 147px;
    }
    .news-info-article-text-box{
        /* width: calc(100% - 250px); */
        padding-top: 0;
    }
    .news-info-article-text-title{
        margin: 10px 0;
    }
    .news-info-number{
        width: 30px;
        height: 30px;
        line-height: 1.4;
        font-size: 24px;
        right: 6px;
    }
    .news-numberpages,
    .news-numberpages-arrow{
        font-size: 24px;
    }
}
@media only screen and (max-width: 550px){
    .news-info-box{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .news-info-title-box{
        padding: 10px 0;
    }
    .news-info-title-ch{
        font-size: 18px;
    }    
    .news-info-title-en{
        font-size: 14px;
    }
    .news-info-article-img-box{
        width: 100px;
        height: 100px;
    }
    .news-info-article-text-box{
        /* width: calc(100% - 130px); */
        padding-left: 10px;
    }
    .news-info-article-text-data{
        font-size: 12px;
    }
    .news-info-article-text-title{
        font-size: 14px;
        margin: 5px 0;
    }
    .news-info-article-text-edit{
        font-size: 12px;
    }
    .news-info-number{
        width: 20px;
        height: 20px;
        line-height: 1.4;
        font-size: 16px;
        right: 10px;
    }
    .news-info-article-text-edit{
        -webkit-line-clamp: 2;
    }
    .news-numberpages,
    .news-numberpages-arrow{
        font-size: 16px;
    }
    .news-info-article-list{
        margin-bottom: 20px;
        padding: 10px;
    }
}

/*<-------------動畫------------->*/

@keyframes news_fedfromtop {
    0%{
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes news_fed {
    0%{
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes news_fedfrombottom {
    0%{
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes news_line {
    0%{
        height: 0;
        z-index: -1;
    }
    to {
        height: 100%;
        z-index: -1;
    }
}
@keyframes news_number {
    0%{
        z-index: 1;
    }
    to {
        z-index: 1;
    }
}
@media only screen and (min-width: 1001px){
    .news-info-title-ch,
    .news-info-title-en,
    .news-info-article-list,
    .news-numberpages-box{
        opacity: 0;
    }
    .news-info-title-ch.active{
        animation: news_fedfromtop 1.5s ease both ;
    }
    .news-info-title-en.active{
        animation: news_fed 1s ease 1s both ;
    }
    .news-info-article-list.active,
    .news-numberpages-box.active{
        animation: news_fedfrombottom 1.5s ease both ;
    }
    .news-info-line{
        animation: news_line 5s ease both ;
    }
    .news-info-number{
        animation: news_number 1.5s ease both ;
    }
    .news-info-article-list{
        width: calc(100% - 1px);
    }

}