	/* 20241018新增样式 */
    .web-language{
		justify-content: space-around;
		align-items: center;
		display: flex;
		width: 10rem;
		position: absolute;
		right: 8%;
		z-index:1080 ;
	}
	.language-item{
		color: #2e2e2e;
		margin: 0 0.3rem;
	}
	.language-active{
		color: #92c5d9;
		font-weight: bold;
	}
	.index_about{
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 6;
			-webkit-box-orient: vertical;
			display: block;
		  }
		  .xiaocms-page { padding:14px 0 10px;font-family:\5b8b\4f53; margin-right: 10px;}
.xiaocms-page a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px;margin-left: 1px;}
.xiaocms-page a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
.xiaocms-page span { display:inline-block; height:22px;padding:0 10px; line-height:22px; background:#92c5d9; border:1px solid #92c5d9; color:#fff; text-align:center;margin-left: 1px; }
.listpage {clear: both;text-align: center;}
	/* 20241018新增样式结束 */
    
/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
    .web-language{
		right: 15%;
        top:1rem
	}
	

 }
 
 
 /*移动端导航*/
 @media screen and (max-width: 1199px) and (min-width: 0px){
    .web-language{
		right: 21%;
        top:1rem
	}

 }