.rightListBox{
width:479px;
height:523px;
margin-left: 16px;

}

.name{
font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /* height: 41px; */
    display: block;
    line-height: 27px;
    display: flex
;
    align-items: center;
    border-bottom: 1px solid #F1F1F5;
	min-height:54px;
	margin-bottom:12px;
}

.name:hover{
color:#003EB3 !important;
}