.b-eee { border: 1px solid rgb(238, 238, 238); }
.general { margin: 50px 120px 50px 100px; padding: 20px; background-color: white; flex-wrap: wrap; }
.search { padding: 5px 35px 5px 5px; }
.search::placeholder { color: rgb(204, 204, 204); }
.search-label i { top: 10px; right: 10px; }
.num {width: 40px;height: 40px;background-color: azure;flex-shrink: 0;}
.list-item { margin-right: 10px; line-height: 19px; }
.list-more {cursor: pointer;border-radius: 0.25rem;}
.list-more:hover {background-color: rgb(253 253 253);}
.details img {width: 100%;height: 400px;/* opacity: 0.8; */object-fit: cover;}
.details img:hover { opacity: 1; }
.details .pdf, .page .gray { background-color: rgb(253, 253, 253); cursor: pointer; }
.page span { cursor: pointer; }
.generalization-contents p { font-size: 1.1rem; line-height: 1.8; color: rgb(60, 60, 60); }
.list-item h6 {
    line-height: 1.8;
}

.list-more:hover h6 {
    color: #46a6a6;
}

.list-more.active {
    background: #46a6a6;
}

.list-more.active h6 {
    color: white;
}

.list-more.active .text-black-50 {
color: #ffffffe6 !important;
}