html,
body,
ul,
li,
button,
input,
a,
p {
    padding: 0;
    margin: 0;
    list-style: none;
    border-width: 0;
    text-decoration: none;
    color: #000;
    /* color: #fff; */
    /* border-color: ; */
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgb(149 156 164);
;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #e5e5e5;
}


.wrapper {
    width: 100%;
}

/* 头部 */
.header {
    height: 48px;
    background: rgba(0, 0, 0, 0.85);
}

.topnav {
    /*margin-left: 50%;*/
    width: 1200px;
    display: flex;
    color: #fff;
    /*text-align: center;*/
    justify-content:flex-end;
    margin: 0 auto;
    height: 100%;
}

/* .topnav-allbtn {} */

.btn-topnav {
    margin: 17px 0;
    padding: 0 32px;
    border-right: 1px solid #fff;
}

.btn-topnav:hover {
    cursor: pointer;
}

.btn-login {
    background: linear-gradient(180deg, #FFD148 0%, #FFC053 100%);
    color: #000;
    margin: 0;
    padding: 13px 32px;
}

.search-nav {
    height: 100px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.logo {
    width: 286px;
    height: 80px;
    /* border: 1px solid #aaa; */
    position: absolute;
    top: 10px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.searIpt {
    height: 36px;
    width: 382px;
    position: absolute;
    right: 0;
    top: 32px;
}

#TopKey {
    width: 305px;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 15px;
}

.searBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 77px;
    height: 36px;
    background: #0B4793;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
}

/* 导航栏 */
.menunav {
    width: 100%;
    height: 80px;
    background: #0B4793;
}

.menulist {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    display: flex;
}

.menu-item {
    /*width: 150px;*/
    width: 170px;
    height: 100%;
    text-align: center;
    line-height: 78px;
    color: #fff;
}

.menu-item:hover {
    background: #093C7D;
}
.trends-dynamic-tab {
    margin-top: 16px;
    margin-bottom: 26px;
    padding-bottom: 12px;
    width: 100%;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.tab-item {
    padding: 0 13px 12px 13px;
}

.tab-active {
    border-bottom: 3px solid #CB0202;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}
/* 行业党建导航 */
.building-show:hover~.building-menu {
    display: block;
}

.building-menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 1200px;
    height: 462px;
    margin: 0 auto;
}

.building-menu:hover {
    display: block;
}

.building-menu-box {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 100%;
    height: 48px;
    background: #0B4793;
}

.building-menu-item {
    line-height: 48px;
    text-align: center;
    width: 100px;
    height: 48px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    /* background: #093C7D; */
}

.building-menu-item a {
    color: rgba(255, 255, 255, 0.85);
}

.building-menu-item:hover {
    background-color: #093C7D;
}
.crumbs {
    margin-top: 64px;
    margin-bottom: 16px;
}

.crumbs-label {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}

.crumbs-title {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}
