.news-index {
    /*width: 686px;*/
    height: 140px;
    padding: 30px;
    background: #F5F7FC;
    border-radius: 5px;
    margin-top: 20px;

    transition: .3s;
    display: flex;
    justify-content: space-between;
}

.news-index-right {
    width: 397px;
    margin-left: 0!important;
}

.news-index-right p {
    max-height: 69px;
}



.news-index-right{
    width: 487px!important;
}
.company-index-title {
    color: #29345C;
    display: inline-block;
    width: 100%;
}
.news-index-right .company-index-title p{
    max-height: 80px!important;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 26px!important;
    font-weight: bold;
    color: #29345C;
    line-height: 40px!important;
}

.company-index-bottom{
    display: flex;
}

.company-bottom-time{
    margin-top: 14px;
    font-size: 16px;
    color: #29345C;
}

.company-bottom-form{
    margin-left: 37px;
    margin-top: 14px;
    font-size: 16px;
    color: #29345C;
}

.right-index-img {
    margin-left: 30px;
    width: 169px;
    height: 140px;
    display: inline-block;
}

.right-index-img img {
    width: 169px;
    height: 140px;
    border-radius: 5px;
}


.news-index:hover .index-month {
    color: #FFFFFF;
}

.news-index:hover .index-year {
    color: #FFFFFF;
}

.news-index:hover .news-index-right p {
    color: #FFFFFF;
}

.news-index:hover .news-index-title {
    color: #FFFFFF;
}

.news-index:hover .right-index-more {
    color: #FFFFFF;
}


.news-index:hover .company-bottom-time {
    color: #FFFFFF;
}

.news-index:hover .company-bottom-form {
    color: #FFFFFF;
}

.news-index:hover .index-img {
    background: url("../image/index/index-star-on.png") no-repeat center  center/ 42px 42px;
}

.consult-list-left .page.page .pagination {
    display: inline-block;
    margin-top: 30px;
}