/* 轮播图区域 */
.section-bg {
    padding: 1rem 0;
}

.section-swiper .swiper {
    height: 370px;
    position: relative;
}

.section-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-out 0s;
}

.section-swiper .swiper-slide:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -ms-transform: scale(1.02);
}

.slide-text {
    box-sizing: border-box;
    text-align: left;
}

.slide-text h2 {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    background: linear-gradient(to top, rgba(6,6,8,.8), rgba(6,6,8,0));
    padding: 1rem 1.5rem;
}

.slide-text a {
    width: 80%;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

/* 轮播箭头 */
.section-swiper .swiper-button-next,
.section-swiper .swiper-button-prev {
    width: 45px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform-origin: 0 0 0;
    transition: all 0.3s ease-out 0s;
}

.section-swiper:hover .swiper-button-next,
.section-swiper:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}

.section-swiper:hover .swiper-button-next {
    right: 3%;
}

.section-swiper:hover .swiper-button-prev {
    left: 3%;
}

.section-swiper .swiper-button-next:hover,
.section-swiper .swiper-button-prev:hover {
    color: #dbdbdb;
}

.section-swiper .swiper-button-next:after,
.section-swiper .swiper-button-prev:after {
    position: relative;
    font-size: 1.5rem;
}

.section-swiper .swiper-button-prev:after {
    left: -1px;
}

.section-swiper .swiper-button-next:after {
    left: 1px;
}

.section-swiper .swiper-button-next.swiper-button-disabled,
.section-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

/* 轮播分页器 */
.section-swiper .swiper-horizontal .swiper-pagination {
    left: auto;
    right: 0;
    bottom: 0;
    width: 22%;
    text-align: right;
    margin: 0 1rem 1rem 0;
}

.section-swiper .swiper .swiper-pagination-bullet {
    background: #fff;
}

.section-swiper .swiper .swiper-pagination-bullet-active {
    background: #db214c;
    width: 30px;
    border-radius: 10px;
}

/* 通用布局 */
.yg-index-center {
    position: relative;
}

/* 头条样式 */
.yg-headline .hd {
    position: relative;
    margin: 10px auto 25px;
    border-top: 1px solid #e3e3e3;
}

.yg-headline .hd h3 {
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #fff url(../images/sp.png) 0 0 no-repeat;
}

.yg-headline .bd {
    width: 100%;
}

.yg-headline .bd dl {
    width: 100%;
    margin-top: 15px;
}

