.news-list {
    margin: 0 -15px;
}

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

.news-list .item:nth-child(4n+1) {
    clear: left;
}

.news-list .box {
    margin: 0 auto 50px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list .box:hover {
    border-color: #c9a283;
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list .pic {
    display: block;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

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

.news-list .pic img {
    width: 100%;
    height: 100%;
}

.news-list .txt {
    padding: 0 20px 18px;
}

.news-list .date {
    display: block;
    background: #f28800;
    width: 161px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    margin: 0 auto 10px;
    position: relative;
    top: 0px;
}

.news-list .name {
    color: #444;
    font-family: 'Muli', '微軟正黑體', Times, Georgia, serif;
    font-size: 20px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
    margin-bottom: 13px;
}

.news-list .description {
    color: #3e200e;
    font-size: 13px;
    line-height: 1.5;
    max-height: 59px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}

.news-detail {
    border: 1px solid #cacaca;
    padding: 0 6% 60px;
}

.news-detail .date {
    display: block;
    background: #f28800;
    width: 180px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    margin: 0 auto 10px;
}

.news-detail .title {
    color: #694f3b;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    line-height: 1.3;
}

.news-detail .title:after {
    content: '';
    display: block;
    border-top: 3px solid #f9f2ea;
    width: 60px;
    margin: 33px auto 30px;
}

@media screen and (max-width: 1200px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1000px) {
    .news-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .news-list .item {
        width: 50%;
        margin-bottom: 20px;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-detail {
        padding: 0 2% 10px;
    }
    .news-detail .date {
        width: 120px;
        line-height: 25px;
        font-size: 14px;
        letter-spacing: 0;
        margin: 0 auto 15px;
    }
    .news-detail .title {
        font-size: 17px;
        margin: 0.2em 0 0;
        line-height: 1.45;
    }
    .news-list .txt {
        padding: 0 15px 10px;
    }
    .news-list .box {
        margin-bottom: 10px;
    }
    .news-detail .title:after {
        margin: 20px auto 12px;
    }
}

@media screen and (max-width: 767px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .box {
        margin-bottom: 10px;
    }
    .news-detail {
        padding: 0 15px 10px;
    }
    .news-list .date {
        width: 120px;
        line-height: 25px;
        font-size: 14px;
        letter-spacing: 0;
        margin: 0 auto 8px;
    }
    .news-list .description {
        margin: 0 8px 0px;
    }
    .news-list .name {
        font-size: 16px;
        margin: 0 8px 5px;
        line-height: 1.45;
        height: 48px;
    }
    .news-list .pic {}
}

@media screen and (max-width: 500px) {
    .news-list .item {
        width: 100%;
    }
}
