.news-list .item{
    width: 33%;
    display: inline-block;
}
.news-list .item a {
    display: block;
    max-width: 417px;
    margin: 0 auto 40px;
    line-height: 1.65;
}
.news-list .item a:after{
    content: '';
    display: block;
    clear: both;
}
.news-list .pic {
    float: left;
    position: relative;
}
.news-list a:hover .pic:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/news/cover.png)center no-repeat,rgba(255, 255, 255, 0.66);
    position: absolute;
    left: 0;
    top: 0;
}
.news-list .txt {
    width: 205px;
/*
    border: 1px solid #A1905C;
    padding: 48px 36px 48px 140px;
    position: relative;
*/
    float: right;
}
.news-list .date {
    width: 112px;
    height: 56px;
    padding: 5px 10px;
    display: inline-block;
    color: #f3f3f3;
    text-align: right;
    font-family: "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 23px;
    background: url(../images/news/date_bg.jpg) no-repeat;
}
.news-list .date small {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
}
.news-list .title {
    font-size: 16px;
    font-weight: bold;
    margin: 13px 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
.news-list .title span {
    /*display: inline-block;*/
    vertical-align: middle;
}
.news-list .description {
    color: #333;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.news-header {
    display: table;
    width: 100%;
    margin-bottom: 32px;
}
.news-header .date {
    width: 112px;
    height: 56px;
    padding: 5px 10px;
    display: block;
    color: #f3f3f3;
    text-align: right;
    font-family: "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 23px;
    background: url(../images/news/date_bg_in.jpg) no-repeat;
    margin: 0 auto;
/*
    display: table-cell;
    vertical-align: middle;
    color: #7FCAA5;
    font-family: "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    border: 1px solid #7FCAA5;
    width: 130px;
    height: 130px;
    padding-top: 4px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
*/
}
.news-header .date small {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
}
.news-header .title {
    vertical-align: middle;
    text-align: center;
    padding-left: 15px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin: 35px 0;
    padding-bottom: 25px;
    position: relative;
}
.news-header .title:after{
    content: '';
    display: block;
    width: 75px;
    border-bottom: 1px dotted #555;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left:-37px;
}
@media screen and (max-width: 1390px) {
    .news-list .item{
        width: 80%;
        margin: 0 auto;
        display:block;
    }
    .news-list .item a{
        max-width: 100%;
    }
    .news-list .txt{
        width: calc(100% - 220px);
    }
}
@media screen and (max-width: 768px) {
    .news-list .pic{
        max-width: 196px;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }
    .news-list .txt{
        width: calc(100%);
        float: none;
    }
}
/*
@media screen and (max-width: 1200px) {
    .news-list .pic {
        width: 200px;
    }
    .news-list .txt {
        margin-right: 215px;
        padding: 20px 15px 20px 114px;
    }
    .news-list .date {
        left: 20px;
    }
    .news-list .description {
        height: 76px;
    }
}
@media screen and (max-width: 1000px) {
    .news-list .pic {
        width: auto;
    }
    .news-list .txt {
        margin-right: 294px;
        padding: 38px 36px 38px 140px;
    }
    .news-list .date {
        left: 36px;
    }
    .news-list .description {
        height: 98px;
    }
}
*/
/*
@media screen and (max-width: 1100px) {
    .news-list {
        margin: 0 -10px;
    }
    .news-list .item {
        float: left;
        width: 50%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .news-list .item a {
        max-width: 320px;
    }
    .news-list .pic {
        float: none;
    }
    .news-list .pic img {
        width: 100%;
    }
    .news-list .txt {
        margin: 10px 0 0;
        padding: 25px 20px 30px;
        text-align: center;
    }
    .news-list .date {
        position: static;
        margin: -5px 0 10px;
    }
    .news-list .title {
        height: 50px;
        line-height: 50px;
        white-space: normal;
    }
    .news-list .title span {
        line-height: 1.4;
        max-height: 50px;
    }
    .news-list .description {
        height: 107px;
        -webkit-line-clamp: 6;
    }
}
@media screen and (max-width: 980px) {
    .news-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 800px) {
    .news-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .news-header,
    .news-header .date,
    .news-header .title {
        display: block;
    }
    .news-header .date {
        width: 100px;
        height: 100px;
        margin: 0 auto 10px;
    }
    .news-header .title {
        padding: 0;
        text-align: center;
    }
}
@media screen and (max-width: 540px) {
    .news-list .item {
        float: none;
        width: auto;
    }
}*/
