.news-list {
    margin: 0 -1.5%;
}
.news-list .item {
    width: 50%;
    padding: 0 0%;
    border-bottom: solid 1px #DCDFDF;
}
.news-list .box {
    margin: 0 auto 0px;
    padding: 20px 9px;
    position: relative;
}
.news-list .box:hover {
    border-color: #00815F;
}
.news-list a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .txt {
    position: relative;
    padding-left: 100px;
    padding-right: 70px;
}
.news-list .txt:after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 24px;
    background: url(../../images/common/news/more.png);
    width: 30px;
    height: 32px;
    display: block;
}
.news-list .box:hover .txt:after{
    background-position: bottom;
}
.news-list .date {
    display: block;
    color: #00815f;
    font-size: 14px;
    width: 93px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 1;
    text-align: center;
    font-family: 'Oswald','微軟正黑體', sans-serif;
    transition:all .3s ease;
    z-index: 1;
}
.news-list .date:before {
    content:'';
    display:block;
    width: 81px;
    height: 92px;
    background: url(../../images/common/date_bg1.png)no-repeat 50% 50%;
    position:absolute;
    left: calc(50% - 40.5px);
    top: calc(50% - 57px);
    z-index:-2;
}
.news-list .date:after {
    content:'';
    display:block;
    width: 82px;
    height: 92px;
    background: url(../../images/common/date_bg2.png)no-repeat 50% 50%;
        background-size: contain;
    position:absolute;
    left: calc(50% - 40.5px);
    top: calc(50% - 57px);
    z-index:-1;
    opacity:0;
    transition:all .3s ease;
}
.news-list .box:hover .date:after {
    opacity:1;
}
.news-list .date b{
    display: block;
    font-size: 45px;
    font-weight: bold;
}
.news-list .date small{
    font-size: 14px;
}
.news-list .box:hover .date{
    color: #fff;
}
.news-list .name {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-list .box:hover .name {
    color: #00815F;
}
.news-list .description {
    clear: both;
    color: #777;
    font-size: 13px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
.news-detail .title {
    color: #535353;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto 10px;
}
.news-detail .title:after {
    content: '';
    display: block;
    border-top: 1px solid #BBB;
    max-width: 252px;
    margin: 15px auto 0;
}
.news-detail .date {
    display: block;
    color: #00815F;
    font-size: 15px;
    text-align: center;
    font-family: 'Oswald','微軟正黑體', sans-serif;
}
.news-detail .editor {
    margin-top: 20px;
}
@media screen and (max-width: 1200px) {
    .news-list {
        margin: 0 -1%;
    }
    .news-list .item {
        padding: 0 1%;
    }
}
@media screen and (max-width: 1000px) {
    .news-list {
        margin: 0 auto;
    }
    .news-list .item {
        width: 100%;
    }

}
@media screen and (max-width: 767px) {
    .news-detail .title {
        
    }
    .news-detail .editor {
        margin-top: 30px;
    }
}
@media screen and (max-width: 580px) {
 
}