.navChild,
.navArrow {
	display: none;
}

.InternationalMore {
	display: none;
}

.ceeData {
	display: none;
}

@media(max-width:768px) {
	* {
		/* font-family: "arial, helvetica, sans-serif"!important; */
		font-family: -apple-system;
		font-family: '-apple-system', 'HelveticaNeue'; // iOS 8 compatible, credit: @MarcoBoschi;
		transform: none !important;
	}

	.button {
		background: #023C5E;
		border: 0;
		color: #fff;
		padding: 5px 8px;
		border-radius: 3px;
		font-size: 12px;
		letter-spacing: 1px;
		box-shadow: 0 2px 2px 0 transparent, 0 1px 5px 0 rgb(0 0 0 / 24%), 0 3px 1px -2px transparent;
	}

	/* header  */
	#pageHeader {
		width: 100%;
		height: 50px;
		padding: 0;
		z-index: 99;
		background: #FFF;
		position: fixed;
		top: 0;
		left: 0;
		box-shadow: 0 2px 2px 0 transparent, 0 1px 5px 0 rgb(0 0 0 / 24%), 0 3px 1px -2px transparent;
	}

	.pageHeaderInner {
		height: 100%;
		width: 100%;
		margin: 0;
		display: block;
		position: inherit;
		text-align: center !important;
	}

	.pHeaderLogo {
		display: none;
	}

	.pHeaderRight {
		display: none;
	}

	.pHeaderNav-left {
		float: left;
		font-size: 20px;
		line-height: 50px;
		margin-left: 10px;
	}

	.pHeaderNav-left a i {
		color: #023C5E;
	}

	.pHeaderName {
		display: inline-block;
		font-size: 18px;
		color: #023C5E;
		line-height: 30px;
		margin-left: 5px;
		font-weight: bold;
		line-height: 50px;
	}

	/* nav  */
	#pageNavBar {
		/* display: none; */
		width: 250px;
		z-index: 10;
		/* transform: translateX(0px); */
		transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
	}

	.pageNavBarInner {
		width: 250px;
		background: #2a2a2a;
		position: fixed;
		left: 0;
		top: 0;
		height: calc(100vh);
		overflow-y: auto;
		backface-visibility: hidden;
	}


	.navUl {
		padding: 0;
		border: none;
		list-style-type: none;
	}

	.navUl li {
		line-height: 48px;
		float: none;
		margin-right: 0px;
		text-align: left;
		padding: 0 16px;
		margin-bottom: 10px;

	}

	.navUl li:first-child {
		padding: 0;
	}

	.navUl li .photos {
		background: url(../img/footerBg.png) center no-repeat;
		/* background-color:#023C5E; */
		background-size: 100% 100%;
		height: 100%;
		width: 100%;
		vertical-align: top;
		position: relative;
		text-align: center;
		padding: 35px 0 35px 0;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
	}

	.navUl li .photos img {
		width: 90%;
	}

	.navArrow {
		display: block !important;
		float: right;
	}

	.navChild {
		/* display: block !important; */
		width: 100%;
	}

	.navChild li {
		width: calc(100% - 30px);
		line-height: 30px;
		font-size: 15px;
		color: #ddd;
	}

	.navChild li a {
		padding-left: 30px;
		width: 100%;
	}

	.navChild li:first-child {
		padding-left: 15px;
	}

	/* banner  */

	.banner {
		padding-top: 50px;
		height: auto !important;
		width: 100% !important;
	}


	/* pageMain  */
	/* International  */
	#pageMain {
		width: 100%;
		margin: 0
	}

	#pageMain .pMainInternational {
		width: 100%;
		/* background: #023C5E; */
		background: url(../img/footerBg.png);
		text-align: center;
		color: #eee;
		box-shadow: 0 2px 2px 0 transparent, 0 1px 5px 0 rgb(0 0 0 / 24%), 0 3px 1px -2px transparent;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
		padding: 30px 0 50px 0;
	}

	.pMainTitle {
		width: auto !important;
		font-size: 20px;
		border-bottom: none;
		color: #fff;
		font-weight: 500;
	}
