.news-list li{
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    -moz-box-shadow: 0px 2px 12px rgba(0%,0%,0%,0.3);
    -webkit-box-shadow: 0px 2px 12px rgba(0%,0%,0%,0.3);
    box-shadow: 0px 2px 12px rgba(0%,0%,0%,0.3);
}
.news-list li+li{
    margin-top: 25px;
}
.news-list li>a{
    display: block;
    position: relative;
    padding-left: 100px;
    padding-right: 60px;
    min-height: 45px; 
}
.news-list li>a .date{
    width: 100px;
    color: #FFFFFF;
    font-family: 'Arial';
    font-size: 14px;
    background: #999999;
    position: absolute;
    left: 0px;
    height: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 6px;
    text-align: center;
}
.news-list li>a .more{
    font-size: 12px;
    color: #555555;
    font-family:'Arial';
    width: 58px;
    height: 100%;
    background: #DDDDDD;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    padding: 12px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.news-list li>a .text{
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: '微軟正黑體';
    color: #666666;
    line-height: 45px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    background: #FFF;
}
.news-list li:hover >a .text{
    color: #000000;
    background: #F0F0E1;
}
.news-list li:hover >a .more{
    background: #777777;
    color: #FFFFFF;
}
.news-list li:hover >a .date{
    background: #84060C;
}
.news .btn-box{
    padding: 38px 0px;
}
/** detail_start **/
.news-title{
    padding:10px 115px 10px 60px; 
    background: url(../images/news/news-title-icon.png) 18px 10px no-repeat,url(../images/news/title-bg.jpg);
    color: #FFFFFF;
    font-size: 18px;
    font-family: '微軟正黑體';
    position: relative;
}
.news-title .date{
    display: block;
    height:45px; 
    width: 115px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFF;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
}
.news-hr{
    height: 4px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: #84060C;
}

@media screen and (max-width: 767px) {
    .news-list li>a{
        padding:0px;
        background: #FFF;
    }
    .news-list li>a .date{
        position: static;
        display: block;
    }
    .news-list li >a .more{
        height: 47px;
        top: 0px;
        left: 100px;        
    }
    .news-list li>a .text{
        white-space:normal;
    }
    .news-title{
        padding-right: 10px;        
    }
    .news-title .date{
        position:relative;
        display: inline-block;
        text-align: left;
    }
    .editor{
        padding: 43px 15px;
    }
}