
.nav_one211,.nav_one211{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D1D1D;
	cursor: pointer;
}
.companyNewPage{
	width: 100%;
	height: 900px;
	/* border: 1px solid red; */
	margin-top: 45px;
}
.companyNewPage_box{
	width: 1230px;
	margin: 0 auto;
	height: 900px;
	/* border: 1px solid red; */
	overflow-y: auto;
	overflow-x: hidden;
}
.companyNewPage_box ul li{
	width: 1200px;
	height: 200px;
	display: flex;
	margin-top: 20px;
}
.companyNewPage_box ul li:hover{
	/* background: #FFFFFF; */
	box-shadow: 0px 0px 10px 3px rgba(12, 0, 0, 0.05);
	cursor: pointer;
}
.leftUp_text{
	display: inline-block;
	width: 70px;
	height: 70px;
	background: #E11111;
	text-align: center;
}
.leftUp_text_span1{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
}
.leftUp_text_span2{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.leftDown_text{
	width: 769px;
	margin-left: 31px;
}
.leftDown_text1{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: 36px;
}
.leftDown_text2{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #545454;
	margin-top: 26px;
}
.leftDown_text3{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E11111;
	margin-top: 23px;
	width: 90px;
	height: 30px;
	border: 1px solid #E11111;
	text-align: center;
	line-height: 30px;
}
.right_img{
	width: 250px;
	height: 150px;
	margin:25px 54px;
	overflow: hidden;
}
.right_img img{
    transition: all 0.5s;
}
.right_img img:hover{
	transform: scale(1.1,1.1);
}
.paging{
	width: 600px;
	height: 40px;
	margin: 30px auto;
}