.main {
	background: #fafafb;
	padding-bottom: 64px;
}
.main .wrap {
	padding-top: 24px;
}
.main aside ul > div {
	border-right: 1px solid #e4e7ed;
}
.main aside li {
	width: 230px;
	height: 62px;
	line-height: 62px;
	border-radius: 8px 0px 0px 8px;
	padding: 0 16px;
	box-sizing: border-box;
}
.main aside li a {
	display: flex;
	width: 100%;
	height: 100%;
	line-height: 62px;
	align-items: center;
	padding-left: 14px;
	border-bottom: 1px solid #e4e7ed;
	box-sizing: border-box;
}
.main aside li:last-of-type a {
    border-bottom: 0;
}
.main aside .item-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d4e2f6;
	margin-right: 20px;
}
.main aside .item-title {
	height: 22px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #8893a7;
	line-height: 22px;
}
.main aside .active {
    background: linear-gradient(270deg, #ffffff 0%, #fafafb 100%);
    border-right: 3px solid #f65700;
}
.main aside .active .item-dot {
	background: #f65700;
}
.main aside .active .item-title {
	color: #333333;
	font-weight: 600;
}

.main .info {
	margin-left: 47px;
	width: 874px;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #e4e7ed;
	padding: 32px 60px 64px 60px;
}
.main .info .title {
	font-size: 24px;
	height: 32px;
	font-family: MiSans-Bold, MiSans;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	position: relative;
}
.main .info .title div:first-of-type {
	position: absolute;
	left: 0;
	z-index: 1;
}
.main .info .title div:last-of-type {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 228px;
	height: 10px;
	background: rgba(174, 205, 255, 1);
}


.main .info .project {
	display: flex;
	margin-top: 24px;
}
.main .info .project .desc {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #8893a7;
	line-height: 32px;
	margin-right: 46px;
	text-align: justify;
}
.main .info .project img {
	width: 353px;
	height: 216px;
	flex-shrink: 0;
}

.main .info .tag {
	width: 136px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #f65700;
	border-radius: 25px;
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 16px;
}

.navbar-box{
    position: inherit;
}
