@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    border-radius: 12px;
    padding: 20px;
    background: #FFFFFF;
    transition: all .3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto 0px;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list .item .box:hover{
    background: #C4D700;
}
.news-list.type .date {
    color: #C4D700;
}
.news-list.type2 .date {
    color: #C4D700;
}
.news-list.type2 .box:hover .date {
    color: #ffffff;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    background: url(../../../images/layout04/common/news/date.png);
} 
.news-list.type4 .date .day{
    color: #FFFFFF;
    font-weight: bolder;
    font-family: "微軟正黑體", Source Sans Pro, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 10px;
    font-size: 35px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
}
.news-list.type:hover .date {
    color: #FFFFFF;
}
.news-list .item .name{
    color: #444444;
}
.news-list .box:hover .name{
    color: #FFFFFF;
}
.news-list .item:hover .description{
    color: #FFFFFF;
}
/*!列表通用 index、news*/
/*------------ news ------------*/
.news-sect:before{
    content: '';
    display: block;
    background: #F4F4F4;
    position: absolute;
    width: 100%;
    height: 100%;
    right: calc(49.1% - 0px);
    top: 0px;
    z-index: -2;
}
.news-sect{
    padding: 70px 0 65px;
    position: relative;
    z-index: 2;
}

.news-sect .container{
    display:flex;
    padding: 0;
}
.news-sect .title{
    width: 20%;
    padding: 20px 0 0;
    text-align: left;
}
.news-sect .news-list{
    width: 80%;
}
.news-sect .index_more a span{
    position: absolute;
    left: 100px;
    top: 100px;
    font-size: 0;
}
.news-sect .index_more {
    position: absolute;
    left: 8%;
}
.news-sect.type2 .index_more,
.news-sect.type4 .index_more{
    right: 50%;
    padding: 0;
}
.news-sect .index_more a {
    padding: 0;
    font-size: 0;
}
.new-sect .index_more a {
    position: relative;
    padding: 0;
}
.new-sect .index_more a:before {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 100;
    position: absolute;
    cursor: pointer;
    background: url(../../../images/layout04/common/index/arrow2.png) no-repeat center center;
    background-size: contain;
    right: -2%;
    top: 0;
    transform: rotate(180deg);
}
.new-sect .index_more a:hover{
    background-position: 0 100%;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
.news-list.type2 .btn.more{
    position: static;
    margin: 15px 0 0; 
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 15px;
    color: #444444;
}
.news-list.type2 .box:hover .btn.more {
    position: static;
    margin: 15px 0 0; 
    background: #ffffff;
    color: #C4D700;
}
.news-list.type3 .item {
    padding: 0px 10px;
    margin: 10px 0px 20px;
    position: relative;
    border-left: none;
    box-sizing: border-box;
}
.news-list.type3 .date {
    color: #C4D700;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
}
.news-list.type3 .box:hover .date {
    color: #ffffff;
}
.news-list.type3 .name {
    height: auto;
    height: 50px;
    white-space: inherit;
    margin: 1px 0 1px;
    line-height: 1.5;
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    color: #333333;
    letter-spacing: 1.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list.type3 .description {
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #535353;
    letter-spacing: 1.5px;
    -webkit-line-clamp: 3;
    max-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list.type3:before{
    display: none;
}
/*------------ news ------------*/
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list .item .box .description{
    display: block;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order:3;
}
.news-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: -1px;
    margin: 0px 0px 13px;
    position: relative;
    z-index: 2;
    width: 57px;
    height: 63px;
    padding-top: 0;
    border-radius: 3px;
    font-weight: 500;
    align-items: center;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    width: 100%;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    display: block;
    line-height: 0.8;
    margin-bottom: 15px;
}
.news-date .month{
    order:3;
}
.news-date .month,.news-date .years{
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: inherit;
    line-height: 1;
    margin-top: -30px;
    letter-spacing: 0;
}
.news-title{
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    margin: -60px auto 10px;
    color: #444444;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 66px;
}
.news-detail{
    background-color: #fff;
    padding: 0px 15px 25px;
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #dedede;
    border-width: 1px 0;
    margin: 0 -15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-title{
        padding: 60px 4px 20px;
    }
}
