/*搜索按钮*/
.search-all-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width:50px;
    height:37px;
    line-height: 60px;
    /*搜索按钮背景颜色*/
    background: white;
    cursor: pointer;
    border-right: 1px solid #CFCFCF;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
}


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

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

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

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


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

/*导航选中背景色*/
.header-nav-item {
    color: #fff;
    height: 60px;
    line-height: 60px;
    /*banner导航文字行距(px)*/
    margin-left: 20px;
    /*banner导航文字行距(px)*/
    margin-right: 20px;
    font-weight: 400;
    font-size: 24px;
    /*导航选中背景色*/
    /*background: red;*/
}

/*导航选中字体颜色*/
.header-nav-middle .on a {
    padding-bottom: 10px;
    /*选中顶部导航底线颜色*/
    border-bottom: 2px solid #f5d389;
    /*导航选中字体颜色*/
    /*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: #ffe6e6;
    /*栏目标签字体颜色*/
    color: #bd1a2d;
    /*栏目边框线颜色*/
    border: 1px solid #ff8080;
    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: white;
    width: 100%;
    /*banner高度*/
    height: 120px;
    /*banner分割线*/
    border-bottom: 0px solid #8f1322;
}

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

.search-all-select-width{
    width:120px;
}
/*}*/

/*搜索框距离顶部高度*/
/*.banner-search{*/
/*  margin-top: 7px;*/
/*}*/

.search-input{
    border: 0px solid #CFCFCF;
    border-radius: 4px;
}

.all-btn-txt{
    display:none;
}

.all-select-input {
    height: 37px !important;
    overflow:hidden;
    border: 1px solid #CFCFCF !important;
}

.header-banner-middle{
        justify-content: space-between;
        width: 1200px;
}

.banner-search{
    margin-top:40px;
    padding-right:20px;
}

.header-nav-middle {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.header-nav-middle .on a:after {
    border: 0px solid #f2f2f2;
}

.header-nav-middle .on a {
    padding-bottom: 14px;
    color:#BE0208;
    border-bottom: 4px solid #BE0208;
}

.header-nav-item:hover a {
    padding-bottom: 14px;
    color:#BE0208;
    border-bottom: 4px solid #BE0208;
}

.header-nav-item:hover a:after {
    border: 0px solid #f2f2f2;
}

.search-all-img{
    margin-right: 0px;
    background: url(https://file.so-gov.cn/cps/pro/N000000193/css/be336aa2f0ef4c3489e9fded3c8a9c2e/be336aa2f0ef4c3489e9fded3c8a9c2e.png);
}

.search-count-text{
    border-bottom: 2px solid #be0208;
    height: 54px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-count-expend{
    padding-top:10px;
}

.search-count-item-title {
    position: relative;
    margin: 0px;
    padding: 15px 15px 15px 20px;
    
}

.search-count-item-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
}

.search-count-item-title:hover:before {
    border-left: 5px solid #BE0208;
}

.search-count-item-title:hover *{
    color: #BE0208;
}

.search-count-item .item-title{
    font-size:16px;
    height:20px;
}

.list-item:not(:last-child) {
    border-bottom: 1px dashed #E5E5E5;
}

.middle-con{
    flex-direction: row-reverse;
}

.middle-con-right {
    flex: 2;
    margin-left: 0px;
    margin-right: 21px;
    height: max-content;
    overflow: hidden;
    max-width:300px;
}

.search-input .search-all-btn .search-count-txt{
    display:none;
}

.middle-con-left-top,.middle-con-left #countInfo,#recommed,#history{
    border: 1px solid #e5e5e5;
}


.search-count .search-count-item .search-count-list{
    max-height:1080px;
}

.footer-con,.footer-link{
    margin:auto;
}

.index-search .search-btn{
    background:#BE0208;
    height:46px;
}

.index-search .search-btn span{
    display:none;
}

.search-count-txt{
    display:none;
}

.search-count-item{
    margin: 0px 20px 20px 20px;
}

#countInfo .search-count{
    padding-bottom:0px;
}

.con-item-choose:hover {
    border-bottom: 2px solid #BE0208;
    color: #BE0208;
}

.search-filter-item .content{
    align-items: start;
}

.search-filter-item .con-toolbar-title,.search-filter-item .item-expend{
    display: none !important;
}

.con-item-choose{
    margin:0px;
    margin-right:30px;
    padding-bottom:12px;
}

.search-filter-item{
    padding-top: 0px;
}

.all-select-input:focus-within {
    width: 300px;
}

.all-select-input{
    transition: all 0.3s ease;
}

#ulSearchList{
    width: 300px;
}

.all-select-input input{
    padding-left:10px;
}

.search-all-select{
    overflow:hidden;
}

.search-all-select:focus-within {
    overflow: visible;
}

.option-div{
    border-left: 1px solid #CFCFCF !important;
    border-right: 1px solid #CFCFCF !important;
    border-bottom: 1px solid #CFCFCF !important;
}