:root {
    --white-color:                  #ffffff;
    --primary-color:                #5bc1ac;
    --secondary-color:              #5a6f80;
    --section-bg-color:             #f0f8ff;
    --site-footer-bg-color:         #44525d;
    --custom-btn-bg-color:          #597081;
    --custom-btn-bg-hover-color:    #5bc1ac;
    --dark-color:                   #000000;
    --p-color:                      #717275;
    --border-color:                 #e9eaeb;
  
    --body-font-family:             -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  
    --h1-font-size:                 52px;
    --h2-font-size:                 46px;
    --h3-font-size:                 32px;
    --h4-font-size:                 28px;
    --h5-font-size:                 24px;
    --h6-font-size:                 22px;
    --p-font-size:                  16px;
    --btn-font-size:                18px;
    --copyright-font-size:          14px;
  
    --border-radius-large:          100px;
    --border-radius-medium:         20px;
    --border-radius-small:          10px;
  
    --font-weight-light:            300;
    --font-weight-normal:           400;
    --font-weight-semibold:         600;
    --font-weight-bold:             700;
    --primary: #1963d0;
    --light: #edf8ff;
    --dark: #181d38;
  }
  
  body {
    background-color: var(--white-color);
    font-family: var(--body-font-family); 
  }
  
  /*---------------------------------------
  TYPOGRAPHY               
  -----------------------------------------*/
  
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--dark-color);
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: var(--font-weight-semibold);
    letter-spacing: -1px;
  }
  
  h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -2px;
  }
  
  h2 {
    color: var(--secondary-color);
    font-size: var(--h2-font-size);
    letter-spacing: -2px;
  }
  
  h3 {
    font-size: var(--h3-font-size);
  }
  
  h4 {
    font-size: var(--h4-font-size);
  }
  
  h5 {
    color: var(--primary-color);
    font-size: var(--h5-font-size);
  }
  
  h6 {
    font-size: var(--h6-font-size);
  }
  
  p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
  }
  
  ul li {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-normal);
  }
  
  a, 
  button {
    touch-action: manipulation;
    transition: all 0.3s;
  }
  
  a {
    color: var(--p-color);
    text-decoration: none;
    font-size: 1rem;
  }
  
  a:hover {
    color: var(--primary-color);
  }
  
  b,
  strong {
    font-weight: var(--font-weight-bold);
  }

a{
    text-decoration: none!important;
}
.section-sxh{
    padding-bottom: 100px;
}
.pt50{
    padding-top: 50px;
}
.left-menu{
  display: flex;
  justify-content: space-between;
  background-color: aliceblue;
  padding: 24px 10px 20px;
  align-items: center;
  h2{
    display: flex;
    width: 30%;
    justify-content: center;
    cursor: pointer;
  }
  .active{
    color: #0168D1;
    border-bottom: 2px solid #0168d1;
  }
}
.hide{
  display: none!important;
}
.search-area{
    margin-top: 42px;
    /* height: 48px; */
    .form-top{
        align-items: flex-start;
        min-width: 280px;
        margin-right: 24px;
        margin-bottom: 18px;
        position: relative;
    }
    .form-label{
        flex: none;
        width: 100px;
        text-align: right;
        padding-top: 7px;
    }
    .btn-group{
        width: 100%;
        border-radius: 0;
        padding-bottom: 10px;
    }
    .btn-group-vertical .btn, .btn-group .btn{
        flex: none;
        margin-right: 8px;
        border-radius: 4px!important;
        border:none;
        margin-bottom: 8px;
        color: #333;
    }
    .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
        color: #fff;
    }
    .more-btn{
        cursor: pointer;
        font-size: 12px;
        position: absolute;
        right: -26px;
        top: 8px;
        color: var(--primary-color);
    }
}
.no-show{
    display: none!important;
}
.customer-header h2{
    font-size:  24px;
    letter-spacing: 0;
    border-bottom: solid 1px #ddd;
    padding: 0 0 16px 0;
  
}
.title-tag{
  margin-left: 14px;
  padding: 4px 8px;
  background-color: #ffc525 ;
  border-radius: 4px;
  color: #4d3903;
  font-size: 12px;
}
.xjh-item{
  position: relative;
.info{
  color: var(--bs-gray-700);
  font-size: 14px;
  .label{
    flex: none;
    width: 50px;
  }
}
}
.left-part{
  flex: none;
  padding-right: 8px;
}
.day{
  font-size: 34px;
  color: #173f8f;
  text-align: center;
  }
