
.breadcrumb{display: flex;align-items: baseline;padding: 0.3rem 0;}
.breadcrumb.absolute{position: absolute;top: 0;left: 0;width: 100%;}
.breadcrumb .breadcrumb-item{line-height: 1.625;color: #666;transition: 0.3s;}
.breadcrumb .breadcrumb-item:nth-child(n+2)::before{content: ">";display: inline-block;margin: 0 0.18rem;color: #666 !important;}
.breadcrumb .breadcrumb-item:hover{color: var(--theme-color);}

.news-header, .news-main{padding: 0 0.6rem;}
.breadcrumb.news-page{margin: 0 auto;width: 100%;max-width: 17.2rem;padding: 0.35rem 0.6rem;margin-bottom: 0.34rem;}
.new-article{margin: 0 auto;width: 100%;max-width: 11.16rem;}
.new-article .news-data{display: flex;justify-content: space-between;padding: 0.28rem 0;border-bottom: 0.02rem solid #e8e8e8;}
.new-article .news-share{display: flex;align-items: center;height: 1em;}
.new-article .share-item{display: inline-block;height: 100%;cursor: pointer;}
.new-article .share-item:nth-child(n+2){margin-left: 0.2rem;}
.news-main{margin-top: 0.5rem;}
.news-main p{line-height: 1.333;color: #666;font-size: inherit;}
.news-main img{width: 100%;-o-object-fit: contain;object-fit: contain;margin: 0.59rem 0 0.35rem;}
.news-main img:first-child{margin-top: 0;}
.news-footer{display: flex;align-items: stretch;height: 1.4rem;border-top: 0.01rem solid #e8e8e8;margin-top: 0.73rem;}
.news-footer .prev-news, .news-footer .next-news{display: flex;align-items: center;width: 50%;padding: 0 0.9rem;}
.news-footer .prev-news:hover, .news-footer .next-news:hover{color: var(--theme-color);}
.news-footer .prev-news:hover .turn-icon, .news-footer .next-news:hover .turn-icon{filter: none;}
.news-footer .prev-news{justify-content: flex-end;}
.news-footer .next-news{border-left: 0.01rem solid #e8e8e8;}
.news-footer .news-turner{display: flex;align-items: center;max-width: 100%;}
.news-footer .prev-news .turn-icon{margin-right: 0.9rem;}
.news-footer .next-news .turn-icon{margin-left: 0.9rem;}
.news-footer .news-turner-content{display: flex;align-items: center;}
.news-footer .pre-title{flex: 1;overflow: hidden;line-height: 1.5;white-space: nowrap;transition: 0.3s;}
.news-footer .label{display: block;line-height: 1.5;white-space: nowrap;}
.news-footer .turn-icon{display: flex;align-items: center;flex-shrink: 0;height: 0.5em;filter: grayscale(1) brightness(0);transition: 0.3s;}
.news-footer .next-news .turn-icon{transform: rotate(180deg);}
@media (max-width: 750px){.news-footer{height: auto;flex-direction: column;}
.news-footer .prev-news, .news-footer .next-news{width: 100%;height: 1rem;}
.news-footer .next-news{border-left: none;border-top: 0.01rem solid #e8e8e8;}}
