/* 企慧网 相关资讯和推荐问答 */
.news-and-qa{
    margin-bottom: 27px;
}
.news-and-qa .service-plate{
    width: 592px;
    /*height: 370px;*/
    background: #FFFFFF;
    border-radius: 6px;
}
.news-and-qa .related-news{
    margin-right: 17px;
}
.news-and-qa .service-plate .plate-header{
    height: 45px;
    padding: 0 26px;
    border-bottom: 1px solid #E7EAF1;
}
.news-and-qa .service-plate .plate-header .header-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #22283E;
    position: relative;
}
.news-and-qa .service-plate .plate-header .header-title::before{
    content: "";
    width: 4px;
    height: 16px;
    background: #1D76FB;
    position: absolute;
    left: -14px;
    top: calc(50% - 8px);
}
.news-and-qa .service-plate .plate-header .more{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9D9FA2;
}

.news-and-qa .service-plate .plate-list .list-item{
    padding-left: 15px;
    padding-right: 29px;
    margin-bottom: 25px;
}
.news-and-qa .service-plate .plate-list .list-item .list-item-text{
    margin-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #52576B;
}
.news-and-qa .service-plate .plate-list .list-item .list-item-time{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A3A8BD;
    white-space: nowrap;
}
.news-and-qa .service-plate .plate-list .list-item .list-item-time span{
    color: #1D76FB;
}
.news-and-qa .service-plate .plate-list .list-item .with-box{
    width: 8px;
    height: 8px;
    background: #1D76FB;
}
.flexStartBetween {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}