#news-index
{
    padding-bottom: 40px;
}
#news-index .item-news-i
{
    position: relative;

    display: block;

    text-decoration: none;

    color: #333;
    border: 1px #dadada solid;
}
#news-index .item-news-i:hover
{
    border-color: #0383fb;
}
#news-index .item-news-i:hover .title-i-n-i{
    color: #0383fb;
}
#news-index .title-i-n-i
{
    font-size: 14px;
    font-weight: 700;

    position: relative;

    overflow: hidden;

    height: 51px;
    margin-bottom: 10px;
}
#news-index .date-i-n-i
{
    font-size: 12px;

    padding-bottom: 18px;
}
#news-index .img-i-n-i
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
#news-index .item-news-i:hover .img-i-n-i img{
    opacity: 0.9;
}
#news-index .info-i-n-i
{
    padding: 26px 12px 32px;
}
#news-index .contant-i-n-i
{
    font-size: 14px;

    position: relative;

    overflow: hidden;

    height: 102px;
}
#news-index .contant-i-n-i:after
{
    content: '';
}
#news-index .all-news-index
{
    padding-left: 20px;
}
#news-index .all-news-index a
{
    font-size: 14px;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
#news-index .all-news-index a:hover{
    color: #ff5854;
}
#news-index .top-news-index
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 20px;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#news-index .top-news-index h2
{
    padding-bottom: 0;
}
#news-index .title-i-n-i:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 50%;
    height: 17px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(80%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #fff 80%);
}
#news-index .contant-i-n-i:after{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 100%;
    height: 17px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(80%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #fff 80%);
}