.label {
    width: 80px;
    display: inline-block;
}

#partner_cate li {
    color: #AAA;
}

#partner_cate li.active {
    color: #111;
}

.no_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.staff .no_image {
    background-image: url('./img/no_member.jpg');
}


#slider {
    width: 100% !important;
    position: relative;
    height: 100% !important;
}

.news_item {
    margin: 0 auto;
    padding: 30px 20px;
    border-bottom: 1px solid #EEE;
}

.news_title {
    border-bottom: 1px solid #EEE;
    padding: 50px 20px !important;
}

.news_item:hover {
    background-color: #f3f3f3;
    cursor: pointer;
}

.news_item .detail {
    width: 100%;
    color: #626262;
    word-wrap: break-word;
}

.news_detail_b {
    display: none;
    padding: 30px 40px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.loading .img {
    width: 40px;
    height: 40px;
    animation: rotate 3s linear infinite;
}

.loading .text {
    width: 40px;
    height: 40px;
    color: #757575;
}

.news_title_1 {
    margin: 5px 0 10px;
    color: #313131;
}

.news_img {
    margin-top: 5px;
    max-height: 251px;
}

.see_more {
    margin: 30px auto;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
}