.BottomBox {
    display: flex;
    /*flex-wrap: wrap;*/
    margin-top: 80px;
    justify-content: space-between;
}

.BottomBox li {
    /*background-color: #00b7dd;*/
    padding: 8px 8px 20px 8px !important;
    cursor: pointer;
    margin-bottom: 0 !important;
    /*width: 392px;*/
    /*height: 340px;*/
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    /*margin-right: 12px;*/
    /*margin-bottom: 20px;*/
}

.BottomBox li .anlimc {
    width: 376px;
    height: 196px;
    margin-bottom: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #efefef;
    border-radius: 8px;
}

.smartTourism-c .BottomBox li:hover div {
    color: #0A4AA2;
}

.smartTourism-c .BottomBox li:active div {
    color: #083A7E;
}

.BottomBox li p:nth-child(2) {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.BottomBox li p:nth-child(3) {
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
    padding-left: 12px;
    padding-right: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.BottomBox li div {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0B51B2;
    padding-top: 8px;
    padding-left: 12px;
}

.BottomBox li div img {
    vertical-align: text-bottom;
}