.tj-news {
    float: left;
    width: 100%;
    padding: 80px 0 0px;
    margin-top: 20px;
}
.tj-news .news-box {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.news-box figure {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.blog-outer .blog-thumb:hover img,
.cab-box figure:hover img,
.fleet-grid-box .fleet-thumb:hover img,
.fleet-list-box .fleet-thumb:hover img,
.news-box figure:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.news-box figure:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 35%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    top: 80px;
    visibility: hidden;
    opacity: 0;
}
.news-outer figure:after {
    content: "";
    position: absolute;
    width: 82.5%;
    height: 30%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    top: 35px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
}
.news-box figure:hover:after,
.news-outer figure:hover:after {
    top: 0;
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.tj-news .news-detail {
    float: left;
    width: 100%;
    padding: 30px 30px;
    border: 1px solid #f0f0f0;
}
.tj-news .news-detail h4 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #444;
    font-weight: 500;
}
.news-detail p {
    font-size: 15px;
    line-height: 24px;
    color: #777;
}
.news-detail ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
}
.news-detail ul li {
    color: #8e3c27;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    line-height: 24px;
    font-weight: 700;
}
.news-detail ul li:after {
    position: absolute;
    content: "|";
    right: 5px;
}
.news-detail ul li:last-child:after {
    content: "";
    display: none;
}
.news-list {
    float: left;
    width: 100%;
}
.news-list .news-meta,
.news-list .news-outer {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.news-list .news-outer li {
    float: left;
    margin-bottom: 25px;
}
.news-list .news-outer li figure {
    float: left;
    position: relative;
    overflow: hidden;
}
.news-list .news-outer li img {
    float: left;
    margin-right: 20px;
}
.news-list .news-outer li .news-info {
    overflow: hidden;
}
.news-list .news-outer li .news-info h4 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    color: #444;
    line-height: 24px;
    margin-top: 0;
}
.news-list .news-outer li .news-info ul li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    line-height: 24px;
    color: #8e3c27;
    font-weight: 700;
}
.news-list .news-outer li .news-info ul li:after {
    position: absolute;
    content: "|";
    right: 5px;
}
.news-list .news-outer li .news-info ul li:last-child:after {
    content: "";
    display: none;
}
.tj-news .clear {
    clear: both;
}
