/*搜索按钮*/
.search-all-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 127px;
    height: 52px;
    line-height: 60px;
    /*搜索按钮背景颜色*/
    background: #bd1a2d;
    cursor: pointer;
    border-radius: 0px 8px 8px 0px;
}

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

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

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

/*导航背景色*/
.header-nav {
    width: 100%;
    /*banner导航高度*/
    height: 60px;
    /*导航背景色*/
    background: #bd1a2d;
    /*  导航背景图*/
    /* 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: 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: -14px;
}

/*标题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: url("https://file.so-gov.cn/cps/pro/1301000003_zw/css/6dd703fb8ab24f61ad060885485b7696/6dd703fb8ab24f61ad060885485b7696.png") no-repeat left center;
    width: 100%;
    /*banner高度*/
    height: 200px;
    /*banner分割线*/
    border-bottom: 1px solid #8f1322;
}

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

/*搜索框位置*/
.banner-search{
margin-left: 80px;
margin-top: 5px;
}

/*标签底部预选小三角*/
.header-nav-item:hover a:after{
    margin-top: -14px !important; }


/*搜索框宽度*/
.search-all-select-width
 {
    width: 550px;
}

/*热搜词位置*/
.header-search-hot
 {
    margin-top: 20px;
    margin-left: -10px;
}