@charset "utf-8";
html {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {width:100%;min-height:100vh;vertical-align:baseline;word-wrap:break-word;color:#282a2d;background:#fff;transition:background-color .3s}
body,input,button,select,optgroup,option,textarea,blockquote,dd,dl,figure,form,pre,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {font-family:'Microsoft Yahei',"Helvetica Neue",Helvetica,Arial,sans-serif}
body,html {height:100%;margin:0;padding:0;border:0}
*, ::after, ::before {box-sizing: border-box;}
a {color:#282a2d;outline:0!important;text-decoration:none}
a:hover {text-decoration:none;color:#ce2027}
p {margin:0;white-space:normal;word-break:break-all}
i {font-style:normal}
ul,li,p,h1,h2,h3 {list-style-type:none;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:400;line-height:1.4;color:#ce2027;margin:0;}
div,h1,h2,h3,h4,h5,p,form,ul,label,input,textarea,img,span,dl,dt,dd {margin:0px;padding:0;outline:0;}
img {border:0;max-width: 100%;}
input,select,button,textarea{border:0; background:none; outline:none; vertical-align:middle;}
input::placeholder {color: #858585;}

/*header*/
.header {position:fixed;left:0;top:0;width:100%;background:#fff;border-bottom:1px solid #ededed;z-index:2000;height:92px;border-top: solid 0.4em #ce2027;}
.header-container {margin:0 auto;justify-content:space-between;padding:0 30px;}
.header-container,.header-l {height:100%;display:flex;align-items:center;}
.header-l .logo {height:100%;display:block;width:133px;background:url(../images/logo.png) no-repeat 50%;background-size:contain;}

.header-l .s-body{position:relative;margin-left:30px}
.header-l .s-box{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:5px;width:400px;height:40px;background:#f9f9f9;border-radius:8px}
.header-l .s-box .s-box-input{flex:1;margin-left:7px;padding:0;border:none;outline:none;background:none;height:30px;line-height:1px;font-size:14px;color:#313234}
.header-l .s-box .s-box-input::-moz-placeholder {color:#999}
.header-l .s-box .s-box-input:-ms-input-placeholder {color:#999}
.header-l .s-box .s-box-input::placeholder {color:#999}
.header-l .s-box .s-box-btn{position:relative;padding-left:1px;width:30px;height:30px;background:url(../images/icons_pro.png) no-repeat 0 -60px;background-size:auto 90px;cursor:pointer}
.header-l .s-box .s-box-btn:hover {background-position:-30px -60px}
.header-l .s-box .s-box-btn:before {content:"";display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:20px;background:#ededed}

.header-r {display:flex;justify-content:flex-end;align-items:center;height:100%;}
.weather-box{height:72px;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;    z-index: -999;}
.header-swiper{position: relative;border-radius: 4px;width: 245px;display: flex;align-items: center;justify-content: space-between;}
.header-swiper .swiper-slide img { vertical-align: middle;height: 60px;width: 100%;object-fit: cover;border-radius: 4px;}
@media (max-width:767.98px) {
.header-swiper .swiper {height: 260px;}
}
/*left nav*/
.main-nav-body {position:fixed;z-index:100;left:0;top:calc(104px - 12px);width:180px;height:calc(100vh - 85px)}
.main-nav-box {position:absolute;background:hsl(0deg 0% 100% / 100%);z-index:100;left:0;top:0;padding-top:30px;width:100%;border-radius: 10px;}
.main-nav-box li,.main-nav-box ul {list-style:none}
.main-nav {margin-left:33px;border-bottom:1px solid #efefef}
.main-nav li {display:block;margin-bottom:20px;font-size:16px}
.main-nav li a {position: relative;color:#4b4a4a;display: flex;align-items: center;justify-content: flex-start;transition: all .3s ease-out 0s;}
.main-nav li a:hover {color:#ce2027;}
.main-nav li a span{margin-left:10px;font-size: 16px;}
.main-nav li a i{font-size: 20px;}
.main-nav li a .nav-ico{height: 20px;display: flex;align-items: center;}
.main-nav li.contribution a .nav-ico:after{content: "";display: inline-block;width: 18px;height: 18px;background-image: url(../images/nav-icon1.png);background-size: 100% 100%;transition: all .2s ease-out 0s;}
.main-nav li:hover.contribution a .nav-ico:after{background-image: url(../images/nav-icon1-hover.png);}
.main-nav li.report a .nav-ico:after{content: "";display: inline-block;width: 18px;height: 18px;background-image: url(../images/nav-icon2.png);background-size: 100% 100%;transition: all .2s ease-out 0s;}
.main-nav li:hover.report a .nav-ico:after{background-image: url(../images/nav-icon2-hover.png);}
.main-nav li.business a .nav-ico:after{content: "";display: inline-block;width: 18px;height: 18px;background-image: url(../images/nav-icon3.png);background-size: 100% 100%;transition: all .2s ease-out 0s;}
.main-nav li:hover.business a .nav-ico:after{background-image: url(../images/nav-icon3-hover.png);}
.animate__fadeInLeft{-webkit-animation-name:fadeInLeft-data-v-7f70118a;animation-name:fadeInLeft-data-v-7f70118a;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animate__fadeInLeft,.animate__fadeOutLeft {-webkit-animation-duration:.2s;animation-duration:.2s}
.animate__fadeOutLeft {-webkit-animation-name:fadeOutLeft-data-v-7f70118a;animation-name:fadeOutLeft-data-v-7f70118a;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInLeft-data-v-7f70118a {0% {transform:translate3d(-150%,0,0)}
to {transform:translateZ(0);z-index:10}
}
@keyframes fadeInLeft-data-v-7f70118a {0% {transform:translate3d(-150%,0,0)}
to {transform:translateZ(0);z-index:10}
}
@-webkit-keyframes fadeOutLeft-data-v-7f70118a {0% {transform:translateZ(0)}
to {transform:translate3d(-150%,0,0);z-index:-1}
}
@keyframes fadeOutLeft-data-v-7f70118a {0% {transform:translateZ(0)}
to {transform:translate3d(-150%,0,0);z-index:-1}
}


.my-nav {padding-left:33px;padding-top:20px;width:142px;overflow:hidden}
.my-nav>h1 {font-size:16px;font-weight:700;color:#666;margin-bottom:16px;position:relative}
.my-nav>h1 .arrow-box {position:absolute;right:0;top:-1px;width:24px;height:24px;cursor:pointer}
.my-nav>h1 .arrow-box img {width:100%;display:block}
.my-nav-list li {margin-bottom:20px;position:relative}
.my-nav-list li a {box-sizing:border-box;position:relative;padding-left:11px;font-size:16px;line-height:20px;max-width:100%;height:20px;color:#666;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:top}
.my-nav-list li a:hover {color:#ce2027;}
.my-nav-list li a:after {content:"";position:absolute;z-index:10;left:0;top:3px;height:16px;width:2px;overflow:hidden;border-radius:1px;background:#ededed}
.my-nav-list li a:hover:after {background:#ce2027;}
.my-nav-list li.curr a {color:#ce2027;}
.my-nav-list li.curr a:after {background:#ce2027;}
.all-channel-box {position:absolute;z-index:-1;left:calc(180px + 10px);top:0;width:458px;height:95%;background:#fff;border-radius:8px;box-shadow:0 3px 8px rgba(0,0,0,.1);overflow:hidden;opacity:1;transform:translate3d(-150%,0,0)}
.all-channel-box h3 {height:60px;line-height:60px;text-align:center;position:relative;background:#f5f5f5;font-size:24px;font-weight:700;color:#313234}
.all-channel-box h3 .arrow-box {position:absolute;left:16px;top:18px;width:24px;height:24px;cursor:pointer}
.all-channel-box h3 .arrow-box img {width:100%;display:block}
.all-channel-box .channel-con {position:relative;padding:0 24px;height:calc(100% - 60px)}
.all-channel-box .channel-con h4 {font-weight: 600;color:#000; box-sizing:border-box;height:50px;line-height:55px;border-bottom:1px solid #ddd;overflow:hidden;font-size:18px;margin-bottom:12px;}
.all-channel-box .channel-con .channel-body {display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;padding-bottom:10px}
.all-channel-box .channel-con .channel-body .channel-item {background:#f7f7f7;text-align:center;height:36px;overflow:hidden;line-height:36px;border-radius:6px}
.all-channel-box .channel-con .channel-body .channel-item a {display:block;text-decoration:none;color:#313234;font-size: 14px;}
.all-channel-box .channel-con .channel-body .channel-item a:hover {color:#ce2027;}
.all-channel-box .channel-con .channel-body .gray a {color:#999}
.all-channel-box .channel-con .channel-body .currNav a {color:#ce2027;}
.my-channel.channel-con.ps {overflow-y: auto;  }
.my-channel.channel-con.ps::-webkit-scrollbar {width: 5px;}
.my-channel.channel-con.ps::-webkit-scrollbar-track {background: #fff;border-radius: 3px;}
.my-channel.channel-con.ps::-webkit-scrollbar-thumb {background: #fff;border-radius: 3px;}
.my-channel:hover.channel-con.ps::-webkit-scrollbar-thumb {background: #a8a8a8;}

.list-page .closed{width: 90px;}
.closed .main-nav{border-bottom:0;}
.closed .main-nav li a span{display: none;}
.closed .my-nav{display: none;}



/*index*/
.index-page{padding-top: 92px;min-height: 900px;}
.main-box{position: relative;}
.hotnews{padding:1.55rem 0;text-align: center;margin-top:1rem;}
.hotnews a{font-size: 1.75rem;font-weight: bold;color: #ce2027;letter-spacing: -0.05em;}
.hotnews a:hover{text-decoration:underline;text-underline-offset: 4px;}
.top-news{position: relative;box-shadow: 0 2px 8px rgba(0,0,0,.06);border-radius: 4px;padding:1rem 1rem;}
.top-news ul {display: flex;flex-wrap: wrap;gap: 10px; }
.top-news li {flex: 0 0 calc(50% - 7px);position:relative;padding-left:15px;list-style:none;}
.top-news li:before {position:absolute;content:'';width:4px;height:4px;left:0;top:7px;border-radius:50%;background:#ce2027;}
.top-news li a {color:#16133d;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.top-news li a:hover{color:#ce2027;}
.content-box{display: flex;flex-direction: row;}
.scroll-img-box{position: relative;width: 100%;border-radius: 3px;overflow: hidden;}
.scroll-img-box .swiper {height: 435px;position: relative;}
.scroll-img-box .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;transition: all .3s ease-out 0s}
.scroll-img-box .swiper-slide:hover img{-webkit-transform:scale(1.02);transform:scale(1.02);-ms-transform:scale(1.02)}
.slide-text {box-sizing:border-box;position:absolute;top:auto;left:0;right:0;bottom:0;z-index:2;background:linear-gradient(to top, rgb(111 54 56), rgba(6, 6, 8, 0));padding:3rem 1.5rem;text-align: left;}
.slide-text h2 {color:#fff;}
.slide-text a {width:100%;color:#fff;font-size:22px;line-height:1.4;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;}
.slide-text p {margin-top:.6rem;color:#fff;font-size: .875rem;width:100%;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 3;}
.scroll-img-box .swiper-button-next,.scroll-img-box .swiper-button-prev {width:45px;color:#fff;opacity:0;visibility:hidden;transform-origin:0 0 0;transition:all 0.3s ease-out 0s;}
.scroll-img-box:hover .swiper-button-next,.scroll-img-box:hover .swiper-button-prev {opacity:1;visibility:visible;}
.scroll-img-box:hover .swiper-button-next {right:3%}
.scroll-img-box:hover .swiper-button-prev {left:3%}
.scroll-img-box .swiper-button-next:hover {color:#dbdbdb;}
.scroll-img-box .swiper-button-prev:hover {color:#dbdbdb;}
.scroll-img-box .swiper-button-next:after,.scroll-img-box .swiper-button-prev:after {position:relative;font-size:1.5rem;}
.scroll-img-box .swiper-button-prev:after {left:-1px}
.scroll-img-box .swiper-button-next:after {left:1px}
.scroll-img-box .swiper-button-next.swiper-button-disabled,.scroll-img-box .swiper-button-prev.swiper-button-disabled {opacity:0;visibility:hidden;}
.scroll-img-box .swiper-horizontal .swiper-pagination {left:auto;right:0;bottom:0;width:100%;margin:0 1rem 1rem 0;}
.scroll-img-box .swiper .swiper-pagination-bullet{background:#fff;}
.scroll-img-box .swiper .swiper-pagination-bullet-active{background:#df0a0a;border-radius: 10px;}
@media (max-width:767.98px) {
.scroll-img-box .swiper {height: 260px;}
.scroll-img-box .swiper-button-next,.scroll-img-box .swiper-button-prev {display: none !important;}
.scroll-img-box .swiper-horizontal .swiper-pagination {bottom: 4%;margin: auto;text-align:center;width: 100%;}
.slide-text{padding: 2.5rem 1rem;}
.slide-text a{width: 100%;font-size: 1.25rem;}

}
.scroll-img-r{position: relative;}
.list-scroll-img{position: relative;}
.list-scroll-img li {margin-bottom:10px;padding-bottom: 10px; display:flex;width:100%;position:relative;overflow:hidden;border-bottom: 1px solid #f3f3f3;}
.list-scroll-img li:last-child {margin-bottom:0px;border-bottom: 0px solid #f3f3f3;}
.list-scroll-img li .item-img {width:175px;flex-shrink:0;overflow:hidden;border-radius:3px;}
.list-scroll-img li .item-img-inner {display:block;}
.list-scroll-img li .item-img img {display:block;width:100%;height:93px;object-fit:cover;transition:opacity .3s,transform .3s ease-in-out}
.list-scroll-img li:hover img{opacity:.86;transform:scale(1.05)}
.list-scroll-img li .item-content {position:relative;margin-left:10px;width:calc(100% - 110px);flex-shrink:1;}
.list-scroll-img li .item-content .item-title {margin-top:2px;margin-bottom:10px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-box-orient:vertical;display:block;display:-webkit-box;-webkit-line-clamp:2;line-height:1.4;}
.list-scroll-img li .item-content .item-title a {color:#262626;font-size:15px;}
.list-scroll-img li .item-content .item-title a:hover {color:#ce2027;}
.list-scroll-img li .item-content p i {font-size:14px;margin-right:4px;}
.list-scroll-img li .item-content .item-date {position:absolute;bottom:5px;margin:0;font-size:12px;line-height:14px;}
.list-scroll-img li .item-content .item-date a{color:#ce2027;}
.list-scroll-img li .item-content .item-views-right {position:absolute;right:0;bottom:5px;margin:0;font-size:12px;color:#828282;line-height:14px;}
.index-report{margin-top:1rem;}
.index-report-box{position: relative;}
.index-report-top{align-items: center;display: flex;gap: 8px;justify-content: space-between;margin-bottom: 12px;border-bottom: 1px solid #f1f1f1;padding-bottom:8px;}
.index-report-top h2{font-size: 20px;}
.index-report-top h2 a{display: inline-block;color: #1b1b1b;}
.index-report-top h2 a:hover{color: #ce2027;}
.report-swiper-button{display: flex;position: relative;}
.report-swiper-button .swiper-button-next, .report-swiper-button .swiper-button-prev {
    background: none;
    opacity: 1;
    color: #ce2027;
}
.report-swiper-button .swiper-button-next:after, .report-swiper-button .swiper-button-prev:after {
    font-size: 1rem;
    font-weight: 600;
}
.report-swiper-button .swiper-button-next.swiper-button-disabled, .report-swiper-button .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.report-swiper-button .swiper-button-prev {
    right: 40px;
    left: auto;
}

.index-report-box .img-item {display: flex;}
.index-report-box .img-item li{display: inline-block;position: relative;}
.index-report-box .img-item li::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    width: 1px;
    height: 100%;
    background-color: #ebebeb;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%, -50%);
}
.index-report-box .img-item li a{overflow: hidden;display: block;border-radius: 5px;}
.index-report-box .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;}
.index-report-box .img-item li:hover img{opacity:.86;transform:scale(1.05)}
.index-report-box .img-item li .article-text{display: flex;flex-direction: column;}
.index-report-box .img-item li .article-text .category{margin-top: 10px;font-size: 12px;}
.index-report-box .img-item li .article-text .category a{color: #151529;}
.index-report-box .img-item li .article-text .category a:hover{color: #ce2027;}
.index-report-box .img-item li .article-text h3{font-size:14px;font-weight:normal;margin-top:10px;text-align:left;overflow:hidden;}
.index-report-box .img-item li .article-text h3 a{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;line-height:18px;}
.index-report-box .img-item li .article-text .byline{margin-top:10px;font-size:12px;color: #626262;}


.cmsad {display:block;position:relative;}
.cmsad a {height:100%;position:relative;overflow:hidden;display:block;border-radius:3px;z-index: -1;}
.cmsad img {width:100%;height:auto;transition:all .3s ease-out 0s;display:block;object-fit:cover;}
.cmsad a:hover img {opacity:.9;-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);-webkit-transition:all .2s ease-out 0s;-o-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s;}
.cmsad a:before {content:'';position:absolute;bottom:5px;right:0;width:24px;height:16px;z-index:100;background:url(../images/label-ad.png) no-repeat center;}

.infinite-list{position: relative;}
.post-loop-infinite{display: flex;flex-wrap: wrap;gap: 10px;}
.post-loop-infinite .item {box-sizing: border-box;flex-shrink: 0;flex: 0 0 calc(25% - 8px);transition:all .3s ease 0s;}
.post-loop-infinite .item-inner {position: relative;background:#fff;border-radius:3px;box-shadow: 0 2px 10px 0 rgba(0,0,0,.09);overflow:hidden;transition:all .2s ease-out 0s;}
.post-loop-infinite .item:hover .item-inner{-webkit-box-shadow:0 1rem 3rem rgba(31,45,61,.13);box-shadow:0 1rem 3rem rgba(31,45,61,.13)}
.post-loop-infinite .item-img {overflow:hidden;position:relative;}
.post-loop-infinite .item-thumb {display:block;height:100%;width:100%;}
.post-loop-infinite .item-thumb img {display:block;height:150px;object-fit:cover;width:100%;transition:all .2s ease-out 0s;}
.post-loop-infinite .item-thumb:hover img{opacity:.86;transform:scale(1.01)} 
.post-loop-infinite .item-title {font-size:15px;font-weight:600;margin:0;padding:12px 12px 10px;}
.post-loop-infinite .item-title a {color:#313234;height:44.8px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:block;display:-webkit-box;-webkit-line-clamp:2;text-decoration:none;}
.post-loop-infinite .item-title a:hover {color:#ce2027;}
.post-loop-infinite .item-meta {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#999;padding:0 12px 12px;}
.post-loop-infinite .item-meta .meta-li {position: relative; color:#999;font-size: 13px; display: inline-block;line-height: inherit;margin-right: 10px;vertical-align: top;}
.post-loop-infinite .item-meta .meta-li a{color:#999;font-size: 13px;padding-right: 12px;}
.post-loop-infinite .item-meta .meta-li a:after {content: "";position: absolute;right: 0;top: 50%;width: 1px;height: 12px;transform: translateY(-50%);background: #999;}
.post-loop-infinite .item:first-child{flex: 0 0 calc(50% - 6px);}
.post-loop-infinite .item:first-child .item-meta{display: none;}
.post-loop-infinite .item:first-child .item-img img{height:245px;}
.post-loop-infinite .item:first-child .item-title{background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));bottom: 0;left: 0;margin: 0;padding: 30px 10px 15px;position: absolute;width: 100%;}
.post-loop-infinite .item:first-child .item-title a{color:#fff;font-size: 1.2rem;height: auto;}


.hot-list-side{
    padding: 20px 12px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .09);
}
.hot-list-side h3{
    padding-left: 30px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 700;
    color: #313234;
    background: url(../images/icon_hot.png) no-repeat 0;
    background-size: auto 25px;
}
.hot-list-side li {position:relative;padding-left:32px;margin-top:13px}
.hot-list-side li:before {content:"";display:block;position:absolute;left:0;top:4px;width:24px;height:24px;background-image:url(../images/icons_hot_item_10.png);background-repeat:no-repeat;background-position:0 0;background-size:auto 24px}
.hot-list-side li:first-child:before {background-position:0 0}
.hot-list-side li:nth-child(2):before {background-position:-25px 0}
.hot-list-side li:nth-child(3):before {background-position:-50px 0}
.hot-list-side li:nth-child(4):before {background-position:-75px 0}
.hot-list-side li:nth-child(5):before {background-position:-100px 0}
.hot-list-side li:nth-child(6):before {background-position:-125px 0}
.hot-list-side li:nth-child(7):before {background-position:-150px 0}
.hot-list-side li:nth-child(8):before {background-position:-175px 0}
.hot-list-side li:nth-child(9):before {background-position:-200px 0}
.hot-list-side li:nth-child(10):before {background-position:-225px 0}
.hot-list-side li .title {font-size:14px;line-height:30px;color:#1c1c1c;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}
.hot-list-side li .title:hover {color:#ce2027;}


.post-two-infinite{display: flex;flex-wrap: wrap;gap: 10px;margin-top: 10px;}
.post-two-infinite .item {box-sizing: border-box;flex-shrink: 0;flex: 0 0 calc(20% - 8px);transition:all .3s ease 0s;}
.post-two-infinite .item-inner {position: relative;background:#fff;border-radius:3px;box-shadow: 0 2px 10px 0 rgba(0,0,0,.09);overflow:hidden;transition:all .2s ease-out 0s;}
.post-two-infinite .item:hover .item-inner{-webkit-box-shadow:0 1rem 3rem rgba(31,45,61,.13);box-shadow:0 1rem 3rem rgba(31,45,61,.13)}
.post-two-infinite .item-img {overflow:hidden;position:relative;}
.post-two-infinite .item-thumb {display:block;height:100%;width:100%;}
.post-two-infinite .item-thumb img {display:block;height:150px;object-fit:cover;width:100%;transition:all .2s ease-out 0s;}
.post-two-infinite .item-thumb:hover img{opacity:.86;transform:scale(1.01)} 
.post-two-infinite .item-title {font-size:15px;font-weight:600;margin:0;padding:12px 12px 10px;}
.post-two-infinite .item-title a {color:#313234;height:44.8px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:block;display:-webkit-box;-webkit-line-clamp:2;text-decoration:none;}
.post-two-infinite .item-title a:hover {color:#ce2027;}
.post-two-infinite .item-meta {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#999;padding:0 12px 12px;}
.post-two-infinite .item-meta .meta-li {position: relative; color:#999;font-size: 13px; display: inline-block;line-height: inherit;margin-right: 10px;vertical-align: top;}
.post-two-infinite .item-meta .meta-li a{color:#999;font-size: 13px;padding-right: 12px;}
.post-two-infinite .item-meta .meta-li a:after {content: "";position: absolute;right: 0;top: 50%;width: 1px;height: 12px;transform: translateY(-50%);background: #999;}
.post-two-infinite .item:nth-child(4){flex: 0 0 calc(40% - 6px);}
.post-two-infinite .item:nth-child(4) .item-meta{display: none;}
.post-two-infinite .item:nth-child(4) .item-img img{height:245px;}
.post-two-infinite .item:nth-child(4) .item-title{background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));bottom: 0;left: 0;margin: 0;padding: 30px 10px 15px;position: absolute;width: 100%;}
.post-two-infinite .item:nth-child(4) .item-title a{color:#fff;font-size: 1.2rem;height: auto;}

.post-three-infinite{display: flex;flex-wrap: wrap;gap: 10px;margin-top: 10px;}
.post-three-infinite .item {box-sizing: border-box;flex-shrink: 0;flex: 0 0 calc(20% - 8px);transition:all .3s ease 0s;}
.post-three-infinite .item-inner {position: relative;background:#fff;border-radius:3px;box-shadow: 0 2px 10px 0 rgba(0,0,0,.09);overflow:hidden;transition:all .2s ease-out 0s;}
.post-three-infinite .item:hover .item-inner{-webkit-box-shadow:0 1rem 3rem rgba(31,45,61,.13);box-shadow:0 1rem 3rem rgba(31,45,61,.13)}
.post-three-infinite .item-img {overflow:hidden;position:relative;}
.post-three-infinite .item-thumb {display:block;height:100%;width:100%;}
.post-three-infinite .item-thumb img {display:block;height:150px;object-fit:cover;width:100%;transition:all .2s ease-out 0s;}
.post-three-infinite .item-thumb:hover img{opacity:.86;transform:scale(1.01)} 
.post-three-infinite .item-title {font-size:15px;font-weight:600;margin:0;padding:12px 12px 10px;}
.post-three-infinite .item-title a {color:#313234;height:44.8px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:block;display:-webkit-box;-webkit-line-clamp:2;text-decoration:none;}
.post-three-infinite .item-title a:hover {color:#ce2027;}
.post-three-infinite .item-meta {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#999;padding:0 12px 12px;}
.post-three-infinite .item-meta .meta-li {position: relative; color:#999;font-size: 13px; display: inline-block;line-height: inherit;margin-right: 10px;vertical-align: top;}
.post-three-infinite .item-meta .meta-li a{color:#999;font-size: 13px;padding-right: 12px;}
.post-three-infinite .item-meta .meta-li a:after {content: "";position: absolute;right: 0;top: 50%;width: 1px;height: 12px;transform: translateY(-50%);background: #999;}
.post-three-infinite .item:first-child{flex: 0 0 calc(40% - 6px);}
.post-three-infinite .item:first-child .item-meta{display: none;}
.post-three-infinite .item:first-child .item-img img{height:245px;}
.post-three-infinite .item:first-child .item-title{background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));bottom: 0;left: 0;margin: 0;padding: 30px 10px 15px;position: absolute;width: 100%;}
.post-three-infinite .item:first-child .item-title a{color:#fff;font-size: 1.2rem;height: auto;}
.post-three-infinite .item:last-child{flex: 0 0 calc(40% - 6px);}
.post-three-infinite .item:last-child .item-meta{display: none;}
.post-three-infinite .item:last-child .item-img img{height:245px;}
.post-three-infinite .item:last-child .item-title{background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));bottom: 0;left: 0;margin: 0;padding: 30px 10px 15px;position: absolute;width: 100%;}
.post-three-infinite .item:last-child .item-title a{color:#fff;font-size: 1.2rem;height: auto;}

.post-four-infinite{display: flex;flex-wrap: wrap;gap: 10px;margin-top: 10px;}
.post-four-infinite .item {box-sizing: border-box;flex-shrink: 0;flex: 0 0 calc(20% - 8px);transition:all .3s ease 0s;}
.post-four-infinite .item-inner {position: relative;background:#fff;border-radius:3px;box-shadow: 0 2px 10px 0 rgba(0,0,0,.09);overflow:hidden;transition:all .2s ease-out 0s;}
.post-four-infinite .item:hover .item-inner{-webkit-box-shadow:0 1rem 3rem rgba(31,45,61,.13);box-shadow:0 1rem 3rem rgba(31,45,61,.13)}
.post-four-infinite .item-img {overflow:hidden;position:relative;}
.post-four-infinite .item-thumb {display:block;height:100%;width:100%;}
.post-four-infinite .item-thumb img {display:block;height:150px;object-fit:cover;width:100%;transition:all .2s ease-out 0s;}
.post-four-infinite .item-thumb:hover img{opacity:.86;transform:scale(1.01)} 
.post-four-infinite .item-title {font-size:15px;font-weight:600;margin:0;padding:12px 12px 10px;}
.post-four-infinite .item-title a {color:#313234;height:44.8px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:block;display:-webkit-box;-webkit-line-clamp:2;text-decoration:none;}
.post-four-infinite .item-title a:hover {color:#ce2027;}
.post-four-infinite .item-meta {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#999;padding:0 12px 12px;}
.post-four-infinite .item-meta .meta-li {position: relative; color:#999;font-size: 13px; display: inline-block;line-height: inherit;margin-right: 10px;vertical-align: top;}
.post-four-infinite .item-meta .meta-li a{color:#999;font-size: 13px;padding-right: 12px;}
.post-four-infinite .item-meta .meta-li a:after {content: "";position: absolute;right: 0;top: 50%;width: 1px;height: 12px;transform: translateY(-50%);background: #999;}

.loading-tip{
    padding: 20px;
}
.loading-tip-inner{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    text-align: center;
    background: linear-gradient(270deg,hsla(0,0%,100%,0) 30%,hsla(0,0%,92.9%,.6) 50%,hsla(0,0%,100%,0) 70%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease-out 0s;
}
.loading-tip:hover .loading-tip-inner{color: #fc8484;background: linear-gradient(270deg,hsla(0,0%,100%,0) 30%,hsla(0, 79%, 91%, 0.6) 50%,hsla(0,0%,100%,0) 70%);}


/*list*/
.list-page{padding-top: 70px;min-height: 900px;}
.header-outer{position: fixed;left: 0;top: 0;width: 100%;z-index: 2000;}
.header-group{display: flex;align-items: center;justify-content: space-between;width: 100%;position: relative;height: 64px;background-image: linear-gradient(90deg,#e70100,#a80000);}
.header-group .site{height: 40px;z-index: 1;display: flex;align-items: center;padding-left: 40px;position: relative;}
.header-group .site .header_nav_bt{align-items: center;display: flex;margin-right:1rem;cursor: pointer;}
.header-group .site .header_nav_bt i{font-size: 1.7rem;color:#fff;}
.header-group .site .logo{width: 140px;margin-left: 10px;cursor: pointer;user-select: none;}
.header-group .header-bg{position: absolute;left: -110px;top: 0;height: 64px;user-select: none;}
.header-group .site .header_address{color:#fff;display: flex;align-items: center;margin-left:20px;}
.header-group .site .header_address i{color:#fff;position: relative;top: 2px;}

.header-group .search-form{width: 370px; display: flex;align-items: center;justify-content: space-between;border:1px solid #fff; border-radius: 3px;}
.search-form>form {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;}
.search-form .search-fields {position:relative;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1rem;}
.search-form .search-fields input {color:#f2f2f2;font-size:.75rem;position:relative;display:block;line-height:2.5;width:100%;border:0;margin:0;outline:0;background-color:transparent;-webkit-appearance:none;padding-left: .8rem;}
.search-fields input::placeholder {color: #f2f2f2;}
.search-fields input::-webkit-input-placeholder {color: #f2f2f2;}
.search-fields input:-moz-placeholder {color: #f2f2f2;}
.search-fields input::-moz-placeholder {color: #f2f2f2;}
.search-fields input:-ms-input-placeholder {color: #f2f2f2;}
.search-form .search-fields button {background-color: #fff;color:#575757; cursor: pointer; position:absolute;right:0;top:0;border:none!important;line-height:1.5;height:100%;padding:0 .8rem;}
.search-form .search-fields button:hover{background-color:#fdfdfd;}
.search-form.block {visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
.header-group .right-ctrls{display: flex;align-items: center;justify-content: space-between;padding-right: 40px;box-sizing: border-box;gap:20px;}
.grid-x{display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row wrap;flex-flow: row wrap;}
.todaytime{position: relative;}
.righttime {display:flex;align-items:center;color:#fff;}
.righttime .day {display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:34px;font-family: NSimSun;color:#fff;padding:0 5px;}
.righttime .timeinfo {flex:1;}
.timeinfo .ym {display:flex;flex:1;height:100%;align-items:center;color:#e8e5e5;font-size:.75rem;}
.timeinfo p {margin:0;font-size:.75rem;background-color: #fff;color:#ce2027;padding:1px 0;text-align: center;border-radius: 2px;}
.top_app {align-items:center;display:flex;font-size:14px;color:#000;position:relative;cursor:pointer;padding:0 15px 0 30px;white-space:nowrap;border: 1px solid hsla(0,0%,100%,.4);border-radius: 30px;line-height: 30px;}
.top_app:before {content:"";background:url(../images/phone.png) no-repeat 0;width:18px;height:22px;background-size:18px 22px;left:10px;top:50%;transform:translateY(-50%);position:absolute;}
.top_app b {display:block;font-weight:400;color:#fff;}
.sub-nav-layer {padding-top:20px;z-index:9999;bottom:0;font-size:14px;min-height:165px;opacity:0;position:absolute;left:-30px;top:38px;transform:scale(.95);transform-origin:right;transition:opacity .4s,transform .3s ease-out;visibility:hidden;background-color:#fff;background-clip:padding-box;border-radius:2px;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);}
.top_app:hover .sub-nav-layer {opacity:1;transform:scale(1);visibility:visible}
.popover-arrow {position:absolute;left:40px;top:0;transform:translateY(-100%);display:block;width:22px;height:22px;overflow:hidden;background:transparent;pointer-events:none;}
.popover-arrow span {box-shadow:2px 2px 5px rgba(0,0,0,.06);transform:translateY(11px) rotate(-135deg);--antd-arrow-background-color:#fff;position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:11.3137085px;height:11.3137085px;margin:auto;content:"";pointer-events:auto;border-radius:0 0 2px;pointer-events:none;}
.popover-arrow span::before {position:absolute;top:-11.3137085px;left:-11.3137085px;width:33.9411255px;height:33.9411255px;background:var(--antd-arrow-background-color);background-repeat:no-repeat;background-position:-10px -10px;content:"";-webkit-clip-path:inset(33% 33%);}
.sub-nav-layer .sub-nav-qrcode,.sub-nav-layer .sub-nav-main {text-align: left; background-color:#fff;border-radius:6px;display:block;line-height:40px;padding:0 20px 20px;}
.sub-nav-layer .sub-nav-qrcode{text-align: center;}
.sub-nav-qrcode h4 {color:#5d5d5d;font-size:14px;font-weight:500;margin-top:10px;}
.sub-nav-qrcode p {color:#5d5d5d;display:block;font-size:13px;font-weight:400;line-height:22px;margin-bottom:10px;}
.sub-nav-qrcode img {display:block;margin:0 auto;width:120px;}
.sub-nav-qrcode span {color:#5d5d5d;display:block;font-size:14px;font-weight:400;line-height:18px;}


.feature a{overflow: hidden;display: block;border-radius: 5px;}
.feature a img {display:block;margin:0 auto;border:0;width:100%;height:400px;transition:opacity .3s,transform .3s ease-in-out;object-fit:cover;}
.feature:hover img{opacity:.86;transform:scale(1.05)}
.feature .article-text{display: flex;flex-direction: column;}
.feature .article-text .category{margin-top: 10px;font-size: 14px;}
.feature .article-text .category a{color: #912626;}
.feature .article-text .category a:hover{color: #ce2027;}
.feature .article-text h3{font-size:28px;font-weight:normal;text-align:left;overflow:hidden;}
.feature .article-text h3 a{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;line-height:33px;}
.feature .article-text p{margin-top:10px;font-size:14px;color: #626262;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;}

.with-images{border-left: 1px solid #ddd;border-right: 1px solid #ddd;}
.with-images .img-item {display: flex;flex-direction: column;gap: 15px;}
.with-images .img-item li{display: inline-block;position: relative;border-bottom: solid 0.1rem #ddd;padding-bottom:.6rem;}
.with-images .img-item li:last-child{border-bottom: solid 0 #ddd;}
.with-images .img-item li a{overflow: hidden;display: block;border-radius: 5px;}
.with-images .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;}
.with-images .img-item li:hover img{opacity:.86;transform:scale(1.05)}
.with-images .img-item li .article-text{display: flex;flex-direction: column;}
.with-images .img-item li .article-text .category{margin-top: 10px;font-size: 12px;}
.with-images .img-item li .article-text .category a{color: #912626;}
.with-images .img-item li .article-text .category a:hover{color: #ce2027;}
.with-images .img-item li .article-text h3{font-size:16px;font-weight:normal;margin-top:10px;text-align:left;overflow:hidden;}
.with-images .img-item li .article-text h3 a{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;line-height:20px;}
.with-images .img-item li .article-text .byline{margin-top:5px;font-size:12px;color: #626262;}

.articles-r .img-item {display: flex;flex-direction: column;gap: 0px;}
.articles-r .img-item li{display: inline-block;position: relative;border-bottom: solid 0.1rem #ddd;padding-bottom:.6rem;}
.articles-r .img-item li:last-child{border-bottom: solid 0 #ddd;}
.articles-r .img-item li .article-text{display: flex;flex-direction: column;}
.articles-r .img-item li .article-text .category{margin-top: 10px;font-size: 12px;}
.articles-r .img-item li .article-text .category a{color: #912626;}
.articles-r .img-item li .article-text .category a:hover{color: #ce2027;}
.articles-r .img-item li .article-text h3{font-size:16px;font-weight:normal;margin-top:10px;text-align:left;overflow:hidden;}
.articles-r .img-item li .article-text h3 a{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-line-clamp:2;line-height:20px;}

.alllist{margin-top:2rem;}
.post-list-image{display: flex;flex-wrap: wrap;margin: -10px -10px 10px;transition: .4s;}
.post-list-image .item {box-sizing: border-box;flex-shrink: 0;padding: 10px;width: 20%;transition: .4s;}
.post-list-image .item-inner {background:#fff;border-radius:6px;box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .09);overflow:hidden;transition:all .2s ease-out 0s;}
.post-list-image .item:hover .item-inner{-webkit-box-shadow:0 1rem 3rem rgba(31,45,61,.13);box-shadow:0 1rem 3rem rgba(31,45,61,.13)}
.post-list-image .item-img {overflow:hidden;position:relative;}
.post-list-image .item-thumb {display:block;height:100%;width:100%;}
.post-list-image .item-thumb img {display:block;height:130px;object-fit:cover;width:100%;transition:all .2s ease-out 0s;}
.post-list-image .item-title {font-size:16px;font-weight:600;margin:0;padding:10px;}
.post-list-image .item-title a {color:#1a1a1a;height:44.8px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:block;display:-webkit-box;-webkit-line-clamp:2;text-decoration:none;}
.post-list-image .item-title a:hover {color:#ce2027;}
.post-list-image .item-excerpt {color:#999a9c;font-size:13px;line-height:1.425;padding:0 10px;margin-bottom:10px;max-height:52px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:block;display:-webkit-box;-webkit-line-clamp:2}
.post-list-image .item-excerpt p {color:#999a9c;font-size:13px;margin-bottom:0}
.post-list-image .item-meta {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#a1a1a8;padding:0 10px 15px;}
.post-list-image .item-meta .meta-li {color:#606266;font-size: 13px; display: inline-block;line-height: inherit;vertical-align: top;}
.post-list-image .item-meta .meta-li.category a{background: #ce2027;border-radius: 4px;font-size: 12px;color: #fff;text-align: center;padding:2px 8px;display: inline-block;flex: 0 0 auto;transition:all .2s ease-out 0s;}
.post-list-image .item-meta .meta-li.category a:hover{background: #f75f64;}
.post-list-image .item-meta .meta-li:last-child {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;text-align: right;margin-right: 0;}

.pageinfo {padding:20px 10px;text-align:center;background:#fff;border-radius:3px;margin-bottom: 20px;}
.pageinfo a{background-color:#fff;border-color:#f4f4f4;border-style:solid;border-width:1px;color:#666;margin:2px;padding:8px 20px;text-decoration:none;border-radius:4px;height:36px;line-height:36px;transition:all 0.2s ease 0s;}
.pageinfo a:hover {background-color:#ce2027;border-color:#ce2027;border-style:solid;border-width:1px;color:#fff;}
.pageinfo a:active {border-color:#ce2027;border-style:solid;border-width:1px;color:#000;}
.pageinfo .thisclass {background-color:#ce2027;border-color:#ce2027;border-style:solid;border-width:1px;color:#fff;font-weight:bold;margin:2px;padding:8px 20px;border-radius:4px;}
.pageinfo b {background-color:#ce2027;border-color:#ce2027;border-style:solid;border-width:1px;color:#fff;font-weight:bold;margin:2px;padding:8px 20px;border-radius:4px;}
.pageinfo span.disabled {border-color:#f4f4f4;border-style:solid;border-width:1px;color:#666;margin-right:2px;padding:8px 20px;border-radius:4px;background-color:#fff;}


/*single*/
.single-content {background:#fff;margin-bottom:30px;display:block;}
.article-detail {position:relative;border-bottom: 1px solid #f4f4ff;}
.article-detail .detail-title {color:#000;font-size:1.75rem;font-weight:600;-webkit-line-clamp:inherit;height:auto;line-height:normal;margin:0;margin-bottom:1.5rem;}
.article-detail .infos {color:#999;font-size:14px;margin-bottom:15px;vertical-align:middle;display: flex;align-items: center;}
.article-detail .infos a {color:rgba(26,26,26,0.6);font-size:14px;vertical-align:middle;}
.article-detail .infos span {color:rgba(26,26,26,0.6);font-size:14px;margin-right:20px;vertical-align:middle;position: relative;}
.article-detail .infos span::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    width: 1px;
    height: 12px;
    background-color: #ddd;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%, -50%);
}
.article-detail .infos span:last-child::after, .article-detail .infos span:nth-child(3)::after{display: none;}
.article-detail .infos span:last-child{-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    margin-right: 0;}
.article-detail .infos span a {color:#999;vertical-align:top;}
.article-detail .infos span a:hover{color:#ad801f;}
.article-detail .infos span .logo {width:1.3rem;height:1.3rem;border-radius:50%;background:#999;margin-right:.5rem;vertical-align:middle;}
.article-detail .infos .iconfont {display:inline-block;padding-right:2px;font-size:14px;}
.article-body {color:#2f3340;font-size:1rem;margin-bottom:10px;line-height:1.8;overflow:hidden;white-space:normal;word-wrap:break-word;word-break:normal;}
.article-body img {max-width:100%!important;height:auto!important;border-radius:5px;text-align:center;display:block;margin-top:10px;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 .hljs {padding:1rem;font-family:"Microsoft Yahei";border-radius:6px;font-size:13px;}
.article-body p {font-size:16px;line-height:27px;text-indent:2em;margin-top:20px;}
.article-body ol {padding:0;}
code {padding:3px 5px;margin:0 2px;border-radius:2px;font-size:.875em;color:#d63384;background-color:#f4f4ff;font-family:'Microsoft Yahei',"Helvetica Neue",Helvetica,Arial,sans-serif;word-wrap:break-word;}
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 h1,.article-body h2,.article-body h3 {color:#000;font-size:22px;margin-top:1rem;margin-bottom:.5rem;}
.article-body h4 {color:#2b548b;font-size:15px;font-weight:600;}
.comment-info {align-items: center;display: flex;gap: 8px;justify-content: space-between;margin-bottom: 1rem;margin-top:4rem;border-bottom:1px solid #ddd;padding-bottom:1rem;}
.article-tags a {font-size:.875rem;padding:0.3rem 0.875rem;border-radius:0.3rem;margin-right:5px;color:#666;background-color:#f3f3f3;display: inline-block;margin-bottom:10px;}
.article-tags a:hover{background-color:#ce2027;color:#fff;}
.sublevel-share{display: flex;align-items: center;justify-content: space-between;}
.sublevel-share .text{font-size: 14px;margin-right:1rem;}
.sublevel-share .share-component{

}

.tip {position:relative;border-radius:6px;margin:1.5rem 0;transition:.5s;}
.tip >p {font-size:13px;color:#bdbdbd;line-height: 1.6;}

.article-nav {position:relative;margin-bottom:30px;}
.article-nav-entry {border-radius: 6px; width:calc(50% - 7px);max-width:50%;margin:0;display:inline-block;background-color:#fff;}
.article-nav-entry+.article-nav-entry {margin-right:0;float:right;text-align:right;}
.entry-page-next,.entry-page-prev {margin:0;display:flex;padding:0;position:relative;align-items:center;min-height:60px;border-radius:4px;}
.entry-page-info {-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;display:block;padding:16px;z-index:1;}
.entry-page-icon i {font-size:20px;}
.entry-page-prev .entry-page-icon {padding-right:0;}
.entry-page-next .entry-page-icon {padding-left:0;}
.entry-page-prev .entry-page-info {text-align:right;}
.entry-page-next .entry-page-info {text-align:left;}
.entry-page-info .hnav {font-size:.875rem;line-height:1.625;color:#ccc;display:block!important;}
.entry-page-info .title {font-size:14px;overflow:hidden;display:-webkit-box !important;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:normal;height:18px;line-height:18px;}

.hotlists {
    position: relative;
    background-color: #fff;
    padding: 1.2rem;
    clear: both;
    overflow: hidden;
    margin-bottom: 1.5rem;
    border-radius: 6px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .09);
}
.hotlists .tit {padding: .5rem 0;display: inline-block;width: 100%;position: relative;}
.hotlists .tit h3 {position:relative;padding:0 0 0 10px;font-size:1.1rem;color:#121212;font-weight:500;line-height:1;}
.hotlists .tit h3:before {position:absolute;left:0;top:0px;width:4px;height:100%;border-radius:3px;content:"";background-color:#ce2027;}
.hotlists .hot-item{position: relative;}
.hotlists .hot-item li{padding:12px 0;border-top:1px solid #ededed;display: inline-flex;align-items: center;width: 100%;}
.hotlists .hot-item li span{font-size: 13px;margin-right: 8px;}
.hotlists .hot-item li:first-child{border:none}
.hotlists .hot-item li a{line-height:20px;font-size:14px;color:#2f2f2f;}
.hotlists .hot-item li a:hover{color:#ce2027}
.hotlists .hot-item li .badge {font-size:20px;color:#4b4949;display:inline-block;font-weight:500;text-align:center;white-space:nowrap;vertical-align:baseline;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.hotlists .hot-item li:nth-child(1) .badge {color: #d63636;}
.hotlists .hot-item li:nth-child(2) .badge {color: #d63636;}
.hotlists .hot-item li:nth-child(3) .badge {color: #d63636;}
/*jh*/
.scroll-box {width:100%;overflow:hidden;position:relative;height:42px;background:linear-gradient(        90deg,#ffffff 0%,#f8f8f8 15%,#f5f5f5 30%,#f5f5f5 70%,#f8f8f8 85%,#ffffff 100%    );}
.juhe {position:absolute;white-space:nowrap;display:flex;gap:10px;padding:.8rem 0;left:0;/* 从左侧开始 */}
.juhe-item {display:flex;position:relative;white-space:nowrap;height:100%;padding-right:1rem;padding-left:1rem;gap:30px;align-items:center;}
.juhe-item:first-child{padding-left: 0rem;}
.juhe-item:last-child{padding-right:0px;}
.juhe-item .detail{font-family:"PingFang SC", "Microsoft YaHei";display: flex;align-items: center;gap:8px;}
.juhe-item .detail .name{color: #484957;font-size: 12px;}
.juhe-item .detail .num {display:inline-block;font-size:12px;color:#009933;}
.juhe-item .detail .ratio {font-size:12px;color:#009933;position: relative;}
.juhe-item .detail .ratio::after {position: absolute;content: '';top: 50%;right: -13px;transform: translate(0, -50%);width: 9px;height: 11px;background: url(../images/down.png) center no-repeat;background-size: 100% auto;}
.juhe-item .detail.data-up .num{color:#db3439;}
.juhe-item .detail.data-up .ratio{color:#db3439;}
.juhe-item .detail.data-down .ratio::after {background: url(../images/down.png) center no-repeat;background-size: 100% auto;}
.juhe-item .detail.data-up .ratio::after {background: url(../images/up.png) center no-repeat;background-size: 100% auto;}


@media (max-width:991.98px) {
.juhe-item .detail .num{font-size:12px;}
.juhe-item {flex: 0 0 calc(1% - 8px);justify-content: center;}

}
/*footer*/
footer{z-index: 0;position: relative;background-color: #ce2027;}
.f-logo{position: relative;padding-bottom: 1rem;display: flex;}
.f-logo a img{width: 150px;max-width: 100%;vertical-align: middle;}

.bottom-item {position: relative;}
.bottom-item h4,.bottom-item h4 a {font-size:21px;font-weight:700;margin:0;color:#fff;}
.bottom-item a {color:#fff;}
.bottom-item ul {margin:0;padding:0;}
.bottom-item ul li {list-style:none;margin:12px 0;}
.bottom-item ul li a {color:#fff;font-size: 14px;}
.bottom-item ul li a:hover {color:#dfdede}
.bottom-item-cooperation .link-box {margin:20px -10px;position:relative;top:-2px;}
.bottom-item-cooperation .link-box a {display:inline-block;margin:0 10px 10px;position:relative;top:2px;font-size: 14px;}
.bottom-item-cooperation .link-box a:hover {color:#dfdede}
.bottom-item-cooperation .link-box a::after {content:'';position:absolute;right:-12px;top:50%;width:2px;height:12px;background-color:#ffffff;-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);}
.bottom-item-cooperation .link-box a:last-child::after {display:none}
.copyright {text-align:center;padding:25px 0;border-top:1px solid #ff8787;margin-top: 1rem}
.copyright p {line-height:2;font-size:14px;color:#fff;}
.copyright a {color:#fff;font-size:14px;}
.copyright a img{vertical-align: text-bottom;padding-left:10px;}

.header-m{display: none;}

@media (min-width:1799.98px) {

}
@media (min-width:767.98px) {
   
}


@media (max-width:1399px) {
    .main-box{margin-left: 180px;}
    .navbar-nav>li>a{padding: 0 50px 0px 0;}
}
@media (max-width:1199px) {
    .navbar-nav>li>a{padding: 0 38px 0px 0;}
}

@media (max-width:991px) {
.header{display: none;}
.header-outer{display: none;}
.header-m {display: block; background-color:#fff;background-image: url(../images/mlogo-bg.png);background-size: 100% 100%; border:0;box-shadow:0 10px 20px 0 rgb(6 11 26 / 5%);position:relative;width:100%;z-index:9;}
.header-m>.container {display:flex;justify-content:space-between;}
.navbar-header {display:flex;}
.navbar-header .logo {align-items:center;display:flex;font-size:20px;height:64px;line-height:1;margin:0;padding:0;transition:all .3s ease-out 0s;}
.navbar-header .logo img {display:block;height:min(38px,55px);max-width:fit-content;transition:all .3s ease-out 0s;width:auto;}
.menu-wrap {align-items:center;display:flex;gap:20px;justify-content:space-between;margin-left:2.5em;width:100%; }
.navbar-nav {display:flex;margin:0;position:relative;align-items:center;font-size:14px;}
.navbar-nav>li{white-space: nowrap;}
.navbar-nav>li,.navbar-nav>li>a {display:block;position:relative;}
.navbar-nav>li.active>a {color:#ce2027;}
.navbar-nav>li>a {color:#1a1a1a;font-size:.875rem;line-height:55px;padding:0 15px;white-space: nowrap;}
.navbar-nav>li:hover>a {color:#ce2027;}
.navbar-nav>.dropdown {position:relative;flex: 0 0 calc(100% - 7px);}
.navbar-nav>.dropdown>a {position:relative;z-index:1001;padding-right:calc(calc(20px/2) + 1em);}
.navbar-nav>.dropdown:after {content:"\e6a4";font-family:"iconfont" !important;font-size:1.7rem;line-height:64px;opacity:.7;position:absolute;right:0;top:0;font-weight:500;-webkit-transform:scale(1);transform:rotate(0deg) scale(1);transition:transform .3s;}
.navbar-nav>.dropdown:hover:after {transform:rotate(180deg) scale(1);}
.navbar-nav>li ul.dropdown-menu {position:absolute;left:-5%;top:85%;z-index:100;padding:0.375rem 0.75rem;border:2px solid #fff;min-width:130px;text-align:left;opacity:0;visibility:hidden;transform:translateY(-15px);transition:all 500ms ease;border-radius: 5px; background:#fff; box-shadow: 0 1px 10px rgba(0,0,0,.15);}
.navbar-nav>li ul.dropdown-menu li {display:block;position:relative;flex: 0 0 calc(20% - 7px);}
.navbar-nav>li ul.dropdown-menu li a {position:relative;display:block;padding:0.575rem 0.75rem;border-radius: 5px; transition:all 0.1s ease-in;z-index:1;font-size:.875rem;text-shadow:0 1px 1px #fff;}
.navbar-nav>li ul.dropdown-menu li:hover a{background-color: #f5f5f5;color:#ce2027;}
.navbar-nav>li.dropdown:hover > .dropdown-menu {visibility:visible;opacity:1;transform:translateX(0);transition-delay:0s;pointer-events:all}
.m-dropdown{display: none;}
.navbar-action {display:flex;gap:16px;align-items:center;white-space:nowrap;}
.menu-toggle {cursor: pointer;display: none;padding: 9px 10px;}
.header-topbar{display: none;}
.canvas-close {display:-webkit-box;position:absolute;right:10px;top:10px;width:40px;height:40px;z-index:99999;color:#000;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.canvas-close i{font-size: 1.8rem;}
.hua-overlay {position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:9999;opacity:0;backdrop-filter:blur(2px);transition:ease-out .2s;}
.header-m .menu-wrap {width:80%;margin-left:0;position:fixed;top:0;left:0;display:flex;flex-direction:column;height:100vh;z-index:99999;background:#fff;transform:translateX(-100%);transition:all 0.3s;}
.header-m .menu-wrap.show {transform:translateX(0);}
.header-m .menu-wrap .navbar-nav {display:flex;align-items:flex-start;flex-wrap: wrap;gap:0;overflow-y:auto;width:100%;margin-top:4rem;}
.navbar-nav>li{border-bottom:1px solid #f4f4f4;flex: 0 0 calc(20% - 7px);}
.navbar-nav>li>a{font-size: 1rem;padding: 0 15px;}
.navbar-nav>li:hover>a{color:#1a1a1a;}
.navbar-nav>.dropdown:after{display: none;}
.m-dropdown {display:block;position:absolute;right:5px;text-align:center;top:0;width:65px;z-index:1003;}
.m-dropdown i {display:inline-block;font-size:2.5rem;line-height:64px;transition:all .3s ease-out 0s;}
.m-dropdown.s-icon i {transform:rotate(180deg);transition:all .3s ease-out 0s;}
.navbar-nav>li ul.dropdown-menu {flex-wrap: wrap;justify-content: space-between;padding:0.75rem 0.75rem;background-color:#f5f5f5;border:none;border-radius:0;border-top:0;box-shadow:none;box-sizing:border-box!important;display:none;top:0;left:0!important;max-width:none;opacity:1;position:relative;transform:scaleY(1);visibility:visible;width:100%!important;transition:transform .3s,opacity .1s;}
.navbar-nav>li ul.dropdown-menu li a {font-size:.875rem;color:#282a2d;font-weight:400;line-height:24px!important;overflow:hidden;padding:10px 0px;white-space:normal;}
.navbar-action .btn-b,.navbar-action .btn-a{display: none;}
.navbar-action{gap:10px;}
.menu-toggle {display: block;cursor: pointer;padding: 9px 10px;}
.menu-toggle:before,.menu-toggle:after,.menu-toggle span {display:block;height:2px;background-color:#fff;content:'';}
.menu-toggle span {width:12px;margin:6px 0 6px 12px;}
.menu-toggle:before {width:24px;}
.menu-toggle:after {width:18px;margin-left:6px;}

.righttime .day{font-size:28px;}
.timeinfo p{padding:0;}
.main-nav-body{display: none;}
.main-box{margin-left:0;}
.index-page{padding-top: 0px;}
.list-scroll-img{margin-top:.4rem;}
.infinite-list{margin-top:2rem;}



.post-loop-infinite .item:first-child{flex: 0 0 calc(100% - 0px);}
.post-loop-infinite .item{flex: 0 0 calc(33.333% - 7px);}
.post-loop-infinite .item-thumb img{height: 90px;}
.post-loop-infinite .item-title{font-size: 15px;font-weight: 500;padding: 8px;}
.post-loop-infinite .item-meta .meta-li.category{display: none;}
.post-loop-infinite .item-excerpt{padding: 0 8px;}
.post-loop-infinite .item-meta{padding: 0 8px 10px;}


.post-two-infinite .item{flex: 0 0 calc(33.333% - 7px);}
.post-two-infinite .item-thumb img{height: 90px;}
.post-two-infinite .item-title{font-size: 15px;font-weight: 500;padding: 8px;}
.post-two-infinite .item-meta .meta-li.category{display: none;}
.post-two-infinite .item-excerpt{padding: 0 8px;}
.post-two-infinite .item-meta{padding: 0 8px 10px;}
.post-two-infinite .item:nth-child(4){flex: 0 0 calc(33.333% - 7px);}
.post-two-infinite .item:nth-child(4) .item-img img{height: 90px;}
.post-two-infinite .item:nth-child(4) .item-title{background:#fff;position:relative;padding:8px;}
.post-two-infinite .item:nth-child(4) .item-meta{display: flex;}
.post-two-infinite .item:nth-child(4) .item-title a{display: block;color: #313234;height: 44.8px;font-size:inherit;}

.post-three-infinite .item{flex: 0 0 calc(33.333% - 7px);}
.post-three-infinite .item-thumb img{height: 90px;}
.post-three-infinite .item-title{font-size: 15px;font-weight: 500;padding: 8px;}
.post-three-infinite .item-meta .meta-li.category{display: none;}
.post-three-infinite .item-excerpt{padding: 0 8px;}
.post-three-infinite .item-meta{padding: 0 8px 10px;}
.post-three-infinite .item:first-child{flex: 0 0 calc(100% - 0px);}
.post-three-infinite .item:last-child{flex: 0 0 calc(100% - 0px);}

.post-four-infinite .item{flex: 0 0 calc(50% - 5px);}
.post-four-infinite .item-thumb img{height: 120px;}
.post-four-infinite .item-title{font-size: 15px;font-weight: 500;padding: 8px;}
.post-four-infinite .item-meta .meta-li.category{display: none;}
.post-four-infinite .item-excerpt{padding: 0 8px;}
.post-four-infinite .item-meta{padding: 0 8px 10px;}

.post-list-image .item{width: 50%;}
.post-list-image .item-title{font-size: 15px;font-weight: 500;padding: 8px;}
.post-list-image .item-excerpt{padding: 0 8px;}
.post-list-image .item-meta{padding: 0 8px 10px;}

.list-page{padding-top:0rem;}
.with-images{margin-top:1rem;}
.with-images .img-item{flex-wrap: wrap;flex-direction: unset;}
.with-images .img-item li{flex: 0 0 calc(50% - 8px);}
.articles-r{margin-top:1rem;}

.comment-info{display:block;}
.sublevel-share{justify-content: flex-start;}

.bottom-item ul{display: flex;justify-content: flex-start;gap:20px;}
.copyright p{font-size: 12px;}
.copyright a{font-size: 12px;}
}