.yg-headline .bd dt a {
    text-align: center;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.yg-headline .bd dt a:hover {
    color: #db214c;
    text-decoration: none;
}

.yg-headline .bd dd p {
    line-height: 1.6rem;
    text-indent: 2rem;
    padding-top: 10px;
    font-size: 14px;
    color: #999;
}

.yg-headline .bd dd a {
    display: inline;
    font-size: 14px;
    color: #db214c;
    font-weight: normal;
}

/* 文章列表 */
.yg-atc-list-wrap {
    width: 100%;
}

.yg-headline ul {
    padding-top: 10px;
    border-top: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

.yg-atc-list {
    margin-top: 1rem;
    display: inline-block;
}

.yg-atc-list li {
    flex: 0 0 calc(50% - 7px);
    height: 35px;
    line-height: 35px;
}

.yg-atc-list li a {
    line-height: 35px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.yg-atc-list li a.bold {
    font-weight: bold;
}

.yg-atc-list li i {
    float: left;
    width: 10px;
    margin-right: 10px;
    font: bold 30px/35px "Arial";
    color: #ccc;
}

/* 标题样式9 */
.yg-tt9 {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #a7a7a7;
}

.yg-tt9 h3 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #db214c;
    line-height: 39px;
}

.yg-tt9 .more {
    float: right;
    height: 30px;
    padding-right: 20px;
    font-size: 14px;
    color: #999;
    background: #fff url(../images/more.gif) right 13px no-repeat;
}

.yg-tt9 .more:hover {
    color: #db214c;
}

/* 专题样式 */
.yg-topic {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1.5rem;
}

.yg-topic li {
    flex: 0 0 calc(33.333% - 7px);
    display: inline-block;
    overflow: hidden;
    border: 1px #E9E9E9 solid;
}

.yg-topic li a {
    overflow: hidden;
    display: block;
}

.yg-topic li a img {
    display: block;
    margin: 0 auto;
    border: 0;
    width: 100%;
    height: 145px;
    transition: opacity .3s, transform .3s ease-in-out;
    object-fit: cover;
}

.yg-topic li:hover img {
    opacity: .86;
    transform: scale(1.05);
}

.yg-topic li p {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    text-align: left;
    overflow: hidden;
    padding: 8px;
}

.yg-topic li p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    line-height: 18px;
    text-align: center;
}

/* 标题样式8 */
.yg-tt8 {
    position: relative;
    width: 100%;
    margin: 30px auto;
    border-top: 1px solid #e3e3e3;
    z-index: 99;
}

.yg-tt8 i {
    position: absolute;
    top: -14px;
    left: 0;
    width: 22px;
    height: 22px;
    background: #fff url(../images/sp1.png) 0 0 no-repeat;
}

.yg-tt8 h5 {
    position: absolute;
    top: -18px;
    left: 30px;
    font-size: 20px;
    color: #010101;
    background: #fff;
}

.yg-tt8 span {
    position: absolute;
    top: -15px;
    right: 100px;
    height: 28px;
    line-height: 26px;
    padding: 0 15px;
    color: #999;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
}

.yg-tt8 span s {
    color: #db214c;
}

.yg-tt8 span.bang {
    right: 0;
}

.yg-tt8 .more {
    position: absolute;
    top: -18px;
    right: 0;
    height: 36px;
    line-height: 32px;
    padding: 0 20px;
    font-size: 14px;
    color: #999;
    background: #fff url(../images/more.gif) right 9px no-repeat;
}

.yg-tt8 .more:hover {
    color: #db214c;
}

/* 成功案例 */
.yg-suc-case {
    margin: 15px auto 0;
}

.yg-suc-case dl {
    margin: 5px 0;
    border-bottom: 1px dashed #d6d6d6;
}

.yg-suc-case h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.yg-suc-case dd {
    margin: 0;
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}

.yg-suc-case p {
    line-height: 20px;
    font-size: 14px;
    color: #999;
    padding-right: 2rem;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-indent: 1.6rem;
}

.yg-suc-case p a {
    color: #db214c;
}

.yg-suc-case img {
    object-fit: cover;
    width: 140px;
    height: 100px;
    padding-bottom: 1rem;
}

/* 栏目样式 */
.yg-column {
    position: relative;
    height: 40px;
    border-bottom: 5px solid #a7a7a7;
}

.yg-column h5 {
    float: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 5px solid #db214c;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.yg-column span {
    float: left;
    height: 30px;
    border-left: 10px solid #fff;
    margin-top: 10px;
    font: 20px "Myriad Pro";
    text-transform: uppercase;
    color: #999;
}

.in-column {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

.yg-bnr img {
    height: 160px;
}

/* 供应产品 */
.yg-supply {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1.5rem;
}

.yg-supply li {
    flex: 0 0 calc(16.6666% - 9px);
    display: inline-block;
    overflow: hidden;
    border: 1px #E9E9E9 solid;
}

.yg-supply li a {
    overflow: hidden;
    display: block;
}

.yg-supply li a img {
    display: block;
    margin: 0 auto;
    border: 0;
    width: 100%;
    height: 145px;
    transition: opacity .3s, transform .3s ease-in-out;
    object-fit: cover;
}

.yg-supply li a h4 {
    padding: 10px 8px;
}

.yg-supplyc li:hover img {
    opacity: .86;
    transform: scale(1.05);
}

.yg-supply li p {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    text-align: left;
    overflow: hidden;
    padding: 8px;
}

.yg-supply li p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    line-height: 18px;
}

/* 行业视角 */
.yg-trade-view {
    margin-top: 20px;
}

.yg-trade-view .bd {
    height: 145px;
    overflow: hidden;
}

.yg-trade-view .bd li {
    height: 145px;
    padding: 20px 67px;
    text-align: center;
    background: #f2f2f2;
    display: none;
}

.yg-trade-view .bd li.show {
    display: block;
}

.yg-trade-view .bd h4 {
    font: bold 20px "microsoft yahei";
}

.yg-trade-view .bd p {
    line-height: 1.4rem;
    text-indent: 2rem;
    font-size: 14px;
    text-align: left;
    color: #999;
    margin-top: 10px;
}

.yg-trade-view .bd p a {
    color: #db214c;
}

.yg-trade-view .bd span {
    line-height: 20px;
    font-size: 16px;
}

.yg-trade-view .bd a:hover {
    text-decoration: none;
}

.yg-trade-view .hd img {
    display: block;
    width: 100%;
    height: 92px;
    object-fit: cover;
}

.yg-trade-view .hd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px auto;
}

