/* --- list --- */
.list .reset{
    margin:0;
    padding:0;
}
.list-head{
    margin-bottom: 53px;
}
.list-body .list-item {
    width: 296px;
    height: 426px;
    margin-right: 53px;
    margin-bottom: 53px;
    background-color: #ffffff;
    border-radius: 15px;
    float: left;
    overflow: hidden;
    box-shadow: 0 0 8px #ddd;
    -moz-box-shadow: 0 0  8px #ddd;
    -webkit-box-shadow: 0 0  8px #ddd;
    -o-box-shadow: 0 0  8px #ddd;
}

.parts .list-body .list-item{
    box-shadow: none;
    width: 275px;
    height: 245px;
    cursor: pointer;
}

.list-body .list-item:nth-child(3n){
    margin-right: 0;
}

.list-body .list-item figure {
    position: relative;
}

.parts .list-body .list-item figure img:nth-child(n+1){
    border-radius: 24px;
}

.list-body .list-item figure img
{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.list-body .list-item .title{
    width: 100%;
    height: 56px;
    color: #fb805c;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.parts .list-body .list-item .title{
    text-align: center;
}

.list-body .list-item .body{
    width: 245px;
    color: #444444;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    height: px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-body .list-item .row {
    margin-bottom: 21px;
}

.list-body .list-item .list-text-center{
    padding: 0 10px;
}

.list-body .list-item .btn {
    color: #ffffff;
    float: right;
}

.list-body .list-item .ellipsis{
    position: relative;
}

.list-body .list-item .ellipsis::before {
    content: url(../images/event-bg-1-list.png)!important;
    position: absolute;
    left: 0;
    top: -46px;
}

.tab .list-body .list-item .ellipsis::before{
    left: -52px;
}

.list-body .list-item .play-btn{
    position: absolute;
    width: 73px;
    height: 73px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.list-body .list-item .play-btn-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.list-body .list-item time{
    width: 52px;
    height: 11px;
    color: #989696;
    font-family: Poppins;
    font-size: 15px;
    font-style: italic;
    line-height: 1;
    vertical-align: bottom;
}


.advertisements .list-body .list-item time{
    width: auto;
    height: 13px;
    color: #fb805c;
    font-family: "Poppins - Semi Bold";
    font-size: 16px;
    font-weight: 400;
    margin: 12px 0;
}

.advertisements .list-body .list-item {
    height: 400px;
}

.done-btn
{
    width: 200px;
    height: 43px;
    display: block;
    margin: 20px auto;
    box-shadow: 4px 4px 16px rgba(0, 72, 255, 0.09);
    border-radius: 5px;
    background-color: #fb805c;
    text-align: center;
    color: #ffffff!important;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
}

@media (min-width: 0px) and (max-width: 992px) {
    .list-body .list-item {width: 100%;margin:20px 0;}
    .list-body .list-item .ellipsis::before {display: none}
}