 /* 18行 */
 /*.logo-a {*/
        /*display: inline-block;*/
        /*width: 100%;*/
    /*}*/
    .logo-img {
        width: 95%;
        top: 22px;
    }
    .news_info .title{
        padding-top: 5%;
        text-align: center;
        font-size: 20px;
        white-space: nowrap;
    }
    .news_info .date {
        font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
        font-size: 16px;
        color: #999;
        position: relative;
        bottom: -7px;
        text-align: center;
    }
    .navbar {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 51px 1px;
    }

/* 64行 */
    .news_info_section {
        /*padding-left: 7%;*/
        /*padding-right: 7%;*/
    }
    @media (max-width: 500px) {
        .news_info_section {
            /*padding-left: 2%;*/
            /*padding-right: 2%;*/
        }
    }
    .tj {
        background: rgb(250, 250, 250);
    }
    .tj li {
        border-top-left-radius: .215rem;
        border-top-right-radius: .215rem;
        border: 1px solid transparent;
        border-color: #e0e0e0;
        display: block;
        margin-bottom: -1px;
        padding: .75rem 1.25rem;
    }
    .list-group-item {
        border-left: none;
        border-right: none;
    }
    @media (max-width: 767px) {
        .news-tj {
            display: none;
        }
    }
    .list-group-item {
        text-align: center;
    }
    .a-none {
        color: rgba(0,0,0,0.6);
    }