.main {
	overflow: hidden;
}
.main .hide {
	float: left;
	width: 240px;
	padding: 11px 0 100px 0;
	background-color: white;
}
.main .hide .item {
	position: relative;
	display: flex;
	align-items: center;
	padding: 9px 13px;
}
.main .hide .icon {
	width: 18px;
	height: 18px;
	margin-right: 9px;
}
.main .hide .name {
	flex: 1;
}
.main .hide .item:after {
	content: '';
	display: block;
	width: 10px;
	height: 16px;
	margin-left: auto;
	background-size: 100% 100%;
	background-image: url(../../images/arrow-right.png);
}
.main .hide .item.active {
	background-color: rgba(0, 128, 254, 0.1);
}
.main .hide .item.active:after {
	background-image: url(../../images/arrow-right-active.png);
}
.main .hide .item.active:before {
	content: '';
	position: absolute;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #1088FE;
}
.main {
	display: flex;
	gap: 20px;
}
.main .left {
	flex: 1;
	border-radius: 5px;
}
.main .left .category {
	border: solid 1px #eee;
	background-color: white;
}
.main .left .category .header {
	overflow: hidden;
	background-color: #f9f9f9;
}
.main .left .category .header .item {
	float: left;
	font-size: 14px;
	padding: 12px 30px;
}
.main .left .category .box {
	display: flex;
	font-size: 14px;
	padding: 0 14px;
	margin-bottom: 5px;
}
.main .left .category .box dt {
	width: 70px;
	margin-top: 3px;
}
.main .left .category .box dd {
	flex: 1;
	line-height: 28px;
}
.main .left .category .box .item {
	padding: 2px 10px;
}
.main .left .category .box .item.active {
	color: #fff;
    background-color: #3b3b3b;
}
.main .left .category .header .item.active {
	font-weight: bold;
	border-top: 3px solid #3b3b3b;
	background-color: white;
}
.main .left .order {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 46px;
}
.main .left .order .item {
	position: relative;
	font-size: 18px;
	margin-right: 83px;
}
.main .left .order .item:last-child {
	margin-right: 0;
}
.main .left .order .active {
	color: #0181FE;
	font-weight: bold;
}
.main .left .order .active:after {
	position: absolute;
	bottom: -4px;
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #0080FE;
}
.main .left .list {
	padding: 0 14px;
	margin-top: 20px;
	overflow: hidden;
	border: solid 1px #eee;
	background-color: white;
}
.main .left .list .item {
	display: flex;
	padding: 25px 0;
	border-bottom: 1px solid #EDEDED;
}
.main .left .list .cover {
	width: 100px;
	height: 142px;
	border: 1px solid #EBEBEB;
}
.main .left .list .info {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 0;
	margin-left: 26px;
}
.main .left .list .title {
	font-size: 18px;
	font-weight: bold;
}
.main .left .list .title .active {
	color: red;
}
.main .left .list .introduce {
	color: #666666;
	line-height: 30px;
	margin-top: 16px;
}
.main .left .list .bottom {
	display: flex;
	align-items: center;
	color: #666666;
	margin-top: auto;
}
.document-score-number {
	margin-top: -2px;
}
.main .left .list .bottom .value {
	display: flex;
	align-items: center;
	color: #999999;
	font-size: 14px;
	margin-right: 30px;
}
.main .left .list .bottom .value img {
	margin-right: 5px;
}
.main .right {
	width: 300px;
}
.main .right .box {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	border: solid 1px #eee;
}
.main .right .header {
	height: 44px;
    font-size: 15px;
    line-height: 44px;
    font-weight: bold;
    padding-left: 15px;
	border-bottom: 1px solid #eee;
	background-color: #f8f8f8;
}
.main .right .list {
    font-size: 12px;
	padding: 10px 5px;
	background-color: white;
}
.main .right .list .item {
	display: block;
	padding: 10px 0px 10px 5px;
}
.main .right .list .name {
	display: flex;
	font-size: 14px;
	width: 100%;
}
.main .right .list .ellipsis {
	flex: 1;
	width: 0;
}
.main .right .list .document-icon {
	margin-right: 8px;
}
.main .right .list .info {
	display: flex;
	align-items: center;
	color: #999;
	font-size: 12px;
	margin-top: 6px;
	padding-left: 28px;
}
.main .right .document-score {
    padding-right: 6px;
	border-right: 1px solid #ececec;
}
.main .right .list .page {
	margin-left: 7px;
}