﻿.news-box{
    width: 100%;
    display: block;
    position: relative;
    min-height: calc(100vh - 690px);
    font-size: 0;
    box-sizing: border-box;
    padding-top: 45px;
    padding-bottom: 200px;
}
.news-all-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.news-title-box{
    width: initial;
    display: inline-block;
}
.news-title-en{
    font-size: 48px;
    font-family: "Noto Sans TC";
    font-weight: 700;
    color: #000;
    letter-spacing: 4px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.news-title-en:before{
    content: '-';
    font-size: 48px;
    font-family: "Noto Sans TC";
    font-weight: 700;
    color: #000;
    position: absolute;
    left: -35px;
}
.news-title-ch{
    font-size: 20px;
    font-family: "Noto Sans TC";
    color: #8e5c24;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 50px;
}
.news-tag-box{
    margin-top: 20px;
    margin-bottom: 50px;
}
.news-tag{
    font-size: 16px;
    color: #888;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
    transition: all .3s linear;
}
.news-tag:after{
    content: '';
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #905e27;
    position: absolute;
    transition: all .3s linear;
}

.news-info-box{
    width: 100%;
    display: block;
    position: relative;
}
.news-info-all-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
    box-sizing: border-box;
    padding: 50px 150px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1
}
.news-info{
    display: block;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #d1d1d1;
}
.news-info-data{
    font-family: "Roboto";
    font-size: 14px;
    color: #888;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}
.news-info-tag{
    font-size: 12px;
    color: #905e27;
    text-align: center;
    border: 1px solid #905e27;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    letter-spacing: 5px;
    padding: 0 8px;
    padding-left: 13px;
    margin: 0 30px;
    transition: all .3s linear;
}
.news-info-text{
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: middle;
}
.news-info-text span{
    color: #000;
    max-width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.news-info-text span:after{
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: all .3s linear;
}
.page{
    text-align: left;
    margin-bottom: 0;
}
.page a{
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 300;
    color: #888;
    margin: 0 7px;
}
.page .prev, .page .next {
    font-size: 14px;
    color: #888;
    margin: 0;
}
.page .prev{
    padding-right: 4px;
}
.page .next {
    padding-left: 7px;
}
.page .select{
    color: #905e27;
}

.news-bc-box{
    background-color: #eee;
    position: absolute;
    width: 98vw;
    z-index: 0;
    height: calc(100% - 48px);
    top: 130px;
}



/*---------------------hover-----------------------*/

.news-tag:hover,
.news-tag.active{
    color: #905e27; 
}
.news-tag:hover:after,
.news-tag.active:after{
    width: 100%;
}
.news-info:hover .news-info-tag{
    background-color: #905e27;
    color: #fff;
}
.news-info:hover .news-info-text span:after{
    width: 100%;
}
.page a:hover{
    color: #905e27;
}






@media only screen and (max-width: 1380px){
    .news-all-box,
    .news-info-all-box{
        width: 1100px;
    }
    .news-title-en,
    .news-title-en:before{
        font-size: 44px;
    }
    .news-title-ch{
        line-height: 50px;
    }
}
@media only screen and (max-width: 1180px){
    .news-all-box,
    .news-info-all-box{
        width: 900px;
    }
    .news-title-en,
    .news-title-en:before {
        font-size: 40px;
    }
    .news-title-ch{
        line-height: 46px;
    }
}
@media only screen and (max-width: 1000px){
    .news-all-box,
    .news-info-all-box{
        width: 750px;
    }
    .news-info-all-box{
        padding: 30px 60px;
    }
    .news-title-en{
        font-size: 36px;
    }
    .news-title-en:before{
        display: none;
    }
}
@media only screen and (max-width: 750px){
    .news-box{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .news-all-box,
    .news-info-all-box{
        width: 550px;
    }
    .news-title-en{
        font-size: 32px;
        letter-spacing: 2px;
    }
    .news-title-ch{
        line-height: 36px;
        font-size: 14px;
    }
    .news-bc-box{
        display: none;
    }
    .news-tag-box{
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 550px){
    .news-all-box,
    .news-info-all-box{
        width: 400px;
    }
    .news-info-all-box{
        padding: 15px;
    }
    .news-info{
        padding: 10px 0;
    }
    .news-title-en{
        font-size: 28px;
    }
    .news-title-ch{
        line-height: 36px;
        font-size: 14px;
    }
    .news-info-data{
        font-size: 12px;
    }
    .news-info-tag{
        margin: 0 15px;
        letter-spacing: 2px;
        padding-left: 4px;
        padding-right: 2px;
    }
    .news-info-text {
        width: calc(100% - 158px);
    }
    .page{
        margin-top: 20px;
    }
    .news-tag{
        font-size: 14px;
        margin-right: 15px;
        margin-left: 1px;
    }
    .news-tag-box{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .news-info-text span{
        font-size: 12px;
    }
}
@media only screen and (max-width: 400px){
    .news-box{
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .news-all-box,
    .news-info-all-box{
        width: 300px;
    }
    .news-title-en{
        font-size: 24px;
    }
    .news-title-ch{
        line-height: 32px;
    }
}




@media only screen and (min-width: 1001px){
    .news-title-box,
    .news-title-en:before,
    .news-tag-box,
    .news-info,
    .page,
    .news-bc-box{
        opacity: 0;
    }
    .news-title-box.anima{
        animation: fadeInRight 1s ease 0s both;
    }
    .news-bc-box.anima{
        animation: fadeInLeft 1s ease 0s both;
    }
    .news-title-box.anima .news-title-en:before{
        animation: fadeInLeft_max_about 1s ease .6s both;
    }
    .news-tag-box.anima{
        animation: fade 1s ease 0s both;
    }
    .news-info.anima,
    .page.anima{
        animation: fadeInUp 1s ease 0s both;
    }
}