.left-date{
  color: var(--bs-gray-600);
  text-align: center;
  min-width: 60px;
  text-wrap: nowrap;
}
.m-title{
  font-size: var(--h6-font-size);
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--bs-gray-700);
  cursor: pointer;
  letter-spacing: 1px;
  .linka{
    color: var(--bs-dark);
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
  }
  .linka-xjh{
    color: var(--bs-gray-700);
    letter-spacing: 1px;
    font-size: 16px;
  }
}
.localtion{
font-size: 14px;
color: var(--bs-gray-500);
}
.section-sxh{
  position: relative;
  .left-flex{
      flex: none;
    }
  .zpxxDate{
    border-radius: 6px;
    background: #3498db;
    min-width: 60px;
    align-self: flex-start;
    .day{
      font-size: 14px;
      color: #fff;
      border-bottom: 1px solid #fff;
    }
    .left-date{
      font-size: 24px;
      color: #fff;
    }
  }
  .img-wrap{
    max-width: 20%;
    max-width: 150px;
  }
  .sxh-img{
    border-radius: var(--border-radius-small);
    display: block;
    width: fit-content;
    height: inherit;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border: solid 5px #fff;
  }
  .xjh-item{
    
    .m-title{
      width: inherit;
    }
  }
  .img-wrap-bg{
    display: none;
  }
}
.xjh-list-item{
    background: rgba(255, 255, 255, 1);
    box-shadow: 3px -3px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 40px 30px 36px 24px;
    border-left: 4px solid rgba(28, 66, 182, 0);
    transition: all ease 0.5s;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
    .row-link{
        width: 100%;
    }
    .m-title{
        color: var(--bs-dark);
        font-size: var(--h6-font-size);
    }
    .inner-row{
        width: 80%;
        justify-content: space-between;
    }
    .time-bg{
        align-self: center;
        margin-left: 20px;
    }
    .right{
        width: 100%;
    }
}
.xjh-list-item:hover {
    border-left: 4px solid #004E97;
    .pb-1{
        color: var(--bs-gray-700);
    }
}
.jyzc-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    .titie-block{
        width: calc(100% - 80px);
        overflow: hidden;
        display: inline-flex;
        align-items: center;
    }
    .dot{
        margin-right: 16px;
        width: 5px;
        height: 5px;
        background: #0168D1;
        border-radius: 50%;
        display: inline-flex;
    }
    .jyzc-link{
        font-size: 16px;
        color: #333;
        max-width: 1000px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        vertical-align: middle;
    }
    .news-date{
        font-size: 14px;
        color: #999999;
    }
    
}
/* .over-1 {
  background-image: url('../imgs/over.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 15%;
} */
.over-2 {
  background-image: url('../imgs/cancel.jpg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 15%;
}
.pages_wrapper{
    justify-content: center;
    align-items: baseline;
    margin-top: 24px;
    .pagination-btn{
        margin: 0 3px;
    }
    .pagination-wrap{
        padding: 0;
        display: flex;
        list-style-type: none;
        .pagenum{
            border: 1px solid #ddd;
            padding: 4px 12px;
            border-radius: 4px;
            cursor: pointer;
        }
        .pagenum:hover{
            background-color: #0356cb;
            color: #fff;
            border: 1px solid #0356cb;
        }
        .pagenum.pagination-current{
            background-color: #0356cb;
            color: #fff;
            border: 1px solid #0356cb;
        }
    }
}
.search-com-list-item img{
  width: 100%;
}
.search-job-list-item ul li{
  list-style: decimal;
  font-size: inherit;
}
@media screen and (max-width: 580px) {
    .customer-header{
        position: relative;
        .h5-filter{
            position: absolute;
            right: 5%;
            bottom: 5px;
            .bi{
                font-size: large;
            }
            
        }
    }
    .search-area{
        margin-top: 16px;
        position: absolute;
        background-color: #fff;
        box-shadow: 2px 4px 13px;
        width: 90%;
        padding: calc(var(--bs-gutter-x) * .5);
        right: 5%;
        max-height: 600px;
        overflow-y: auto;
        font-size: 12px;
        .btn-group{
            display: flex;
            flex-direction: column;
            .btn{
                font-size: 12px;
                padding: 3px 5px;
            }
            .special-options{
                flex-wrap: wrap;
            }
            #natureBtnsMore{
                /* display: flex!important; */
            }
        }
        .form-control{
            font-size: 12px;
        }
        .more-btn{
            right: 0;
        }
        .outro{
            margin-bottom: 0px;
        }
    }
    .no-special{
        position: relative;
        width: inherit;
        max-height: fit-content;
        overflow: inherit;
        box-shadow: none;
    }
    .small-ele{
        display: flex;
        flex-direction: column;
        min-width: 90px;
        font-size: 14px;
    }
    .jyzc-list{
        .titie-block{
            width: calc(100% - 80px);
            overflow: hidden;
            display: inline-flex;
            align-items: center;
        }
        .jyzc-link{
            width: calc(100% - 40px);
        }
        .dot{
            flex: none;
        }
        .news-date{
            font-size: 12px;
            color: #666;
            width: 80px;
            flex: none;
        }
    }
}
