@media (min-width: 1200px) {
	.navGation {
		height: 5vw;
		margin-left: 15vw;
	}
	
	.navGation ul {
		width: 100%;
		overflow: hidden;
	}
	
	.navGation ul li {
		line-height: 65px;
		float: left;
		font-size: 1vw;
	}
	
	.navGation ul li a {
		color: #666;
		font-size: 1vw;
	}
	
	.newDetails {
		padding-bottom: 70px;
		width: 100%;
		background: #f8f8f8;
	}
	
	.newDetails .newDetails_Main {
		padding: 0 15vw;
		box-sizing: border-box;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
	
	.newDetails .newDetails_Main .tit {
		padding: 2vw 0;
		border-bottom: 1px solid #eaeaea;
	}
	
	.newDetails .newDetails_Main .tit p:nth-of-type(1) {
		font-size: 1.5vw;
		text-align: center;
		color: #000;
		font-family: 'SOURCEHANSANSCN-BOLD'
	}
	
	.newDetails .newDetails_Main .tit p:nth-of-type(2) {
		margin-top: 1vw;
		font-size: 1vw;
		color: #444444;
		text-align: center;
		font-family: 'SOURCEHANSANSCN-LIGHT';
	}
	
	.newDetails .newDetails_Main .text {
		padding: 1vw 0;
	}
	
	.newDetails .newDetails_Main .text span {
		padding-bottom: 2vw;
		display: block;
		font-size: 1vw;
		line-height: 1.8vw;
		color: #444;
		font-family: 'SOURCEHANSANSCN-LIGHT';
	}
	
	.newDetails .newDetails_Main .text p {
		padding-bottom: 2vw;
		font-size: 1vw;
		text-indent: 2vw;
		line-height: 1.8vw;
		color: #444;
		font-family: 'SOURCEHANSANSCN-LIGHT';
	}
	
	.newDetails .newDetails_Main .text p:last-child {
		padding: 0;
	}
	
	.newDetails .newDetails_Main .page {
		height: 72px;
		border-top: 1px solid #e9e9e9;
	}
	
	.newDetails .newDetails_Main .page li {
		width: 50%;
		float: left;
		line-height: 72px;
	}
	
	.newDetails .newDetails_Main .page li a {
		color: #000;
		font-size: 12px;
	}
	
	.newDetails .newDetails_Main .page li:last-child {
		text-align: right;
	}
	
}


@media(max-width: 1199px) {
	.navGation {
		box-sizing: border-box;
	}
	
	.navGation a{
		font-size: 3.6vw;
		color: #666;
	}
	
	.newDetails {
		padding: 0 5vw;
	}
	
	.newDetails .newDetailsBox {
		width: 100%;
	}
	
	.newDetails .newDetails_Main {
		
	}
	
	.newDetails .newDetails_Main .tit {
		padding: 15px 0;
	}
	
	.newDetails .newDetails_Main .tit p:nth-of-type(1) {
		font-size: 5vw;
		font-family: 'SOURCEHANSANSCN-BOLD',
	}
	
	.newDetails .newDetails_Main .tit p:nth-of-type(2) {
		margin-top: 2vw;
		font-size: 3.6vw;
	}
	
	.newDetails .newDetails_Main .text span {
		margin-top: 2vw;
		font-size: 4vw;
		line-height: 5vw;
		font-family: 'SOURCEHANSANSCN-LIGHT';
	}
	
	.newDetails .newDetails_Main .text p {
		margin-top: 2vw;
		font-size: 4vw;
		line-height: 6vw;
		font-family: 'SOURCEHANSANSCN-LIGHT';
	}
	
	.newDetails .newDetails_Main .text p img {
		width: 100%;
		display: block;
	}
	
	.newDetails .newDetails_Main .page {
		height: auto;
		overflow: hidden;
	}
	
	.newDetails .newDetails_Main .page li {
		width: 100%;
	}
	
	.newDetails .newDetails_Main .page li:last-child {
		text-align: left;
	}
	
}
