/*#committee-medical,*/
/*#committee-ai,*/
/*#committee-repast,*/
/*#committee-agriculture,*/
/*#committee-education,*/
/*#committee-law,*/
/*#committee-detail {*/
/*    width: 1140px;*/
/*    margin: 100px auto;*/
/*}*/
.intro-box-one,.intro-box-two,.intro-box-three {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title {
    font-size: 33px;
    color: #333333;
}
.title-underline {
    width: 110px;
    height: 3px;
    margin-top: 5px;
}
.content {
    width: 100%;
    margin: 20px 0 30px;
}
.content > p {
    line-height: 30px;
}

.young-member-list,
.medical-member-list,
.ai-member-list,
.school-member-list,
.agriculture-member-list,
.education-member-list,
.law-member-list,
.energy-member-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-box {
    width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.list-box img{
    width: 170px;
    height: 200px;
}
.list-box span{
    margin: 5px 0;
}
.activity-box {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    cursor: pointer;
    border-bottom: 1px solid #E4E3E3;
}
.active-date {
    width: 90px;
    height: 92px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #EEEEEE;
    border-radius: 5px;
}
.active-date .day {
    color: #BB0805;
    font-size: 50px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}
.active-date .year-month {
    font-size: 16px;
    color: #353636;
}
.active-text {
    width: 880px;
    display: flex;
    line-height: 24px;
    flex-direction: column;
}
.active-text .active-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.icon-box {
    margin-bottom: -35px;
}
.icon-box span {
    display: inline-block;
    width: 60px;
    cursor: pointer;
}

.active-item .active-date {
    background: #BB0805;
}
.active-item .active-date .day, .active-item .active-date .year-month{
    color: #ffffff;
}
.active-item .active-title {
    color: #BB0805;
}
.empty-class {
    width: 30%;
}