/* 第一段 */

.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;
}

/* 第二段 */
.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;
    }
}

/* 第三段 */


.pagination li{
    margin: 100px auto;
}
#copyright_youlian{
    display: none;
}
.swiper-slide {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
