﻿@charset "utf-8";
.wrapper {
    width: calc(100vw - 4vw);
    position:relative;
    background-color: #fff;
    overflow: hidden;
}
@media  screen and (max-width: 1280px)  {
.wrapper {
    width: calc(100vw - 3.4vw);
}
}

@media  screen and (max-width: 768px)  {
.wrapper {
    width: calc(100vw - 10vw);
}
}

.news{
    width: 100%;
    position: relative;
    margin: 0 auto; 
}
.news .main{
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;      
    background-color: #f3f3f3;
}
@media  screen and (max-width: 1600px)  {
.news .main{
    width: 90%;
}
}

.new_block{  
    padding:8.5% 12%; 
}
@media  screen and (max-width: 1600px)  {
.new_block{  
    padding:8% 10%; 
}
}
@media  screen and (max-width: 768px)  {
.new_block{  
    padding:10% 5%; 
}
}

.news_title{
    width:100%;
    position: relative;
    height:auto;
    overflow: hidden;
    padding: 10px 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; 
    border-bottom: 1px solid #3e3a39;
}

.news_title .news_txt_date{
    width: 12%;
    height: auto;
    float: left;
    font-size: 22px;
    line-height: 150%;
    color: #3e3a39;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    text-align: center;
    /*overflow: hidden;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media  screen and (max-width: 1024px)  {
.news_title .news_txt_date{
    width: 20%;
}
}
@media  screen and (max-width: 768px)  {
.news_title .news_txt_date{
    width: 30%;
}
}

.news_title .news_txt_date .lt{
    width: 60%;
    float: left;
    font-size: 40px;
    line-height: 150%;
    color: #3e3a39;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
}
.news_title .news_txt_date .rt{
    width: 40%;
    float: left;
    color: #3e3a39;
    font-size: 16px;
    line-height: 120%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
    text-align: left;
}
@media  screen and (max-width: 768px)  {
.news_title .news_txt_date .lt{
    font-size: 30px;
}
.news_title .news_txt_date .rt{
    font-size: 14px;
}
}
@media  screen and (max-width: 450px)  {
.news_title .news_txt_date .lt{
    font-size: 24px;
}
.news_title .news_txt_date .rt{
    font-size: 12px;
}
}

.news_title .news_txt_cent{
    width: 88%;
    float: left;
    border-left: 1px solid #3e3a39;
    padding-left: 2%;
}
@media  screen and (max-width: 1024px)  {
.news_title .news_txt_cent{
    width: 80%;
}
}
@media  screen and (max-width: 768px)  {
.news_title .news_txt_cent{
    width: 70%;
}
}


.news_title .news_txt_cent .news_txt_type{
    font-size: 14px;
    line-height: 120%;
    color: #3e3a39;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
    text-align: left;
}
@media  screen and (max-width: 768px)  {
.news_title .news_txt_cent .news_txt_type{
    font-size: 12px;
}
}



.news_title .news_txt_cent .news_txt_name{
    line-height: 120%;
    color: #9b8168;
    letter-spacing: 1px;
    font-size: 26px;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
    text-align: left;
}
@media  screen and (max-width: 1024px)  {
.news_title .news_txt_cent .news_txt_name{
    font-size: 22px;
}
}
@media  screen and (max-width: 768px)  {
.news_title .news_txt_cent .news_txt_name{
    font-size: 20px;
}
}
@media  screen and (max-width: 450px)  {
.news_title .news_txt_cent .news_txt_name{
    font-size: 16px;
}
}
@media  screen and (max-width: 350px)  {
.news_title .news_txt_cent .news_txt_name{
    font-size: 14px;
}
}


.share_block{  
    padding:1% ; 
    font-size: 14.5px;
    color: #3e3a39;
    line-height: 40px;
    vertical-align: middle;
}
.share_block a{  
    display: inline;
    width: 100%;
    height: 100%;
}
.share_block a img{  
    height: 100%;
    max-height: 40px;
    vertical-align: middle;
}
@media  screen and (max-width: 768px)  {
.share_block{  
    font-size: 12px;
}
.share_block a img{  
    height: 100%;
    max-height: 30px;
    vertical-align: middle;
}
}


.list_txt_des{    
    color: #3e3a39;
    padding: 6% 1%;
}
.list_txt_des p{
    font-size: 22px;
    line-height: 200%;
    padding: 0;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
}

@media  screen and (max-width: 1024px)  {
.list_txt_des p{
    font-size: 18px;
}
}
@media  screen and (max-width: 768px)  {
.list_txt_des p{
    font-size: 16px;
}
}
@media  screen and (max-width: 450px)  {
.list_txt_des p{
    font-size: 14px;
}
}
@media  screen and (max-width: 350px)  {
.list_txt_des p{
    font-size: 12px;
}
}




.img_main{
    width: 100%;
    overflow: hidden;
    padding: 0% 1%;
}
.img_main.w .relativepicbox{
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.img_main.h .relativepicbox{
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.img_main.three .relativepicbox{
    width: 32%;
    float: left;
    overflow: hidden;
    position: relative;
    font-size: 0px;
    vertical-align: middle;
    background-position: 50% 50%;
    background-size: cover;
    margin-left:2% ;
}
.img_main.three .relativepicbox:first-child{
    margin-left:0% ;
}
.img_main.three .relativepicbox:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 75.28%;
}
.img_main.three .relativepicbox img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media  screen and (max-width: 1366px)  {

}

.img_main .relativepicbox img{
    width: 100%;
}
.img_main .relativepicbox .picdes{
    width: 100%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    text-align: right;
    font-weight: bold;
}


.wrapper .pagination {
    width: 100%;
    border-top: 1px solid #3e3a39;
    padding-top: 8%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.wrapper .pagination .back {
    display: inline-block;
    padding: 5px 15px;
    color: #3e3a39;
    font-size: 18px;
    line-height: 110%;
    border: 1px solid #3e3a39;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    cursor: pointer;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
    margin: 0 5%;
    vertical-align: middle;
}
.wrapper .pagination .prev_page{
    padding: 5px 30px;
    display: inline-block;
    color: #3e3a39;
    font-size: 18px;
    line-height: 110%;
    transition: all 0.3s ease-out;
    cursor: pointer;
    background-image: url(../images/news/arrowL.png);
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
    vertical-align: middle;
}
.wrapper .pagination .next_page{
    padding: 5px 30px;
    display: inline-block;
    color: #3e3a39;
    font-size: 18px;
    line-height: 110%;
    transition: all 0.3s ease-out;
    background-color: transparent;
    cursor: pointer;
    background-image: url(../images/news/arrow.png);
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;
    vertical-align: middle;
}




.wrapper .pagination .prev_page:hover{
    color: #9b8168;
}
.wrapper .pagination .next_page:hover{
    color: #9b8168;
}
.wrapper .pagination .back:hover{
    border: 1px solid #9b8168;
    color: #9b8168;
}


@media  screen and (max-width: 768px)  {
.wrapper .pagination .back {
    padding: 5px 20px;
    font-size: 14px;
}
.wrapper .pagination .prev_page{
    padding: 5px 20px;
    font-size: 14px;
}
.wrapper .pagination .next_page{
    padding: 5px 20px;
    font-size: 14px;
}
.wrapper .pagination {
    padding-top: 10%;
}
}
@media  screen and (max-width: 450px)  {
.wrapper .pagination .back {
    font-size: 12px;
}
.wrapper .pagination .prev_page{

    font-size: 12px;
}
.wrapper .pagination .next_page{
    padding: 5px 20px;
    font-size: 12px;
}

}
