	.kt-row-column-wrap{padding-left: 0!important; padding-right: 0!important;}

.post-archive-title h1.archive-title{font-size: 2rem;}
.post-archive .category-blog {
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
    border-radius: 1rem;
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease;
}
.post-archive .category-blog:hover{
    transform: scale(1.1);
}
.post-archive .loop-entry .entry-content-wrap{padding: 1rem;}
.post-archive .loop-entry .entry-header{margin-bottom: .5em;}
.post-archive .loop-entry .entry-summary {margin-top: 0;}
.post-archive .loop-entry .entry-summary p{margin-top: 0; font-size: 0.8rem;}
.cai{
	background: linear-gradient(90deg,#6f00fd -9.97%,#0085fb 85.54%,#00bdf9);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
}
.indexnews{padding:50px 0;font-weight:400; background: #f7f9fc; overflow: hidden;}
.indexnews .container{width:1200px;margin:0 auto}
.indexnews .indexnews-title{text-align:center}
.indexnews .indexnews-title h3{height:47px;line-height:47px;color:#1a243e;font-size:36px;font-weight:700}
.indexnews .indexnews-title p{height:16px;line-height:16px;margin-top:10px;color:#c3c8d5;text-align:center;font-size:13px}
.indexnews .news-box{margin-top:40px}
.indexnews .news-box:after{content:'';display:block;clear:both}
.indexnews .news-box>.news-list{width:100%}
.news_list{width:calc((100% - 60px) / 4);height:395px;margin-right:20px;margin-bottom:20px;padding:20px;background:#fff;border-radius:5px;padding-bottom:30px;float:left;position:relative;box-sizing:border-box;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}
.news_list:hover{box-shadow:0 6px 10px rgba(45,115,255,.1);border-radius:5px}
.news_list:hover .img>img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}
.news_list:nth-child(4n){margin-right:auto}
.news_list>a{display:block}
.news_list .img{width:100%;height:191px;position:relative;overflow:hidden;border-radius:5px}
.news_list .img>img{width:100%;height:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .2s;-moz-transition:-moz-transform .2s;-ms-transition:-moz-transform .2s;transition:transform .2s}
.news_list .title{width:100%;height:49px;line-height:25px;margin-top:20px;font-size:16px;color:#1a243e;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; text-decoration: none;}
.news_list .title:hover{color:#2d73ff}
.news_list .describe{width:100%;margin-top:12px;margin-bottom:25px;font-size:14px;line-height:21px;color:#76819d;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.news_list .describe p{margin: 0;}
.news_list .info{overflow:hidden}
.news_list .info img{position:absolute;left:0;top:10px}
.news_list .time,.news_list .view{padding-left:26px;position:relative;height:16px;line-height:16px;color:#c3c8d5;background-size:16px;background-repeat:no-repeat}
.news_list .time{background-image:url(../images/news_time.png);float:left; font-size: 13px;}
@media (max-width: 768px) {
	.indexnews .container{width:100%;margin:0 auto}
	.news_list{width: 100%;}
}