.ly_word1::before {
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(down.png) no-repeat;
    background-size: cover;
    display: inline-block;
}
.ly_word {
    float: left;
    margin: 15px 0 10px 0;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    display: block;
    box-shadow: 0 0 1px 0.5px #bbb;
}
.ly_word .ly_word1 {
    width: 200px;
    text-align: center;
    padding: 10px 0;
    margin: auto 0;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 3px;
    background-color: #046f09;
    display: inline-block;
}
.ly_word:before {
    vertical-align: middle;
    display: inline-block;
    content: '';
    width: 60px;
    height: 60px;
    background: url(word.png) no-repeat;
    background-size: cover;
}
.ly_word .ly_word2 {
    line-height: 26px;
    width: calc(100% - 275px);
    vertical-align: middle;
    padding: 0;
    margin: auto 6px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}
.ly_word .ly_word3 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #084dad;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    WORD-BREAK: keep-all;
    WHITE-SPACE: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
}
.ly_word .ly_word4 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    WORD-BREAK: keep-all;
    WHITE-SPACE: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
}
.ly_word1 {
    box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(0, 0, 0, 0.25) 0px 0px 0px, inset rgba(255, 255, 255, 0.03) 0px 20px 0px, inset rgba(0, 0, 0, 0.15) 0px -20px 20px, inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
}