<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	ä¸‰å±æ&nbsp;·å¼	*/
.PageBack3 {
	background-image: url('../img/page_back_3.png?v=1.1.3')!important;
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	height: calc(91vh);
	display: flex;
}
.PThrBox {

}
.PThrBoxTitle {
	/*background-image: url(../img/page_title_3.png?v=1.1.3)!important;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(12vw);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0.28rem;;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    border-style: dashed;
    border-width: 2px;
    border-color: #F5BA76;
}

.PThrBoxContent {

	background-image: url(../img/p3box.png)!important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
 
    /*border: 2px solid #16417b;
    border-radius: 10px;*/
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding-top: 10px;
}
.PThrBoxContent.active {
   /* border: 2px solid #5bcbb7;*/
   background-image: url(../img/p3boxg.png)!important;
}

.PThrBoxContent::after {
    /*
    content: "";
    position: relative;
    width: 0;
    height: 0;
    display: block;
    border-style: solid dashed dashed dashed ;
    border-color: #16417b transparent transparent transparent;
    border-width: 10px;
    left: 46%;*/
}
.PThrBoxContent.active::after{
    /*
    border-color: #5bcbb7 transparent transparent transparent;*/
}

.PthrBoxFoot {
	/*
    background-image: url(../img/page_foot_3.png?v=1.1.3)!important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    */
    border: 2px solid #3372cc;
    width: 100%;
    margin-top: 5px;
 	padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
     font-size: 0.25rem;;
    font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 30px;
}
.PthrBoxFoot.active {
    /*
    background-image: url(../img/page_foot_3.png?v=1.1.3)!important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    */
    border: 2px solid #5bcbb7;
    background-color: #5bcbb7;
}
#W0047BOX1 {
	margin-top: calc(25vh);
    margin-left: calc(4vw);
    margin-bottom: auto;
    width: calc(18vw);
}
#W0047BOXCONTENT1 {
    height: calc(48vh);	
}
#W0047BOXCONTENT1 marquee {
    height: calc(45vh - 45px); 
}
#W0047BOX2 {
	margin-top: calc(13vh);
    margin-left: calc(2vw);
    margin-bottom: auto;
    width: calc(20vw);
}
#W0047BOXCONTENT2 {
    height: calc(62vh);	
}
#W0047BOXCONTENT2 marquee {
    height: calc(60vh - 50px); 
}
#W0047BOX3 {
	margin-top: calc(22vh);
    margin-left: calc(2vw);
    margin-bottom: auto;
    width: calc(19vw);
}
#W0047BOXCONTENT3 {
    height: calc(47vh);
}
#W0047BOXCONTENT3 marquee {
    height: calc(45vh - 45px); 
}
#W0047BOX4 {
	margin-top: calc(3vh);
    margin-left: calc(2vw);
    margin-bottom: auto;
    width: calc(27vw);
}
#W0047BOXCONTENT4 {
    height: calc(73vh);
}
#W0047BOXCONTENT4 marquee {
    height: calc(70vh - 45px); 
}
.PThrCntT {
    margin-left: 10px;
    margin-right: 10px;
    background: rgba(34, 109, 200, 0.9);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    padding-top: 3px;
    padding-bottom: 3px;
 	font-size: 0.18rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #00FFF8;
}
/*  æ»šåŠ¨å†…å®¹ */
.PThrBoxText {
    padding-left: 10px;
    padding-right: 10px;
}
.PThrBoxText .TxtBox {
    position: relative;
}
.PThrBoxText .year {
    height: 40px;
    margin-left: 20px;
    font-size: 0.2rem;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #fff;
    line-Height: 40px;
    display: inline-block;
    border-Bottom: 4px solid #0e22d8;
    border-Radius: 2px;
}
.PThrBoxText .y-text {
    margin-left: 20px;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #fff;
}
.PThrBoxText .line {
    border-left: 2px solid #0016de;
    top: 10px;
    position: absolute;
    left: 4px;
    height: 100%;
}
.PThrBoxText .point {
    background-color: rgb(0, 209, 255);
    left: -px;
    width: 12px;
    height: 12px;
    top: 10px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
/* çª—å£é€‰ä¸­é«˜äº® */
marquee.active {
    border: 2px solid #00fff8;
    border-radius: 4px;
}</pre></body></html>