.news-list {
    margin: 0 -10px;
}
.news-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.news-list .item:nth-child(3n+1) {
    clear: left;
}
.news-list .box {
    max-width: 400px;
    margin: 0 auto 60px;
}

.news-list .pic {
    overflow: hidden;
}
.news-list .txt {
    padding: 10px 12px 60px;
}
.news-list .name a{
    color: #191919;
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 63px;
    line-height: 1.4;
        text-align: center;
}
.news-list .date {
    display: block;
    color: #191919;
    margin: 0 0 10px;
    font-size: 22px;
    text-align: center;
    font-weight: 200;
    letter-spacing: 0;
}

.news-header,
.news-detail {
    max-width: 1280px;
    margin: 0 auto;
}
.news-header .title {
    color: #191919;
    font-size: 22px;
    line-height: 1.75;
    margin:10px 0 90px;
    padding-bottom: 10px;
    font-weight: normal;
    border-bottom: solid 1px #CBCBCB;

}
.news-header .date {
    display: block;
    color: #7F7F7F;
    font-size: 18px;
        font-family: '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.news-detail {
    padding: 0 0px;
}

@media screen and (max-width: 1440px) {
    .news-detail {

    }
    .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%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .news-header .title {
        font-size: 20px;
        padding: 0 0 15px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    .news-list {
        margin: 0 -6px;
    }
    .news-list .item {
        width: 100%;
        padding: 0 6px;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .news-list .box {
        margin-bottom: 0px;
    }
    .news-list .description {
        height: auto;
        max-height: 52px;
    }
}