
:root {
  /*主题色*/
  --lableBackground: #1685e6;
  /*    边框色*/
  --lableColor: #FFFFFF;
  /*    背景色*/
  --lableBorderColor: #1685e6;
}
:root {
  --light: #1685e6;
  --borderColor: #1685e6;
  --backColor: #1685e6;
}
/*搜索按钮*/
.search-all-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 127px;
    height: 52px;
    line-height: 60px;
    /*搜索按钮背景颜色*/
    background: #1685e6;
    cursor: pointer;
    border-radius: 0px 8px 8px 0px;
}

/*搜索按钮字体颜色*/
.all-btn-txt {
    font-size: 16px;
    font-weight: 400;
    /*搜索按钮字体颜色*/
    color: #ffffff;
    line-height: 30px;
}

/*热搜词颜色*/
.h-hot-word {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    /*热搜词颜色*/
    color: #ffffff;
}

/*分页背景色*/
.M-page .active {
    /*分页背景色*/
    background: #1685e6;
    color: #ffff;
    /*分页边框色*/
    border: 1px solid #1685e6;
}

/*导航背景色*/
.header-nav {
    width: 100%;
    /*banner导航高度*/
    height: 60px;
    /*导航背景色*/
    background: #1685e6;
    /*  导航背景图*/
    /*  background: url("");*/
}


/*导航字体颜色*/
.header-nav-item a {
    position: relative;
    height: 60px;
    line-height: 60px;
    /*banner导航文字大小*/
    font-size: 24px;
    font-weight: 400;
    /*导航字体颜色*/
    color: #fff;
}

/*导航选中背景色*/
.header-nav-item {
    color: #fff;
    height: 60px;
    line-height: 60px;
    /*banner导航文字行距(px)*/
    margin-left: 25px;
    /*banner导航文字行距(px)*/
    margin-right: 25px;
    font-weight: 400;
    font-size: 24px;
    /*导航选中背景色*/
    /*background: red;*/
}
.header-nav-middle{
  width:100% !important;
  justify-content: center !important;
}

/*导航选中字体颜色*/
.header-nav-middle .on a {
    padding-bottom: 10px;
    /*选中顶部导航底线颜色*/
    border-bottom: 2px solid #58b2e8;
    /*导航选中字体颜色*/
    /*color: #FFFFFF;*/
}


/*导航选中小三角*/
.header-nav-middle .on a:after {
    content: " ";
    top: 32px;
    display: block;
    width: 0;
    margin: 0 auto;
    height: 0;
    border: 6px solid #f2f2f2;
    border-color: transparent transparent #f5d389 transparent;
    margin-top: -15px;
}

/*标题lable样式*/
.result-header-lable {
    /*栏目标签背景颜色*/
    background: #1685e6;
    /*栏目标签字体颜色*/
    color: #fff;
    /*栏目边框线颜色*/
    border: 1px solid #1685e6;
    border-radius: 10px 0px 10px 0px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    padding: 2px 16px;
    margin-right: 10px;
    flex-shrink: 0;
}


/*banner高度*/
.header-banner {
    /*banner背景色*/
    background: url("https://file.so-gov.cn/cps/pro/5134000016/css/7730f87bd3b940f1b0424679027af874/7730f87bd3b940f1b0424679027af874.png");
    width: 100%;
    /*banner高度*/
    height: 170px;
    /*banner分割线*/
    border-bottom: 1px solid #1685e6;
background-size: cover; /* 覆盖整个区域（可能裁剪） */
  background-position: center;
}

/*banner距离顶部高度*/
/*.banner-logo{*/
/*margin-top: 20px;*/
/*}*/

/*搜索框距离顶部高度*/
.banner-search{
  margin-top: 30px !important;
  margin-left: 190px !important;
}       
.content-swiper-title{
  background: #1685e6 !important;
}
.header-search-hot{
 margin-top:15px !important;
}
 #ulSearchList{
  border-left: 1px solid #1685e6 !important;
  border-right: 1px solid #1685e6 !important;
  border-bottom: 1px solid #1685e6 !important;
 }    
 .search-area-div{
  width:auto !important;
 }
 .all-select-input{
  width:300px;
 }
.work-search-result .work-lable{
color:#fff !important;
}


 .header-nav-item:hover a:after{
  margin-top:-14px !important
 }

/*政务服务标签样式*/
.work-search-result .work-lable {
background: #1685e6;
    color: #fff;
    border: 1px solid #1685e6;
    border-radius: 10px 0px 10px 0px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    padding: 2px 16px;
    margin-right: 10px;
    flex-shrink: 0;
}
.search-bottom {
    margin-top: -10px;
}
.h-hot-item {
    margin-right: 10px;
    cursor: pointer;
}

.h-hot-title {
    margin-left: 0;
    
}