/* 重置 */
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.chat-module {
    cursor: pointer;
}
.boxshadow {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
}
/*导航条鼠标经过效果*/
.module-header-nav a:hover{
    color: #22a8a9;
    border-bottom: 1px solid #22a8a9;
}
.module-header-nav .chat-module:hover{
    color: #22a8a9;
}
/* 轮播图模块 */
.pc_banner {
    display: block;
}
.wap_banner {
    display: none;
}

.news_nav a:hover {
    text-decoration: none;
}

.news_nav a:hover span {
    color: #1fbdbf;
}
/* 文章详情页-侧边栏-标题*/
.index_news_h2 {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_news_h2::after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #999;
    border-radius: 50%;
    content: '';
}
/* 文章详情页-侧边栏-最新资讯*/
.sidebar_news li {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 8px 0 8px 25px;
    border-bottom: 1px solid #d6d6d6;
}
.sidebar_news li:last-child {
    border-bottom: none;
}
.sidebar_news li::after {
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -3px;
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #22a8a9;
}
.sidebar_news li a:hover {
    color: #21bbbd;
}

.categoryList a:hover {
    color: #169ca7;
}

/* 首页-友情链接模块*/
.friendship {
    padding: 1rem 0;
}
.friendship h3 {
    position: relative;
    height: 60px;
    padding-left: 18px;
    border-bottom: 1px solid #169ca7;
    color: #454545;
    font-size: 22px;
    line-height: 60px;
    margin: 0;
}
.friendship h3::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -8px;
    width: 5px;
    height: 16px;
    background-color: #169ca7;
}
.friendship .blogroll {
    padding: 12px 0 0 0;
    margin: 0;
}
.friendship .blogroll li {
    display: inline-block;
}
.friendship .blogroll a {
    margin: 0 10px;
    color: #808080;
    font-size: 16px;
    line-height: 30px;
}
.friendship .blogroll a:hover {
    color: #169ca7;
}
/* 推荐文章模块*/
.recommended-group ul{
	margin: 0;
    padding: 0;
}
.recommended-group li{
	position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 8px 0 8px 25px;
    border-bottom: 1px solid #d6d6d6;
}
.recommended-group li:last-child {
    border-bottom: none;
}
.recommended-group li a{
	color: #5c5c5c;
	font-size: 16px;
	letter-spacing: 1.5px;
}
.recommended-group li a:hover {
    color: #21bbbd;
}
.recommended-group li i{
	position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -3px;
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #22a8a9;
}
.has-small-font-size{color:#22a8a9;margin-right:5px}
img{max-width:100%;display:block;margin:0 auto;}
.wp-block-column img{max-width:100%;display:block;margin:15px auto;}
/* 底部悬浮模块*/
.fixed-footer {
    height: 4rem;
    display: none;
}
.fixed-footer-item {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    height: 4rem;
    background: #098882;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.fixed-footer-item a {
    width: 50%;
    line-height: 4rem;
    font-size: 1.4rem;
    color: #fff;
    background: linear-gradient(#ff9f27, #fd7b12);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.fixed-footer-item a:nth-child(2) {
    background: linear-gradient(#0ba3ae, #22b4bc);
}
.fixed-footer-item a i {
    width: 2rem;
    height: 2rem;
    margin-right: .6rem;
}
.fixed-footer-item a .icon1 {
    background: url(http://www.hkbasg.com/style/images/icon_fix.png) no-repeat;
    background-size: 100% 100%;
}
.fixed-footer-item a .icon2 {
    background: url(http://www.hkbasg.com/style/images/icon_chat.png) no-repeat;
    background-size: 100% 100%;
    animation: pulse 1s .2s ease infinite;
    -webkit-animation: pulse 1s .2s ease infinite;
}

.article-group-btn > div > div:hover{
    opacity: .8;    
}
pre{white-space: pre-line;}
.wp-block-query-pagination{}
.wp-block-query-pagination .page-numbers{width:30px;height:30px;text-align:center;line-height:30px;font-size:18px;border:#000 solid 1px;margin:0 5px;display:inline-block;}
.wp-block-query-pagination .page-numbers.dots{border:0;}
.wp-block-query-pagination .page-numbers.current{color:#fff;background-color:#28c445;border:#28c445 solid 1px;}
@media only screen and (max-width: 750px) {
    .font14 {
        font-size: 1.4rem !important;
    }
    .font16 {
        font-size: 1.6rem !important;
    }
    .font18 {
        font-size: 1.8rem !important;
    }
    .header_slogan{
        display: none !important;
    }
    /* 轮播图模块 */
    .pc_banner {
        display: none;
    }
    .wap_banner {
        display: block;
    }
    /* 底部悬浮模块*/
    .fixed-footer {
        display: block;
    }
    
    .article-group-btn > div > div{
        min-height: 48px !important;
    }
}

.pulse {
    animation: pulse1 2s .5s ease infinite;
    -webkit-animation: pulse1 2s .5s ease infinite;
    -moz-animation: pulse1 2s .5s ease infinite;
}
.cat-item::marker{color:#22a8a9;}
@keyframes pulse {
    0% {
        transform: scale(0.96)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.96)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.96)
    }

    50% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0.96)
    }
}