<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newsl2{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.news_wrap{
    display: block;
    background: #f7f7f7;
    padding-bottom: 60px;

}

.newsl2 .hd{
	float: left;
	width: 150px;
}
.newsl2 .hd li{
	margin-bottom: 1px;
	height: 120px;
	text-align: center;
	background: #8d8d8d;
	cursor: pointer;
	position: relative;
	padding-top: 24px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
}
.newsl2 .hd li:hover{
    background: #4c2685;
}
.newsl2 .hd i{
	width: 49px;
	height: 40px;
	background: url(../images/icon1.png) no-repeat;
	display: block;
	margin: 0 auto;
}
.newsl2 .hd i.i2{
	background-position: 0 -40px;
}
.newsl2 .hd i.i3{
	background-position: 0 -80px;
}

.newsl2 .bd{
    
    display: flex;
    margin-left: 10px;
    width: 100%;
}


.change{
    
    justify-content: space-between;
    align-items: stretch;
	display: none;
}
.change.on{
	display: flex;
	width: 100%;
}
.newsl2 .innews{
	
	width: 100%;
	padding-left: 30px;
	background: #FFFFFF;
	padding-right: 35px;
}
.newsl2 .innews .top{
	padding-bottom: 23px;
}
.newsl2 .innews .top h3{
	font-size: 14px;
	color: #4c2685;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 10px;
	padding-top: 25px;
}
.newsl2 .innews .top p{
	color: #999999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.newsl2 .innews .top a{
	display: inline-block;
	color: #4c2685;
	line-height: 24px;
	margin-top: 8px;
}
.newsl2 .innews .top a:hover{
	text-decoration: underline;
}
.newsl2 .innews li{
	font-size: 14px;
	line-height: 60px;
	border-top: 1px #dfdfdf dashed;
}
.newsl2 .bd li a{
	display: block;
	padding-left: 13px;
	background: url(../images/fangkuai.jpg) left center no-repeat;
}
.newsl2 .bd li i{
	float: right;
	font-size: 12px;
	color: #999999;
}
.newsl2 .bd li span{
	display: inline-block;
	float: left;
	color: #666666;
	font-weight: bold;
	width: 305px;
	height: 60px;
	overflow: hidden;
}
.newsl2 .bd li:hover span{
	color: #4c2685;
}
.newsr2{
	
	background: #FFFFFF;
	
    display: flex;
    
    flex-direction: column;
	margin-left: 10px;
	width: 30%;
}
.title2{
	font-size: 20px;
	color: #333333;
	line-height: 64px;
	padding-left: 20px;
	background: url(../images/shuxian2.jpg) left center no-repeat;
}



.newsl2 .hd b{
	display: block;
	width: 8px;
	height: 100%;
	background: url(../images/arrow2.png) center center no-repeat;
	position: absolute;
	right: -8px;
	top: 0;
	display: none;
}
.newsl2 .hd li.on{
	background: #4c2685;
}
.newsl2 .hd li.on b{
	display: block;
}

.news_btn{
	padding-top: 14px;
	padding-bottom: 14px;
	display: flex;
	justify-content: center;
	display: none;
}
.news_btn span{
	color: #777;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

.news_btn span.on{
	background: #4c2685;
	color: #fff;
}
.video2 img{
	display: block;
	width: 100%;
}

@media screen and (max-width:800px ) {
	.newsl2 .hd{
		display: none;
	}
	.newsl2 .bd .newsr2{
		display: none;
	}
	.newsl2 .bd {
		margin-left: 0;
	}
	.newsl2 .innews{
		width: 100%;
	}
	.news_btn{
		display: flex;
	}
	.newsl2 .bd li i{
		display: none;
	}
}







.about_content{
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
    margin-bottom: 4%;
	width: 100%;
	overflow: hidden;
}

.about_content .swiper-wrapper{
	align-items: stretch;
}

.about_content .about_item{
    width: 100%;
	height: 100%;
    border-bottom: 2px #d2d2d2 solid;
	
}



.about_item a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_item  .pic{
	width: 100%;
	
	overflow: hidden;
}

.about_item  .pic img{
	width: 70%;
	border-radius: 100%;
	display: block;
	overflow: hidden;
	margin:0 auto;
}

.about_item h3{
	font-size: 20px;
	color: #333333;
	line-height: 67px;
	padding: 11px 0 0 0;
}
.about_item i{
	display: block;
	width: 32px;
	height: 1px;
	margin: 0 auto;
	background: #4c2685;
}
.about_item p{
	
	color: #999999;
	line-height: 24px;
	margin-top: 15px;
	min-height: 96px;
	overflow: hidden;
    text-align: center;
	
}
.about_item.last{
	margin-right: 0;
}
.about_item img{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	width: 100%;
}
.about_item:hover{
	border-color: #4c2685;
}
.about_item:hover img{
	transform:scale(.9);
	-moz-transform:scale(.9);
	-webkit-transform:scale(.9);
	-ms-transform:scale(.9);
}
.about_item:hover h3{
	color: #4c2685;
}
.about_item{
	padding-bottom: 4%;
}</pre></body></html>