.yg-trade-view .hd li {
    flex: 0 0 calc(33.333% - 7px);
    border: 3px solid #e3e3e3;
}

.yg-trade-view .hd li.on {
    border: 3px solid #db214c;
}

/* 友情链接 */
.links-a {
    background: #fdfdfd;
    border-top: 1px solid #e3e3e3;
    line-height: 1;
    margin-bottom: 15px;
    padding-top: 10px;
}

.links-a h3 {
    color: #1b1b1b;
    font-size: 1rem;
    margin: .5rem 0;
}

.links-a a {
    display: inline-block;
    color: #999;
    position: relative;
    margin-bottom: 10px;
    font-size: .875rem;
    padding: 0 .75rem 0 0;
}

.links-a a:hover {
    color: #2a2df0;
}

.links-a a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 1px;
    height: 10px;
    margin: 0 5px;
    background-color: #999;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.links-a a:last-child:after {
    display: none;
}

/* 列表区域 */
.section-list {
    padding: 2rem 0 2rem 0;
}

.multi-filter {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    padding-bottom: 1.25rem;
    padding-left: .5rem;
    flex: 1 1 auto;
}

.multi-filter h2 {
    color: #121212;
    font-size: 1.425rem !important;
    line-height: 1.4;
}

/* 分类导航 */
.archive-navbar {
    position: relative;
}

.archive-navbar ul {
    display: block;
}

.archive-navbar li {
    margin: .5rem .5rem 0 0;
    float: left;
}


.archive-navbar li:nth-child(8n) {
    margin-right: 0px;
}

.archive-navbar li a {
    font-size: .875rem;
    padding: .4125rem 1.05rem;
    border-radius: .2rem;
    color: #6b6b6d;
    background-color: #eff1f5;
    border-color: #eff1f5;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* 选中状态样式 —— 直接复制 */
.archive-navbar li.on a {
    color: #fff;
    background-color: #db214c;
}
.archive-navbar li a:hover {
    background-color: #db214c;
    color: #fff;
}

.archive-navbar li a.active {
    background-color: #db214c;
    border-color: #db214c;
    color: #fff;
}

/* 新闻列表 */
.news-list {
    position: relative;
}

.news-list-default .item {
    border-left: 2px solid #fff;
    border-bottom: 1px solid #e3e3e3;
    align-items: stretch;
    display: flex;
    overflow: hidden;
    transition: all .3s ease 0s;
    padding: 1rem .6rem;
}

.news-list-default .item:hover {
    border-left: 2px solid #db214c;
    background-color: #f1f1f1;
}

.news-list-default .item-img {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    transition: box-shadow .3s ease 0s;
    width: 30%;
}

.news-list-default .item-img .item-img-inner {
    border-radius: 8px;
    display: block;
    overflow: hidden;
    position: relative;
}

.news-list-default .item-img img {
    display: block;
    height: 150px;
    object-fit: cover;
    transition: all .3s ease-out 0s;
    width: 100%;
}

.news-list-default .item-img .item-img-inner:hover img {
    transform: scale(1.03);
    transition: all .3s ease-out 0s;
}

.news-list-default .item-content {
    display: grid;
    align-content: space-between;
    padding-left: 20px;
    row-gap: 0;
    width: 100%;
}

.news-list-default .item-body {
    flex: 1 1 auto;
}

.news-list-default .item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 10px;
}

.news-list-default .item-title a {
    color: #1a1a1a;
    font-size: 20px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-decoration: none;
}

.news-list-default .item-title a:hover {
    color: #db214c;
}

