﻿.news-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 200px 0;
}
.news-page-box{
    margin-top: 100px;
}

/* news-pages */
.news-pages-all-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.news-pages-date-box{
    width: 100%;
    display: block;
    margin-bottom: 60px;
}
.news-pages-date-box span{
    width: 5px;
    height: 50px;
    display: inline-block;
    vertical-align: bottom;
    background-color: #ae2f2f;
    margin-right: 15px;
}
.news-pages-date{
    font-family: "Lato";
    font-size: 16px;
    line-height: 1;
    color: #000000;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: bottom;
}
.news-pages-left-box{
    width: calc(100% - 300px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 50px;
}
.news-pages-info-title{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 36px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 1.2;
}
.news-pages-info-edit{
    font-family: "Noto Sans TC";
    font-size: 16px;
    color: #666;
    letter-spacing: 0.06em;
    line-height: 36px;
    box-sizing: border-box;
    padding: 40px 0;
}
.news-pages-info-arrow-box{
    box-sizing: border-box;
    padding-top: 25px;
    border-top: 1px solid #eee;
}
.news-pages-info-arrow{
    font-family: "Lato";
    font-weight: 700;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 26px;
    transition: all 0.3s linear;
}
.news-pages-info-arrow-back{
    color: #666;
    margin: 0 60px;
}

.news-pages-other-box{
    width: 300px;
    display: inline-block;
    vertical-align: top;
}
.news-pages-title-box{
    box-sizing: border-box;
    padding: 19px 0;
    border-bottom: 1px solid #ddd;
}
.news-pages-title-box h2{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #000;
    letter-spacing: 0.2em;
    display: inline-block;
    vertical-align: bottom;
}
.news-pages-title-box span{
    font-family: "Lato";
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #ae2f2f;
    letter-spacing: 0.2em;
    display: inline-block;
    vertical-align: bottom;
}
.news-pages-other-info-box{
    box-sizing: border-box;
    padding: 10px 0;
}
.news-pages-other-info{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 15px;
    transition: all 0.3s linear;
}
.news-pages-other-info-img{
    width: 100px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
}
.news-pages-other-info-text-box{
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 15px;
}
.news-pages-other-info-date{
    font-family: "Lato";
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    letter-spacing: 0.06em;
}
.news-pages-other-info-text{
    font-family: "Noto Sans TC";
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    letter-spacing: 0.06em;
}





@media only screen and (max-width: 1280px){
    .news-box{
        padding: 150px 0;
    }
    .news-pages-all-box{
        width: 1000px;
    }
}
@media only screen and (max-width: 1000px){
    .news-box{
        padding: 100px 0;
    }
    .news-pages-all-box{
        width: 750px;
    }
}
@media only screen and (max-width: 768px){
    .news-box{
        padding: 60px 0;
    }
    .news-pages-all-box{
        width: 550px;
    }
    .news-pages-left-box{
        width: 100%;
        display: block;
        padding-right: 0;
    }
    .news-pages-date-box{
        margin-bottom: 30px;
    }
    .news-pages-other-box{
        width: 100%;
        display: block;
        margin-top: 40px;
    }
    .news-pages-other-info-box {
        padding: 0;
    }
    .news-pages-other-info{
        padding: 0;
        margin-top: 10px;
    }
    .news-pages-info-arrow-box{
        text-align: center;
    }
    .news-pages-info-title{
        font-size: 26px;
    }
}
@media only screen and (max-width: 550px){
    .news-box{
        padding: 20px 0;
    }
    .news-page-box{
        margin-top: 40px;
    }
    .page a{
        width: 26px;
        line-height: 26px;
        font-size: 16px;
        margin: 0 2px;
    }
    .page .prev,
    .page .next{
        font-size: 14px;
    }
    .page .prev{
        margin-right: 5px;
    }
    .page .next{
        margin-left: 5px;
    }

    
    .news-pages-all-box{
        width: calc(100vw - 40px);
    }
    .news-pages-date-box {
        margin-bottom: 10px;
    }
    .news-pages-date-box span{
        width: 3px;
        height: 30px;
        margin-right: 5px;
    }
    .news-pages-date{
        font-size: 12px;
    }
    .news-pages-info-title{
        font-size: 18px;
    }
    .news-pages-info-edit{
        padding: 15px 0;
        line-height: 1.4;
    }
    .news-pages-info-arrow-box{
        padding-top: 15px;
    }
    .news-pages-info-arrow-back{
        margin: 0 20px;
    }
    .news-pages-info-arrow{
        font-size: 14px;
        line-height: 22px;
    }
    .news-pages-title-box{
        padding: 9px 0;
    }
    .news-pages-title-box h2{
        font-size: 16px;
        letter-spacing: 0.06em;
    }
    .news-pages-title-box span{
        font-size: 16px;
        letter-spacing: 0.06em;
    }
    .news-pages-other-box{
        margin-top: 30px;
    }
    .news-pages-other-info{
        margin-top: 10px;
    }
    .news-pages-other-info-img{
        width: 60px;
        height: calc((80 / 100) * 60px)
    }
    .news-pages-other-info-text-box{
        width: calc(100% - 60px);
        padding-left: 5px;
    }
    .news-pages-other-info-date{
        font-size: 12px;
    }
    .news-pages-other-info-text{
        line-height: 1.2;
    }
}



@media only screen and (min-width: 769px){
    .news-pages-info-arrow:hover{
        color: #ae2f2f;
    }
    .news-pages-other-info:hover{
        background-color: rgba(174, 47, 47, 0.15);
    }

    .news-pages-other-box,
    .news-pages-date-box span,
    .news-pages-date,
    .news-pages-info-title,
    .news-pages-info-edit,
    .news-pages-info-arrow-box{
        opacity: 0;
    }
    .news-pages-other-box.anima{
        animation: fadeInRight 1.2s ease 0s 1 both;
    }
    .news-pages-date-box.anima span{
        animation: fadeInDown 1.2s ease 0s 1 both;
    }
    .news-pages-date.anima{
        animation: fadeInRight 1.2s ease .2s 1 both;
    }
    .news-pages-info-title.anima{
        animation: fadeInDown 1.2s ease 0s 1 both;
    }
    .news-pages-info-edit.anima{
        animation: fade 1.2s ease 0s 1 both;
    }
    .news-pages-info-arrow-box.anima{
        animation: fadeInUp 1.2s ease 0s 1 both;
    }
    
}