.xian2{
    background: transparent;
}
.page a.cur{
    background: #fa143c;
    color: #ffffff;
}
.banner_bj{
    opacity: .5;
}
.news_item{
    display: flex;
    flex-wrap: wrap;
}
.news_col{
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem;
}
.news_left{
    width: 25%;
    flex: none;
}
.news_left .image{
    padding-top: 66%;
    display: block;
    position: relative;
}
.news_left .image img{
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.news_right .content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_right .content .title{
    font-size: 24px;
    margin-bottom: 16px;
    color: #363636;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_right .content .intro{
    text-indent: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news_right .more_intro{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
}
.news_right .more_intro .date{
    padding-right: 16px;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
}
.news_right .more_intro .more{
    color: rgba(0, 0, 0, 0.45);
}
.is-hidden{
    display: none !important;
}
@media (max-width: 768px){
    .news_left, .news_col{
        width: 100%;
    }
}