.dl-title{position: relative;
    font-size: 50px;
    color: #7d7b7b;
    font-weight: bold;
    margin: 70px 0 20px;
    text-align: center;}
   .dl-title:before{
    height: 4px;
    display: block;
    content: "";
    background: #7d7b7b;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -2px;}
    .dl-title span {
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 0 63px;}

@media (max-width:425px){
    .dl-title{margin:30px 0;}
    .dl-title span {
        padding: 0 10px;}
}
.v_news_content img{}
