* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}
.container {
    background: white;
    margin: 20px auto;
    box-shadow: 0 0 5px 1px rgba(232, 249, 2, 0.984);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    padding: 50px;
}
.title{
 margin-bottom: 40px;
 font-weight: 500;
}
.content {
    width: 100%;
   
}
.subtitle {
    margin: 30px 0;
}
.subsubtitle {
    margin: 10px 0;
}
.duties{
    margin: 10px 0;
}
.subcontent{
    line-height: 1.6;
    text-indent: 2em;
    color: #333;
}
.manageProcess{
   line-height: 1.6;
   text-indent: 2em;
   color: #333;

}
.staff{
    color: #000;
    font-weight: 600;
}
