.matching_content {
	width: 100%;
	overflow: hidden;
}
.matching_left {
	width: 255px;
	overflow: hidden;
	margin: 28px 0 0;
	float: left;
}
.matching_left li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 5px;
}
.matching_left li h4 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 22px 0 27px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	background-color: #f1f1f1;
	position: relative;
}
.matching_left li h4 a {
	color: #333333;
}
.matching_left li h4 span {
	display: block;
	width: 25px;
	height: 25px;
	background-color: #0d65bc;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 18px;
	right: 22px;
	cursor: pointer;
}
.matching_left li h4 span img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -2px;
}
.matching_left li h4 span img:nth-of-type(2) {
	opacity: 0;
}
.matching_left li .matching_two {
	width: 100%;
	overflow: hidden;
	display: none;
}
.matching_two p {
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
	padding: 0 0 0 28px;
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/rb.png) no-repeat 218px 50%;
}
.matching_two p:last-of-type {
	border: none;
}
.matching_two p a {
	color: #666666;
}
.matching_left li.active {
	margin: 0;
}
.matching_left li.active .matching_two {
	display: block;
} 
.matching_left li.active h4 {
	background-image: linear-gradient(to right, #1874ce, #18399b);
}
.matching_left li.active h4 a {
	color: #FFFFFF;
}
.matching_left li.active h4 span {
	display: block;
	width: 25px;
	height: 25px;
	background-color: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 18px;
	right: 22px;
}
.matching_left li.active h4 span img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -2px;
}
.matching_left li.active h4 span img:nth-of-type(1) {
	opacity: 0;
}
.matching_left li.active h4 span img:nth-of-type(2) {
	opacity: 1;
}
@media only screen and (max-width: 991px) {
	.matching_left {
	    width: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.matching_left {
	    width: 100%;
	    float: none;
		margin: 20px 0 0;
	}
	.matching_left li h4 {
	    height: 50px;
	    line-height: 50px;
	}
	.matching_left li h4 span {
	    top: 13px;
	}
	.matching_two p {
	    background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/rb.png) no-repeat 90.5% 50%;
	}
}
.matching_right {
	width: calc(100% - 285px);
	width: -moz-calc(100% - 285px);
	width: -webkit-calc(100% - 285px);
	height: 100%;
	float: right;
	margin: 3px 0 0;
	border-left: 1px solid #f6f6f6;
	padding: 25px 0 50px 12px;
}
.matching_right .matching_list {
	width: 100%;
	height: auto;
	margin: 0 0 30px;
}
.matching_list li {
	width: calc(25% - 18px);
	width: -moz-calc(25% - 18px);
	width: -webkit-calc(25% - 18px);
	overflow: hidden;
	border: 1px solid #e0e0e0;
	margin: 0 0 20px 18px;
	float: left;
}
.matching_list li .matching_img {
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
}
.matching_list li .matching_img img {
	width: 100%;
}
.matching_list li .matching_txt {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 5px 11px 0;
}
.matching_txt h4 {
	width: 100%;
	height: 37px;
	font-size: 14px;
	line-height: 37px;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 3px;
}
.matching_txt h4 a {
	color: #333333;
}
.matching_txt p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin: 5px 0;
	padding: 0 5px;
	position: relative;
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/mrg.png) no-repeat 98.5% 50%;
}
.matching_txt p a {
	color: #949494;
}
.matching_list li:hover {
	box-shadow: 0.74px 0.67px 31.04px 0.96px rgba(0,0,0,0.13);
}
.matching_list li:hover .matching_txt p {
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/mrb.png) no-repeat 98.5% 50%;
}
@media only screen and (max-width: 991px) {
	.matching_right {
	    width: calc(100% - 220px);
	    width: -moz-calc(100% - 220px);
	    width: -webkit-calc(100% - 220px);
	}
	.matching_right li {
	    width: calc(50% - 18px);
	    width: -moz-calc(50% - 18px);
	    width: -webkit-calc(50% - 18px);
	    margin: 0 0 20px 18px;
	}
}
@media only screen and (max-width: 767px) {
	.matching_right {
	    width: 100%;
	    border: none;
	    padding: 25px 0 30px;
	    margin: 0;
	}
	.matching_right li {
	    width: calc(50% - 6px);
	    width: -moz-calc(50% - 6px);
	    width: -webkit-calc(50% - 6px);
	}
	.matching_right li:nth-of-type(2n+1) {
		margin: 0 12px 12px 0;
	}
	.matching_right li:nth-of-type(2n) {
		margin: 0 0 12px;
	}
	.matching_txt h4 {
	    width: 100%;
	    max-height: 50px;
	    height: auto;
	    font-size: 14px;
	    line-height: 20px;
	    padding: 5px 0;
	}
	.matching_txt h4 a {
		display: block;
		max-height: 40px;
	}
	.matching_txt h4 a br {
		display: none;
	}
	.matching_txt p {
		padding: 0;
		background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/mrg.png) no-repeat 100% 50%;
	}
	.matching_txt p a {
	    width: calc(100% - 16px);
	    width: -moz-calc(100% - 16px);
	    width: -webkit-calc(100% - 16px);
	    height: 16px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
}
@media only screen and (min-width: 992px) {
	.matching_list li {
	    width: calc(33.33% - 18px);
	    width: -moz-calc(33.33% - 18px);
	    width: -webkit-calc(33.33% - 18px);
	    margin: 0 0 20px 18px;
	}
}
@media only screen and (min-width: 1450px) {
	.matching_list li {
	    width: calc(25% - 18px);
	    width: -moz-calc(25% - 18px);
	    width: -webkit-calc(25% - 18px);
	    margin: 0 0 20px 18px;
	}
}
.matching_details {
	width: calc(100% - 18px);
	width: -moz-calc(100% - 18px);
	width: -webkit-calc(100% - 18px);
	overflow: hidden;
	margin: 0 0 0 18px;
}
.matching_details .details-img {
	width: 500px;
	overflow: hidden;
	background-color: #f7f7f7;
	float: left;
}
.details-img img {
	width: 100%;
}
.matching_details .details-txt {
	width: calc(100% - 500px);
	width: -moz-calc(100% - 500px);
	width: -webkit-calc(100% - 500px);
	padding: 0 15px 0 35px;
	overflow: hidden;
	float: left;
}
.details-txt h1 {
	color: #333333;
	font-size: 30px;
	line-height: 35px;
	padding: 10px 0 15px;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 15px;
}
.details-txt p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	padding: 0 3px;
}
.details-txt a {
	display: block;
	width: 165px;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	background: #ed1c24 url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/share-btn.jpg) no-repeat center;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 0 0 60px;
	margin: 45px 0 0;
}
.matching_right>h2 {
	width: calc(100% - 18px);
	width: -moz-calc(100% - 18px);
	width: -webkit-calc(100% - 18px);
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	margin: 30px 0 28px 18px;
	border-bottom: 1px solid #f2f2f2;
}
@media only screen and (max-width: 991px) {
	.matching_details .details-img {
		width: 100%;
	}
	.matching_details .details-txt {
		width: 100%;
		padding: 0;
		margin: 20px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.matching_details {
	    width: 100%;
	    margin: 0;
	}
	.details-txt h1 {
	    font-size: 24px;
	    line-height: 30px;
	    padding: 0 0 10px;
	    margin: 5px 0 15px;
	}
	.details-txt a {
	    margin: 30px 0 0;
	}
	.matching_right>h2 {
	    width: 100%;
	    height: 50px;
	    line-height: 48px;
	    margin: 30px 0 20px;
	    font-size: 24px;
	}
}
@media only screen and (min-width: 992px) {
	.matching_details .details-txt {
		width: 100%;
		padding: 0;
		margin: 20px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.matching_details .details-img {
		width: 400px;
	}
	.matching_details .details-txt {
		width: calc(100% - 400px);
		width: -moz-calc(100% - 400px);
		width: -webkit-calc(100% - 400px);
		padding: 0 0 0 35px;
		margin: 0;
	}
}
@media only screen and (min-width: 1450px) {
	.matching_details .details-img {
		width: 500px;
	}
	.matching_details .details-txt {
		width: calc(100% - 500px);
		width: -moz-calc(100% - 500px);
		width: -webkit-calc(100% - 500px);
		padding: 0 15px 0 35px;
	}
}