.news-list .item a {
    display: block;
    margin: 0 auto 20px;
    line-height: 1.65;
}
.news-list .pic {
    float: right;
}
.news-list .txt {
    margin-right: 294px;
    border: 1px solid #274CA2;
    padding: 35px 36px 35px 140px;
    position: relative;
}
.news-list a:hover .txt {
    background: #F6F6F6;
    
}
.news-list .date {
    display: inline-block;
    color: #fff;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 0;
    /*top: 50%;*/
    margin-top: -36px;
    background: #274CA2;
    padding: 61px 25px;
}
.news-list .date small {
    display: block;
    font-size: 15px;
    line-height: 23px;
    margin-top: 5px;
}
.news-list .title {
    font-size: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list .title span {
    display: inline-block;
    vertical-align: middle;
    color: #264CA1;
    margin-top: -5px;
}
.news-list .description {
    color: #000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.7;
    height: 99px;
    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 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    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;
    background: #274CA2;
}
.news-header .date small {
    display: block;
    font-size: 15px;
    line-height: 23px;
    margin-top: 5px;
}
.news-header .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    color: #444;
    font-size: 28px;
    font-weight: bold;
}
.news-detail .txt{
		float: left;
		font-size: 16px;
}

@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;
        padding: 25px;
        margin-bottom: 25px;
    }
    .news-list .title {
        height: 50px;
        line-height: 50px;
        white-space: normal;
    }
    .news-list .title span {
        line-height: 1.4;
        max-height: 50px;
    }
}
@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;
        font-size: 20px;
        text-align: center;
    }
}
@media screen and (max-width: 540px) {
    .news-list .item {
        float: none;
        width: auto;
    }
}