.news-list ul li .info,.news-list ul li .time,.news-cont #ReportIDIssueTime{display:none;}

.news-cont h1{font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #0677bd;
    margin:30px 0;
    overflow:hidden;
    position: relative;}
.news-cont h1:after,.news-cont h1:before {
    width: 150px;
    height: 1px;
    background: #0677bd;
    content: '';
    display: inline-block;
    position: absolute;
    top: 42px;
}
.news-cont h1:before {
    left: -40px;
}
.news-cont h1:after {
    right: -40px;
}
/*.news-cont h1::before{content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #0677bd;
    position: absolute;
    top: 36px;
    left:auto;
    border-radius: 4px;}
 .news-cont h1 #ReportIDname {
    padding: 0px 20px;
    
    display: block;
    height: 50px;
    z-index: 99;
    position: absolute;
    left: 21%;
}*/
