.news-list {
    margin: 0 -25px;
}
.news-list .item {
    width: 25%;
    padding: 0 25px;
}

.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 img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-list .box:hover .txt {
    background: #F2FAF6;
}
.news-list .date {
    display: inline-block;
    color: #11B7D9;
    font-size: 35px;
    line-height: 1.5;
    font-family: Chivo,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    text-align: center;
    border: 2px #3C80B3 solid;
    padding: 5px 10px;
    vertical-align: middle;
    width: 50px;
    height: 72px;
    margin: 0 10px 0 0;
    transition: all .3s ease;
    letter-spacing: -1px;
}
.news-list .box:hover .date {
    color: #214865;
    background:#11B7DA;
    border: 2px #11B7DA solid;
}
.news-list .date small {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    color:  #214865;
    font-family: Chivo,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    letter-spacing: 0px;
    line-height: 0;
}
.news-list li .news-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
}
.news-list .name {
    color: #25324D;
    font-size: 17px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 29px;
    font-family: Chivo,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    margin-bottom: 5px;
    text-align: left;
}
.news-list .description {
    color: #556568;
    letter-spacing: 0;
    max-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.news-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 32px;
    text-align: center;
}
.news-header .date {
    display: inline-block;
    color: #11B7D9;
    font-size: 35px;
    line-height: 1.5;
    font-family: Chivo,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    text-align: center;
    border: 2px #3C80B3 solid;
    padding: 5px 10px;
    vertical-align: middle;
    width: 50px;
    height: 72px;
    margin: 0 10px 0 0;
    transition: all .3s ease;
    letter-spacing: -1px;
}
.news-header .date small {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    color: #214865;
    font-family: Chivo,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    letter-spacing: 0px;
    line-height: 0;
}
.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;
    font-family: Chivo,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.news-detail {
    padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
    .news-list .item {
        width: 33.33%;
    }
}
@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;
        -moz-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;
        font-size: 35px;
    }
    .news-header,
    .news-header .date,
    .news-header .title {
        display: block;
    }
    .news-header .date {
        width: 68px;
        height: 60px;
        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%;
    }
}