





body{
	background-color: #F2F2F2;
}
.nscg-title{
	font-size: 1rem;
	font-weight: 400;
	color: #999999;
	line-height: 3.75rem;
}
.nscg-title span{
	color: #FF8500;
}
.nscgc-list{
}
.nscgcr-item{
	display: flex;
	justify-content: flex-start;
	align-items: inherit;
	margin-bottom: 1.25rem;
	padding: 1.875rem;
	background: #FFFFFF;
}
.nscgcr-item:hover{
	box-shadow: 1 0 0 #000000;
}
.nscgcr-item img{
	width: 18.75rem;
	/* height: 11.875rem; */
	margin-right: 1.6875rem;
}
.nscgcr-item .item-con .item-t1{
	font-size: 1.25rem;
	font-weight: 700;
	color: #333333;
	margin: 0.8rem 0;
}
.nscgcr-item .item-con .item-t2{
	font-size: 1.125rem;
	font-weight: 400;
	color: #666666;
}
.nscgcr-item .item-con .item-t3{
	font-size: 1rem;
	font-weight: 400;
	color: #999999;
	margin-top: 1.875rem;
}
.mc-title-pages{
	padding: 1.25rem 0;
}
.mc-title-pages span{
	font-size: 1rem;
	font-weight: 400;
	color: #999999;
}
.mc-title-pages span a{
	font-size: 1rem;
	font-weight: 400;
	color: #999999;
}
/* ä¸‹ä¸€é¡µ */
.move-page{
	text-align: right;
	margin-bottom: 40px;
}
.move-page span{
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	/* color: #666666; */
}

.move-page li{
	display: inline-block;
	padding: 0.6875rem 1rem;
	font-size: 1.25rem;
	font-weight: 400;
	color: #666666;
	border: 0.0625rem solid #CCCCCC;
	margin: 0 0.625rem;
	border-radius: 0.25rem;
}

.move-page .active{
	background: #f17e00;
	color: #FFFFFF;
}
@media only screen and ( max-width:700px) {
	.nscgcr-item{
		flex-direction: column;
	}
}
