
.editorialinfo {
    width: 770px;
    margin-left: 10px;
}

.editorialinfo .card {
    background: #FFFFFF;
    padding: 20px;
    border: 1px solid transparent;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #666666;
    font-size: 12px;
    margin: 20px 0;
}

.editorialinfo h3 {
    font-size: 20px;
    color: #333333;
}

.editorialinfo .card img {
    height: 64px;
    width: 64px;
    border-radius: 10px;
    margin-right: 20px;
}

.download-btn span {
    color: #FFFFFF;
    font-size: 20px;
}

.editorialinfo .card a {
    color: #FFFFFF;
    margin-top: 0;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
}

.editorialinfo h4 {
    font-size: 16px;
}

.img-share img {
    height: 40px;
    width: 40px;
}

.editorial-list {
    overflow-x: scroll;
    display: grid;
    /*  声明列的宽度  */
    grid-template-columns: repeat(3, 376px);
    /*  声明行间距和列间距  */
    grid-gap: 20px;
    /*  声明行的高度  */
    /*grid-template-rows: 100px 200px;*/
}

.editorial-list a {
    color: #333333;
}

.editorial-list img {
    width: 360px;
    height: 184px;
    border-radius: 20px;
    background: #dedede;
    margin-bottom: 10px;
}


.editorial-dis-info {
    font-size: 14px;

}

.editorial-dis-info .icon {
    height: 12px;
    width: 16px;
    margin-bottom: 0;
}

/*.editorial-dis-info span{*/
/*    line-height: 12px;*/
/*}*/

.editorial-dis-info h5 {
    font-size: 14px;
}

.editorial-dis-info .game-score {
    color: #333333;
    margin-left: 2px;
}

.editorial-dis-info .info {
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
