
	.banner {
		width: 1920px;
		margin: 0 auto;
		height: 18.75rem;
		background-image: url(../images/banner1x.jpg);
		background-size: cover;
	}
	.content11111 {
		/* 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;
		
	}
		.content1111 {
		/* 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;
		
	}
	.content1111 .text1 {
		width: 13.8125rem;
		/* margin-left: 22.5rem; */
		background-color: #6080DB;
		color: white;
		font-size: 1.375rem;
		text-align: center;
		line-height: 3rem;

	}
		.content1111 .text4 {
		font-size: 0.85rem;
		margin-left: 55.125rem;
		line-height: 3rem;
	}

	.content11111 .text1 {
		width: 13.8125rem;
		/* margin-left: 22.5rem; */
		background-color: #6080DB;
		color: white;
		font-size: 1.375rem;
		text-align: center;
		line-height: 3rem;

	}

	.content11111 .text222,
	.content11111 .text333 {
		width: 6.5rem;
		text-align: center;
		line-height: 3rem;
		cursor: pointer;
	}

	.content11111 .text222:hover,
	.content11111 .text333:hover {
		border-bottom: 0.2rem solid #6080DB;
		color: #6080DB;
	}

	.content11111 .text4 {
		font-size: 0.85rem;
		margin-left: 40.125rem;
		line-height: 3rem;
	}

	.content2222 {
	    width: 1200px;
    margin: 0 auto;
		margin-top: 2.5625rem;
		/* margin-left: 22.5rem; */
	}

	.content2-1 {
		display: flex;
		margin-bottom: 3rem;
	}
	.content2-1 .img{
		width: 16.875rem;
		height: 12rem;
	}
		.content2-1 .img img{
		width: 16.875rem;
		height: 12rem;background-size: cover;

	}
	
	.content2222  .content2-1 .content {
		margin-left: 2rem;
		text-align: justify;
	}

	.content2222  .content2-1 .content .text1 {
		margin-top: 2rem;
		color: #A2A2A2;
		display: flex;
		align-items: center;


	}
	.content2222 .content2-1 .content .text1 img{
		margin-right: 5px;
	}

	.content2222 .content2-1 .content .listtext2 {
		     width: 898px;
    height: 28px;
		color: #333333;
		font-weight: bold;
		font-size: 1.375rem;
		margin-top: 1.25rem;
		cursor: pointer;
		      /* 超出1行省略 */
/*            
       overflow: hidden;
       text-overflow:ellipsis;
       display:-webkit-box; 
       -webkit-box-orient:vertical;
       -webkit-line-clamp:1; */
		
	}
	.content2222 .content2-1 .content .listtext2:hover a{
		color:#6080DB;
	}
	.content2222 .content2-1 .content .text2 a:hover{
		color: #6080DB;
	}
	.content2222 .content2-1 .content .text3 {
		color: #666666;
		line-height: 1.5rem;
		margin-top: 1.4375rem;	      /* 超出2行省略 */
           
       overflow: hidden;
       text-overflow:ellipsis;
       display:-webkit-box; 
       -webkit-box-orient:vertical;
       -webkit-line-clamp:3;

	}

	.number {
		width: 40%;
		margin:3.8125rem auto ;
		/* height: 5rem; */
		display: flex;
		/* margin-left: 40%; */
		/* margin-top: 3.8125rem; */
	}

	.number .number1 {}

	.number .number2 {
		margin-left: 12px;
		width: 5rem;
		height: 2.375rem;
		border: 0.0625rem solid #DBDFFB;
		text-align: center;
		line-height: 2.375rem;
		margin-top: -0.8rem;
		cursor: pointer;
	}

	.number .number2:hover {
		border: 0.0625rem solid #6080DB;
		color: #6080DB;

	}


	.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; */
	}
	a{
		text-decoration: none;
		color: black;
	}