.bl-news{
    margin-bottom: 40px;
    padding: 40px 20px 10px;
    background-color: #FFF;
}
.bl-news .n-title{
    position: relative;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    background-color: #FFF;
}
.bl-news .n-title::before{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: "";
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #DC3F02;
    z-index: 0;
}
.bl-news .n-title::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    width: 205px;
    height: 4px;
    background-color: #FFF;
    z-index: 0;
}
.bl-news .news-list{
    margin: auto;
    max-width: 1120px;
}
.bl-news .news-list .item-new{
    margin-bottom: 20px;
}
.bl-news .news-list .item-new .title{ 
    font-size: 18px;
    font-weight: bold;
}
.bl-news .news-list .item-new .title .t-date{
    padding: 3px 8px;
    background-color: #9A2829;
    color: #FFF;
}
.bl-news .news-list .item-new .title .t-text{
    margin-left: 10px;
}