.committees-style {
    display: flex;
    flex-wrap: wrap;
}
.committees-style a {
    text-decoration: none;
    color: inherit;
}
.content-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.content-style {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 2.5;
}
.content-footer-style {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 16px;
    margin: 20px 0;
}

.card-main-right-content-item {
    border: 1px solid #D1D5DB;
    border-radius: 12px;
    width: calc(33.333% - 10px);
    box-sizing: border-box;
    margin-right: 14px;
    margin-bottom: 12px;
    cursor: pointer;
}

.card-main-right-content-item:nth-child(3n) {
    margin-right: 0;
}

.content-pic img {
    width: 265px;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.card-main-right-content-item .content-text {
    text-align: center;
    padding: 6px;
    color:#333333 ;
    font-size: 16px;
}

.members-style {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.members-style a{
    text-decoration: none;
    color: inherit;
}
.card-main-right-title{
    background-color:#e8f0f9;
    display: flex; 
    gap: 12px; 
    padding: 10px; 
    border-radius: 10px;
    color:#333333 ;
    width: 100%;
}

.card-main-right-title p {
   font-size: 15px;
   padding: 5px;
   border-radius: 5px;
   cursor: pointer;
}

.card-main-right-title p:first-child {
    /*cursor: default;*/
}

.title-active {
    background-color: #1A6FC4;
    color: white;
}

.hospital-card {
    display: flex;
    align-items: center;
    border: 1px solid #D1D5DB;
    border-radius: 12px;
    width: calc(33.333% - 10px);
    min-width: 0;
    box-sizing: border-box;
    cursor: pointer;
    padding: 15px 10px;
    position: relative;
}
.hospital-card::before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px; 
    height: 45px;
    background-color: #1A6FC4 ;
}
.hospital-card-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.hospital-icon {
    width: 45px;
}
.hospital-name {
    font-size: 15px;
    font-weight: 500;
}
.tag {
    margin: 10px 0;
}
.tag-text {
    background-color: #D0E5FF;
    padding: 1px 5px;
    margin-right: 3px;
    font-size: 12px;
}
.c-right {
    width: 20px;
    margin-left: auto;
}

.hidden {
    display: none;
}

.content-file {
    line-height: 2.5;
}

.content-file a {
    color: #1A6FC4;
    text-decoration: none;
    border-bottom: 1px solid #1A6FC4;
    padding-bottom: 2px;
}