<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scroll {
	padding-top: 180px;
	min-height: calc(100vh - 200px - 180px);
}

.scroll &gt; div {
  display: flex;
  justify-content: space-between;
  min-height: 41.14vw;
}

.scroll .secondary {
	flex: 1;
  margin-left: 20px;
  position: relative;
	width: calc(100% - 220px);
}
.secondaryPc{
	display: block;
}
.secondaryMobile{
	display: none;
}
.scroll .secondary .firstNavBar {
	/* margin-bottom: 8.90vw; */
}
.navBarTitle {
  display: flex;
  justify-content: space-between;
  height: 1.927vw;
  align-items: center;
}
.orangeLine {
  width: 0.416vw;
  height: 1.927vw;
  background-color: #036850;
  margin-right: 0.729vw;
}
.secondary_name{
	
}
.secondary_list{
	display: flex;
	justify-content: space-between;
	align-items:center;
	width: 100%;
}

.secondary_list_date{
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	color: #9A9A9A;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 130px;
}
.secondary_list_content{
	display: flex;
	align-items:center;
	width: calc(100% - 140px);
}
.secondary_list_content:hover .secondary_list_title {
	color: #036850;
}
.secondary_list_content:hover .secondary_list_point {
	background: #036850;	
}
.secondary_list_point{
	width: 8px;
	height: 8px;
	background: #9A9A9A;
	margin-right: 15px;
}

.secondary_list_title{
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	text-align: left;
	color: #555555;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
	width: calc(100% - 23px);
}

.navSideBar {
  width: 200px;
}

.firstNav {
  height: 5.20vw;
  background-color: #036850;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.5625vw;
}
.navBord {
  width: 3.489vw;
  height: 3px;
  background-color: white;
  margin-top: 0.52vw;
}
.navTagItem {
	margin-left: 10px;
  width: 190px;
	height: 60px;
	box-sizing: border-box;
  float: right;
  display: flex;
  align-items: center;
}

.secondNavTagNameList {
  background-color: #EEEFF1;
  padding: 20px 0;
}

.navPoint {
  width: 10px;
  height: 10px;
  background-color: #036850;
  margin: 0 10px;
}
.page_div {
	/* position: absolute;
	left: 0;
	right: 0;
	bottom: 0; */
}

.scoreImg {
	display: inline-block;
	height: 160px;
	width: 600px;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 100px;
}

@media screen and (max-width:1000px) {
	.scroll {
		padding-top: 80px;
		min-height: calc(100vh - 230px);
	}
	.secondaryPc{
		display: none;
	}
	.secondaryMobile{
		display: block;
	}
	.scroll &gt; div {
	  margin: 0 0 0 0;
	  display: flex;
	  justify-content: space-between;
	  min-height: 41.14vw;
	}
	.pd_t40 {
	  padding-top: 6.666vw;
	}
	.scroll .secondary {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-left: 4vw;
		margin-right: 2.533vw;
	}
	.orangeLine {
	  width: 1.066vw;
	  height: 4.933vw;
	  background-color: #036850;
	  margin-right: 1.866vw;
	}
	.font_bold{
		font-weight: bold;
	}
	.font_s30{
		font-size: 4.26667vw;
	}
	.secondary_name{
		font-family: SourceHanSansCN-Medium, SourceHanSansCN;
		color: #000000;
	}
	.mgr_b50 {
	  margin-bottom: 6.4vw;
	}
	.navBarTitle {
	  display: flex;
	  justify-content: space-between;
	  height: 4.933vw;
	  align-items: center;
	}
	.contentBottom{
		margin-bottom: 5.466vw;
	}
	.secondary_list_point{
		width: 8px;
		height: 8px;
		background: #9A9A9A;
		margin-right: 1.6vw;
	}
	
	.secondary_list_title{
		font-family: SourceHanSansCN-Medium, SourceHanSansCN;
		text-align: left;
		color: #555555;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.secondary_list_date{
		font-family: SourceHanSansCN-Medium, SourceHanSansCN;
		color: #9A9A9A;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 14px;
	}
	.page_div {
		position:static;
		margin-top: 9.333vw;
	}
	.scoreImg {
		width: 100%;
		height: 200px;
		margin-top: 50px;
	}
}</pre></body></html>