@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic {
    overflow: hidden;
    position: relative;
}
.news-list .box .pic img {
    transition: all ease 0.3s;
}
.news-list .box:hover .pic img {
    transform: scale(1.2);
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name{
    font-family: "Noto Sans TC", sans-serif;
    color: #333333;
    font-weight:normal;
    letter-spacing: 0.035em;
    line-height: 1.5;
}
.news-list .box:hover .name{
   color: #D5A321;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
.news-list .item .description{
    font-family: "Noto Sans TC", sans-serif;
    color: #666666;
    font-weight: normal;
    letter-spacing: 0.035em;
    line-height: 1.5;
}
.news-list.type4 .name{
    font-size: 17px;
}
.news-list.type4 .description{
    font-size: 14px;
}
.news-list.type4 .description {
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list .item .box:hover .description{
    color: #666666;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #FFF !important;
    background: #D5A321 !important;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    border-radius: 0;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #303030 ;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list.type1 .item:nth-child(2n){
    background: transparent;
}
.news-list.type3 .item {
    border-left: solid #dddddd 1px;
}
.news-list.type3:before{
    background: transparent;
}
.news-list.type4 .txt {
    position: static;
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    margin-top: -65px;
    z-index: 2;
    margin-left: 32px;
    transition: all 0.5s ease;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    text-align: left;
}
.news-list.type4 .item .box{
    position: relative;
    transition: all .2s;
    border:none;
    background: none; 
    z-index: 2;  
}
.news-list.type4 .item .box .pic {
    position: relative;
   z-index:-1;
}
.news-list.type4 .box .pic:after{
    content: "";
    position: absolute;
    opacity: 0;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgb(255 191 0 / 70%);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
    visibility:visible;
        mix-blend-mode: multiply;
}

.news-list.type4 .box:hover .pic:after{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.news-list .date{
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}
.news-list.type4 .item .date,
.news-date{
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    background: #444;
}
.news-list.type4 .item .box:hover .date{
    color: #FFF;
    background: #ffbf00;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-weight: 600;
    font-size: 30px;
}
.news-list.type4 .item .date .years,
.news-list.type4 .item .date .month{
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.03em;
}
.news-list.type4 .name {
    margin-top: 0px;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
    .news-list.type4 .txt {
   
    padding:15px;
  
}
}
/*!列表通用 index、news*/
/*瀑布流*/
.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;
}
.news-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: -1px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 0;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
}
/*------------ rwd ------------*/
