/* -----------------新闻动态css(最先)---------------------------- */

* {
	margin: 0;
	padding: 0;
}

.con_box {
	padding: 50px 0;
}

.new_box {
	/* max-width:520px; */
	margin-top: 40px;
	background-color: #FFFF;
}

.new_box img {
	width: 100%;
}

.new_text {
	text-align: left;
}

a:hover {
	text-decoration: none;
}

.new_box:hover .new_center p {
	color: #84D237;
	transition: all 0.5s ease 0s;
}

.new_text p {
	margin: 0;
	padding: 10px 0;
}

.new_text p:nth-child(1) {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 32px;
	color: #333333;
	opacity: 1;
}

.new_text p:nth-child(2) {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 20px;
	color: rgba(0, 0, 0, 1);
	opacity: 1;
}

.link_box p:nth-child(1) {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 32px;
	color: rgba(0, 0, 0, 1);
	opacity: 1;
}

.new_text span {
	display: inline-block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 28px;
	color: rgba(102, 102, 102, 1);
	opacity: 1;
	padding: 10px 0;
}

.link_box {
	border-top: 1px solid #ccc;
	width: 100%;
	overflow: hidden;
}

.link_box span {
	float: right;
}

.new_box:hover .link_box span i {
	color: #84D237;
}

.ns_box {
	margin: 0;
	border: 1px solid #E3E3E3;
	padding: 20px 20px 15px 21px;
}

.icbox {
	float: right;
	color: #000000;
	font-weight: 100;
	width: 28px;
	height: 7px;
	background-image: url('/static/home/images/news/more_icon_nor.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.new_box:hover .icbox {
	background-image: url('/static/home/images/news/more_icon_sel.png');
}


/* -----------------新闻动态css(竣事)---------------------------- */


/* -----------------集团声誉css(最先)---------------------------- */

.group_time {
	/*max-width: 395px;*/
	margin-bottom: 20px;
}

.groun_mgt {
	width: 100%;
	position: relative;
	padding-bottom: 80px;
}

.group_box .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.group_box .row .group_time {
	width: calc((100% - 90px)/3);
}

.groupry_box_2 {
	width: 80%;
	background: url('/static/home/images/about/honor/honor_bg.png') center center no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.groupry_box_2 img {
	width: 100%;
	transform: scale(0.87);
}

.groupry_box_3 {
	background-image: url('/static/home/images/about/honor/honor_tz.png');
	background-size: 100% 100%;
	height: 115px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
	left: 0;
	text-align: center;
}

.groupry_box_3 p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: rgba(0, 0, 0, 1);
	margin-top: 62px;
	transition: all 0.5s ease 0s;
}

.pagination {
	padding-bottom: 0.52rem;
	margin: 0;
	display: flex;
	justify-content: center;
}

.pagination>div>li.rows {
	display: none;
}

.pagination>div {
	display: flex;
}

.pagination>div>a,
.pagination>div>span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(219, 219, 219, 1);
	background-color: #fff;
	transition: all 0.5s ease 0s;
}

.pagination>div>a:hover,
.pagination>div>span:hover {
	border-color: #64b302;
	background-color: #64b302;
	color: #fff;
}

.pagination>div>.current {
	border-color: #64b302;
	background-color: #64b302;
	color: #fff;
}

.pagination>div>.next,
.pagination>div>.prev {
	width: 102px;
}

@media screen and (min-width:768px) {
	.groun_mgt {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (min-width:1200px) {
	.groun_mgt {
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (max-width:1024px) {
	.groun_mgt {
		width: 80%;
		margin: 0 auto;
	}
	.group_box .row .group_time {
		width: 100%;
	}
}

@media screen and (min-width:1025px) {
	.groun_mgt {
		width: 80%;
		margin: 0 auto;
	}
	.group_box .row .group_time {
		width: calc((100% - 90px)/2);
	}
}

@media screen and (min-width:1400px) {
	.group_box .row .group_time {
		width: calc((100% - 90px)/3);
	}
	.groun_mgt {
		width: 100%;
		margin: 0 auto;
		cursor: pointer;
	}
	.groun_mgt:hover .groupry_box_3 .box3_p {
		color: #62b400;
	}
	.group_box .row .group_time:nth-child(2) {
		margin: 0 auto;
		/*margin:0 40px 80px 40px;*/
	}
	.group_box .row .group_time:nth-child(5) {
		margin: 0 auto;
		/*margin:0 40px 80px 40px;*/
	}
	.group_box .row .group_time:nth-child(8) {
		margin: 0 auto;
		/*margin:0 40px 80px 40px;*/
	}
}


/* -----------------集团声誉css(竣事)---------------------------- */


/* -----------------公益事业css(最先)---------------------------- */

.pro_box {
	background: rgba(255, 255, 255, 1);
	border: 1px solid;
	border: 1px solid #FFFF;
	box-shadow：0px 0px 20px #A5A5A5;
}<!--耗时1759477627.7254秒-->