@charset "utf-8";
.news-list .box {
    margin: 0 auto 20px;
    line-height: 1.65;
    overflow: hidden;
    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 {
    float: right;
    width: 280px;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.news-list .pic:before {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-list .box:hover .pic:before {
    opacity: 1;
}

.news-list .txt {
    margin-right: 294px;
    border: 1px solid #80CAA5;
    padding: 70px 36px 50px 140px;
    position: relative;
    background: rgba(255, 255, 255.0.9);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list .box:hover .txt {
    border-color: #009189;
}

.news-list .date {
    display: inline-block;
    color: #6DC494;
    font-family: '文泉驛正黑', '微軟正黑體', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -40px;
}

.news-list .date small {
    display: block;
    font-size: 15px;
    line-height: 23px;
    margin-top: 5px;
    text-transform: lowercase;
}

.news-list .date small::first-letter {
    text-transform: uppercase;
}

.news-list .name {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: solid 3px #000;
    padding-left: 10px;
    line-height: 1.2;
}

.news-list .description {
    color: rgba(51, 51, 51, 0.65);
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
    max-height: 61px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
    position: relative;
}

.news-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 32px;
}

.news-header .date {
    display: table-cell;
    vertical-align: middle;
    color: #54BA75;
    font-family: '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    border: 1px solid #54BA75;
    width: 130px;
    height: 130px;
    padding-top: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-header .box:hover .date {
    color: #009189;
    border-color: #009189;
}

.news-header .date small {
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
}

.news-header .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    color: #444;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
}

.news-detail {
    padding-bottom: 20px;
}

.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;
}

@media screen and (max-width: 1000px) {
    /*手機板*/
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    .news-list .box {
        text-align: left;
        margin-bottom: 5px;
    }
    .news-list .pic {
        /* float: none; */
        /* width: auto; */
        /* display: none; */
    }
    .news-list .txt {
        /* margin: 5px 0 0; */
        /* padding: 15px; */
    }
    .news-list .date {
        /* position: relative;
        height: auto;
        font-size: 14px;
        margin: 0 0 0px;
        display: inline-block;
        left: 0; */
    }
    .news-list .date small {
        /* font-size: 14px;
        margin-top: 0;
        display: inline-block;
        padding-left: 3px; */
    }
    .news-list .name {
        font-size: 16px;
        height: auto;
        margin-bottom: 3px;
    }
    .news-list .description {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .news-header, .news-header .date, .news-header .title {
        display: block;
    }
    .news-header .date {
        width: 100px;
        height: 50px;
        font-size: 16px;
        line-height: 1;
        margin: 0 auto 10px;
        padding: 5px 0 0;
    }
    .news-header .date small {
        font-size: 14px;
        line-height: inherit;
    }
    .news-header .title {
        padding: 0;
        text-align: center;
        font-size: 16px;
    }
    .news-header {
        margin-bottom: 5px;
    }
    .news-detail {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        float: left;
        width: 50%;
        padding: 0 7px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-list .box {
        max-width: 320px;
        text-align: center;
    }
    .news-list .pic {
        float: none;
        width: auto;
    }
    .news-list .txt {
        margin: 5px 0 0;
        padding: 15px 15px 20px;
    }
    .news-list .date {
        position: static;
        height: auto;
        font-size: 35px;
        margin: 0 0 6px;
    }
    .news-header, .news-header .date, .news-header .title {
        display: block;
    }
    .news-header .date {
        width: 88px;
        height: 80px;
        font-size: 28px;
        line-height: 1;
        margin: 0 auto 10px;
        padding: 14px 0 0;
    }
    .news-header .date small {
        font-size: 14px;
        line-height: inherit;
    }
    .news-header .title {
        padding: 0;
        text-align: center;
        font-size: 21px;
    }
}

@media screen and (max-width: 520px) {
    .news-list .item {
        width: 100%;
    }
}

.side {
    display: none;
}

.has-side .content {
    float: none;
    margin: 0 auto;
}