.indexneirong{overflow: hidden;position: relative;width: 100%;}
.indexneirong ul li{
	float: left;
    margin: 2%;
    margin-bottom: 2%;
    width: 29.2%;
    height: 400px;
    border-radius: 4px;
    background-color: var(--c-f4);
    overflow: hidden;
    position: relative;
}
.indexneirong ul li:nth-child(3n){margin-right: 0;}
.indexneirong ul li a.tibt-card__top{
	position: relative;
    display: block;
    height: 255px;
    width: 100%;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.indexneirong ul li .tibt-card__top__img-wrap{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.indexneirong ul li .tibt-card__top__img-wrap img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.indexneirong ul li .tibt-card__bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #f4f4f4;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.indexneirong ul li .tibt-card__bottom__title-wrap{
    padding: 13px 12px 10px;
    display: block;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.indexneirong ul li .tibt-card__bottom__title-wrap .titles {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    font-weight: 500;
    color: #27282d;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.indexneirong ul li .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.indexneirong ul li .tibt-card__bottom__user-wrap {
    margin-left: 12px;
    font-size: 14px;
    line-height: 20px;
    color:#666666;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 219px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.indexneirong ul li .single-line-overflow {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.indexneirong ul li .tibt-card__bottom__user-wrap .icon-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: inline-block;
    padding: 0 0 0 4px;
    line-height: 20px;
}
.indexneirong ul li .user-icons-wrap img {
    vertical-align: -.15em;
    height: 1em!important;
    width: 1em!important;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.indexneirong ul li .tibt-card__bottom__status-wrap {
    padding: 15px 12px 13px;
    font-size: 12px;
    line-height: 16px;
    color: #bfbfbf;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.indexneirong ul li .tibt-card__bottom__status-wrap .status__date {
    letter-spacing: 0;
}
.hx-icon{
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}
.tibt-card__bottom__status-wrap .status__intro .icon-comment {
    margin-right: 24px;
}
.tibt-card__bottom__status-wrap .status__intro .icon-collect, .tibt-card__bottom__status-wrap .status__intro .icon-comment{
    margin-left: 4px;
}

.indexneirong ul li:hover .tibt-card__top__img-wrap{
    top: -10px;
}
.indexneirong ul li:hover .tibt-card__bottom{
    background-color: #eaeaea;
}
.indexneirong ul li:hover .tibt-card__bottom__title-wrap {
    padding-bottom: 11px;
}
.indexneirong ul li:hover .tibt-card__bottom__title-wrap .title {
    height: 56px;
    line-height: 28px;
}
.indexneirong ul li:hover .tibt-card__bottom__status-wrap{
    padding-bottom: 17px;
    padding-top: 25px;
}
.indexneirong ul li:hover .tibt-card__bottom__title-wrap .titles{color: #e62129;}


.video-icon {
    background: url(../images/video_icon.png) no-repeat;
    background-size: 10rem 10rem;
}
.hp-video-icon {
	width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    background-position: -3.1rem -.35rem;
    z-index: 10;
}
.hp-article-video-time {
    position: absolute;
    bottom: .4rem;
    right: .25rem;
    font-size: .5rem;
    line-height: 1;
    padding: .15rem .25rem;
    border-radius: .4rem;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    z-index: 10;
}
