.sk_contanter {
    padding-top: 25px;
}

.sk-l {
    display: inline-block;
    width: 120px;
    height: 400px;
    margin-right: 40px;
}

.sk-c {
    width: 940px;
    background-color1: skyblue;
}

.sk-r {
    width: 282px;
    background-color1: skyblue;
}

.sk-nav {
    width: 120px;
    padding-top: 10px;
}

.sk-nav li {
    padding-bottom: 4px;
}

.sk-nav li a {
    display: block;
    width: 120px;
    height: 44px;
    line-height: 1.4em;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.2s;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.sk-nav li.current a,
.sk-nav li a:hover {
    background-color: var(--tx-color);
    color: #fff;
}

.crumb_wrap {
    position: relative;
    height: 54px;
    line-height: 54px;
    border-bottom: #d2d2d2 1px solid;
}

.crumb_wrap i {
    display: inline-block;
    margin-right: 13px;
    width: 13px;
    height: 12px;
    background: url(../image/mbx.gif);
}

.crumb_wrap a {
    color: #999;
}

.crumb_wrap a:hover {
    color: var(--tx-color);
}

.crumb_wrap em {
    color: #999;
}

.crumb_wrap img {
    position: absolute;
    top: 5px;
    right: 0;
}

.top-list {
    padding: 20px 0 12px 0;
    border-bottom: 1px solid #e8e8e8;
}

.top-list li {
    height: auto;
    line-height: 38px;
    font-size: 18px;
}

.top-list li h3 {
    font-size: 20px;
    font-weight: 900;
}

.list li {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.list li:hover {
    background-color: #f8f8f8;
}

.list-img {
    position: relative;
    overflow: hidden;
    float: left;
    width: 213px;
    margin-right: 25px;
    vertical-align: middle;
    border-radius: 8px;
}

.list-img::before {
    content: "";
    display: block;
    padding-top: 127px;
}

.list-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.list-img:hover img {
    transform: scale(1.1);
}

.list-con h3 {
    font-size: 20px;
    font-weight: 500;
}

.binfo {
    padding-top: 30px;
}

.news_tag {
    float: left;
}

.news_tag em {
    position: relative;
    margin-right: 20px;
    color: #666;
}

.news_tag em a {
    color: #666;
}

.share-join {
    float: right;
    color: #bbb;
    font-size: 12px;
}

.share-join em,
.share-join i {
    position: relative;
    margin: 0 20px 0 0;
    padding: 10px 0;
}

.share-join em {
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid transparent;
}

.share-join i {
    padding: 0;
}

.share-join em:hover {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.share-join em a {
    position: relative;
}

.share-join em a {
    padding-left: 19px;
    color: #bbb;
}

.share-join i {
    padding-left: 21px;
}

.share-join em a::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url(../image/tb_message.png);
}

.share-join i::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 13px;
    background: url(../image/tb_share.png);
}

.pagebar {
    margin: 0 0 40px;
    padding-top: 30px;
    /*里面的文字内容  行内块 行内元素 都可以水平居中对齐*/
    text-align: center;
}

.pagebar>* {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
}

.pagebar .now-page {
    border: 1px solid transparent;
    background-color: transparent;
}


/*表单获得焦点后 */

.page_skip input:focus {
    width: 88px;
    border: 1px solid skyblue;
}

.page_skip button {
    width: 54px;
    height: 36px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
}

.title-r {
    height: 54px;
    line-height: 54px;
    padding-top: 15px;
}

.title-r h2,
.tit-first h2 {
    font-size: 20px;
    font-weight: 900;
}

.tit-first {
    padding-top: 0;
}

.tit-first h2 {
    color: var(--tx-color);
}

.tools-list li {
    float: left;
    margin: 0 6px 12px 0;
}

.tools-list li:nth-child(3n),
.tools-list li:last-child {
    margin-right: 0;
}

.tools-list li a {
    display: inline-block;
    width: 90px;
    height: 35px;
    line-height: 35px;
    background-color: #f7f8f9;
    text-align: center;
    color: #666;
}

.tools-list li:nth-child(n+7) a {
    width: 136px;
    height: 54px;
    line-height: 1.6em;
    padding-top: 10px;
    background-color: #fef0ef;
    color: #e37165;
}

.tools-list li:last-child a {
    background-color: #eaf1ff;
    color: #386cce;
}

.list-r-con {
    padding: 22px 0;
    background-color: #f7f8f9;
    border-left: 1px solid #eee;
}

.list-r-con li {
    position: relative;
    padding: 0 0 18px 27px;
}

.list-r-con li h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7em;
}

