.crs-header{
    height:68px;
    background:#fff;
    position:relative;
    overflow:hidden;
    border-top:4px solid #f6a94b;
}
.header-inner{
    height:68px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 8px;
}
.left-logo{
    display:flex;
    align-items:center;
    gap:8px;
}
.left-logo img{
    width:48px;
    height:48px;
    object-fit:contain;
}
.title h1{
    font-size:22px;
    color:#000;
}
.title p{
    font-size:9px;
    font-weight:bold;
    color:#000;
}
.center-gov img{
    height:48px;
}
.right-tools{
    display:flex;
    align-items:center;
    gap:4px;
}
.tool{
    background:#fff;
    border:0;
    padding:9px 10px;
    border-radius:4px;
    box-shadow:0 1px 4px #bbb;
    font-weight:bold;
}
.login-btn{
    background:#2f6da6;
    color:#fff;
    padding:12px 18px;
    border-radius:4px;
    text-decoration:none;
    font-weight:bold;
}
.crs-menu{
    height:50px;
    background:#244f84;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:32px;
}
.crs-menu a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}
.hero-img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
}
.notice-box{
    background:#4e7098;
    color:#e7dc39;
    text-align:center;
    padding:20px;
    font-size:20px;
    font-weight:bold;
}
.welcome-section{
    padding:50px 20px;
    text-align:center;
}