*{
    margin: 0;
    padding:0;
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    transition: border-bottom 0.3s; 
    
}


.autSt a.BSgLJ{
    padding-left: 0;
    padding-right: 0;
    
}
a.fade-out {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

a.fade-out::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px; /*与 a:hover 中的 border-bottom 高度保持一致*/
    background-color: #006ab6;
    /* 调整过渡属性，增加过渡的平滑度 */
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out; 
    transform-origin: center;
}

a.fade-out:hover::before {
    left: 0;
    width: 100%;
}
a:hover,
a:active,
a:focus {
    text-decoration: none; /* 添加触碰显示下划线样式 */
    
}
nav{
    width: 100%;
    height: 74px;
    box-shadow: -2px 1px 5px #00000096;
    background: #FFF;
}
.container{
    width:1020px;
    margin:  0 auto;
    
}
.container h6{
    font-size: 10px;
    font-weight: 400;
    padding-top:7px;
}
.container img{
    height: 27px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
}
.container li{
    float: left;
    padding: 5px 5px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: gray;
}
.right{
    width: 400px;
    text-align: right;
}
.right button{
    background: #4091ff;    
    color: #FFF;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #4091ff;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.dropdown-content {
    text-align: left;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
}

.dropdown-content a {
    color: black;
    /* padding: 12px 16px; */
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: #4091ff;
}

.dropdown:hover .dropdown-content {
    max-height: 320px; /* 这个值应该足够大以容纳所有菜单项 */
}

.dropdown:hover .dropbtn {
    background-color: #4091ff;
}
.crumb{
    width: 1020px;
    margin: 0 auto;
    height: 40px;
}
.crumb li{
    font-size: 10px;
    padding-top: 10px;
    color: gray;
}
.crumb a{
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4091ff;
    float: left;
}
.ad{
    width:730px;
    margin:  30px auto;
}
.ad img{
    width: 100%;
}
.ac{
    width: 1020px;
    height: 40px;
}
.acbtn{
    background: #4091ff;    
    color: #FFF;
    border: none;
    padding:3px 5px;
    border-radius: 5px;
}
.hode-left{
    width: 260px;
    float: left;
}
.hode {
    width: 200px;
    padding:5px 0;
    border-bottom: 1px solid gray;
    color: #0060a9;
}
.hode-left-nav{
    width:240px;
    height: 150px;
    border: 1px solid red;
    margin: 10px 0px 0px 0px;
    background: #fcfcfc;
    border: 1px solid gray;
    border-radius: 3px;
}
.hode-left-nav li{
    color: #0060a9;

}
.hode-left-nac li{
    color: #0060a9 !important;
}
.hode-right{
    width:750px;
    height: 60px;
    /* line-height: 30px; */
    display: inline-block;
    border: 1px solid gray;
    border-radius: 5px;
}
#searchForm input{
    width: 600px;
    height: 46px;
    line-height: 40px;
    border-radius: 5px 0px 0px 5px;
    margin-left: 0px;   
}
.hode-right button{
    margin-left: -5px;
    width: 96px;
    height: 30px;
    line-height: 15px;
}
.text{
    border: 1px solid gray;
    margin: 40px 0;
    padding: 10px;
}
.text-left{
    width: 350px;
    border-right:1px dashed gray;
    float: left;
}
.text-left p{
    font-size: 10px;
    width: 350px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
     overflow: hidden;
     line-height: 40px;
}
.text-left a{
    font-size: 10px;
}
.text-cen{
    width: 100px;
    float: left;
    border-right: 1px dashed gray;
}
.text-cen p{
    font-size: 10px;
}
.text-righrt{
    width: 100p;
    float: left;
}
.text-btm{
    padding-top:50px;
}
.text-btm p{
    font-size: 10px;
    padding-left: 20px;
}
        
.job-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.job-tag {
    display: inline-block;
    padding: 3px 8px;
    margin-right: 8px;
    font-size: 12px;
    border-radius: 3px;
    background-color: #e7f1fa;
    color: #4091ff;
}

.job-title {
    font-size: 16px;
    color: #0060a9;
    margin: 10px 0;
    font-weight: 500;
}

.job-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.job-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-info {
    display: flex;
    align-items: center;
}

.company-logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.company-name {
    font-size: 13px;
    color: #333;
}

.job-meta {
    display: flex;
    align-items: center;
}

.applicants, .deadline, .posted-date {
    margin-right: 15px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.count, .date {
    display: block;
}

.btn-apply {
    background-color: #4091ff;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.total {
    margin-right: 10px;
    font-size: 14px;
    color: #666;
}

.page-size {
    margin-right: 20px;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.page-numbers {
    display: flex;
    list-style: none;
}

.page-numbers li {
    margin: 0 2px;
}

.page-numbers li a, 
.page-numbers li.current {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    color: #666;
}

.page-numbers li.current {
    background-color: #4091ff;
    color: white;
    border-color: #4091ff;
}

.goto-page {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.goto-input {
    width: 40px;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
}

.goto-text {
    margin-left: 5px;
    font-size: 14px;
    color: #666;
}

.page-footer {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
}

.back-to-top a {
    color: #4091ff;
    font-size: 14px;
    text-decoration: none;
}
.content {
    flex: 1;
    padding: 20px;
}

/* Back to top link in light gray bar */
.back-to-top-bar {
    background-color: #f5f5f5;
    text-align: center;
    padding: 8px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.back-to-top-bar a {
    color: #0066b3;
    text-decoration: none;
    font-size: 14px;
}

/* Main footer */
.footer {
    background-color: #0066b3;
    color: white;
    display: inline-block;
}

.footer-content {
    max-width: 1020px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
}

.footer-columns {
    display: flex;
    gap: 80px;
}

.footer-column h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.scroll-top-button {
    align-self: flex-end;
}

.scroll-top-button a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}

.scroll-top-button a span {
    color: #0066b3;
    font-size: 24px;
    font-weight: bold;
}

/* Copyright section */
.copyright {
    background-color: #0066b3;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 12px;
}

.copyright p {
    margin: 0;
    opacity: 0.8;
}

.copyright p + p {
    margin-top: 5px;
}