.npagePage #category li a{font-size: 14px;}
.npagePage #category li a::after{margin-top: -14px;}
#category .plheader{position: absolute;top: -58px;line-height: 26px;}
#category .title{font-size: 18px;color: #444;}
#category .subtitle{font-size: 12px;color: #8F8F8F;}
#pages a.active{cursor: not-allowed;}
#pages a:not([href]){cursor: not-allowed;}
.project_img{position: relative;}
ul.content_list{
	border-left: 1px solid #DADADA;
	padding-left: 50px;
}
#mproject.npagePage #projectlist .wrapper{
	max-width: 1200px;
}
.npagePage #projectlist .projectitem{
	/* max-width: 1200px; */
	width: 100%;
	margin-left: 0;
}
#mproject.npagePage .content{
	min-height: initial;
}
.npagePage #projectlist .projectitem a{
	display: flex;
	align-items: center;
	color: #888;
	margin-bottom: 40px;
}
.projectitem .img{
	width: 200px;
	overflow: hidden;
	transition: all 0.6s;
}
#projectlist .projectitem a{
	position: relative;
	overflow: initial;
}
.projectitem a:hover .img{
	margin-left: 1%;
}
.projectitem a::after{
	content: '';
	width: 2px;
	height: 0;
	background: #444;
	position: absolute;
	left: -50px;
	top: 0px;
	transition: all 0.6s ease 0s;
}
.projectitem a:hover::after{
	height: 100%;
}
.projectitem .time{
	width: 100px;
	margin-left: 4%;
}
.projectitem .md{
	font-size: 32px;
	color:#333;
}
.projectitem .year{
	font-size: 12px;
}
.projectitem .info{
	margin-left: 4%;
	width: calc(87% - 340px);
}
.projectitem .info .title{
	font-size: 16px;
	color: #848484;
	margin-bottom: 20px;
}
.projectitem a:hover .info .title{
	color: #333;
}
.projectitem a:hover .info .des{
	color: #898989;
}
.projectitem .right{
	margin-left: 4%;
	width: 40px;
	height: 40px;
	background: url(../images/icon.png)no-repeat -40px -146px;
	transition: all 0.6s ease 0s;
}
.projectitem a:hover .right{
	background: url(../images/icon.png)no-repeat -40px -176px;
}
@media (max-width: 1000px) {
	.npagePage #projectlist .projectitem{margin:0 0 10px 0;}
	ul.content_list{padding-left: 0;border-left: none;}
	.npagePage #projectlist .projectitem a{flex-wrap: wrap;}
	.projectitem .img{width: 100%;}
	.projectitem .time{margin-top: 10px;}
	.projectitem .info{width: calc(100% - 40px);}
	.projectitem .info .title{margin: 10px 0;}
	.projectitem .right{display: none}
}