.news-column-list {
    margin: 0px;
    padding: 10px;
    background: rgb(10, 120, 192);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.news-column-list ul {
    margin: 0 10px;
}

.news-column-list ul li {
    /* margin:5px 0; */
    padding: 5px 0 0 23px;
    background: url(../images/news-column-list/bullet.png) 2px 13px no-repeat;
    font-size: 15px;
    color: #fff;
    display: flex;
    /* border-bottom: #eaeaea 1px solid; */
}

.news-column-list ul li a {
    color: #fff;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    word-break: break-word;
}

.news-column-list ul li a:hover {
    color: #f4d99e;
}

.news-column-list ul li .title {
    width: 100%;
}

.news-column-list ul li .date {
    width: 20%;
    text-align: center;
}

.more-75-1 {
    width: 100px;
    height: 33px;
    background: url(../images/all-75-1/button.png) top center no-repeat;
    font: 21px/30px 'thaisanslite', Arial, sans-serif;
    color: #423b29;
    text-align: center;
}