

.news_div {
    border-bottom: 1px solid #ddd;
    padding: 25px 0px;
    position: relative;
}
.news_ul {width: 100%; font-size: 0px;}
.news_ul > li {display: inline-block; vertical-align: middle}
.news_ll1 {
    width: 15%;
    text-align: center;
}
.date1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.65px;
    color: #FA4D08;
}
.date2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -0.25px;
    color: #b2b2b2;
    margin-top: 5px;
}
.news_ll2 {width: 85%;}
.news_ll2 .tit {
    font-size: 1.1rem;
    line-height: 1;
    overflow: hidden;
    letter-spacing: -0.75px;
    color: #4d4d4d;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 50px;
    box-sizing: border-box;
}


.news_div .plus {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: #cccccc;
    transition: all 0.4s;
}
.news_div:hover .plus {color: #fa4d08;}
