.newsTit {
    margin-top: 25px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6
}

.newsTit ul {
    display: flex;
    justify-content: space-around;
    height: 40px
}

.newsTit ul li {
    width: 100%;
    height: 40px;
    text-align: center;
    cursor: pointer;
    color: #999797;
    margin-right: 5px
}

.newsTit ul li h1 {
    display: inline-block
}

.newsTit ul li:last-of-type {
    margin: 0
}

.newsTit ul .active {
    border-bottom: 3px solid #0098fd;
    color: #333
}
.our-news{
    background-color: #ffffff;
}
.our-news-item {
    /*padding-top: 5px;*/
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e2e2;
}
.our-news-item a:hover{
    text-decoration: none;
}
.our-news-item .media-left a{
    width: 140px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 0;
}
.our-news-item img{
    object-fit: cover;
    width: 100%;
    height: 100px;
}

.our-news-item .media-body{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 1%;
}

.title-header{
    width: 100%;
    display: flex;
}

.news_time{
    color: #ababab;
    font-weight: 200;
    font-size: 14px;
}

.our-news-item h4{
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    width: 92%;
}
.our-news-item h4:hover{
    font-weight: bold;
}

.our-news-item .dynamic-li {
    color: #999;
    padding: 2px 0;
    font-size: 12px;
}
.our-news-item .dynamic-li b {
    float: right;
    font-weight: 400;
    width: 30px;
}
.our-news-item .dynamic-li a{
    float: right;
    display: inline-block;
    font-weight: 400;
    color: #999;
    margin-right: 10px;
}
.our-news-item .dynamic-li a:hover{
    color: #f93;
}
.our-news-item .dynamic-li .pic-glob{
    float: right;
    display: inline-block;
    width: 13px;
    height: 10px;
    background-position: -131px -58px;
    margin: 4px 5px 0 0;
    background-image: url(../images/icons/glob-pic.png);
    background-repeat: no-repeat;
}

.our-news-item p{
    color: #919191;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 12px;
}
.our-news-more{
    text-align: center;
}
@media (max-width: 767px) {
    .title-header{
        flex-direction: column;
    }
    .our-news-item h4
    {
        height: 20px!important;
        font-size: 18px!important;
    }
    .newsTit {
        margin-top: 1px!important;
    }
}