
/*元宇宙头部*/
.yuanheader{
	width: 100%;
    height: 425px;
    font-size: 0;
    overflow: hidden;
    background:  no-repeat center 0;
    z-index: 10;
    background-size: auto 100%;
}
.yuanheader .yuzhou{
	box-sizing: border-box;
	padding: 108px 100px 0 100px;
}
.yuzhou .iboxli{
	width: 283px;
	height: auto;
	overflow: hidden;
}
.yuzhou .iboxli .boximg{
	width: 283px;
	height: 177px;
	margin-bottom: 13px;
	overflow: hidden;
}
.yuzhou .iboxli .boximg img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.yuzhou .iboxli p{
	width: 100%;
	height: 36px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
	overflow: hidden;
	/*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
}
.yuzhou .iboxli:hover p{
	color: #1be2ca;
}
.yuzhou .iboxli:hover img{
	transform: scale(1.1);
}
.fzhong {
	margin-left: 72px;
	margin-top: 26px;
}
.blank12{
    height: 12px;
}
.news_icc{
	width: 850px !important;
    background:  no-repeat 0 100% !important;
}
