.crumbs-content {
    width: 100%;
    background: rgba(250,250,250,1);
}
.crumbs-nav {
    padding-left: 0px;
    width: 1100px;
    margin: 0 auto;

    height: 83px;
    line-height: 83px;
}

.organ {
    background: rgba(250,250,250,1);
    padding-bottom: 50px;
}

.organ-banner {
    width: 100%;
    height: 380px;
    background: cornflowerblue;
}

.organ-banner img {
    width: 100%;
    height: 100%;
}

.organ-label {
    width: 1100px;
    height: 85px;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 1px rgba(35,24,21,0.15);
    border-radius: 10px;
    margin: 0 auto 58px auto;

    display: flex;
    align-items: center;
}

.organ-label .organ-label-item {
    cursor: pointer;
    border-radius: 10px;
    padding: 11px 6px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-left: 55px;
}
.organ-label .organ-label-active {
    background: #2F75A6;
    color: white;

}

.organ-list {
    width: 1200px;
    margin: 0 auto;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/

    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 270px);
}
.organ-list .organ-list-item{
    width: 270px;
    height: 252px;
    /*background: white;*/
    margin-bottom: 31px;
    cursor: pointer;
}
.organ-list .organ-list-item .organ-list-item-img{
    width: 270px;
    height: 200px;
    background: white;
}
.organ-list .organ-list-item .organ-list-item-time{
    font-size: 16px;
    font-weight: 400;
    color: #989898;
    margin: 6px 0 0px 0;
}
.organ-list .organ-list-item .organ-list-item-address{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align:center;
}
.organ-list .organ-list-item .organ-list-item-img img{
    width: 100%;
    height: 100%;
}


.operation-content-five {
    width: 1200px;
    margin: 50px auto 0 auto;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;

    display: flex;
    align-items: center;
    justify-content: center;
}

.operation-pagination-previous,.operation-pagination-next {
    margin-right: 49px;
    width: 44px;
    height: 44px;
    background: #FBFBFB;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    color: black;
    cursor: pointer;
}
.operation-pagination-num {
    margin-right: 44px;
    width: 44px;
    height: 44px;
    background: #F4F4F4;
    opacity: 0.6;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}
.current-page {
    background: #2F75A6;
    opacity: 0.6;
    border-radius: 50%;
    color: #ffffff;
}
.operation-pagination-num:last-child {
    margin-right: 0px;
}