
.info{
    margin: 0 auto;
    width: 100%;
    font-size: 58px;
    color: black;
    background-size: cover;
    text-align: center;
    text-decoration: none;
}
.title_nav .location {
    float: right;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding: 21px 0;

}
.title_nav .location a{
    color: black;
}
.team-list {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}
.info{
    background-color: white;
}
.activity-info{
    margin: 30px auto;
    display: flex;
}
.activity-info a{
    text-decoration: none;
    color: black;
    font-size: 16px;
}
.activity-txt{
    flex: 1;
    padding-top: 97px;
}
.activity-img{
    flex: 6;
}
.activity-img img{
    width: 100%;
    height: 232px;
}
.ac-title{
    color: #d58512;
    font-weight: bold;
}
.ac-date{
    font-size: 12px;
    color: orange;
}
@media(max-width: 1182px) {
    .member{
        width: 1182px;
    }
}

