.news-list {
    margin: 0 -25px;
}

.news-list .item {
    width: 25%;
    padding: 0 25px;
}
.main-title span:before {
        left: -50px;
    }
    
    .main-title span:after {
        right: -50px;
    }
.news-list .box {
    margin: 0 auto 40px;
    line-height: 1.65;
    overflow: hidden;
    max-width: 320px;
}

.news-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.news-list .pic:before {
    content: '';
    background: rgba(37, 37, 39, 0.8) ;
    background-position: center;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease;
}
.news-list .box:hover .pic:before {
    opacity: 1;
}
.news-list .pic:after {
    content: '';
    background:url('../../images/common/products/hover.svg') 50% 0% no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0);
    transition: all 0.4s ease;
}
.news-list .box:hover .pic:after {
    transform: scale(1);
}
.news-list .box{
    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 .box:hover .txt {
    background: #F2FAF6;
}
.news-list .date {
    display: inline-block;
    color: #333333;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    background: #F5F5F5;
    padding: 5px 10px;
    vertical-align: middle;
    width: 50px;
    height: 70px;
    margin: 0 15px 0 0;
    font-family: 'Lato',"微軟正黑體", sans-serif;
    font-weight: bold;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.news-list .date small {
    display: block;
    font-size: 15px;
    margin-top: 0px;
    color: #555555;
    font-weight: bold;
    font-family: 'Lato',"微軟正黑體", sans-serif;
}

.news-list li .news-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
}

.news-list .name {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 29px;
}

.news-list a:hover .name {
    color: #4D8C83;
}

.news-list .description {
    color: #6C6C6C;
    letter-spacing: 0;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.news-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 32px;
    text-align: center;
}

.news-header .date {
    display: inline-block;
    color: #333333;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    background: #F5F5F5;
    padding: 5px 10px;
    vertical-align: middle;
    font-family: 'Lato',"微軟正黑體", sans-serif;
    width: 50px;
    height: 70px;
    font-weight: bold;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.news-header .date small {
    display: block;
    font-size: 15px;
    line-height: 23px;
    margin-top: 5px;
    color: #555555;
    font-weight: bold;
}

.news-header .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    color: #5F5F5F;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0 0;
    display: block;
}

.news-detail {
    padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    .news-list .pic {
        margin: 0 0 10px 0;
    }
    .news-list .box {
        max-width: 420px;
        margin-bottom: 15px;
    }
    .news-list .date {
    font-size: 30px;
    line-height: 1;
    padding: 10px;
    width: 45px;
    height: 60px;
    margin: 0 5px 0 0;
    }
     .news-header .title {
        font-size: 16px;
        padding: 0;
        margin-top: 10px;
    }
    .news-header {
        margin-bottom: 10px;
    }
    .news-detail {
        padding-bottom: 0px;
    }
    .btn-box {
        padding-bottom: 10px;
    }
    .news-header .date {
        width:90%;
        height: auto;
        margin: 0 auto 0px;
        padding: 5px 0;
    }
     .share_box {
        margin: 10px 0 20px;
    }

    .news-list .item {
        float: left;
        width: 50%;
        margin-bottom:15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-list .pic img{
         width:100%;
     }
    .news-list .box {
        width:100%;
        text-align: left;
        max-width:100%;
    }
    /*
    = 等比畫面優化

     .news-list li .news-text {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }
    .news-list .date {
        width: 100%;
        font-size: 16px;
        height: 18px;
    }
    .news-list .date small {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        margin: 0px 5px;
        color: #969781;
    }
    .news-header .date {
        height: 40px;
        font-size: 18px;
        line-height: 0.8;
        margin: 0px auto 0px;
    }
    .news-header .date small {
        font-size: 14px;
        line-height: inherit;
    }
   
    .news-list .name {
        font-size: 14px;
        height: 23px;
    }
    .news-list .description {
        line-height: 1.3em;
    }
    .news-header .date {
        width: 60px;
        height: 40px;
        margin: 0 auto 0px;
        padding: 5px 0 0;
    }
    .news-header .title {
        margin: 5px 0 0 0;
    }*/
}

@media screen and (max-width: 767px) {
     .news-list {
        margin: 0 -7px;
    }
     .news-list .item {
        float: left;
        width: 100%;
        padding: 0 7px 10px;
        margin-bottom:20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom:1px dashed #ddd;
    }
   
    .news-list .box {
        width:100%;
        text-align: left;
        max-width:100%;
        margin:0px 10px;
    }
    .news-list .pic {
        float: none;
        width: auto;
        display: none;
    }
    .news-list .txt {
        margin: 5px 0 0;
        padding: 15px 15px 20px;
    }
    .news-header,
    .news-header .date,
    .news-header .title {
        display: block;
    }
}

@media screen and (max-width: 500px) {
   
}
@media screen and (max-width: 400px) {
   
}

