
.navigation-box{position: fixed;top: 0;left: 0;display: flex;align-items: center;height: 0.8rem;width: 100%;background-color: #fff;z-index: var(--navigation-index);}
.navigation-box .navigation, .navigation-box .nav-options-box, .navigation-box .nav-tag-list{display: flex;align-items: center;}
.navigation-box .nav-options-box{height: 100%;}
.navigation-box .navigation{height: 100%;justify-content: space-between;}
.navigation-box .nav-tag-list{height: 100%;}
.navigation-box .logo{display: block;height: 0.4rem;}
.navigation-box .nav-tag-item{position: relative;padding: 0 0.5rem;height: 100%;}
.navigation-box .tag{display: flex;align-items: center;justify-content: center;height: 100%;white-space: nowrap;}
.navigation-box .nav-tag-drop{position: absolute;top: 100%;left: 50%;min-width: 100%;display: flex;flex-direction: column;border-radius: 0 0 0.1rem 0.1rem;padding: 0.05rem;background-color: #fff;transform: translateX(-50%) scaleY(0);transform-origin: top center;opacity: 0;overflow: hidden;transition: 0.3s;}
.navigation-box .nav-tag-item:hover .nav-tag-drop{transform: translateX(-50%) scaleY(1);opacity: 1;}
.navigation-box .drop-item{text-align: center;padding: 0.1rem 0.2rem;transition: 0.3s;border-radius: 0.05rem;white-space: nowrap;}
.navigation-box .drop-item:hover{background-color: var(--theme-color);color: #fff;}
.navigation-box .nav-option{position: relative;height: 100%;display: flex;align-items: center;cursor: pointer;}
.navigation-box .nav-option img{height: 1em;}
.navigation-box .nav-option.lang:hover .lang-box{transform: translateX(-50%) scaleY(1);}
.navigation-box .lang-box{box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);}
.navigation-box .nav-option:nth-child(n+2){margin-left: 0.32rem;}
.navigation-box .option-icon{height: 100%;display: flex;align-items: center;white-space: nowrap;}
.navigation-box .option-icon span{margin-left: 0.1rem;}
.navigation-box .lang-box{position: absolute;top: 80%;left: 50%;transform: translateX(-50%) scaleY(0);transform-origin: top center;background-color: #fff;padding: 0.1rem;border-radius: 0.1rem;transition: 0.3s;}
.navigation-box .lang-box::before{content: "";position: absolute;top: -0.2rem;left: 50%;transform: translateX(-50%);width: 0;height: 0;border-top: 0.1rem solid transparent;border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-bottom: 0.1rem solid #fff;filter: drop-shadow(0 -0.06rem 0.05rem rgba(0, 0, 0, 0.1333333333));}
.navigation-box .lang-item{display: block;white-space: nowrap;line-height: 1.5;padding: 0.05rem 0.2rem;border-radius: 0.1rem;transition: 0.3s;cursor: pointer;}
.navigation-box .lang-item:hover{background-color: var(--theme-color);color: #fff;}
 .navigation-box .search-box {
    position: absolute;
    top: 80%;
    right: 0;
    display: flex;
    align-items: center;
    min-width: 4rem;
    min-height: .5rem;
    overflow: hidden;
    border: 0.01rem solid #0080ff66;
    background-color: #fff;
    transform: scale(0);
    transform-origin: right top;
    transition: .3s;
  }
    .navigation-box .search-box.active{
      transform: scale(1);
    }
  .navigation-box .search-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: .05rem;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: .08rem;
    border: none;
    background-color: var(--theme-color);
  }
  .navigation-box .search-icon img{
      filter: grayscale(1) brightness(10);
    }
.navigation-box .search-ipt{width: 100%;background-color: #fff;border: none;padding: 0.1rem;border-radius: 0.2rem;}
.navigation-box .nav-option.menu{display: none;}
.navigation-placeholder{height: 0.8rem;}
@media (max-width: 900px){
   .navigation-box  .nav-tag-item{padding: 0 .25rem;}
}
@media (max-width: 750px){
    .nav-tag-list{display: none !important;}
    .nav-option.menu{display: block !important;}
}
@media (max-width: 750px){.top-nav-container .nav-tabs{display: none;}
.nav-option.menu{display: block;}
}

.details-header{background-color: #f7f7f7;}
.breadcrumbs.dark{display: flex;align-items: center;height: 100%;padding-top: 0.58rem;padding-bottom: 0.58rem;}
.breadcrumbs.dark .breadcrumbs-item{display: flex;align-items: center;color: #333;transition: 0.3s;}
.breadcrumbs.dark .breadcrumbs-item:hover{color: var(--theme-color);}
.breadcrumbs.dark .breadcrumbs-item:nth-child(n+2)::before{content: "/";margin: 0 0.1rem;color: #333 !important;}
.breadcrumbs.dark .breadcrumbs-item:first-child::before{content: "";display: block;width: 1em;height: 1em;margin-right: 0.1rem;background: url("/static/home/images/icon/home-fill.png") no-repeat center center/contain;}
.details-header.news{background-color: #fff;}
.details-header.news .breadcrumbs{margin: 0 auto;width: 100%;max-width: 12rem;padding-top: 0.5rem;padding-bottom: 0.32rem;}
/* 隔断1 */
.news-details{margin: 0 auto;width: 100%;max-width: 12rem;}
.news-details .news-header{padding-bottom: 0.25rem;border-bottom: 0.01rem solid #f3f3f3;}
.news-details .news-title{line-height: 1.2; text-align: center;}
.news-details .news-info{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;margin-top: 0.38rem;}
.news-details .news-data{display: flex;align-items: center;color: #666;line-height: 1.5; margin: 0 auto}
.news-details .news-data p{line-height: unset; }
.news-details .news-data p:nth-child(n+2){margin-left: 0.5rem; }
.news-details .share{display: flex;align-items: center;}
.news-details .share-icon{height: 1em;filter: grayscale(1) brightness(1.3);cursor: pointer;transition: 0.3s;}
.news-details .share-icon:nth-child(n+2){margin-left: 0.2rem;}
.news-details .share-icon:hover{filter: none;}
.news-details .view-more{display: inline-flex;align-items: center;color: #fff;background-color: var(--theme-color);}
.news-details .view-more img{filter: grayscale(1) brightness(10);}
.news-details .view-more span, .news-details .view-more i{display: flex;align-items: center;height: 100%;}
.news-details .news-footer{display: flex;align-items: center;justify-content: space-between;padding-top: 0.44rem;padding-bottom: 1.13rem;border-top: 0.01rem solid #f3f3f3;}
.news-details .news-turner{display: flex;flex-direction: column;}
.news-details .news-prev, .news-details .news-next{line-height: 2.125;color: #666;transition: 0.3s;}
.news-details .news-prev:hover, .news-details .news-next:hover{color: var(--theme-color);}
.news-main{padding-top: 0.36rem;line-height: 1.888;color: #333;}
.news-main *{width: 100%;}

.news-main img{position: relative;left: 50%;transform: translateX(-50%);max-width: 100%;height: 5.4rem;-o-object-fit: contain;object-fit: contain;margin: 0.25rem 0 0.3rem;}
@media (max-width: 750px){.news-details .share{margin-top: 0.3rem;}
.news-details .news-main img{height: auto;}
.news-details .news-footer{flex-direction: column;}
.news-details .view-more{margin-top: 0.5rem;}
}

.news-recommend-wrap{background-color: #f7f7f7;padding-top: 1rem;}
.news-recommend-wrap .news-recommend-title{color: #333;}
.news-recommend{display: flex;padding: 0.62rem 0 1.2rem;}
.news-recommend .news-date{color: #666;transition: 0.3s;}
.news-recommend .news-title{color: #333;line-height: 1.33;margin-top: 0.15rem;padding-bottom: 0.18rem;border-bottom: 0.01rem solid #e4e4e4;transition: 0.3s;}
.news-recommend .news-info{line-height: 1.625;color: #666;margin-top: 0.2rem;}
.news-recommend .news-item-mini{width: 5rem;}
.news-recommend .news-item-mini .know-more{margin-top: 0.35rem;}
.news-recommend .news-item-mini:nth-child(n+2){margin-left: 0.5rem;}
.news-recommend .news-mini-pic{width: 100%;height: 2.7rem;margin-bottom: 0.3rem;}
.news-recommend .news-mini-title{line-height: 1.25;color: #333;margin-top: 0.15rem;}
.news-recommend .know-more{display: inline-flex;color: var(--theme-color);margin-top: 0.68rem;}
.news-recommend .know-more .icon{filter: none;}
.news-recommend .paging-turner{margin-top: 0.8rem;}
@media (max-width: 750px){.news-recommend{flex-direction: column;}
.news-recommend .news-item-mini{width: 100%;}
.news-recommend .news-item-mini:nth-child(n){margin-left: 0;}
.news-recommend .news-item-mini:nth-child(n+2){margin-top: 0.6rem;}
}

.page-bottom-wrap{background-color: #1b1b1e;padding-top: 0.6rem;}
.page-bottom-main{display: flex;justify-content: space-between;}
.page-bottom-main .pbm-logo{display: inline-block;height: 0.4rem;}
.page-bottom-main .hot-line-box{margin-top: 0.3rem;}
.page-bottom-main .hot-line-title{color: #ccc;line-height: 2.25;}
.page-bottom-main .hot-line-number{color: #fff;line-height: 1.5;}
.page-bottom-main .address-email{margin-top: 0.14rem;}
.page-bottom-main .address, .page-bottom-main .email{line-height: 1.8;color: rgba(255, 255, 255, 0.5);}
.page-bottom-main .pbm-right{display: flex;}
.page-bottom-main .pbm-list:nth-child(n+2){margin-left: 1.35rem;}
.page-bottom-main .pbm-list-title{color: #fff;margin-bottom: 0.3rem;}
.page-bottom-main .pbm-item{color: rgba(255, 255, 255, 0.4980392157);line-height: 0.36rem;transition: 0.3s;}
.page-bottom-main .pbm-item:hover{color: #fff;}
.page-bottom-footer{display: flex;justify-content: space-between;margin-top: 0.3rem;}
.page-bottom-footer .share-list{display: flex;}
.page-bottom-footer .share{display: flex;align-items: center;justify-content: center;width: 0.46rem;height: 0.46rem;border-radius: 50%;background-color: rgba(255, 255, 255, 0.1);padding: 0.1rem;transition: 0.3s;}
.page-bottom-footer .share:nth-child(n+2){margin-left: 0.2rem;}
.page-bottom-footer .share:hover{background-color: var(--theme-color);}
.page-bottom-footer .link-box{display: flex;align-items: center;}
.page-bottom-footer .link-title{line-height: 1.5;}
.page-bottom-footer .link-list{display: flex;align-items: center;margin-left: 0.21rem;}
.page-bottom-footer .link-title{color: rgba(255, 255, 255, 0.5);}
.page-bottom-footer .link-item{display: flex;align-items: center;height: 1em;}
.page-bottom-footer .link-item:nth-child(n+2){margin-left: 0.16rem;}
.copyright-box{display: flex;align-items: center;justify-content: space-between;height: 0.75rem;width: 100%;border-top: 0.01rem solid rgba(255, 255, 255, 0.0862745098);margin-top: 0.48rem;color: rgba(255, 255, 255, 0.4980392157);}
.copyright-box .copyright, .copyright-box .code-by{line-height: 1.5;}
@media (max-width: 1300px){.page-bottom-main .pbm-list:nth-child(n+2){margin-left: 0.6rem;}
}
@media (max-width: 1000px){.pbm-right{display: none !important;}
.pbm-left{flex: 1;display: flex;flex-direction: column;align-items: center;}
.hot-line-box{display: flex;align-items: center;}
.hot-line-number{margin-left: 0.2rem;}
.address-email{text-align: center;}
.page-bottom-footer{flex-direction: column;align-items: center;}
.link-box{margin-top: 0.3rem;}
.copyright-box{height: auto;padding: 0.2rem 0;flex-direction: column;align-items: center;text-align: center;}
.copyright-box .code-by{margin-top: 0.2rem;}
}
