.page p {
    text-indent: 2em;
    line-height: 2;
    font-size: 16px;
}
.page figure {
    text-align: center;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.page figure img {
    max-width: 100%;
}
/*百瑞荣誉*/
.honor p {
    text-indent: 2em;
    line-height: 28px;
}
.honor p strong {
    font-size: 20px;
    padding-left: 10px;
}
.honor .wp-block-separator {
    background-color: #ddd; 
    height:1px; 
    border:none;
    margin: 50px 20px 50px 30px;
}
/*招贤纳士*/
.joinus p {
    text-indent: 2em;
    line-height: 28px;
}
.joinus p strong {
    font-size: 20px;
    padding-left: 10px;
}
.joinus .wp-block-separator {
    background-color: #ddd; 
    height:1px; 
    border:none;
    margin: 50px 20px 50px 30px;
}

/*联系我们*/
.contact .info {
	font-size: 16px;
	margin-bottom: 20px;
}
.contact .info .name {
	font-size: 20px;
	font-weight: bold;
	background: url(../img/ic_redRange.png) center left no-repeat;
	padding-left: 30px;
}
.contact .info .i {
	margin-top: 10px;
	padding-left: 30px;
}
.contact .qrcode .code {
	width: 120px;
	height: 120px;
	background: url(../img/qrcode.jpg) center/contain no-repeat;
}
.contact .qrcode .label {
	margin-top: 10px;
	text-align: center;
}
/*地图*/
.contact #map {
	height: 400px;
	background: #ddd;
}

.news {
}
.news .item {
	padding: 10px 0;
	border-bottom: 1px #e1e1e1 solid;
}
.news .item .img {
	padding: 10px;
	border: 1px #ddd solid;
	display: inline-block;
	vertical-align: top;
}
.news .item .img img {
    width: 160px;
    height: 100px;
}
.news .item .right {
	width: 620px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}
.news .item .title {
	font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}
.news .item .i {
	color: #999;
	margin: 5px 0;
}
.news .item p {
	color: #666;
}

/*招贤纳士*/
.joinus p {
    text-indent: 2em;
    line-height: 28px;
}
.joinus p strong {
    font-size: 20px;
    padding-left: 10px;
}
.joinus .wp-block-separator {
    background-color: #ddd; 
    height:1px; 
    border:none;
    margin: 50px 20px 50px 30px;
}