.xhb_news-focus {
    width: 460px;
    height: 361px;
    float: left;
    background: #FFF;
    position: relative;
    overflow: hidden;
    --swiper-pagination-color: #C3272B;
}

.xhb_news-focus .xhb_focus-bd .xhb_focus-thumb {
    width: 100%;
    height: 247px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.xhb_news-focus .xhb_focus-bd .xhb_focus-intro {
    padding: 12px;
}

.xhb_news-focus .xhb_focus-bd .xhb_focus-intro .t {
    height: 20px;
    margin-bottom: 8px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xhb_news-focus .xhb_focus-bd .xhb_focus-intro .i {
    height: 40px;
    line-height: 20px;
    text-align: justify;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}

.xhb_news-focus .xhb_focus-hd {
    width: 100%;
    height: 10px;
    padding: 0 0 12px;
    line-height: 10px;
}

.xhb_news-focus .xhb_focus-hd ul {
    height: 10px;
    text-align: center
}

.xhb_news-focus .xhb_focus-hd ul li {
    display: inline-block;
    display: inline;
    zoom: 1;
    overflow: hidden;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    text-indent: -9999px;
    background: #EEE;
    border-radius: 100%;
    cursor: pointer;
}

.xhb_news-focus .xhb_focus-hd ul .on {
    background: #C3272B;
}

.xhb_news-focus .prev,
.xhb_news-focus .next {
    position: absolute;
    z-index: 99;
    left: 16px;
    top: 104px;
    display: block;
    width: 32px;
    height: 40px;
    background: url("../img/slider-arrow.png") -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.xhb_news-focus .next {
    left: auto;
    right: 16px;
    background-position: 8px 5px;
}

.xhb_news-focus .prev:hover,
.xhb_news-focus .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer;
}

.xhb_news-focus .prevStop {
    display: none;
}

.xhb_news-focus .nextStop {
    display: none;
}

.xhb_news-top {
    width: 930px;
    height: 360px;
    margin-left: 10px;
    overflow: hidden;
}

.xhb_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xhb_news-cates {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
}

.xhb_news-cates::after {
    content: "\20";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.xhb_news-cates .xhb_column {
    flex: 1;
    margin-top: 10px;
}

.xhb_news-cates .xhb_column:nth-child(3n+1) {
    margin-left: 0;
}

.xhb_news-cates .xhb_column-cont {
    padding: 0 14px;
}
.xhb_article-show{padding:55px 110px;background-color:#FFF;overflow:hidden;}

.xhb_article-show-title h1{margin:0;padding:0;line-height:150%;text-align:center;letter-spacing:1px;font-size:24px;font-weight:bold;}

.xhb_article-show-info{min-height:1px;margin-top:40px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;background:#F5F5F5;border-radius:3px;}
.xhb_article-show-info > div{max-width:24%;margin:10px;line-height:20px;font-size:14px;color:#666;display:flex;align-items:center;}
.xhb_article-show-info > div span{flex:1;}

.xhb_article-show-content{line-height:175%;text-align:justify;letter-spacing:1px;font-size:16px;}
.xhb_article-show-content img{vertical-align:middle;}
.xhb_article-show-content video{width:100% !important;height:100% !important;}

.xhb_news-focus .swiper-pagination-bullet-active{background:#005bff;}