.news-list-default .item-excerpt {
    color: #878787;
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 15px;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.news-list-default .item-excerpt p {
    color: #878787;
    font-size: 16px;
    margin-bottom: 0;
}

.news-list-default .item-meta {
    display: flex;
    align-items: center;
    color: #a1a1a8;
}

.news-list-default .item-meta .meta-li {
    color: #a1a1a1;
    font-size: 14px;
    display: inline-block;
    line-height: inherit;
    margin-right: 15px;
    vertical-align: top;
}

.news-list-default .item-meta .meta-li a {
    color: #a1a1a1;
}

.news-list-default .item-meta .meta-li a:hover {
    color: #db214c;
}

.news-list-default .item-meta .meta-li i {
    margin-right: .2rem;
}

.news-list-default .item-meta .meta-li:last-child {
    flex: 1;
    text-align: right;
    margin-right: 0;
}

/* 侧边栏 */
.siderbar-box {
    position: relative;
    background-color: #fff;
    clear: both;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.tit {
    padding: .5rem 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

.tit h3 {
    position: relative;
    padding: 0 0 0 10px;
    font-size: 1.1rem;
    color: #121212;
    font-weight: 500;
    line-height: 1;
}

.tit h3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 10px;
    background-color: #3858f6;
    transform: translate(0%, -50%);
}

.yg-tt {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.yg-tt h3 {
    height: 35px;
    line-height: 35px;
    padding: 1px 10px 20px 20px;
    font-size: 18px;
    font-weight: 600;
    background: #fff url(../images/tit-r.gif) no-repeat;
}

/* 热门列表 */
.hot-item {
    position: relative;
}

.hot-item li {
    padding: 12px 0;
    border-top: 1px solid #f7f7f7;
    display: inline-flex;
    width: 100%;
    position: relative;
    padding-left: 15px;
}

.hot-item li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    top: 20px;
    border-radius: 50%;
    background: #db214c;
}

.hot-item li span {
    font-size: 13px;
    margin-right: 5px;
}

.hot-item li:first-child {
    border: none;
}

.hot-item li a {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #333b55;
    overflow: hidden;
    font-weight: 400;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot-item li a:hover {
    color: #db214c;
}

.hot-item li .badge {
    color: #ecf0f9;
    background-color: #474749;
    border-color: #474749;
    display: inline-block;
    padding: .25em .6em;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.hot-item li:nth-child(1) .badge {
    background: linear-gradient(to right, #ff7955, #ee0918);
}

.hot-item li:nth-child(2) .badge {
    background: linear-gradient(to right, #ffb784, #ff9143);
}

.hot-item li:nth-child(3) .badge {
    background: linear-gradient(to right, #f5ccaf, #e6af87);
}

/* 图片列表 */
.img-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1rem;
}

.img-item li {
    flex: 0 0 calc(100% - 0px);
    display: inline-block;
    overflow: hidden;
}

.img-item li a {
    overflow: hidden;
    display: block;
    border-radius: 5px;
}

.img-item li a img {
    display: block;
    margin: 0 auto;
    border: 0;
    width: 100%;
    height: 160px;
    transition: opacity .3s, transform .3s ease-in-out;
    object-fit: cover;
}

.img-item li:hover img {
    opacity: .86;
    transform: scale(1.05);
}

.img-item li p {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    text-align: left;
    overflow: hidden;
}

.img-item li p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    line-height: 18px;
}

/* 文章详情 */
.entry-main {
    background: #fff;
    display: block;
    padding: 30px 0px;
    min-height: 500px;
}

.article-detail {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4ff;
    border-width: 1px !important;
}

.article-detail .detail-title {
    color: #121212;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 1rem;
}

.article-detail .infos {
    color: #999;
    font-size: 14px;
    margin-bottom: 25px;
}

.article-detail .infos a {
    color: rgba(26,26,26,0.6);
    font-size: 14px;
}

.article-detail .infos a:hover {
    color: #db214c;
}

.article-detail .infos span {
    color: rgba(26,26,26,0.6);
    font-size: 14px;
}

.article-detail .infos span.dot {
    color: #999;
    font-size: 14px;
    margin: 0 5px;
}

.article-detail .infos span a {
    color: #db214c;
}

.article-detail .infos .iconfont {
    display: inline-block;
    padding-right: 2px;
    font-size: 14px;
}

/* 文章内容 */
.article-body {
    color: #262626;
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.8;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    word-break: normal;
}

.article-body img {
    max-width: 100% !important;
    width: auto!important;
    height: auto !important;
    border-radius: 5px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.article-body video {
    width: auto;
    max-width: 100%!important;
    height: auto!important;
    border-radius: 5px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.article-body p {
    margin: 0 0 1.25rem;
    color: #262626;
    font-size: 1rem;
    text-indent: 2rem;
    line-height: 1.8;
}

.article-body ol {
    padding: 0;
}

.article-body code {
    padding: 3px 5px;
    margin: 0 2px;
    border-radius: 2px;
    font-size: .875em;
    color: #db214c;
    background-color: #f4f4ff;
    font-family: 'Microsoft Yahei',"Helvetica Neue",Helvetica,Arial,sans-serif;
    word-wrap: break-word;
}

.article-body pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: "Microsoft Yahei";
    white-space: pre-wrap;
}

.article-body pre code {
    color: inherit;
    background-color: inherit;
}

.article-body pre {
    margin: 20px 0;
    font-size: 12px;
    line-height: 22px;
    background: #4a4a4a;
    padding: 10px 20px;
    color: #f8f8d4;
    border: 0;
}

.article-body h1,
.article-body h2,
.article-body h3 {
    color: #262626;
    line-height: 1.8;
}

.writer {
    display: flex;
    justify-content: flex-end;
}

.writer span {
    color: #6b6b6d;
    font-size: 14px;
}

.comment-info {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 2rem;
}

.article-tags {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 5px;
}

.article-tags a {
    color: #777;
    font-size: .875rem;
    background: #f1f1f1;
    border-radius: 4px;
    text-align: center;
    padding: 5px 15px;
}

.article-tags a:hover {
    background-color: #db214c;
    color: #fff;
}

.tip {
    position: relative;
    background: #f7f8fa;
    border-radius: 6px;
    margin: 1.5rem 0;
    transition: .5s;
}

.tip >p {
    font-size: 14px;
    color: #8d8f96;
    margin: 5px 0;
    padding: 20px 15px;
    line-height: 1.6;
}

.post-copyright {
    font-size: 14px;
    color: #8d8f96;
    line-height: 1.6;
    padding: 1rem 1rem;
    margin-top: 2rem;
    background: #f7f8fb;
}

.share {
    display: flex;
    justify-content: flex-end;
}

.navigate {
    margin-bottom: 20px;
}

.navigate li {
    line-height: 32px;
    margin-bottom: 5px;
}

.navigate li span {
    display: inline-block;
    background-color: #c4c4c4;
    color: #fff;
    padding: 0 15px;
    margin-right: 10px;
}

.news-interest {
    position: relative;
    background-color: #fff;
    clear: both;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.relevant {
    position: relative;
}

.relevant ul {
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.relevant li {
    flex: 0 0 calc(50% - 7px);
    position: relative;
    padding-left: 15px;
    list-style: none;
}

.relevant li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    top: 7px;
    border-radius: 50%;
    background: #db214c;
}

.relevant li a {
    color: #16133d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.relevant li:hover a {
    color: #db214c;
}

/* 移动端响应式 */
@media (max-width:767.98px) {
    .header-site {
        padding: 0;
    }

    .section-swiper .swiper {
        height: 260px;
    }

    .section-swiper .swiper-button-next,
    .section-swiper .swiper-button-prev {
        display: none !important;
    }

    .section-swiper .swiper-horizontal .swiper-pagination {
        bottom: 18%;
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .slide-text a {
        width: 100%;
        font-size: .875rem;
    }

    .yg-supply li {
        flex: 0 0 calc(50% - 7px);
    }

    .yg-headline .bd dt a {
        height: auto;
        line-height: 24px;
    }

    .yg-topic li a img {
        height: 95px;
    }

    .news-list-default .item-img {
        width: 33%;
    }

    .news-list-default .item-meta .meta-li.category {
        display: none;
    }

    .news-list-default .item-title {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.36;
    }

    .news-list-default .item-title a {
        max-height: 50px;
        font-size: 17px;
    }

    .news-list-default .item-excerpt {
        display: none;
    }

    .news-list-default .item-content {
        padding-left: 10px;
    }

    .news-list-default .item-img img {
        height: 90px;
    }

    .img-item li {
        flex: 0 0 calc(50% - 5px);
    }

    .comment-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .relevant li {
        flex: 0 0 calc(100% - 0px);
    }
}