.position{
	display: flex;
	color: #999;
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.position a{
	color: #999;
	margin-right: 3.5px;
}
.position img{
	display: flex;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.title{
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-top: 50px;
}
.title img{
	display: flex;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.list-1{
    margin: 0 auto;
	margin-top: 20px;
	width:1200px;
}
.list-1 a:nth-child(1){
	margin-top: 0;
}
.list-1 a{
	display: flex;
	align-items: center;
	margin-top: 36px;
}
.list-1 img{
	display: flex;
	border-radius: 4px;
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
.list-1 .info{
	flex-grow: 1;
	width: 1px;
	margin-right: 30px;
}
.list-1 .info h1{
	display: flex;
	align-items: center;
	color: #333;
	font-weight: normal;
	font-size: 22px;
}
.list-1 .info h1 font{
	color: #FE5723;
	margin-left:4px;
}
.list-1 .an{
	background: #fe5514;
	color: #fff;
	border-radius: 4px;
	width: 90px;
	height: 32px;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}
.list-1 .p{
	display: flex;
	margin-top: 14px;
}
.list-1 .p p{
	color: #999;
	font-size: 16px;
	margin-right: 20px;
}
.list-1 .p font{
	font-size: 16px;
	color: #666;
}
.list-1 .introduct{
	margin-top: 16px;
	display: flex;
	align-items: center;
}
.list-1 .introduct span{
	display: flex;
	width: 44px;
	height: 22px;
	color: #fff;
	padding-right: 3px;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	background: var(--ic10);
	background-size: 44px 22px;
}
.list-1 .info .introduct p{
	font-size: 16px;
	color: #666;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#page{
	padding:0;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.layui-laypage{
    margin: 0;
}
.layui-laypage a, .layui-laypage span{
    margin: 0;
}
.banner{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-top: 18px;
	flex-wrap: wrap;
}
.banner a:nth-child(1),.banner a:nth-child(5){
	margin-left: 0;
}
.banner a{
	display: flex;
	margin-left: 12px;
	margin-top: 12px;
}
.banner img{
	display: flex;
	width: 291px;
	height: 110px;
	border-radius: 6px;
}
.company{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 120px;
}
.company a:nth-child(-n+2){
	margin-top: 0;
}
.company a{
	display: flex;
	align-items: center;
	margin-top: 36px;
	width: 580px;
}
.company img{
	display: flex;
	border-radius: 4px;
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
.company .info{
	flex-grow: 1;
	width: 1px;
	margin-right: 30px;
}
.company .info h1{
	display: flex;
	align-items: center;
	color: #333;
	font-weight: normal;
	font-size: 22px;
}
.company .info font{
	color: #FE5723;
	margin-left:10px;
}
.company span{
	background: #fe5514;
	color: #fff;
	border-radius: 4px;
	width: 90px;
	height: 32px;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}
.company p{
	margin-top: 15px;
	font-size: 16px;
	color: #666;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.company .time{
	color: #999;
	font-size: 16px;
	margin-top: 21px;
}