@charset "utf-8";
.news-list {
    margin: 0 -10px;
}

.news-list .item {
    width: 25%;
    padding: 0 10px;
}

.news-list .item:nth-child(4n+1) {
    clear: left;
}

.news-list .box {
    margin: 0 auto 80px;
    position: relative;
}

.news-list li .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.news-list .pic {
    overflow: hidden;
}

.news-list .pic img {
    width: 100%;
}

.news-list .txt {
    padding: 10px 12px 40px;
}

.news-list .name {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
}

.news-list .box:hover .name {
    color: #000;
}

.news-list .date {
    display: block;
    color: #8B8B8B;
    margin: 0 0 10px;
    line-height: 25px;
    font-family: 'Roboto',sans-serif;
}

.news-list .date b {
    color: #FF7609;
}

.news-list .description {
    color: #8B8B8B;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    line-height: 25px;
}

.news-list .more {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 1.4;
    padding: 16px 0 0 3px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 40%;
    bottom: -18px;
    margin-left: -35px;
    min-width: 125px;
    padding: 8px 0;
    cursor: pointer;
}

.news-list .more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FF7609;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.news-list .box:hover .more:before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.news-list .more span {
    position: relative;
    z-index: 2;
}

.news-list .box:hover .more {
    color: #fff;
    border-color: #FF7609;
    transition: all 0.3s ease;
}

.news-header, .news-detail {
    max-width: 1280px;
    margin: 0 auto;
}

.news-header .title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75;
    padding: 25px 0 35px;
    margin: 0;
}

.news-header .date {
    display: block;
    color: #8B8B8B;
    max-width: 320px;
    margin: 0 auto 15px;
    text-align: center;
    border-top: 5px solid #f9a15b;
    padding-top: 15px;
}

.news-header .date:before {
    content: 'DATE';
    display: inline-block;
    margin-right: 20px;
    color: #FF7609;
    font-size: 13px;
}

.news-detail {
    padding: 0 60px 45px;
    border-bottom: 1px solid #ddd;
}

.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}

.share_box .share-link .icon-ic-share-t, .share_box .share-link .icon-ic-share-linecall, .share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}

/* line */

.news-list .barVign2 {
    position: absolute;
    background: #ccc;
    transition: all .8s ease;
}

.news-list .barVign {
    position: absolute;
    background: #FFFFFF;
    transition: all .2s ease;
}

.news-list .barVign.T {
    top: 0;
    width: 100%;
    height: 1px;
    right: 0%;
}

.news-list .barVign.R {
    right: 0;
    width: 1px;
    height: 100%;
    bottom: 0%;
}

.news-list .barVign.B {
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0%;
}

.news-list .barVign.L {
    left: 0;
    width: 1px;
    height: 100%;
    top: 0%;
}

.news-list .barVign2.T {
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
}

.news-list .barVign2.R {
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0;
}

.news-list .barVign2.B {
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
}

.news-list .barVign2.L {
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
}

.news-list .box:hover .barVign.T {
    right: 100%;
}

.news-list .box:hover .barVign.R {
    bottom: 100%;
}

.news-list .box:hover .barVign.B {
    left: 100%;
}

.news-list .box:hover .barVign.L {
    top: 100%;
}

.news-list .box:hover .barVign2.T {
    width: 100%;
}

.news-list .box:hover .barVign2.R {
    height: 100%;
}

.news-list .box:hover .barVign2.B {
    width: 100%;
}

.news-list .box:hover .barVign2.L {
    height: 100%;
}

/* end line */

@media screen and (max-width: 1440px) {
    .news-detail {
        padding: 0 15px 30px;
        margin: 0 -15px;
    }
    .news-list {
        margin: 0 -6px;
    }
    .news-list .item {
        padding: 0 6px;
    }
}

@media screen and (max-width: 1000px) {
    /*手機版*/
    .news-list {
        max-width: 760px;
        margin: 0 auto;
    }
    .news-list .item {
        width: 50%;
        padding: 0;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-header .title {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 1.7;
        padding: 0 0 10px;
    }
    .news-header .date {
        margin-bottom: 10px;
        padding-top: 5px;
    }
    .news-detail {
        padding: 0 15px 25px;
    }
    .news-list .name {
        font-size: 16px;
        height: auto;
    }
    .news-list .txt {
        padding: 2px;
    }
    .news-list .more {
        display: none;
    }
    .news-list .box {
        margin-bottom: 25px;
    }
    .news-list .date {
        margin-bottom: 5px;
    }
    .share_box {
        text-align: center;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 400px) {
    .share_box {
        text-align: center;
        margin-bottom: 5px;
        margin: 5px -5px;
    }
}

/*product_column欄位*/

.news_column_one .item {
    width: 100%;
}

.news_column_two .item {
    width: 50%;
}

.news_column_two .item:nth-child(n) {
    clear: inherit;
}

.news_column_two .item:nth-child(2n+1) {
    clear: left;
}

/*!product_column欄位*/