/* 
    News Blog 栏目页
    文章内容页
*/
/*News Blog 栏目页*/
.category-banner{
    display: none;
}
.category-banner .bg{
    position: relative;
    height: 37.5vw;  /* 基于 图片 1920*720 计算高度值 */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.category-banner .bg h1{
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: rgba(27, 46, 87,.7);*/
    display: flex;
    justify-content: center;
    align-items: center;
}
/*分类推荐 最新 前几个*/
.category-recommend-latest .list{
    column-gap: 1.5rem;
    height: 700px;
}
.category-recommend-latest .item{
    overflow: hidden;
    height: 100%;
    box-shadow: 0 3px 5px 0 hsla(0,0%,83.9%,.22);
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #efefef;
}
.category-recommend-latest .item .img{
    height: 385px;
    border-radius: 5px;
    overflow: hidden;
}
.category-recommend-latest .item img{
    width: 100%;
    /*height: 100%;*/
    transition: all 0.3s;
}
.category-recommend-latest .item .img:hover img{
    transform: scale(1.03);
}
.category-recommend-latest .item .tags span{
    display: inline-block;
    margin-right: 2px;
    letter-spacing: -.5px;
    color: #0a70d5;
    font-weight: 700;
    /* font-size: 0.8em; */
    /* line-height: 0.5; */
    font-size: 12px;
}

.category-recommend-latest .left{
    width: 50%;
}
.category-recommend-latest .left .item a{
    height: 100%;
    color: inherit;
    display: block;
}
.category-recommend-latest .left .item .text{
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    word-wrap:break-word;
}
.category-recommend-latest .left .item .info{
    color: #999;
    display: flex;
    column-gap: 1rem;
}
.category-recommend-latest .left .item .des{
    color: #999;
}
.category-recommend-latest .left .item .tags{
    display: flex;
    column-gap: 5px;
}
.category-recommend-latest .right{
    width: 50%;
    row-gap: 1rem;
}
.category-recommend-latest .right title{
    
}
.category-recommend-latest .right h2{
    position: relative;
    bottom: -6px;
}
.category-recommend-latest .right .item{
    height: calc((100% - 3rem)/4);
    border: 1px solid #efefef;
    
}
.category-recommend-latest .right .item a{
    height: 100%;
    column-gap: 1rem;
    color: inherit;
    align-items: end;
}
.category-recommend-latest .right .item .img{
    width: 260px;
    height: 100%;
    flex-shrink: 0;
}
.category-recommend-latest .right .item .text{
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.category-recommend-latest .right .item .info{
    color: #999;
    display: flex;
    column-gap: 1rem;
}
.category-recommend-latest .right .item h3{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.2em;
    height: 3.6em;
}
/*正常分类列表*/
.category-news .category-title{
    border-bottom: 1px dashed var(--color-highlight);
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 50px;
}
.category-news .category-title::after {
    content: '';
    width: 400px;
    height: 4px;
    background-color: var(--color-highlight);
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}

/*下方重新布局*/
.category-warp .category-list{
    column-gap: 3rem;
    flex-wrap: wrap;
    row-gap: 4rem;
}
.category-warp .category-list .item{
    width: calc((100% - 3rem)/2);
    /* border-radius: 10px; */
    border-bottom: 1px solid #efefef;
}
.category-warp .category-list .item a{
    height: 100%;
    column-gap: 2rem;
    color: inherit;
    align-items: end;
}
.category-warp .category-list .item .img{
    width: 260px;
    height: 146px;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}
.category-warp .category-list .item img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.category-warp .category-list .item .img:hover img{
    transform: scale(1.03);
}
.category-warp .category-list .item .text{
    padding-bottom: 10px;
}
.category-warp .category-list .item .info{
    color: #999;
    display: flex;
    column-gap: 1rem;
}
.category-warp .category-list .item .tags span{
    display: inline-block;
    margin-right: 3px;
    letter-spacing: -.5px;
    color: #0362c0;
    font-weight: 700;
}
.category-warp .category-list .item h3{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2em;
    height: 2.4em;
}


/*Blog新布局*/
.category-blog-latest .item{
    overflow: hidden;
    box-shadow: 0 3px 5px 5px hsla(0,0%,83.9%,.2);
    background-color: #fff;
    border-radius: 10px;
    width: 75%;
    flex-shrink: 0;
}
.recommend-have-labels .hot-labels{
    /*width: 25%;*/
    background-color: #fff;
    box-shadow: 0 3px 5px 5px hsla(0, 0%, 83.9%, .2);
    padding: 1rem;
    border-radius: 10px;
    margin-left: 1rem;
}
.category-recommend-latest.recommend-have-labels .hot-labels{
    margin-left: 0;
    box-shadow: 0 3px 5px 0 hsla(0, 0%, 83.9%, .22);
    border: 1px solid #efefef;
}

.recommend-have-labels .hot-labels ul{
    row-gap: 5px;
    column-gap: 3px;
    max-height: 176px;
    overflow: hidden;
}
.category-recommend-latest.recommend-have-labels .hot-labels ul{
    max-height: 118px;
}
.recommend-have-labels .hot-labels li a{
    background-color: #F5F6F9;
    color: #999;
    display: block;
    padding: 3px 10px;
    text-wrap: nowrap;
    font-size: 12px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.recommend-have-labels .hot-labels li a:hover{
    background-color: #ade1f650;
    color: var(--color-highlight);
}
.category-blog-latest .item a{
    column-gap: 2rem;
}
.category-blog-latest .item a>div{
    width: 50%;
}
.category-blog-latest .item .img{
    border-radius: 5px;
    overflow: hidden;
    max-height: 329px;
}
.category-blog-latest .item .img:hover img {
    transform: scale(1.03);
}
.category-blog-latest .item .img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.category-blog-latest .item .text{
    padding: 1rem;
}

.category-blog-latest .item .text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3em;
    height: 2.6em;
}

.category-blog-latest .item .text .des {
    color: #999;
    align-items: center;
    word-wrap:break-word;
}
.category-blog-latest .item .text .tags span {
    display: inline-block;
    margin-right: 3px;
    letter-spacing: -.5px;
    color: #0a70d5;
    font-weight: 700;
}
.category-blog-latest .item .text .info{
    color: #999;
    column-gap: 1rem;
    font-style: italic;
}

.category-blog-wrap .category-blog-list{
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 2rem;
}

.category-blog-wrap .category-blog-list .item {
    width: calc((100% - 4rem)/3);

    /*border-bottom: 1px solid #efefef;*/
    
    overflow: hidden;
    box-shadow: 0 3px 5px 5px hsla(0,0%,83.9%,.2);
    background-color: #fff;
    border-radius: 5px;
}

.category-blog-wrap .category-blog-list .item .img {
    border-radius: 5px;
    overflow: hidden;
    max-height: 214px;
}
.category-blog-wrap .category-blog-list .item .text {
    padding: 2rem;
}
.category-blog-wrap .category-blog-list .item .text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3em;
    height: 2.6em;
}


.category-blog-wrap .category-blog-list .item .text .info{
    color: #999;
    column-gap: 1rem;
    font-style: italic;
}
.category-blog-wrap .category-blog-list .item .text .tags span {
    display: inline-block;
    margin-right: 3px;
    letter-spacing: -.5px;
    color: #0a70d5;
    font-weight: 700;
}

.category-blog-wrap .category-blog-list .item .img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.category-blog-wrap .category-blog-list .item .img:hover img {
    transform: scale(1.03);
}

.category-blog-wrap .category-blog-list .item .text .info>img {
    width: 30px;
    height: 30px;
    border: 2px solid #e20e1c;
    border-radius: 40px;
    padding: 3px;
    margin-right: 12px;
}

/*标签列表页*/
.category-tags-wrap{}


.category-pagination .screen-reader-text{
    display: none;
}
.category-pagination .nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-pagination .nav-links>*{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px;
}
.category-pagination .nav-links span{
    font-weight: 700;
    color: var(--color-highlight);
}
.category-pagination .nav-links a{
    border-bottom: 2px solid var(--color-highlight);
    /*border-radius: 2px;*/
}

/*Blog列表页 26新布局*/
.category-blog-banner{
    position: relative;
}
.category-blog-banner .bg{
    width: 100%;
    aspect-ratio: 1920 / 380;
}
.category-blog-banner .bg>img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.category-blog-banner .container{
    position: absolute;
    inset: 0;
    height: 100%;
    padding-top: var(--nav-height);
}
.category-blog-banner .container .text{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.category-blog-block-title{
    position: relative;
    border-bottom: 1px solid #ccc;
}
.category-blog-block-title>h2 {
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    letter-spacing: -.2px;
}
.category-blog-block-title>h2:after{
    position: absolute;
    content: '';
    /*background-color: #333;*/
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, var(--color-blue-01), var(--color-blue-02));
}
.category-blog-recommend a,
.category-blog-top a,
.category-blog-bottom a{
   /*color: initial;*/
}
.category-blog-recommend{
    /*background-color: #f8fafc;*/
}
.category-blog-recommend .list{
    display: grid;
    grid-template-columns: 86fr 46fr;
    grid-template-rows: repeat(4, 1fr);
    width: 100%;
    column-gap: 3rem;
    row-gap: 15px;
}
.category-blog-recommend .item{
    position: relative;
    overflow: hidden;
    background-color: #f8fafc;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);*/
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.category-blog-recommend .item:hover{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
}
.category-blog-recommend .item:hover{
    /*transform: translateY(-5px);*/
}
.category-blog-recommend .item:nth-child(1){
    grid-column: 1 / 2;
    grid-row: 1 / 5;
}
.category-blog-recommend .item:nth-child(2){
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.category-blog-recommend .item:nth-child(3){
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
.category-blog-recommend .item:nth-child(4){
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}
.category-blog-recommend .item:nth-child(5){
    grid-column: 2 / 3;
    grid-row: 4 / 5;
}
.category-blog-recommend .item .img{
    overflow: hidden;
    aspect-ratio: 16 / 7;
    width: 100%;
    border-radius: 10px;
}
.category-blog-recommend .item .img>img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.category-blog-recommend .item.item-0 {
    border-radius: 10px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 0%);
    background-color: #fff;
    padding: 0px;
}
.category-blog-recommend .item.item-0 .text {
    padding: clamp(15px, 2vw, 30px);
}

.category-blog-recommend .item .text .info {
    column-gap: 2rem;
}
.category-blog-recommend .item .text .info .tag{
    text-transform: uppercase;
    white-space: nowrap;
}
.category-blog-recommend .item .text .more {
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid transparent;
    margin-right: auto;
}
.category-blog-recommend .item .text .more:hover {
    /*border-bottom: 1px solid var(--color-font);*/
    color: var(--color-blue-01);
}

.category-blog-top{
    background-color: #f8fafc;
}
.category-blog-top>div{
    column-gap: clamp(20px, 1.5vw, 30px);
}
.category-blog-top .left{
    flex-grow: 1;
}


.category-blog-top .category-nav .nav-list{
    column-gap: 10px;
    border-bottom: 1px solid #ccc;
    overflow-x: auto;
    overflow-y: hidden;
}
.category-blog-top .category-nav .nav-item{
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
    padding-inline: 10px;
    white-space: nowrap;
}
.category-blog-top .category-nav .nav-item.active:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, var(--color-blue-01), var(--color-blue-02));
}



.category-blog-top .latest .list{
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-template-rows: repeat(3, 1fr);
   gap: clamp(20px,1.5vw, 30px);
   width: 100%;
}
.category-blog-top .latest .item{
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    /*height: clamp(350px, 25vw, 430px);*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.category-blog-top .latest .item:hover{
    transform: translateY(-5px);
}


.category-blog-top .latest .item>a{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.category-blog-top .latest .item .img{
    flex-shrink: 0;
    overflow: hidden;
    aspect-ratio: 5 / 3;
    width: 100%;
    border-radius: 10px;
}
.category-blog-top .latest .item .img>img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.category-blog-top .latest .item .text{
    padding: clamp(10px, 1vw , 25px);
}
.category-blog-top .latest .item .text .title{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    max-height: 3em;
    font-weight: 500;
}
.category-blog-top .latest .item .text .des{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.4em;
    max-height: 4.5em;
    color: #333;
}
/*.category-blog-top .latest .item:nth-child(5) .img,*/
/*.category-blog-top .latest .item:nth-child(6) .img{*/
/*    aspect-ratio: unset;*/
/*}*/
/*.category-blog-top .latest .item:nth-child(5) .text,*/
/*.category-blog-top .latest .item:nth-child(6) .text{*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    color: #fff;*/
/*    justify-content: flex-end;*/
/*    background: linear-gradient(to top, #333333f5, #ffffff00 60%);*/
/*    border-radius: 10px;*/
/*}*/
/*.category-blog-top .latest .item:nth-child(5) .text .des,*/
/*.category-blog-top .latest .item:nth-child(6) .text .des{*/
/*    display: none;*/
/*}*/
.category-blog-top .latest .item .text .info {
    column-gap: 2rem;
    justify-content: space-between;
}
.category-blog-top .latest .item .text .info .tag{
    text-transform: uppercase;
    white-space: nowrap;
}

.category-blog-top .paged{
    padding: 2rem 1rem;
    border-top: 1px solid #a1a1a150;
    align-items: flex-end;
}
.category-blog-top .paged .nav-links{
    box-shadow: none;
    z-index: 3;
    background-color: transparent;
    text-align: center;
}
.category-blog-top .paged .page-number-bar{
    flex-grow: 1;
}
.category-blog-top .paged .page-number-bar .nav-links{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.category-blog-top .paged .screen-reader-text{
    display: none;
}
.category-blog-top .paged .nav-links .page-numbers,
.category-blog-top .paged .page-number-bar li a{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #cccccc80;
    text-align: center;
    margin: 0 5px;
    transition: all 0s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}
.category-blog-top .paged .nav-links .page-numbers:hover,
.category-blog-top .paged .nav-links .page-numbers.current,
.category-blog-top .paged .page-number-bar li a:hover,
.category-blog-top .paged .page-number-bar li a.current{
    background: linear-gradient(to right, var(--color-blue-01), var(--color-blue-02));
    color: #fff;
}   



.category-blog-top .right{
   width: 28%;
   min-width: 320px;
   max-width: 380px;
   flex-shrink: 0;
}
.category-blog-top .industry-news{
    background-color: #f1f5f9;
    padding: 20px;
    position: sticky;
    top: var(--nav-height);
}
.category-blog-top .industry-news .list{
    position: relative;
}
.category-blog-top .industry-news .list::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #dee0df;
    background: linear-gradient(to bottom, var(--color-blue-02), var(--color-blue-01), var(--color-blue-02));
}
.category-blog-top .industry-news .item{
    margin-block: 15px;
    position: relative;
    padding-left: 20px;
}
.category-blog-top .industry-news .item::before{
    position: absolute;
    content: '';
    left: -3px;
    width: 5px;
    height: 5px;
    background-color: #f4f6f5;
    top: 13px;
    border: 2px solid #0089f8;
    transform: rotate(45deg);
}
.category-blog-top .industry-news .card{
    row-gap: 5px;
    padding: 5px;
    border-radius: 10px;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}
.category-blog-top .industry-news .card:hover{
    /*background-color: #fff;*/
}
.category-blog-top .industry-news .card .info{
    column-gap: 1rem;
}
.category-blog-top .industry-news .card .info .source{
    color: red;
}
.category-blog-top .industry-news .card .info .logo{
    width: 60px;
}
.category-blog-top .industry-news .card .title{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2em;
    max-height: 2.4em;
}

.category-blog-bottom{
    background-color: #f1f5f9;
}
.category-blog-bottom .linkin-blog{
}
.category-blog-bottom .linkin-blog .list{
    column-gap: 25px;
}
.category-blog-bottom .linkin-blog .item{
    width: calc( ( 100% - 75px ) / 4);
    transition: all 0.2s ease-in-out;
}
.category-blog-bottom .linkin-blog .item:hover{
    transform: translateY(-5px);
}
.category-blog-bottom .linkin-blog .item>a{
    row-gap: 20px;
    column-gap: 20px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.category-blog-bottom .linkin-blog .item .img{
    flex-shrink: 0;
    overflow: hidden;
    aspect-ratio: 5 / 3;
    width: 100%;
}
.category-blog-bottom .linkin-blog .item .img>img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.category-blog-bottom .linkin-blog .item .text .des,
.category-blog-bottom .linkin-blog .item .text .title{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2em;
    max-height: 2.4em;
}




/*内容页 News*/

.news-bread-crumb{
    padding: 0 0 2rem 0;
    overflow: hidden; /* 确保超出容器的内容被隐藏 */
    white-space: nowrap; /* 防止文本换行 */
    text-overflow: ellipsis; /* 用省略号表示被截断的文本 */
}
.news-bread-crumb a{
    padding-right: 16px;
    position: relative;
    color: initial;
}
.news-bread-crumb a:hover{
    text-decoration: underline;
}
.news-bread-crumb a::after{
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    width: 5px;
    height: 5px;
    border: 1px solid var(--color-darkblue);
    transform:  translateY(-50%) rotate(45deg);
    border-left: 0;
    border-bottom: 0;
}
.news-bread-crumb a:last-child::after {
    display: none;
}

.news-title h1{
   line-height: 1.1; 
   word-wrap:break-word;
}
.news-title .news-author{
    color: #999;
    display: flex;
    column-gap: 2rem;
    justify-content: center;
    align-items: center;
}
.news-title .news-author>span{
    display: flex;
    column-gap: 5px;
    justify-content: center;
    align-items: center;
}
.news-content .article-content{
    width: calc(100% - 420px);
    /*padding: 2rem;*/
    background-color: #fff;
    border-radius: 10px;
    flex-grow: 1;
}
.news-content .article-content .article-detail p,
.news-content .article-content .article-detail img,
.news-content .article-content .article-detail div,
.news-content .article-content .article-detail{
    max-width: 100%;
}

.article-aside{
    margin-left: 4rem;
}
.article-aside .content{
    background-color: #fff;
    row-gap: 2rem;
    align-items: flex-start;
    position: sticky;
    top: calc(var(--nav-height) + 20px);
}
.article-aside .slider-list{
    padding: 1rem;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .06);
    width: clamp(320px, 18vw, 360px);
    border: 1px solid #deecf6;
    border-radius: 10px;
    background: linear-gradient(to bottom right, #eef3fa, #d7e9f5);
}

.article-aside .latest-article li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 1rem;
    background-color: transparent;
}
.article-aside .latest-article li a{
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
    color: var(--color-font);
}
.article-aside .latest-article li:hover a{
    border-bottom: 1px solid var(--color-font);
}
.article-aside .latest-article li::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: var(--color-font);
    left: 0;
    top: 0;
    transform: translateY(100%);
}
.article-aside .hot-labels ul {
    row-gap: 5px;
    column-gap: 3px;
    overflow: hidden;
}
.article-aside .hot-labels li a {
    background-color: #F5F6F9;
    color: #999;
    display: block;
    padding: 3px 1rem;
    text-wrap: nowrap;
    font-size: 11px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.article-aside .hot-labels li a:hover {
    background-color: #ade1f650;
    color: var(--color-highlight);
}


/*blog内容页*/

.blog-content{
    /*padding: 2rem;*/
    background-color: #fff;
    border-radius: 10px;
    /*max-width: 840px;*/
    flex-grow: 1;
    position: relative;
}
.blog-content .blog-title,
.blog-content .article-content,
.blog-content .article-left{
    max-width: 100%;
}
.blog-content .blog-title h1{
    line-height: 1.1em;
}
.blog-content .blog-title .info{
    color: #999;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #ededed;
}

.blog-content .blog-title .author{
    font-style: italic;    
    color: #999;
    column-gap: 1rem;
}

.post-content .article-table{
    padding: 1rem;
    border: 1px solid #efefef;
    display: none;
}
.post-content .article-table.show{
   display: block;
}
.post-content .article-table ul{
    list-style-type: disc;
    padding-left: 2rem;
}
.post-content .article-table ul>li{
    margin: 3px auto;
}

.post-content .article-detail a{
    color: var(--color-highlight);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.post-content .article-detail a:hover{
    text-decoration: underline;
}

.post-content .article-detail h1,
.post-content .article-detail h2,
.post-content .article-detail h3,
.post-content .article-detail h4,
.post-content .article-detail h5,
.post-content .article-detail h6,
.post-content .article-detail b,
.post-content .article-detail strong{
    font-weight: 700;
}
.post-content .article-detail h1,
.post-content .article-detail h2,
.post-content .article-detail h3,
.post-content .article-detail h4,
.post-content .article-detail h5,
.post-content .article-detail h6,
.post-content .article-detail ul,
.post-content .article-detail p{
    margin-bottom: 0.8rem;
    word-wrap:break-word;
}
.post-content .article-detail h1{
    font-size: 2rem;
}
.post-content .article-detail h2{
    font-size: 1.75rem;
}
.post-content .article-detail h3{
    font-size: 1.5rem;
}
.post-content .article-detail h4{
    font-size: 1.25rem;
}
.post-content .article-detail h5{
    font-size: 1.1rem;
}
.post-content .article-detail h6{
    font-size: 1rem;
}

.post-content .article-detail p,
.post-content .article-detail img,
.post-content .article-detail div{
    max-width: 100%;
}
.post-content .article-detail img{
    width: auto;
    margin: 1rem auto;
    border-radius: 5px;
    height: auto!important;
}
.post-content .article-detail ol,
.post-content .article-detail ul{
    list-style-type: unset;
}
.post-content .article-detail li{
    margin-left: 1rem;
}
.post-content .article-detail table{
    /*display: block;*/
    overflow-x: auto;
    width: 100%;
}
.post-content .article-detail table tbody{
    width: 100%;
}
.post-content .article-faqs{}
.post-content .article-faqs .title{
    align-items: end;
    column-gap: 5px;
}
.post-content .article-faqs .faqs-list{}
.post-content .article-faqs .faqs-item{
    padding: 1rem;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}
.post-content .article-faqs .faqs-item .question{

}
.post-content .article-faqs .faqs-item .answer{
}

.post-content .article-tags{}
.post-content .article-tags .post-tags{
    row-gap: 1rem;
    column-gap: 1rem;
}
.post-content .article-tags .post-tags li{
    background-color: #F5F6F9;
    color: #999;
    display: block;
    padding: 3px 10px;
    text-wrap: nowrap;
    font-size: 0.9rem;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-left: 1rem;
}
.post-content .article-tags .post-tags a:hover {
    background-color: #ade1f650;
    color: var(--color-highlight);
}
.post-content .article-tags .post-tags a::before{
    content: '#';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.post-content .article-nextprev{
    padding: 1rem 0;
    border-top: 1px dashed #ededed;
    border-bottom: 1px dashed #ededed;
}
.post-content .article-nextprev>div{
    margin: 1rem auto;
}

.post-content .article-detail .quick_answer{
    background-color: #e6f4ff;
    padding: 1rem 2rem;
    border-radius: 10px;
}

/*应用场景的post类型*/
.application-post{}
.application-post .application-block{}
.application-post .application-block .container{
    position: relative;
    width: 100%;
    height: 100%;
}
.application-post .application-block .container .bg{
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.application-post .application-block .container .bg>img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.application-post .application-block .container .content{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.pages-contact-us-form>div{
    max-width: 980px;
}
.pages-contact-us-form .pages-form-details{
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}
.pages-contact-us-form form{
     flex-direction: column;
     display: flex;
}


.pages-contact-us-form .form-msg01,
.pages-contact-us-form .form-msg02{
    width: 100%;
    flex-wrap: wrap;
}
.pages-contact-us-form .form-msg01>p,
.pages-contact-us-form .form-msg02>p{
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.pages-contact-us-form .form-msg01 label{
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 2rem;
    position: relative;
}

.pages-contact-us-form .form-msg01 label:nth-child(2n+1){
    margin-right: 0;
}

.pages-contact-us-form .form-msg01 label.full{
    width: 100%;
    margin-right: 0;
}

.pages-contact-us-form .form-msg02 label{
    width: 100%;
    
}
.pages-contact-us-form .form-msg01 label input{
    width: 100%;
    padding: 1rem;
    color: #999;
    /*margin-top: 2rem;*/
    background-color: #f7f9fc;
    outline: none;
    border: 0;
}
/*下单选框*/

.pages-contact-us-form .form-msg01 label.is-select input{
    cursor: auto;
}
.pages-contact-us-form .form-msg01 label .select-arrow{
position: absolute;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(225deg);
}
.pages-contact-us-form .form-msg01 label .select-options{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #f1f1f1;
    padding: 1rem 0;
    background-color: #fff;
    z-index: 1;
        box-sizing: border-box;
        display: none;
}
.pages-contact-us-form .form-msg01 label .select-options span{
    display: block;
    display: block;
    padding: 3px 1rem;
    cursor: pointer;
}
.pages-contact-us-form .form-msg01 label .select-options span:hover{
    background-color: #f1f1f1;
}
.pages-contact-us-form .form-msg01 label .select-options br{
    display: none;
}

.pages-contact-us-form .form-msg02 textarea {
    width: 100%;
    margin-bottom: 2rem;
    background-color: #f7f9fc;
    outline: none;
    border: 0;
    padding: 0.5rem 1rem;
    color: #999;
    box-sizing: border-box;
    font-family: 'MULI-Regular';
}
.wpcf7-not-valid-tip{
    /*position: absolute;*/
    /*bottom: -2rem;*/
    /*left: 0;*/
}
/*验证码样式*/
.pages-contact-us-form .form-msg02 .yzm{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}
.pages-contact-us-form .form-msg02 .yzm input{
    width: 200px;
    padding: 1rem;
    color: #999;

    background-color: #f7f9fc;
    outline: none;
    border: 0;
    margin-right: 20px;
}
.pages-contact-us-form .form-msg02 .yzm img{
    height: 40px;
    transform: scale(.8);
}

.pages-contact-us-form .sub-button input{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 150px;
    margin-bottom: 20px;
    border: none;
    background: var(--color-darkblue);
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: auto;
    border-radius: 20px;
}


/*相关文章 应用场景*/
.application-related-article .article-list{
    width: 100%;
    column-gap: 20px;
}
.application-related-article .article-list .item .text{
    padding: 1rem;
}
.application-related-article .article-list .item .text .time{
    border-top: 1px solid #ccc;
    margin-top: 8px;
    padding-top: 8px;
}
.application-related-article .article-list .item .text>h3{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2em;
    max-height: 2.4em;
}
.application-related-article .article-list .item .img{
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 1rem;
}
.application-related-article .article-list .item .img img{
    object-fit: cover;
        height: 100%;
    width: 100%;
}
.application-related-article .article-list .item{
    width: calc( (100% - 60px ) / 4);
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    transition: all 0.3s ease-in-out;
}
.application-related-article .article-list .item:hover{
    box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
}

/*application-related-faq*/

.product-faqs{
    background-color: #f5f5f5;
}
.product-faqs .product-faqs-details{
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
}
.product-faqs .faqs-list .faqs-item{
    margin: 5px auto;
    width: 100%;
}
.product-faqs .faqs-list .faqs-item .question{
    padding: 0.6rem 1rem;
    background-color: #fff;
    padding-right: 3rem;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #eee;
}
.product-faqs .faqs-list .faqs-item .question:hover{
    background-color: #f7f9fc;
}
.product-faqs .faqs-list .faqs-item .answer{
    display: none;
    background-color: #fff;
    padding: 1rem;
    margin-top: 0;
    /*border-top: 1px solid #eee;*/
    border-radius: 0 0 5px 5px;
}
.product-faqs .faqs-list .faqs-item .answer ol,
.product-faqs .faqs-list .faqs-item .answer ul{
    padding: 1rem;
    list-style: initial;
}
.product-faqs .faqs-list .faqs-item .answer p{
    margin: 10px 0;
    line-height: 1.4;
}
.product-faqs .faqs-list .faqs-item .answer b,
.product-faqs .faqs-list .faqs-item .answer strong{
    font-weight: 700;
}
.product-faqs .faqs-list .faqs-item .question::before{
    content: '';
    width: 0;
    height: 0;
    border: 5px solid var(--color-darkblue);
    position: absolute;
    top: 50%;
    right: 1rem;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 0;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out;
}
.product-faqs .faqs-list .faqs-item.active .question::before{
    transform: translateY(-50%) rotate(90deg);
}


/*博客页新样式 2026*/
/*按照HTML 字体 16px计算*/
.blog-sigle a { color: inherit;}
.blog-sigle article >*:first-child{
    margin-top: 0 !important;
}
.blog-sigle article a { 
    /*border-bottom: 1px dashed #333; */
    color: var(--color-blue-01);
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid transparent;
}
.blog-sigle article a:hover { 
    border-bottom: 1px solid var(--color-blue-01);
}
.blog-sigle article figure{
    margin-block: .6em;
}
.blog-sigle article img{ 
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.blog-sigle article img.aligncenter{ 
    margin-inline: auto;
}
.blog-warp { font-size: 1.125rem; line-height: 1.46; }
.blog-header h1, article h1 { font-size: 2.5rem; line-height: 1.2; }
.blog-sigle article h2 { font-size: 2rem;   line-height: 1.25; }
.blog-sigle article h3 { font-size: 1.65rem; line-height: 1.35; }
.blog-sigle article h4 { font-size: 1.4rem; line-height: 1.4; }
.blog-sigle article h5 { font-size: 1.15rem; line-height: 1.4; }
.blog-sigle article h6 { font-size: 1rem;   line-height: 1.5; }
.blog-sigle article h7 { font-size: 1rem;   line-height: 1.76; }
.blog-sigle article p { line-height: 1.56; margin-block: .6em;}
.blog-sigle article h1,
.blog-sigle article h2,
.blog-sigle article h3,
.blog-sigle article h4,
.blog-sigle article h5,
.blog-sigle article h6,
.blog-sigle article h7{
    font-family: "Urbanist";
    margin-block: .6em;
}
.blog-sigle article h1,
.blog-sigle article h2{
    margin-block: 1em;
}
.blog-sigle article .table{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    margin-inline: auto;
    
}
.blog-sigle article table{
    border-collapse: collapse;
    border-color: #cccccc52;
    max-width: 100%;
    position: relative;
    margin-inline: auto;
    margin-block: .6em;
}
.blog-sigle article table th,
.blog-sigle article table td{
    padding: 6px 10px;
    min-width: 80px;
    max-width: 50%;
    text-align: left;
}

.blog-sigle article thead tr{
    background-color: #ededed;
}
.blog-sigle article tbody tr {
    background-color: #fff;
}
.blog-sigle article tbody tr:nth-child(even) {
    background-color: #f6f6f6;
}

.blog-sigle article .quick_answer{
    border-radius: 8px;
    position: relative;
    padding: 2px;
}
.blog-sigle article .quick_answer::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(to right, var(--color-blue-01), var(--color-blue-02));
}
.blog-sigle article .quick_answer>div {
    position: relative;
    background-color: #e4eef8;
    padding: 1.5rem;
    border-radius: 6px;
}


/*头部*/
.blog-header {
    background: linear-gradient(to top right, #eef3fa, #d7e9f5);
}
.blog-header .bread-crumb{
    white-space: nowrap;
    text-overflow: ellipsis; 
    align-items: center;
}
.blog-header .bread-crumb a{
    padding-right: 16px;
    position: relative;
    color: initial;
}
.blog-header .bread-crumb a:hover{
    text-decoration: underline;
}
.blog-header .bread-crumb a::after{
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    width: 5px;
    height: 5px;
    border: 1px solid var(--color-darkblue);
    transform:  translateY(-50%) rotate(45deg);
    border-left: 0;
    border-bottom: 0;
}
.blog-header .bread-crumb a:last-child::after {
    display: none;
}
.blog-header .container{
    column-gap: 2rem;
}
.blog-header .container .text{
    flex-grow: 1;
}
.blog-header .container .img{
    max-width: 540px;
    width: 40%;
    flex-shrink: 0;
}
.blog-header .container .img>img{
    border-radius: 10px;
    width: 100%;
    border: 3px solid #fff;
}

.blog-header .info{
    column-gap: 15px;
    align-items: center;
}
.blog-header .info .author{
    column-gap: 10px;
    align-items: flex-end;
}
.blog-header .info .author a{
    color: var(--color-blue-01);
    margin-bottom: 6px;
    display: block;
}
.blog-header .info .author>span,
.blog-header .info .author a.minew{
    font-style: italic;
    color: #555;
}
.blog-header .info .author>img{
    border-radius: 50%;
}
.blog-header .info .update{
    opacity: 0.8;
    column-gap: 6px;
    align-items: center;
    font-size: 0.9em;
}
.blog-header .info .update .separator{
    background-color: #020202;
    border-radius: 50px;
    width: 3px;
    height: 3px;
    display:block;
}
.blog-sigle .share{
    align-items: center;
    column-gap: 10px;
    font-size: 0.9em;
}
.blog-sigle .share .social{
    width: 18px;
    height: 18px;
}
.blog-sigle .share .copy{
    position: relative;
    cursor: pointer;
}
.blog-sigle .share .copy .pop{
    position: absolute;
    color: #fff;
    padding: 2px 6px;
    font-size: 0.9em;
    border-radius: 5px;
    top: 0;
    right: 0;
    transform: translate(100%, -100%);
    background: linear-gradient(to right, var(--color-blue-01), var(--color-blue-02));
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.blog-sigle .copy.active .pop {
    opacity: 1;
    visibility: visible;
}
.blog-container{}
/*content*/
.blog-container .blog-content{
    flex-grow: 1;
}
.blog-content .article-faqs .faqs-list{
   row-gap: 8px; 
}
.blog-content .article-faqs .faqs-item{
    padding: .5rem 0;
}
.blog-content .article-faqs .faqs-item .question{
    background-color: #fff;
    padding-left: 2.5rem;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: block;
}
.blog-content .article-faqs .faqs-item .question::before {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid var(--color-darkblue);
    position: absolute;
    top: 15px;
    left: 1rem;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 0;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out;
    opacity: 0.5;
}
.blog-content .article-faqs .faqs-item.active .question::before {
    transform: translateY(-50%) rotate(90deg);
}
.blog-content .article-faqs .faqs-item .answer{
    display: none;
    background-color: #fff;
    padding: .5rem 2.5rem;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
}


.blog-content .article-nextprev{
    border-top: 1px dashed #666;
    padding-top: 1rem;
    row-gap: 5px;
}

/*aside*/
.blog-container aside{
    width: clamp(300px, 20vw, 340px);
    flex-shrink: 0;
    margin-left: 4rem;
}
.blog-container aside .sidebar-sticky{
    position: sticky;
    top: var(--nav-height);
    height: calc(100vh - var(--nav-height));
}
.blog-container aside .article-table{
    flex-shrink: 1;
    border: 1px solid #deecf6;
    border-radius: 10px;
    /*background: linear-gradient(to bottom right, #eef3fa, #d7e9f5);*/
    overflow: hidden; 
}
.blog-container aside .article-table>strong{
    padding: 8px 1rem;
    background-color: #deecf6;
    background-color: #f2f6f9;
}
.blog-container aside .article-table .table-container::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
    border: solid 0px transparent;
    border-radius: 4px;
}

.blog-container aside .article-table .table-container::-webkit-scrollbar-thumb:hover {
    background-color: #f2f6f9; 
}
.blog-container aside .article-table .table-container{
    padding: 1rem;
    line-height: 1.5;
    overflow-y: auto;
    min-height: 100px;
    /*max-height: 400px;*/
    height: auto;
}
.blog-container aside .article-table .table-container .list{
    row-gap: 7px;
    line-height: 1.4;
}
.blog-container aside .article-table .table-container .list>li{
    padding-left: 1rem;
    position: relative;
}
.blog-container aside .article-table .table-container .list>li::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #020202;
    left: 0;
    top: 8px;
}
.blog-container aside .article-table .table-container .list>li a:hover{
    color: var(--color-blue-02);
}
.blog-container aside .article-table>button{
    background: linear-gradient(to right, var(--color-blue-01), var(--color-blue-02));
    color: #fff;
    border: none;
    outline: none;
    padding: 12px 3rem;
    border-radius: 5px;
    cursor: pointer;
    margin: 1rem auto;
}

.blog-container .blog-content .share-card,
.blog-container aside .share-card{
    font-size: 0.9em;
    color: #666;
    display: flex;
    justify-content: flex-end;
}
.blog-container aside .contact-card{
    row-gap: 15px;
    background: #f2f6f9;
    background: linear-gradient(to right, var(--color-blue-01), var(--color-blue-02));
    color: #fff;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    flex-shrink: 0;
}
.blog-container aside .contact-card:hover{
    /*transform: scale(1.03);*/
}
.blog-container aside .contact-card>img{
    max-width: 90px;
    margin-inline: auto;
    display: none;
}
.blog-container aside .contact-card>strong{
    line-height: 1.25;
    display: inline-block;
    background: linear-gradient(to right, var(--color-blue-01), var(--color-blue-02));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blog-container aside .contact-card>span{}
.blog-container aside .contact-card>button{
    background: linear-gradient(to right, var(--color-blue-01), var(--color-blue-02));
    background: #fff;
    color: var(--color-blue-01);
    border: none;
    outline: none;
    padding: 11px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.blog-container aside .contact-card>button:hover{
    transform: scale(1.03);
}


.blog-related{
        background-color: #f1f5f9;
}
.blog-related .list{
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-template-rows: repeat(1, 1fr);
   gap: clamp(20px, 1vw, 30px);
   width: 100%;
}
.blog-related .item{
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    /*height: clamp(350px, 25vw, 430px);*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.blog-related .item:hover{
    transform: translateY(-5px);
}
.blog-related .item>a{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.blog-related .item .img{
    flex-shrink: 0;
    overflow: hidden;
    aspect-ratio: 5 / 3;
    width: 100%;
    border-radius: 10px;
}
.blog-related .item .img>img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog-related .item .text{
    padding: clamp(10px, 1vw , 25px);
}
.blog-related .item .text .title{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    max-height: 3em;
}
.blog-related .item .text .des{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.4em;
    max-height: 4.6em;
}
.blog-related .item .text .info {
    column-gap: 2rem;
    justify-content: space-between;
}
.blog-related .item .text .info .tag{
    text-transform: uppercase;
    white-space: nowrap;
}

/*cisco */
.cisco-sigle.blog-header{
    background: transparent;
}
.cisco-sigle.blog-header .line{
    width: 100%;
    height: 2px;
    background: #333;
    background: linear-gradient(to right, var(--color-blue-01), var(--color-blue-02));
    margin-top: 5px;
}
.cisco-sigle.blog-header .container {}
.cisco-sigle.blog-header .container .left{
    width: 38%;
    flex-shrink: 0;
    position: relative;
}
.cisco-sigle.blog-header .container .left .img{
    width: 100%;
    max-width: none;
    aspect-ratio: 5 / 2;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 5px #d7d7d7db;
}
.cisco-sigle.blog-header .container .left .img>img{
    border: none
}
.cisco-sigle.blog-header .container .left .author{
    position: absolute;
    right: -1rem;
    bottom: -1rem;
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}
.cisco-sigle.blog-header .container .right{
    flex-grow: 1;
}
.cisco-sigle.blog-header .container .right .author{
    color: var(--color-blue-01);
}

