/*index*/
.section-bg{padding-top: 2rem;}
.hotnews{position: relative;}
.hotnews h1 {font-size:30px;font-weight:bold;line-height:45px;text-align:center;letter-spacing:-0.05em;}
.hotnews h1 a {color:#16133d;}
.hotnews h1:hover a {color:#3071f2;}
.hotnews .topread {text-align:center;height:auto;font-size:15px;font-weight:400;line-height:22px;margin-top:16px;}
.hotnews .topread a {margin:0 6px;color:#696969;}
.hotnews .topread a:hover{color:#3071f2;}

.segmentation{position: relative;width: 100%;}
.section-swiper .swiper {height: 450px;position: relative;border-radius: 5px;}
.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 {color:#dbdbdb;}
.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:20%;text-align:right;margin:0 1rem 1rem 0;}
.section-swiper .swiper .swiper-pagination-bullet{background:#fff;}
.section-swiper .swiper .swiper-pagination-bullet-active{background:#df0a0a;width: 30px;border-radius: 10px;}
@media (max-width:767.98px) {
.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;}
}
.news_content .nth7{margin-top:.6rem;}
.news_content > .n_list ul > li {font-size:16px;line-height:37px;height:37px;overflow:hidden;color:#16133d;}
.news_content > .n_list ul > li:hover a{color:#3071f2;}
.news_content > .n_list.nth5 ul > li:nth-of-type(5n+1) {font-weight:600;font-size:18px;}
.news_content > .n_list.nth6 ul > li:nth-of-type(6n+1) {font-weight:600;font-size:18px;}
.news_content > .n_list.nth7 ul > li:nth-of-type(7n+1) {font-weight:600;font-size:18px;}


.sec-border {position:relative;}
.sec-border::before {content:"";position:absolute;top:0;left:.8rem;/* 与 padding 对齐 */  right:.8rem;/* 与 padding 对齐 */  height:2px;background:#000;}
.home-title {padding:.1rem 0;display:flex;width:100%;position:relative;justify-content: space-between;}
.home-title h2 {position:relative;padding:0 0 0rem 1.4rem;font-size:22px;color:#1b1b1b;font-weight:600;line-height:1;}
.home-title .more {display: flex;align-items: center;color:#909399!important;font-size:.875rem;}
.home-title .more i{font-size: 1.5rem;color: #262626;font-weight: 600;vertical-align: middle;}
.home-title .more i:hover{color:#3858f6;}

.picg {position:relative;}
.picg ul {margin-top:4rem;padding:0 2rem;}
.picg ul li {margin-bottom:1rem;}
.picg ul li span {position:relative;background:#f4f4ff;min-height:326px;overflow:hidden;}
.picg ul li span a img {width:100%;height:200px;object-fit:cover;display:block;transition: all .3s ease-out 0s;}
.picg ul li a {color:#22252d;text-align:center;font-size:16px;border-radius: 5px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;line-height:40px;}
.picg ul li span a:hover img{opacity:.86;transform:scale(1.05)}

.big-img a {position:relative;line-height:1;display:block;overflow: hidden;}
.big-img a img {width:100%;height:300px;object-fit:cover;display:block;transition: all .3s ease-out 0s;border-radius: 5px;}
.big-img a h3 {margin-top:1rem;color:#1b1b1b;font-size:1rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}

.card-box {position:relative;transition:all .2s;}
.card-box .box-thumb {position:relative;background:#f4f4ff;border-radius:5px;max-height:326px;overflow:hidden;display: block;}
.card-box img {width:100%;height:190px;display:block;border: 1px solid #f1f1f1;object-fit: cover;transition: all .3s ease-out 0s;border-radius:5px;}
.card-box h3 {text-align:center;padding-top:1rem;}
.card-box h3 a {color:#22252d;text-align:center;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:20px;}
.card-box h3 a:hover {color:#3071f2;}
.card-box .box-thumb:hover img{opacity:.86;transform:scale(1.05)}
.widget-border {position:absolute;top:-3px;left:0;width:36px;height:30px;border-radius:4px;}
.widget-border:before {content:'';position:absolute;left:0;top:50%;width:3px;height:18px;border-radius:10px;background-color:#3858f6;opacity:1;transform:translateY(-50%) rotate(15deg);transition:all .4s ease-in-out;}
.widget-border:after {content:'';position:absolute;left:8px;top:50%;width:3px;height:16px;border-radius:10px;background-color:#3858f6;opacity:.6;transform:translateY(-50%) rotate(15deg);transition:all .4s ease-in-out;}


/*list*/



.multi-filter {position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;box-shadow: 0 4px 24px #2764af1a;;border-radius:8px;margin-bottom:1.5rem!important;padding:1.25rem;flex:1 1 auto;}
.multi-filter h1 {color:#16133d;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:.25rem 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 a:hover {background-color:#0060ed;color:#fff;}
.archive-navbar li a.active {background-color:#0a59f8;border-color:#0a59f8;color:#fff;}

.post-loop{position: relative;}
.post-loop-default .item {background: #fff;margin-bottom: 1rem; align-items:stretch;display:flex;overflow:hidden;transition:all .3s ease 0s;padding: 1rem;box-shadow: 0 4px 24px #2764af1a;border-radius: 8px;}
.post-loop-default .item:hover {-webkit-box-shadow:0 1rem 3rem rgba(31,45,61,.13);box-shadow:0 1rem 3rem rgba(31,45,61,.13)}
.post-loop-default .item-img {flex-grow:0;flex-shrink:0;position:relative;transition:box-shadow .3s ease 0s;width:27%}
.post-loop-default .item-img .item-img-inner {border-radius:8px;display:block;overflow:hidden;position:relative}
.post-loop-default .item-img img {display:block;height:150px;object-fit:cover;transition:all .3s ease-out 0s;width:100%}
.post-loop-default .item-img .item-img-inner:hover img {transform:scale(1.03);transition:all .3s ease-out 0s}

.post-loop-default .item-category {background:rgba(0,0,0,.5);border-radius:3px;color:#fff;font-size:12px;left:10px;line-height:14px;padding:4px 8px;position:absolute;text-decoration:none;top:10px}
.post-loop-default .item-category:hover {background:#0060ed;}

.post-loop-default .item-content {display: grid;align-content: space-between;padding-left: 20px;row-gap: 0;width: 100%;}
.post-loop-default .item-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}
.post-loop-default .item-title {font-size: 20px;font-weight: 600;line-height: 1.5;margin: 0 0 10px;}
.post-loop-default .item-title a {color:#16133d;font-size: 18px;max-height:56px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:block;display:-webkit-box;-webkit-line-clamp:2;text-decoration:none}
.post-loop-default .item-title a:hover {color:#0060ed;}
.post-loop-default .item-excerpt {color:#6b6970;font-size:14px;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}
.post-loop-default .item-excerpt p {color:#6b6970;font-size:14px;margin-bottom:0}

.post-loop-default .item-meta {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#a1a1a8;}
.post-loop-default .item-meta .meta-li {color:#9ea2ad;font-size: 13px; display: inline-block;line-height: inherit;margin-right: 15px;vertical-align: top;}
.post-loop-default .item-meta .meta-li i {margin-right:.2rem;font-size: 14px;}
.post-loop-default .item-meta .meta-li:last-child {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;text-align: right;margin-right: 0;}


.post-loop-image{display: flex;flex-wrap: wrap;margin: -10px -10px 10px;}
.post-loop-image .item {box-sizing: border-box;flex-shrink: 0;padding: 10px;width: 33.33%;transition:all .3s ease 0s;}
.post-loop-image .item-inner {background:#fff;border-radius:6px;box-shadow:0px 6px 40px 0px rgba(34,87,179,0.12);overflow:hidden;transition:all .2s ease-out 0s;}
.post-loop-image .item:hover .item-inner{box-shadow:0 1rem 3rem rgba(31,45,61,.13)}

.post-loop-image .item-img {overflow:hidden;position:relative;}
.post-loop-image .item-thumb {display:block;height:100%;width:100%;}
.post-loop-image .item-thumb img {display:block;height:200px;object-fit:cover;width:100%;transition:all .2s ease-out 0s;}
.post-loop-image .item-thumb:hover img{opacity:.86;transform:scale(1.05)}
.post-loop-image .item-img .item-category {background:rgba(0,0,0,.5);border-radius:3px;color:#fff;font-size:12px;left:15px;line-height:14px;padding:4px 8px;position:absolute;top:15px;}
.post-loop-image .item-category:hover {background:#0060ed;}

.post-loop-image .item-title {font-size:16px;font-weight:500;margin:0;padding:15px;}
.post-loop-image .item-title a {color:#1a1a1a;height:auto;line-height:1.4;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:block;display:-webkit-box;-webkit-line-clamp:1;text-decoration:none;}
.post-loop-image .item-title a:hover {color:#0060ed;}

.post-loop-image .item-excerpt {color:#878787;font-size:14px;line-height:1.425;padding:0 15px;margin-bottom:15px;max-height:52px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:block;display:-webkit-box;-webkit-line-clamp:2}
.post-loop-image .item-excerpt p {color:#878787;font-size:14px;margin-bottom:0}

.post-loop-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 15px 15px;}
.post-loop-image .item-meta .meta-li {color:#a1a1a1;font-size: 13px; display: inline-block;line-height: inherit;margin-right: 15px;vertical-align: top;}
.post-loop-image .item-meta .meta-li i {margin-right:.2rem;font-size: 14px;}
.post-loop-image .item-meta .meta-li:last-child {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;text-align: right;margin-right: 0;}
/*single*/
.entry-main {background: #fff;margin-bottom: 30px;display: block;border-radius: 6px;padding: 30px 30px;-webkit-box-shadow: 0 4px 24px #2764af1a;box-shadow: 0 4px 24px #2764af1a;min-height: 500px;}
.article-detail {position:relative;margin-bottom:20px;border-bottom:1px solid #f4f4ff;border-width:1px !important;}
.article-detail .detail-title {color:#16133d;font-size:1.75rem;font-weight:500;-webkit-line-clamp:inherit;height:auto;line-height:normal;margin:0;margin-bottom: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:#206be7;}
.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:#206be7;}
.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 p a{color:#0a59f8;}
.article-body ol{padding: 0;}
.article-body 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;}
.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;}

.author {margin-top: 2rem;margin-bottom: .5rem;display: flex;justify-content: flex-end;}
.author .author-name{color:#757171;font-size: 16px;}

.article-tags {margin-top:0;padding:0;align-items:center;text-align: left;margin-top:2rem;}
.article-tags a {color: #777;font-size: .875rem;background: #f1f1f1;border-radius: 4px;text-align: center;padding: 5px 10px;margin-right:.5rem;}
.article-tags a:hover{background-color: #1b2953;color:#fff;}

.action {text-align:center!important;margin:40px 0 0 0;}
.action a {color:#ffffff;background-color:#ff6c00;transition:0.2s ease-in;padding:0 1.25rem;font-size:14px;line-height:40px;font-weight:600;border-width:2px;border-radius:4px;display:inline-block;position:relative;}
.action a:hover {color:#ffffff;background-color:#dd5e03;}
.action a span {display:inline-block;position:relative;will-change:transform;}
.action a i {margin-left:5px;}

.share {margin-top: 2rem;margin-bottom: .5rem;display: flex;justify-content: flex-start;/*根据情况左中右*/}

.tip {position:relative;background: #f7f8fa;border-radius:6px;margin:1.5rem 0;transition:.5s;}
.tip >p {font-size:12px;color:#8d8f96;margin:5px 0;padding:20px 15px;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;padding:15px;background-color:#fff;-webkit-box-shadow: 0 4px 24px #2764af1a;box-shadow:0 4px 24px #2764af1a;}
.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;background-position: 50%;background-size: cover;}
.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;}

.navigate {margin-bottom:20px;}
.navigate li {line-height:32px;margin-bottom:5px;}
.navigate li span {display:inline-block;background-color:#A2A2A2;color:#fff;padding:0 15px;margin-right:10px;}

.news-interest {background: #fff;margin-bottom: 30px;display: block;border-radius: 6px;padding: 15px 0 30px 30px;-webkit-box-shadow: 0 4px 24px #2764af1a;box-shadow: 0 4px 24px #2764af1a;}

.widget-tit {margin-bottom:20px;font-size:18px;line-height:45px;font-weight:bold;border-bottom:1px solid #eee;}
.widget-tit span {display:inline-block;border-bottom:2px solid #0a59f8;color:#1b1b1b;}
.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:#0a59f8;}
.relevant li a {color:#16133d;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}

.tit {padding: .5rem 0;display: inline-block;width: 100%;position: relative;}
.tit h3 {position:relative;padding:0 0 0 18px;font-size:1.1rem;color:#16133d;font-weight:500;}
.tit .more {float:right;color:#909399!important;font-size:.875rem;line-height:12px;}
.tit .more i{font-size: 1.2rem;color: #262626;font-weight: 600;vertical-align: middle;}
.tit .more i:hover{color:#3858f6;}

/*single-right*/
.sidebar-box {position:relative;background-color:#fff;padding:1.2rem;clear:both;overflow:hidden;margin-bottom:1.5rem;border-radius:6px;-webkit-box-shadow:0 4px 24px #2764af1a;box-shadow:0 4px 24px #2764af1a;}
.arc-list{position: relative;}
.arc-list li{padding:12px 0;border-top:1px solid #f7f7f7;display: inline-flex;width: 100%;}
.arc-list li span{font-size: 13px;margin-right: 5px;}
.arc-list li:first-child{border:none}
.arc-list 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}
.arc-list li a:hover{color:#3858f6}

.list-grid{position: relative;}
.list-grid li {margin:0;padding:15px 0;display:flex;width:100%;position:relative;overflow:hidden;}
.list-grid li .item-img {width:100px;flex-shrink:0;overflow:hidden;border-radius:6px;}
.list-grid li .item-img-inner {display:block;}
.list-grid li .item-img img {display:block;width:100%;height:80px;object-fit:cover;transition:opacity .3s,transform .3s ease-in-out}
.list-grid li:hover img{opacity:.86;transform:scale(1.05)}
.list-grid li .item-content {position:relative;margin-left:10px;width:calc(100% - 110px);flex-shrink:1;}
.list-grid 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-grid li .item-content .item-title a {color:#262626;font-size:14px;}
.list-grid li .item-content .item-title a:hover {color:#3858f6;}
.list-grid li .item-content p i {font-size:14px;margin-right:4px;}
.list-grid li .item-content .item-date {position:absolute;bottom:5px;margin:0;font-size:12px;color:#828282;line-height:14px;}
.widget_post_hot li:before{background:linear-gradient(135deg,#575756 10%,#616060);border:0;border-radius:0 10px 10px 0;box-shadow:0 1px 4px rgb(0 0 0 / 20%);color:#fff;display:block;font-size:12px;font-weight:500;height:auto;left:0;line-height:12px;padding:3px 6px 3px 4px;position:absolute;text-align:center;top:15px;width:auto;z-index:1;}
.widget_post_hot li:first-child:before {background:linear-gradient(135deg,#f84975 10%,#f36);content:"TOP 1";top:1.2em;}
.widget_post_hot li:nth-child(2):before {background:linear-gradient(135deg,#ff7a66 10%,#ff2d2d);content:"TOP 2";}
.widget_post_hot li:nth-child(3):before {background:linear-gradient(135deg,#f59f55 10%,#ff6922);content:"TOP 3";}

.img-item {display: flex;flex-wrap: wrap;gap: 10px;margin-top:1rem;}
.img-item li{flex: 0 0 calc(50% - 7px);display: inline-block;}
.img-item li a{overflow: hidden;display: block;border-radius: 6px;}
.img-item li a img {display:block;margin:0 auto;border:0;width:100%;height:75px;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;}
/*page*/
.about-content{max-width: 1000px;margin: 0 auto;}
.posts-pushes{width: 100%;background-color: #ffffff;position: relative;display: inline-block;border-radius:4px!important;padding: 30px 30px;}
.posts-pushes h5{position:relative;margin-bottom:30px!important;color: #007bff !important;font-size: 1.2rem;font-weight:600;}
.posts-pushes h5::after{position:absolute;display:block;content:'';width:116px;bottom:-20px;left:0;border-top:solid 2px #f0f4f7;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}
.posts-pushes:hover h5::after{left:0!important;margin-left:0!important;width:100%!important}
.details-area {position:relative;z-index:1;padding-top:.5rem;color: #3a3942;line-height: 1.8;font-size: .875rem;}
.details-area p {color: #3a3942;line-height: 1.8;font-size: .875rem;margin-bottom:1rem;}
.details-area b {font-family:'oswaldregular',sans-serif;padding:0 .5rem;color:#007bff;}
.details-area code {font-family:"Microsoft Yahei";font-size:.875em;color:#d63384;word-wrap:break-word;}
.alert-success {background:#edfbf6;color:#2fb784;padding:10px 15px;margin-bottom:20px;}
@media (max-width:767.98px) {
/*index*/
.picg ul{margin-top:0;padding:0;}
/*list*/    
.post-loop-default .item-img {width:33%}
.post-loop-default .item-img img{height: 85px;}
.post-loop-default .item-category {display:none}
.post-loop-default .item-title {font-size:17px;font-weight:400;line-height:1.36}
.post-loop-default .item-title a {max-height:50px;font-size:17px;}
.post-loop-default .item-excerpt {display:none}
.post-loop-default .item-content {padding-left: 10px;}
.post-loop-default .item-meta .meta-li.category,.post-loop-default .item-meta .meta-li.thumbup{display: none;}
.post-loop-default .item-meta .meta-li.views {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;text-align: right;margin-right: 0;}

.post-loop-image .item{width: 50%;}
.post-loop-image .item-title{font-size: 15px;font-weight: 500;padding: 8px;}
.post-loop-image .item-meta .meta-li.category{display: none;}
.post-loop-image .item-excerpt{padding: 0 8px;}
.post-loop-image .item-meta{padding: 0 8px 10px;}
/*single*/
.lacation{margin-bottom: .5rem;}
.breadcrumbs a:last-child{display: none;}
.breadcrumbs{line-height: 1.5;}
.entry-main{padding: 20px 20px;}
.article-detail .detail-title{font-size: 1.5rem;}
.article-nav-entry{width: 100%;max-width:100%;}
.article-nav-entry{margin-bottom:1rem;}
.news-interest{width: 100%;display: inline-block;}
.relevant li{flex: 0 0 calc(100% - 0px);}
.img-item li a img{height: 120px;}
}