﻿
.nav-list {
    list-style-type: none;
}

.nav-list-a {
    text-decoration: none;
    color: #404040;
}
.container-xxl {
    max-width: 1660px;
    min-width: 1310px;
}

.my-w-80 {
    width: 80%;
    height: 566px;
}

.my-w-80 {
    width: 80%;
    height: 570px;
}

.my-w-20 {
    width: 20%;
}

.h-my-110 {
    height: 106px;
    background-color: #ffffff;
}

.h-my-110 {
    height: 106px;
    margin: 0 0 9px 0;
    padding: 20px;
    background-color: #ffffff;
}

.user-photo {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
}

.list-overflow {
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.content-box {
    margin: 15px auto;
    text-indent: 2em;
    overflow: hidden;
    -webkit-line-clamp: 11;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0 15px;
    cursor: pointer;
}

.opacity-60{
    opacity: .6 !important;
}