
.adlist11 p{
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e6e6e6;
    width: 19%;
    text-align: center;
    border-radius: 5px;
}
.adlist11{
    display: flex;
    justify-content: space-evenly;
}
.w4:nth-child(4n 3) {
    margin-right: 5px;
}
.ico2 li{
    text-overflow: ellipsis;
    white-space: nowrap;
}
#shows li.hove {
    text-align: right;
}
#shows li {
    width: 23px;
    height: 245px;
    overflow: hidden;
    position: relative;
    border-right: #dee9eb 1px solid;
    text-align: right;
    float: left;
}
#shows li div{
    font-size: 12px;
    width: 23px;
    height: 245px;
    text-align: center;
    top: 0px;
    left: 0px;
    padding-top: 5px;
    color: #1d4562;
    cursor: pointer;
    line-height: 14px;
    background: #a8deff;
    position: absolute;
    border-right: #dee9eb 1px solid;
}
