.mainSection{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.levelTop{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 200px;
}
.levelTop h2{
	font-size: 36px;
	color: #000000;
	position: relative;
	z-index: 10;
	line-height: 40px;
}
.levelTop span{
	font-family: 'DIN';
	font-size: 87px;
	line-height: 60px;
	color: #f4f5f9;
	font-weight: bold;
	margin-top: -35px;
}
.cultureBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:50px;
	padding-bottom: 50px;
}
.cultureItem{
	display: flex;
	gap:20px;
}
.cultureItem #pc{
    display:block;
}
.cultureItem #wap{
    display:none;
}
.cultureItem:first-child .imgT{
	margin-top: -78px;
	height: 364px;
}
.cultureItem .imgT{
	max-width: 590px;
	width: 100%;
	height: 286px;
}
.cultureItem .imgT img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cultureItem .goal{
	flex: 1;
	width: 100%;
}
.cultureItem .goal .goalList{
	max-width: 440px;
	width: 100%;
}
.cultureItem .goalItem{
	border-bottom: solid 1px #eeeeee;
	line-height: 95px;
	display: flex;
}
.cultureItem .goalItem:last-child{
	border-bottom: none;
}
.cultureItem .goalItem h5{
	font-family: 'OPPOSans-M';
	font-size: 24px;
	color: #000000;
	width: 150px;
}
.cultureItem .goalItem span{
	font-family: 'OPPOSans-R';
	font-size: 16px;
	color: #555555;
	white-space: nowrap;
}
.cultureItem .goalItem:hover h5,
.cultureItem .goalItem:hover span{
	/*color: #0063ff;*/
}
.rulebox{
	display: flex;
	gap:50px;
	width: 480px;
}
.rulebox .ruleTit{
	font-family: 'OPPOSans-M';
	font-size: 24px;
	color: #000000;
	line-height: 40px;
	width: 100px;
	white-space: nowrap;
}
.rulebox .rulelist{
	font-family: 'OPPOSans-R';
	font-size: 16px;
	color: #555555;
	line-height: 40px;
}
.rulebox:nth-child(2){
	border-top: solid 1px #eeeeee;
	padding-top: 20px;
}
.contactSection{
	width: 100%;
	background: #f3f5fb;
	min-height: 100vh;
}
.columnTop {
    text-align: center;
    padding: 40px 0 30px;
}
.columnTop h2{
    font-size: 32px;
    color: #000000;
    line-height:80px;
	position: relative;
}
.columnTop p{
    color: #5c5d5f;
    font-size: 16px;
    line-height: 22px;
	padding: 5px 0;
}

