.news-list .box {
    margin: 0 auto 30px;
    line-height: 1.65;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-width: 30px;
    border-style: solid;
    border-image-source: url(../../images/common/news/news-box.png);
    border-image-slice: 30;
    border-image-repeat: stretch;
    border-image-outset: 0;
    box-sizing: border-box;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
}

.news-list .box:hover{
    top: -15px;
    background: #FFFFDD;
    border-image-source: url(../../images/common/news/news-box-hover.png);
}
 
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.news-list .pic {
    float: right;
    width: 200px;
    position: relative;
    overflow: hidden;
    right: 20px;
}

.news-list .txt {
    margin-right: 230px;
    padding: 35px 36px 35px 150px;
    position: relative;
}
 
.news-list .date {
    display: inline-block;
    color: #B3CDA9;
    font-family: "Times New Roman", Times, serif;
    font-size: 60px;
    line-height: 0.9;
    text-align: center;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -52px;
    font-weight: normal;
    padding-top: 0px;
    width: 120px;
    text-align: center;
}
.news-list .date small {
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
    font-weight: normal;
}
.news-list .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
    color: #1A653A;
    font-size: 22px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    font-weight: bold;
    font-family: 'GenSenRounded2TW-R', sans-serif;
    font-family: ' cwtexyen', sans-serif;
}
.news-list .item:hover .box .name {
    
}
.news-list .description {
    color: #9F9F9F;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    letter-spacing: 1px;
}

.news-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 32px;
}
.news-header .date {
    display: table-cell;
    vertical-align: middle;
    color: #B3CDA9;
    font-family: "Times New Roman", Times, serif;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    width: 160px;
    height: 150px;
    padding-top: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    background: #fff;
    border-width: 30px;
    border-style: solid;
    border-image-source: url(../../images/common/news/news-box.png);
    border-image-slice: 30;
    border-image-repeat: stretch;
    border-image-outset: 0;
    box-sizing: border-box;
}
.news-header .date small {
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
}
.news-header .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
    color: #1A653A;
    font-weight: bold;
   font-family: "cwtexyen", sans-serif;
    font-size: 23px;
    margin: 0;
}
.news-detail {
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        float: left;
        width: 50%;
        padding: 0 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-list .box {
        max-width: 350px;
        text-align: center;
    }
    .news-list .pic {
        float: none;
        width: 100%;
        text-align: center;
        right: unset;
    }
    .news-list .txt {
        margin: 5px 0 0;
        padding: 15px 15px 20px;
    }
    .news-list .date {
        position: static;
        height: auto;
        font-size: 35px;
        margin: 0 0 6px;
    }
    .news-header,
    .news-header .date,
    .news-header .title {
        display: block;
    }
    .news-header .date {
        width: 130px;
        height: 120px;
        font-size: 28px;
        line-height: 1;
        margin: 0 auto 10px;
        padding: 0px 0 14px;
    }
    .news-header .date small {
        font-size: 14px;
        line-height: 1.2;
    }
    .news-header .title {
        padding: 0;
        text-align: center;
        font-size: 21px;
    }
}
@media screen and (max-width: 520px) {
    .news-list .item {
        width: 100%;
    }
}