.recommend-box {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: space-between;
}

.left_box {
    width: 864px;
    height: 180px;
    background: #FFFFFF;
    border-radius: 4px;
    position:relative;
}

.left-recommend {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 70px 0px 18px;
    display: flex;
}

.line-container {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #404040;
    line-height: 40px;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.line-container:last-child {
    margin-right: 0px;
}

.blue-radius {
    width: 4px;
    height: 4px;
    background: #00ABC9;
    margin-right: 10px;
    border-radius:50%
}

.right_box {
    width: 316px;
    height: 180px;
    background: #FFFFFF;
    border-radius: 4px;
}

.line-container a:hover {
    color: #01a5c2
}
.recommedn-more{
    position:absolute;
    right:18px;
    bottom:15px;
    width: 53px;
    height: 21px;
    border-radius: 2px;
    border: 1px solid #B8B8B8;
    border-radius: 2px;
    border: 1px solid #B8B8B8;
    text-align: center;
}
.recommedn-more a{
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #B8B8B8;
    line-height: 21px;
}

.recommedn-more a :hover{
  color:#333
}
