
@import url("layout.css");
@import url("bootstrap.css");
@import url("bootstrap-grid.css");

html{
	   margin: auto;
}
body {
    margin: 0;
    font-family: 'Microsoft JhengHei', sans-serif;
}

.backBtn{
    height: auto;
    text-align: right;
    float: right;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    color: #557b2d;
    margin-top: -13px;
    padding: 4px 9px;
    display: block;
    border: 1px solid #76a13e;
}
.backBtn:hover{
   
   background-color: #557b2d;
  color: #fff;
    border: 1px solid #557b2d;
    text-decoration: none;
}
.banner_bg{
    width: 100%;
}

.pag_title{
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.pag_title .deco-line{
    height: 2px;
    background-color: #75994f;
    width: 34px;
    padding-top: 0px;
    margin-top: 4px;
}
.pag_text{
    font-size: 1.6rem;
    line-height: 2;
    width: 63%;
    padding: 10px;
}
.page-content{
    padding: 0 15px;
        max-width: 1024px;
        margin: auto;
        margin-top: 36px;
        margin-bottom: 50px;
        min-height: 500px;
    }

.news_wrap{
    padding-left: 0;
}
.news_wrap_info {
padding: 20px 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}
.news_wrap_info:last-child {
    border-bottom: none;
}
.news_wrap_info .info_date{
    transition: background .2s ease-in;
    background-color: #fff;
    color: #3b4813;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid #8ca63d;
    width: 93px;
    font-size: 2.8rem;
    padding-bottom: 15px;
}
.news_wrap_info .info_date div{
    font-size: 1.3rem;
    margin-top: 4px;
}
.news_wrap_info .info_box_title{
font-size: 2.3rem;
padding-bottom: 6px;
color: #000;

}
.news_wrap li a{
    width: 100%;
}
.news_wrap li a:hover .info_box_title{
    
    color: #75994f;
    
    }
.news_wrap_info .info_box_txt{
    height: 45px;
    overflow: hidden;
    line-height: 1.5;
    font-size: 1.5rem;
    color: #5b5b5b;
}
a{
    color: #333;
}
.news_content p{

    font-size: 1.6rem;
    line-height: 1.8;
    padding: 10px 0;
}
.news_content img{
width: 100%;
}
.left_box{
    text-align: left;
    }
    .left_box img{
    vertical-align: top;
    }
    .left_box .news_title{
        height: auto;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        text-align: center;
        letter-spacing: 6px;
        font-size: 22px;
        font-weight: bold;
        color: #50702e;
        position: relative;
        padding: 29px 0;
        background-image: url(../images/img-sideDeco-hover.png);
    background-repeat: no-repeat;
    background-position: top;
        margin-left: -24px;
    }
    .left_box .about_title{
        height: auto;
        background-image: url(../images/img-sideDeco.png);
        background-repeat: no-repeat;
        background-position: top;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        text-align: center;
        letter-spacing: 6px;
        color: #95aa7e;
        font-size: 20px;
        padding: 29px 0;
        margin-left: -24px;
        font-weight: normal;
    }
    .left_box span:hover{
        font-size: 22px;
        font-weight: bold;
        color: #50702e;
        background-image: url(../images/img-sideDeco-hover.png);
    }
    .left_box .line{
        margin-top: -37px;
        margin-left: -26px;
        position: relative;
        width: 62px;
        height: 40px;
        background-color: #95aa7e;
        box-sizing: border-box;
        line-height: 120px;
        background: linear-gradient(158deg, transparent 47.5%, #a1ae87 49.5%, transparent 50.5%, transparent 50.5%);
    }




.news .date{
    font-size: 1.5rem;
    font-weight: bold;
    color: #45631e;
    margin-bottom: 15px;
}
.news .date img{
padding-right: 6px;
}



@media screen and (max-width:1023px) {
    .left_box{
        display: none;
    }
}
@media screen and (max-width: 768px) {

.pag_text{
   
    width:100%;
  
}

.col-xs-2{
    width: 124px;
}
.col-xs-10{
    width: 78%;
}
.page-content{
    margin-top: 20px;
}
}


@media screen and (max-width: 580px) {
    .col-xs-2{
        width: 30%;
    }
    .col-xs-10{
        width: 68%;
    }
    .news_wrap_info .info_box_txt{
        display: none;
        
        }
}
@media screen and (max-width: 450px) {
.col-xs-10{
    width: 62%;
    
    }
    .index_news_box_item .left_wrap .en{
        width: 39%;
    }
    .index_works_title .en{
        width: 39%;
    }
    .index_news_box_item .title {
        font-size: 2.6rem;
    }
    .index_works_title {
        font-size: 2.6rem;
    }
    .news_wrap_info .info_date {
     
        padding: 5px 6px;
       
        width: 75px;
        font-size: 2rem;
        padding-bottom: 11px;
    }
    .news_wrap_info .info_box_title{
        font-size: 2rem;
        line-height: 1.6;
    }
    .news_wrap_info .info_box_txt{
    display: 
    
    }
}