.pageMainContent{
margin-left:0}
	.pMRIText {
		width: calc(100% - 20px);
		padding: 10px;
		line-height: 24px;
		margin-top: 0;
		text-indent: 2em;
		float: none;
		font-size: 14px;
	}

	.pMRIImg {
		display: none;
	}

	.InternationalMore {
		display: block;
		height: 50px;
		width: 150px;
		margin: 0 auto;
	}

	.InternationalMore button {
		background: #FFF;
		color: #023C5E;
		margin-top: 20px;
		line-height: 24px;
	}

	/* DEAN  */
	#pageMain .pMainDean {
		float: none;
		display: block;
		width: 100%;
		height: 500px;
		margin-top: 10px;
		text-align: center;

	}

	.pMainDean .pMainTitle {
		color: #232323;

	}

	.pMainDeanInner .pMDIImg {
		/* display: none; */
		margin: 0 auto;
		width: calc(100% - 20px);
		height: 200px;
		padding: 0;
		box-shadow: none;
		float: none;
		display: block;
		background-color: #023C5E;
	}

	.pMDIImg .ceeData {
		float: left;
		width: calc(50% - 30px);
		height: calc(100% - 30px);
		text-align: left;
		color: #FFFFFF;
		padding: 15px;
		line-height: 24px;
		display: block;
		font-size: 14px;
	}

	.pMDIImg .ceeData h3 {
		margin-bottom: 10px;
	}

	.pMDIImg .ceeData button {
		background: #FFF;
		color: #023C5E;
		margin-top: 10px;
		line-height: 24px;
	}

	.pMDIImg img {
		/* float: right; */
		width: 50%;
		height: 100%;
	}

	.pMDIText {
		padding: 10px;
		color: #999;
		font-size: 14px;
	}

	/* Research  */
	.pMainResearch {
		clear: both;
		margin-top: 20px;
		background-color: #f3f3f3;
		padding: 10px;
		/* display: none; */
	}

	.pMainResearch .pMainTitle {
		color: #232323;
		text-align: center;
		padding-top: 10px;

	}

	.pMainResearch .slide-item {
		width: 100%;
		position: relative;
		margin: 0;
	}

	.pMainResearch .slide-item-body ul li {
		margin-right: 0;
		width: 100%;
		float: none;
		display: block;
		min-height: 100px;
		padding-top: 10px;
		margin-bottom: 30px;
		border: none;
		border-radius: 0;
		padding-top: 0;
		border-radius: 0;
		background-color: #f3f3f3;
		color: #232323;
		z-index: 10002;
	}

	.pMainResearch .slide-item-body ul li a {
		box-shadow: none;
		height: 100%;
	}

	.pMainResearch .slide-item-body ul li a .new-img {
		width: 30%;
		float: left;
	}

	.pMainResearch .slide-item-body ul li a .new-img img {
		width: 100%;
		height: 100% !important;
	}

	.pMainResearch .slide-item-body ul li a .new-body {
		width: 66%;
		display: inline-block;
		padding: 0;
		margin-left: 4%;
	}

	.pMainResearch .slide-item-body ul li a .new-body .new-body-title {
		text-align: left !important;
		line-height: 24px;
		font-size: 16px;
		overflow: auto;
		letter-spacing: 1px;
		font-weight: 400;
	}

	.pMainResearch .slide-item-body ul li a .new-body .new-body-introduce {
		color: #999;
		font-size: 14px;
		margin-top: 10px;
	}

	/* footer */
	#pageFooter {
		/* display: none; */
		margin-top: 0;
		height: auto;
		width: 100%;
	}

	.pageFooterInner {
		/* display: none; */
		width: calc(100% - 40px);
		text-align: center;
		padding: 20px
	}

	.pageFooterInner .pfI_L {
		display: none;
	}

	.pageFooterInner .pfI_R {
		font-size: 14px;
	}

	.pageFooterInner .pfI_R p:first-child {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.pMainLinks {
		display: none;
	}

	.pMainNews {
		display: none;
	}


	#pagebottom {
		display: none;
	}

	/* 内容页 */
	.pageMainTitle {
		display: none;
	}

	.pageMainC {
		height: auto !important;
		min-height: 100px !important;
	}

	.pageMainC .pageMainMenu {
		display: none;
	}

	.pageMainC .pageMainContent {
		width: 100%;
		border: none;
		position: initial;
	}

	.pageMainC .pageMainContent .pageMainContentInner {
		margin-top: 50px;
		padding: 20px;
	}

	.pageMainC .pageMainContent .pageMainContentInner .pMCItitle {
		text-align: center;
		font-size: 20px;
		font-weight: 500;
		border-bottom: none
	}

	/* in */
	.INTContent {
		width: 100% !important;
		min-height: 200px;
		background-color: #fff;
		position: initial;
		right: 0;
		top: 0;
		border: none !important;
	}

	.INTContent .pageMainContentInner {
		width: calc(100% - 40px);
	}

	/* news */
	.newsList {
		margin-top: 80px;
	}
	.newsList table{
		padding: 20px;
	}
	.newsList tr td:first-child a {
		font-weight: bold;
		color: #023c5e;
		line-height: 30px;
	}
	.newsList tr td:last-child {
		font-weight: lighter;
		font-size: 14px;
	}

	.newsList tr td {
		width: 100% !important;
		font-size: 16px !important;
		display: block;
		text-align: left;
	}

	.NEWSTitle {
		text-align: center;
		font-size: 20px;
		font-weight: 500;
	}

	.newsListUl {
		padding: 20px;
	}

	.newsListLi {
		border-bottom: 1px solid #023c5e;
		display: block !important;
		line-height: 30px;
		list-style-type: disc;
		padding: 0;
	}

	.newsListLiName {
		width: 100% !important;
	}

	.newsListLiTime {
		display: block;
		width: 100% !important;
		text-align: left !important;
	}



	.pMCItext {
		line-height: 24px;
	}

	#vsb_content {
		line-height: 22px;
	}

	#vsb_content h1 {
		font-size: 24px;
		line-height: 40px;
	}

	#vsb_content h2 {
		font-size: 22px;
		line-height: 40px;
	}

	#vsb_content h3 {
		font-size: 20px;
		line-height: 40px;
	}

	#vsb_content h4 {
		font-size: 18px;
		line-height: 36px;
	}

	#vsb_content h5 {
		font-size: 16px;
		line-height: 32px;
	}

	#vsb_content p {
		font-size: 14px;
	}

	#vsb_content div,
	#vsb_content p,
	#vsb_content img,
	#vsb_content table,
	#vsb_content table tbody {
		max-width: 100% !important;
width:100% !important
	}

	#vsb_content table {
		width: 100% !important;
	}

}