.yousend li {
    color: #666;
}

.yousend li span {
    font-size: 1.5em;
    padding-left: 10px;
    line-height: 2em;
    color: #db3037;
}

.owl-pic {
    min-height: 140px;
    object-fit: cover;
}

.judge-div .event_module {
    border-bottom: none;
}

.devider {
    width: 100%;
    height: 2px;
    background: #ECECEC;
}

.devider:last-child {
    display: none;
}


.owl-nav{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 90px;
    height: 60px;
    bottom: -20px;
    /* transform: translateY(-50%); */
    align-items: center;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}

.owl-prev , .owl-next  {
    width: 30px;
    height: 30px;
    background-color: #555 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}
.owl-prev i , .owl-next i  {
    margin-top:0 !important;
}
.basicimage {
    box-shadow:unset !important;
    border: 1px solid darkgray !important;
}
hr{
    display:none;
}