/* 联系我们 */
.contactSection .mainSection{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.contactSection .mainSection:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.contactHotCards{
	display: flex;
	gap: 20px;
}
.hotCard{
	flex: 1;
	background: #f3f5fb;
	border-radius: 14px;
	box-shadow: 2px 4px 20px 0px
			rgba(161, 163, 170, 0.1);
	overflow: hidden;
	cursor: pointer;
}
.hotCard:hover{
	background: #fff;
	box-shadow: 2px 4px 20px 0px 
			rgba(161, 163, 170, 0.16);
}
.hotImg{
	height: 210px;
	background: #f1f5ff;
}
.hotImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.hotBottom{
	display: flex;
	padding: 15px 0 20px;
}
.hotRow{
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.hotRow .t1{
	display: block;
}
.hotRow .t2{
	display: none;
}
.hotCard:hover .t1{
	display: none;
}
.hotCard:hover .t2{
	display: block;
}
.hotPhone{
	color: #000000;
	font-size: 18px;
}
.hotCity{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 6px;
	flex-direction: column;
	width: 95px;
	border-right: solid 1px #d2dae5;
}
.hotCity span{
	color: #000000;
	font-size: 16px;
}
.hotRcont{
	padding:5px 20px 0;
	display: flex;
	flex-direction: column;
	gap:10px;
	justify-content: center;
}
.hotAddr{
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
.contactTabs{
	display: flex;
	width: 100%;
	max-width: 768px;
	margin: 0 auto 40px auto;
	background: #ffffff;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 4px 2px 9px 0px 
			#cde0ff;
}
.contactTabs .tabItem{
	flex: 1;
	height: 60px;
	border: 0;
	background: #ffffff;
	color: #333333;
	font-size: 18px;
	cursor: pointer;
}
.contactTabs .tabItem.active{
	background: #0063ff;
	color: #ffffff;
}
.contactCards{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	align-items: start;
	padding-bottom: 40px;
}
.personCard{
	background: #ffffff;
	border-radius: 18px;
	padding:20px;
	display: flex;
	gap: 20px;
	align-items:stretch;
}
.personQR{
	width: 100px;
	flex: 0 0 100px;
}
.personQR img{
	width: 100%;
	height: 100px;
	display: block;
	object-fit: cover;
}
.personInfo{
	flex: 1;
	min-width: 0;
	display: flex;
	align-items:flex-start;
	flex-direction: column;
	justify-content: center;
}
.personName{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	gap: 6px;
	background: url(../images/index/icon_dw.png) no-repeat left center;
	background-size: 15px auto;
	padding-left: 21px;
	font-weight: bold;
}
.personTell{
	background: url(../images/about/icon_tell.png) no-repeat left center;
	background-size: 14px auto;
	padding-left: 17px;
	font-size: 14px;
	color: #333333;
}
.pinDot{
	width: 10px;
	height: 10px;
	background: #0063ff;
	border-radius: 50%;
	display: inline-block;
}
.personText{
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}

.personCard{
	display: none;
}
.personCard.is-active{
	display: flex;
}
.caseClass{
	background-color: #ffffff;
	border-radius: 18px;
	width: 100%;
	margin: 30px 0;
	float: left;
	padding:15px 15px 15px;
}
.caseClass .classItem{
	width: 100px;
	height: 36px;
	background-color: #f7f8fa;
	border-radius: 18px;
	display:flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin:12px;
	font-size: 14px;
	cursor: pointer;
	color: #091221;
}
.caseClass .classItem:hover{
	border: solid 1px #6b96ff;
	background-color: #e8f1ff;
	color: #3c74ff;
}
.caseClass .classItem.active{
	background-color: #0063ff;
	color: #fff;
}
.proliCon{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap:30px 20px;
}
.proliCon .itemLi{
	flex: 1;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	background: #ffffff;
	transition: all .3s;
}
.proliCon .itemLi:hover{
	box-shadow: 2px 4px 21px 0px 
			#e8ecf3;
	transform:translateY(-10px);
}
.proliCon .itemLi i{
	aspect-ratio: 16 / 9;
	width: 100%;
	display: block;
}
.proliCon .itemLi img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.proliCon .itemLi .cont{
	padding:20px 25px;
	height: 180px;
	border-bottom: solid 1px #eeeeee;
}
.proliCon .itemLi .title{
	font-family: 'OPPOSans-B';
	font-size: 18px;
	color: #091221;
	line-height: 30px;
	margin-bottom: 8px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.proliCon .itemLi:hover .title{
	color: #0063ff;
}
.proliCon .itemLi .desc{
	font-size: 14px;
	color: #777777;
	line-height: 24px;
}
.proliCon .itemLi .tagList{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 5px;
}
.proliCon .itemLi .tagItem{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:5px;
}
.proliCon .itemLi .tagItem h5{
	font-size: 16px;
	color: #555555;
}
.proliCon .itemLi .tagItem .tit{
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.proliCon .itemLi .line{
	width: 1px;
	height: 21px;
	border: solid 1px #eeeeee;
	display: block;
}
.buttonBox{
	width: 100%;
	height: 100px;
}
.buttonBox .button{
	width: 164px;
	height: 44px;
	border-radius: 21px;
	border: solid 1px #0063ff;
	font-size: 16px;
	color: #0063ff;
	cursor: pointer;
}
.buttonBox .button i{
	background: url(../images/index/btn_up.png) no-repeat right center;
	background-size: 10px 6px;
	padding-right: 20px;
}
.noData{
	grid-column: 1 / -1;
	width: 100%;
	min-height: 260px;
	margin: 8px 0 24px;
	padding: 40px 28px 44px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(180deg, #fafbfd 0%, #f3f5f9 100%);
	border: 1px dashed #d5dce6;
	border-radius: 12px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.noData .noData-icon{
	display: block;
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: linear-gradient(160deg, #eef2f8 0%, #e2e8f2 100%);
	box-shadow: inset 0 2px 6px rgba(255,255,255,.9), 0 4px 14px rgba(13,55,149,.06);
	position: relative;
}
.noData .noData-icon::before,
.noData .noData-icon::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 6px;
}
.noData .noData-icon::before{
	width: 36px;
	height: 44px;
	border: 2px solid #b8c5d9;
	background: rgba(255,255,255,.65);
}
.noData .noData-icon::after{
	width: 20px;
	height: 3px;
	margin-top: 8px;
	background: #d0d8e6;
	border-radius: 2px;
	box-shadow: 0 -10px 0 #d0d8e6, 0 -20px 0 #d0d8e6;
}
.noData .noData-title{
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 600;
	color: #000000;
	opacity: 0.8;
	letter-spacing: 0.02em;
}
.noData .noData-desc{
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: #000000;
	opacity: 0.6;
	max-width: 320px;
}
@media screen and (max-width: 900px) {
	.personCard{
		padding: 15px;
		gap:15px;
	}
	.personQR{
		width: 80px;
		flex: 0 0 80px;
	}
	.personQR img{
		height: 80px;
	}
	.hotRcont{
		padding: 5px 15px 0;
	}
}
@media screen and (max-width: 767px) {
    .levelTop h2{
        font-size: 24px;
    }
    .levelTop{
        height: 100px;
    }
    .levelTop span{
        font-size: 36px;
    }
    .cultureItem{
        flex-direction: column;
        padding: 0 15px;
        gap:10px;
    }
    .cultureItem:first-child .imgT{
        height: auto;
        margin-top: -20px;
    }
    .cultureItem .goalItem h5{
        font-size:18px;
        width: 95px;
    }
    .cultureItem .goalItem{
        line-height: 55px;
    }
    .cultureItem #pc{
        display:none;
    }
    .cultureItem #wap{
        display:block;
    }
    .cultureBox{
        gap:20px;
    }
	.contactSection .mainSection{
		padding: 0 15px 0px;
	}
	.contactHotCards{
		flex-direction: column;
		gap: 14px;
	}
	.contactTabs{
		max-width: none;
		margin-bottom: 18px;
	}
	.contactCards{
		grid-template-columns: repeat(1, 1fr);
	}
	.personCard{
		padding:10px;
		gap:10px;
	}
	
	.columnTop{
		padding: 20px 0 30px;
	}
	.columnTop h2{
		line-height: 50px;
		font-size: 24px;
	}
	.columnTop span{
	    line-height: 22px;
	}
	.personText{
	    font-size: 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.contactSection .mainSection{
		padding: 0 20px 56px;
	}
	.caseClass{
		margin: 20px 0;
		padding: 12px;
		border-radius: 14px;
	}
	.caseClass .classItem{
		width: auto;
		min-width: 92px;
		height: 34px;
		margin: 8px;
		padding: 0 16px;
	}
	.proliCon{
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 16px;
	}
	.proliCon .itemLi .cont{
		height: 170px;
		padding: 16px 18px;
	}
	.proliCon .itemLi .title{
		font-size: 16px;
		line-height: 26px;
	}
	.proliCon .itemLi .desc{
		line-height: 22px;
	}
	.proliCon .itemLi .tagList{
		padding: 16px 6px;
	}
	.buttonBox{
		height: 90px;
	}
	.noData{
		min-height: 220px;
		padding: 34px 20px 38px;
	}
}

@media screen and (max-width: 767px) {
	.caseClass{
		margin: 14px 0 18px;
		padding: 10px;
		border-radius: 12px;
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	.caseClass .classItem{
		float: none;
		margin: 0;
		width: calc((100% - 16px) / 3);
		min-width: 0;
		height: 32px;
		font-size: 13px;
	}
	.proliCon{
		grid-template-columns: repeat(1, 1fr);
		gap: 14px;
	}
	.proliCon .itemLi{
		border-radius: 8px;
	}
	.proliCon .itemLi:hover{
		transform: none;
		box-shadow: none;
	}
	.proliCon .itemLi .cont{
		height: auto;
		min-height: 100px;
		padding: 14px 15px 12px;
	}
	.proliCon .itemLi .title{
		line-height: 24px;
		margin-bottom: 6px;
		font-size: 15px;
		/*-webkit-line-clamp:1;*/
	}
	.proliCon .itemLi .desc{
		font-size: 13px;
		line-height: 22px;
	}
	.proliCon .itemLi .tagList{
		padding: 12px 4px;
	}
	.proliCon .itemLi .tagItem h5{
		font-size: 14px;
	}
	.proliCon .itemLi .tagItem .tit{
		font-size: 11px;
		line-height: 15px;
	}
	.sideCardBody p{
	    font-size: 13px;
	}
	.buttonBox{
		height: 74px;
	}
	.buttonBox .button{
		width: 140px;
		height: 38px;
		font-size: 14px;
	}
	.noData{
		min-height: 190px;
		padding: 28px 16px 30px;
		border-radius: 10px;
		margin: 4px 0 16px;
	}
	.noData .noData-icon{
		width: 64px;
		height: 64px;
		margin-bottom: 14px;
	}
	.noData .noData-title{
		font-size: 15px;
		margin-bottom: 6px;
	}
	.noData .noData-desc{
		font-size: 12px;
		max-width: 260px;
	}
}

/* 经典案例详情 */
.caseDetailWrap{
	padding-top: 26px !important;
	margin-top: 60px !important;
}
.caseDetailLayout{
	display: grid;
	grid-template-columns: minmax(0, 1fr) 325px;
	gap: 50px;
	align-items: start;
}
.caseDetailMain{
	background: #ffffff;
	border-radius: 10px;
	padding: 25px 0 35px;
}
.caseDetailTitle{
	font-size: 28px;
	line-height: 1.4;
	color: #000000;
	margin: 0 0 18px;
	font-family: 'OPPOSans-M';
}
.caseDetailLead{
	margin: 0 0 22px;
	padding: 14px 16px;
	background: #e8f1ff;
	border-left:5px solid #0063ff;
	color: #333333;
	font-size: 14px;
	line-height: 1.75;
}
.caseDetailQuote{
	margin: 0 0 24px;
	padding: 6px 0;
	font-size: 14px;
	line-height: 1.95;
	color: #2f3b4e;
	position: relative;
	text-indent: 2em;
}
.caseDetailQuote::before,
.caseDetailQuote::after{
	content: "";
	position: absolute;
	width: 22px;
	height: 20px;
}
.caseDetailQuote::before{
	left:0;
	top: -8px;
	background: url(../images/index/icon_quota.png) no-repeat left center;
	background-size: 100% 100%;
}
.caseDetailQuote::after{
	right: -6px;
	bottom: -14px;
	background: url(../images/index/icon_quota02.png) no-repeat left center;
	background-size: 100% 100%;
}
.caseDetailSection{
	margin-bottom: 22px;
	line-height: 26px;
	font-size: 14px;
}
.caseDetailSection p{
    padding: 10px 0;
}
.caseDetailLast{
	margin-bottom: 0;
}
.caseDetailSecTitle{
	margin: 0 0 14px;
	font-size: 20px;
	color: #333333;
	line-height: 1.2;
	font-weight: bold;
}
.caseResultList{
	display: flex;
	align-items: stretch;
}
.caseResultItem{
	flex: 1;
	text-align: center;
	padding: 18px 10px 16px;
}
.caseResultItem + .caseResultItem{
	border-left: 1px solid #edf0f6;
}
.caseResultItem h4{
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1;
	color: #333333;
}
.caseResultItem p{
	margin: 0;
	font-size: 16px;
	color: #333333;
}
.caseDetailMedia{
	margin-bottom: 24px;
}
.caseDetailMedia video{
	width: 100%;
	display: block;
	background: #000;
	border-radius: 4px;
}
.caseDetailList{
	margin: 0;
	padding: 0;
	list-style: none;
}
.caseDetailList li{
	font-size: 14px;
	line-height: 1.9;
	color: #0063ff;
	position: relative;
	padding-left: 18px;
}
.caseDetailList li::before{
	content: "1";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	border-radius: 50%;
	border: 1px solid #0063ff;
	color: #0063ff;
	width: 12px;
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.caseServiceList li{
	color: #333333;
	padding-left: 0;
}
.caseServiceList li::before{
	display: none;
}
.caseDetailSide{
	position: sticky;
	top:95px;
}
.sideTitle{
	padding-left: 15px;
	border-left: 3px solid #1d6bfb;
	font-size: 20px;
	color: #000000;
	margin: 18px 0;
}
.sideCard{
	display: block;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 16px;
	transition: box-shadow .3s, transform .3s;
}
.sideCard:hover{
	box-shadow: 0 8px 24px rgba(20,44,91,.12);
	transform: translateY(-4px);
}
.sideCardImg{
	aspect-ratio: 16 / 9;
}
.sideCardImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.sideCardBody{
	padding: 15px;
}
.sideCardBody h4{
	margin: 0 0 3px;
	font-size: 18px;
	line-height: 1.4;
	color: #091221;
	font-family: 'OPPOSans-B';
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.sideCardBody p{
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.7;
	color: #777777;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.sideData{
	display: flex;
	/*grid-template-columns: repeat(3, minmax(0, 1fr));*/
	border-top: 1px solid #edf0f5;
	padding-top: 10px;
	width: calc(100% + 30px);
	margin-left: -15px;
	gap: 8px;
}
.sideData div{
    flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
.sideData h5{
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: #555555;
	white-space: nowrap;
}
.sideData span{
    flex: 1;
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	padding: 0 5px;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.caseDetailLayout{
		grid-template-columns: minmax(0, 1fr) 280px;
		gap: 16px;
	}
	.caseDetailMain{
		padding: 22px 20px 24px;
	}
	.caseDetailTitle{
		font-size: 30px;
	}
	.caseDetailSecTitle{
		font-size: 24px;
	}
	.caseResultItem h4{
		font-size: 34px;
	}
}
@media screen and (max-width: 767px) {
	.caseDetailWrap{
		padding-top: 0 !important;
		margin-top: 10px !important;
	}
	.caseDetailLayout{
		display: flex;
		flex-direction: column;
		gap: 14px;
	}
	.caseDetailMain{
		padding: 15px 15px 0;
		border-radius: 8px;
		width: 100%;
	}
	.caseDetailTitle{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.caseDetailLead{
		padding: 10px 12px;
		font-size: 12px;
		line-height: 1.7;
		margin-bottom: 14px;
	}
	.caseDetailQuote{
		padding: 2px 10px 2px 12px;
		font-size: 13px;
		margin-bottom: 20px;
	}
	.caseDetailQuote::before,
	.caseDetailQuote::after{
		font-size: 28px;
		width: 16px;
		height: 14px;
	}
	.caseDetailQuote::after{
	    bottom: -6px;
	}
	.caseDetailQuote::before{
	    top:-2px;
	}
	.caseDetailSecTitle{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.caseResultItem{
		padding: 12px 8px 10px;
	}
	.caseResultItem h4{
		font-size: 24px;
	}
	.caseResultItem p{
		font-size: 12px;
		line-height: 1.5;
	}
	.caseDetailMedia{
		margin-bottom: 14px;
	}
	.caseDetailSection{
		margin-bottom: 14px;
	}
	.caseDetailSection img{
	    max-width: 100%;
	}
	.caseDetailList li{
		font-size: 13px;
		line-height: 1.8;
	}
	.caseDetailSide{
		position: static;
		padding: 0 15px 30px;
	}
	.sideTitle{
		font-size: 16px;
		margin: 2px 0 10px;
	}
	.sideCard{
		margin-bottom: 12px;
	}
	.sideCard:hover{
		transform: none;
		box-shadow: none;
	}
	.sideCardBody{
		padding: 10px;
	}
	.sideCardBody h4{
		font-size: 15px;
		margin-bottom: 6px;
	}
	.sideData strong{
		font-size: 12px;
	}
	.sideData span{
		font-size: 10px;
	}
}

/* 资讯动态 */
.newsWrap{
	padding: 30px 0;
}
.newsTopGrid{
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 15px;
	margin-bottom: 25px;
}
.newsTopMain{
	box-shadow: 2px 4px 21px 0px 
		rgba(126, 129, 138, 0.08);
	border-radius: 18px;
	overflow: hidden;
	display: block;
}
.newsTopMainImg{
	position: relative;
	aspect-ratio: 16 / 9;
}
.newsTopMainImg .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
}
.newsTopMainImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all .5s;
}
.newsTopMain:hover .newsTopMainImg img{
	transform: scale(1.05)
}
.newsTopMainDate{
	position: absolute;
	right: 14px;
	top: 25px;
	text-align: right;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,.35);
	display: flex;
	flex-direction: column;
	gap:10px;
}
.newsTopMainDate span{
	font-family: 'OPPOSans-R';
	font-size: 18px;
}
.newsTopMainDate strong{
	font-family: 'OPPOSans-M';
	font-size: 36px;
}
.newsTopMainBody{
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.49);
	padding: 8px 15px;
	z-index: 10;
}
.newsTopMini{
	background: #ffffff;
	box-shadow: 2px 4px 21px 0px 
		rgba(126, 129, 138, 0.08);
	border-radius: 18px;
	padding:20px 20px 15px;
	display: flex;
	flex-direction: column;
	transition: all .5s;
}
.newsTopMini:hover{
	transform: translateY(-6px);
}
.newsTopMini h4{
	font-family: 'OPPOSans-M';
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	margin:10px 0 15px;
}
.newsTopMini:hover h4{
	color: #0063ff;
}
.newsTopMini p{
	border-top: solid 1px #d9e0e7;
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #5c5d5f;
	flex: 1;
	padding-top: 15px;
}
.newsTopMeta{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	gap:5px;
	background: url(../images/index/btn_jiantou.png) no-repeat right center;
	background-size: 20px 21px;

}
.newsTopMeta span{
	display: block;
	color: #5c5d5f;
	font-size: 14px;
	line-height: 1.2;
}
.newsTopMeta i{
	display: block;
	color: #5c5d5f;
	font-size: 36px;
	line-height: 1;
	font-family: 'OPPOSans-M';
}
.newsList{
	background: #ffffff;
	border-radius: 18px;
	padding:10px 20px;
	box-shadow: 2px 4px 21px 0px 
		rgba(126, 129, 138, 0.08);
}
.newsRow{
	display: flex;
	gap: 25px;
	padding: 15px 0;
	align-items: stretch;

}
.newsRow:last-child .newsCont{
	border-bottom: none;
}
.newsRow .newsCont{
	flex: 1;
	display: flex;

	border-bottom: 1px solid #edf0f5;

		flex-direction: column;
}
.newsDate{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap:10px;
	flex-direction: column;
	margin-bottom: 10px;
}
.newsDate span{
	color: #5c5d5f;
	font-size: 18px;
	font-family: 'OPPOSans-R';
}
.newsDate strong{
	font-family: 'OPPOSans-M';
	font-size: 36px;
	color: #5c5d5f;
}
.newsText h4{
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 1.4;
	color: #000000;
	font-family: 'OPPOSans-M';
	position: relative;
	padding-left: 20px;
}
.newsText h4:before{
    width: 15px;
    height: 19px;
    background: url('../images/news_icon.png') no-repeat center center;
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.newsRow:hover .newsText h4{
	color: #0063ff;
}
.newsRow:hover .newsText h4:after{
     width: 20px;
    height: 21px;
    background: url('../images/news_jt.png') no-repeat center center;
    content:"";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.newsText p{
	color: #5c5d5f;
	font-size: 14px;
	line-height: 1.8;
}
.newsThumb{
	width: 220px;
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	overflow: hidden;
}
.newsThumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all .5s;
}
.newsRow:hover .newsThumb img{
	transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
	.newsTopGrid{
		grid-template-columns: 1fr 1fr;
	}
	.newsTopMain{
		grid-column: 1 / -1;
	}
	.newsRow{
		grid-template-columns: 70px minmax(0,1fr) 130px;
		gap: 10px;
	}
	.newsDate strong{
		font-size: 40px;
	}
	.newsText h4{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.newsWrap{
		padding-top: 12px !important;
		padding-bottom: 0 !important;
	}
	.newsBoard{
		padding: 10px 0 0;
		border-radius: 8px;
	}
	.newsTopGrid{
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.newsTopMainDate span{
		font-size: 12px;
	}
	.newsTopMainDate strong{
		font-size: 30px;
	}
	.newsTopMainBody,
	.newsTopMini h4{
		font-size: 15px;
	}
	.newsTopMeta i{
		font-size: 28px;
	}
	.newsList{
		padding: 0 10px;
	}
	.newsRow{
		flex-direction: column;
		padding: 10px 0;
	}
	.newsThumb{
		width: 100%;
	}
	.newsDate span{
		font-size: 11px;
	}
	.newsDate strong{
		font-size: 30px;
	}
	.newsText h4{
		font-size: 14px;
		margin-bottom: 4px;
	}
	.newsText p{
		overflow:hidden;
		text-overflow:ellipsis;
		display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;
	}
	.newsRow .newsCont{
		padding-bottom: 5px;
	}
	.newsTopMeta{
		margin-top: 15px;
	}
}