.news-list .item{
    width: 33%;
    display: inline-block;
}
.news-list .item a {
    display: block;
    max-width: 425px;
    margin: 0 auto 20px;
    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(60,154,162,0.48);
    position: absolute;
    left: 0;
    top: 0;
}
.news-list .txt {
    width: 205px;
/*
    border: 1px solid #80CAA5;
    padding: 48px 36px 48px 140px;
    position: relative;
*/
    float: right;
}
.news-list .date {
    width: 112px;
    height: 56px;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    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: 15px;
    font-weight: bold;
    margin: 10px 0 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #438F96;
    height: 24px;
}
.news-list a:hover .title{
    text-decoration: underline;
}
.news-list .description {
    color: #666;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    height: 42px;
}

.news-header {
    display: table;
    width: 100%;
}
.news-header .date {
    width: 112px;
    height: 56px;
    padding: 5px 10px;
    display: block;
    color: #fff;
    text-align: right;
    font-family: "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 23px;
    background: url(../images/news/date_bg.jpg)no-repeat;
    margin: 0 auto;
}
.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: #438F96;
    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 #30A4AD;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left:-37px;
}
.news-detail {
    padding: 0 0 30px;
    max-width: 756px;
    margin: 0 auto;
}

@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);
    }
    .news-list .description {
        height: auto;
        max-height: 42px;
    }
}
@media screen and (max-width: 767px) {
    .news-list .item{
        width: auto;
    }
}
@media screen and (max-width: 500px) {
    .news-list .pic{
        max-width: 196px;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }
    .news-list .txt{
        width: calc(100%);
        float: none;
        text-align: center;
    }
}