.list-r-con li em {
    display: block;
    padding-top: 8px;
    font-size: 12px;
    color: #999;
}

.list-r-con li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: -4px;
    width: 8px;
    height: 8px;
    background: url(https://www.hbckw.com/zb_users/theme/tx_hbckw/style/pc/img/d.png) no-repeat;
}

.more-r {
    display: block;
    width: 228px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    border: 1px solid #f8beb8;
    border-radius: 4px;
    text-align: center;
    color: var(--tx-color);
}

.sk-nav-fixed {
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -640px;
}

.wx-ny {
    right: 75px;
}

.wx-ny::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -8px;
    width: 8px;
    height: 9px;
    background: url(../image/wx_sj.png) no-repeat 0 0;
}

.wx-ny::before {
    width: 0;
    height: 0;
}

.ne-shares-wrap {
    overflow: hidden;
    position: absolute;
    left: -77px;
    top: 26px;
    z-index: 1;
    width: 93px;
    height: auto;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    border-top-right-radius: 0;
    transition: height 0.3s ease 0.01s;
}

.ne-shares-qrwrap {
    display: none;
    position: absolute;
    right: -197px;
    top: 0;
    z-index: 2;
    width: 110px;
    height: 162px;
    padding: 13px 15px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.ne-shares-pop {
    position: relative;
    padding: 0;
    margin: 0;
    background: #fff;
    z-index: 99;
    color: #999;
}

.ne-shares-pop li {
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
}

.ne-shares-pop li:nth-child(3) {
    border-bottom: 0;
}

.ne-shares-pop li a {
    display: block;
    z-index: 1;
    height: 24px;
    padding: 5px 0;
    color: #888;
}

.ne-shares-pop li a .inner {
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    text-align: left;
}

.ne-shares-pop a .ep-share-icon {
    float: left;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    padding: 0;
    overflow: hidden;
    background: url(../image/share_wx.png) no-repeat;
    transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
}

.ne-shares-pop li:nth-child(2) a .ep-share-icon {
    background: url(../image/share_sina.png) no-repeat;
}

.ne-shares-pop li:nth-child(3) a .ep-share-icon {
    background: url(../image/share_qzone.png) no-repeat;
}

.ne-shares-pop a .ep-share-icon::after {
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    background: none;
}

.ne-shares-pop li a .ep-share-name {
    float: left;
    display: inline;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin-left: 12px;
}

.ne-shares-qrcode {
    margin-bottom: 8px;
}

.ne-shares-pop li {
    padding: 0;
}

.share-join em .ne-shares-pop a::after {
    display: none;
}

.ne-shares-qrwrap p {
    font-size: 12px;
    color: #888;
}

.ne-shares-qrarr {
    position: absolute;
    left: -7px;
    top: 42px;
    width: 7px;
    height: 13px;
    background: url(../image/wx_ne_jt.png) no-repeat;
}

.list .ne-shares-pop li:hover {
    background-color: transparent;
}

.share-join-item {
    display: none;
}

.on-share .share-join-item {
    display: block;
    position: absolute;
    top: 8px;
    left: 22px;
    z-index: 1;
}

.share-join-item::before {
    position: absolute;
    content: "";
    top: 26px;
    right: -37px;
    width: 59px;
    height: 1px;
    background-color: #fff;
    z-index: 2;
}

.on-wx .ne-shares-qrwrap {
    display: block;
}