ul.list_hoz,
ol.list_hoz {
    width: 100%;
    list-style-type: none;
}

ul.list_hoz li,
ol.list_hoz li {
    float: left;
    margin-left: 10px;
    height: 20px;
    line-height: 20px;
}

ul.list_hoz li a,
ol.list_hoz li a {
    text-decoration: none;
    color:#444;
    display: block;
}

div.news_list_title{
    width: 100%;
    text-align: center;
    color:#fff;
    background-color: #ccc;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    letter-spacing: 5px;
    font-family: "微軟正黑體";
    -webkit-user-select: none;
    cursor: default;
}

div.news_list_item{
    width: calc(100% - 60px);
    padding-left: 60px;
    color:#777;
    background-color: #eee;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "微軟正黑體";
    -webkit-user-select: none;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

div.news_list_item a{
    text-decoration: none;
    color: #717071;
    display: block;
}

div.news_list_item:hover,
div.news_list_item.lock{
    background-image: url('../../img/layout/news/arrow.png');
    background-repeat: no-repeat;
    background-position: 30px 50% ;
}