

	.banner {
		width: 1920px;
		margin: 0 auto;
		height: 18.75rem;
		background-image: url(../images/banner1x.jpg);
		background-size: cover;
	}

	.content12 {
		/* width: 118.965rem; */
		width: 1200px;
		margin: 0 auto;
		height: 3rem;
		/* margin-top: 1.5rem; */
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #333333;
		background-color: #F5F5F5;
		display: flex;
		justify-content: space-between;
	}

	.content12 .text1 {
		width: 13.8125rem;
		/* margin-left: 22.5rem; */
		background-color: #6080DB;
		color: white;
		font-size: 1.375rem;
		text-align: center;
		line-height: 3rem;

	}



	.content12 .text4 {
		font-size: 0.85rem;
		/* margin-left: 56.125rem; */
		line-height: 3rem;

	}
	.publications {
		display: flex;
		width: 77.5rem;
		height: 3rem;
		margin-left: 22.5rem;
		border-bottom: 0.1875rem solid #6080DB;
	}
	.publications .text1 {
		font-size: 1.75rem;
		font-weight: bold;
	}
	.members {
		display: flex;
		margin: 0 auto;
		flex-wrap: wrap;
		/* width: 77.5rem; */
		width: 1200px;
		/* margin-left: 22.5rem; */
		margin-top: 3rem;
		margin-bottom: 40px;
	}
	.num{
		margin-top: 3rem;
		margin-right: 6.5rem;
	}
		.num .img img{
		width: 13.9375rem;
		height: 17.8125rem;
	}
	.num .content{
		margin-bottom: 20px;
	}
	.num .content .text1{
		font-weight: bold;
		color: #000000;
		margin-top: 0.625rem;
		text-align: center;
	}
		.num .content .text1 a{
		font-weight: bold;
		color: #000000;
		/* margin-top: 1.625rem; */
		text-align: center;
		text-decoration: none;

	}
	.num .content .text22{
		margin-top: 1.0625rem;
		color: #333333;
		font-size: 0.875rem;
		width: 13.3125rem;
		height: 2.5rem;
		display: flex;
		justify-content: center;

		/* width: 100%; */
	}
		.num .content .text22 a{
		/* margin-top: 1.0625rem; */
		color: #333333;
		font-size: 0.875rem;
		width: 13.3125rem;
		height: 2.5rem;
		display: flex;
		justify-content: center;
			text-decoration: none;

		/* width: 100%; */
	}
	.num:nth-child(4n) {
	    margin-right: 0; /* 每行第四个栏目取消右边距 */
	}
	.num:nth-child(1) ,.num:nth-child(2),.num:nth-child(3),.num:nth-child(4){
	    margin-top: 0; /* 每行第四个栏目取消右边距 */
	}

	
	
.fotter {
		max-width: 118.965rem;
		height: 7.5rem;
		background-image: linear-gradient(to right, #6280DC 0%, #6E7DE6 100%);
		/* margin-top: 8.1875rem; */
	}

	.fotter img {
		width: 12.4375rem;

		height: 2.3125rem;
		/* margin-left: 53.8125rem; */
		margin-top: 1.6875rem;
	}

	.fotter .fotter-content {
		color: #FFFFFF;
		font-size: 1rem;
		margin-top: 18px;
		/* margin-left: 48.5rem; */
	}