@charset "UTF-8";
body{
	background-color: #eaeaea;
	background-image: url(../images/bg.png);
	-webkit-background-size: 50%;
	background-size: 50%;
}
.bannerBox .bannerSlick .innerImg{
    padding-top: 40%;
}

/*--------newsArea--------*/
.newsArea {
    padding-bottom: 20%;
}

.newsArea .titleBox {
    border-bottom: 1px solid #666;
    bottom: 2rem;
}
.newsArea .item{
	transition: all 0.5s;
}
.newsArea .item:hover{
	background-color: #fff;
	box-shadow: -3px 3px 5px rgba(0,0,0,0.2);
	transform: translate(10px,-20px);
	transition: all 0.5s;	
}

.newsArea .item a{
    display: block;
}
.newsArea .item .Txt {
    padding: 20px 0;
    border-bottom: 1.5px solid #fff;
    margin-bottom: 2rem;
}

.newsArea .item .Txt .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 1px;
    padding-top: 10px;
}

.newsArea .item .Txt .day {
    padding-right: 15px;
    font-size: 2rem;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsArea .item .Txt .dateBox {
    margin: 5px 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 48px);
    position: relative;
}

.newsArea .item .Txt .dateBox:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}

.newsArea .item .Txt .date {
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.newsArea .item .Txt .newIcon {
    font-size: 14px;
    font-weight: 300;
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
}


.newsArea .item .Txt h3 {
    margin-bottom: 25px;
}
a{
    color: #fff;
}
.newsArea .item .Txt h3 {
    display: inline-block;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 0;

}

.newsArea .item:hover .Txt h3:before {
    width: 100%;
}

.newsArea .item .Txt h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #c8bfb1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.newsArea .item .Txt p {
    font-size: 13px;
    font-weight: 300;
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
    /*color: rgba(200, 191, 177, 0.6);*/
    line-height: 1.8;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.newsArea .item .Txt .more {
    margin-top: 1rem;
}

.newsArea .item .Txt .more {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #ceaa6e;
    position: relative;
    width: 130px;
    padding-left: 0px;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    letter-spacing: 1px;
}

.newsArea .btnBox {
    margin-top: 3rem;
}


.newsArea .item:hover{
    color: #000;
}

.newsArea .item:hover a{
    color: #000;
}

.newsArea .item:hover .Txt .dateBox:before{
    background-color:#333;
}