.solution_wrap .list_right {
	width: 100%;
	margin-top: 40px;
}

.solution_wrap .solution_item {
	width: calc((100% - 60px)/2);
	margin-bottom: 60px;
	margin-right: 60px;
	cursor: pointer;
	float: left;
	height: 460px;
	border: solid 1px #dcdcdc;
	text-align: center;
}

.solution_wrap .list_right>div>div:nth-child(3n) {
	margin-right: 60px;
}

.govermentAffaris>div:nth-child(2n) {
	margin-right: 0;
}

.solution_wrap .solution_item .item_content .detail {
	height: auto;
}

.solution_wrap .solution_item .item_header {
	width: 160px;
	height: 160px;
	overflow: inherit;
	margin: 60px auto 30px;
}

.solution_wrap .solution_item .item_content .title {
	font-size: 20px;
	line-height: 20px;
}

.solution_item .hover {
	display: none;
}

.solution_item:hover .item_header img {
	display: none;
}

.solution_item:hover .item_header .hover {
	display: block;
}

.solution_item .line {
	width: 1px;
	height: 20px;
	background-color: #999999;
	margin: 0 auto;
	transform: rotate(30deg);
	margin-bottom: 15px;
}

.solution_detial .relation_left {
	width: 113px;
	margin-right: 0;
}
.solution_detial .relation_left img {
	width: 30%;
}

.solution_detial .relation_right {
	width: 175px;
	display: flex;
	padding-top: 0px;
	float: left;
}

.solution_detial .relation_right .relation_title {
	margin-bottom: 0;
}

.relation_left .hover {
	display: none;
}

.relation_item:hover .relation_left img {
	display: none;
}

.relation_item:hover .relation_left .hover {
	display: inherit;
}

.solution_detial .left .left_detail {
	margin-bottom: 40px;
	text-align: justify;
}

.solution_detial .right_img {
	margin-top: 40px;
	margin-bottom: 40px;
}
