.body{
    overflow-x: hidden;
}
.all-year{
            padding-left: 0px!important;
        }

        .year-filter-container {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.year-filter-btn {
   padding-left: 30px;
   color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    border: none;
    background: none;
    font-weight: 400;
}

.year-filter-btn:hover{
   color: #d2a143!important;
    text-decoration: underline!important;
    background: transparent!important;
}

.year-filter-btn.active {
  
}

@media (max-width: 768px) {
    .year-filter-btn {
        padding: 6px 12px;
        font-size: 12px;
        margin-right: 3px;
    }
}

.uk-flex{
    display: flex!important;
    justify-content: space-around;
    align-items: center;
    background: #cb9d45;
    font-size: 16px!important;
    color: white;
    padding: 20px 0px!important;
    width: 100%;
    border-radius: 0px!important;
}

.report-list .row {
    margin-left: -15px;
    margin-right: -15px;
     display: flex;
    flex-wrap: wrap;
}

.report-item {
    margin-bottom: 20px;
    padding: 15px;
    float: left;
    max-width: 280px;
     display: flex;
    flex-direction: column;
}

.report-item .img-responsive{
    height: 340px;
}

.report-item img {
    margin-bottom: 5px;
     flex-shrink: 0;
}

.uk-flex > div:first-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-right: 10px;
    line-height: 1.4;
}

.uk-flex > div:last-child {
    flex-shrink: 0;
}

.report-info {
    text-align: center;
}

.report-info span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.report-info span:first-child {
    font-weight: bold;
    color: #333;
}

.report-info span:last-child {
    color: #666;
    font-size: 12px;
}

/* Bootstrap 樣式 */
.col-lg-4, .col-md-6, .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .col-lg-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .col-sm-12 {
        width: 100%;
    }
}

/* 響應式斷點 */
@media (max-width: 768px) {
    .report-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .report-item {
        padding: 10px;
    }
}



.uk-flex:hover{
    color: white!important;
    text-decoration: none!important;
}