@charset "utf-8";

/* CSS Document */

.guessLike {
    padding: 10px;
    background: #f1f1f1;
    overflow: hidden;
    margin-top: 10px;
}

.guessLike li {
    width: 95%;
    font-size: 14px;
    line-height: 28px;
    display: block;
    padding-left: 20px;
    position: relative;
    height: 28px;
    overflow: hidden;
}

.guessLike li::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 6px;
    top: 13px;
    display: block;
}


[data-getrecommendnews="box"] .guessLike {
    overflow: hidden;
    padding: 0;
    background: none;
    margin-top: 0;
}

[data-getrecommendnews="box"] .guessLike li {
	width: auto;
    font-size: 14px;
    line-height: 28px;
    display: block;
    padding-left: 10px;
    position: relative;
    height: 28px;
    overflow: hidden;
}

[data-getrecommendnews="box"] .guessLike li:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 2px;
    top: 13px;
    display: block;
}

[data-getrecommendnews="box"] .guessLike li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}