@charset "UTF-8";
/**!
* 机构详情
* date:2022-06-21
* author: gyc;
*/
body, html {
	background: #f1f5f9;
}

.banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 172px;
	padding: 24px 0 0 26px;
	background: url("../images/bg-banner.png") no-repeat center;
}

.banner .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 124px;
	height: 124px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(45, 117, 204, 0.59);
	box-shadow: 0px 1px 5px 0px rgba(45, 117, 204, 0.59);
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, right top, from(#dcedff),
		to(#e6f2ff));
	background: linear-gradient(90deg, #dcedff 0%, #e6f2ff 100%);
}

.banner .details {
	width: calc(100% - 124px);
	padding: 0 28px 0 30px;
}

.banner .details .name {
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner .details .introduce {
	height: 36px;
	margin-top: 15px;
	line-height: 18px;
	color: #d0e5fe;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner .details .collect {
	display: block;
	width: 95px;
	height: 30px;
	margin: 20px 0 0 -6px;
	padding-left: 43px;
	line-height: 28px;
	color: #fff;
	border-radius: 15px;
	border: 1px solid #fff;
	background: url("../images/icon-collect.png") no-repeat 16px center;
}

.banner .details .collect.active {
	background: url(../images/star-active.png) no-repeat;
	background-position: 12px 5px;
	background-size: 20%
}

.wrapper {
	margin-top: 20px;
}

.list {
	width: 840px;
	padding: 30px 30px 0;
	background-color: #fff;
}

.list .hd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 37px;
	border-bottom: 1px solid #d2e3f4;
}

.list .hd>li {
	height: 36px;
	padding: 0 18px 0 24px;
	line-height: 36px;
	text-align: center;
	color: #8093a9;
	background-color: #eaf2f9;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
}

.list .hd>li+li {
	margin-left: 10px;
}

.list .hd>li.active {
	color: #fff;
	background-color: #3c91f1;
}

.information {
	width: 340px;
	padding-bottom: 35px;
	background-color: #fff;
}

.information .title {
	height: 54px;
	padding: 0 28px;
	line-height: 58px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid rgba(60, 145, 241, 0.3);
}

.information .title>span {
	display: inline-block;
	padding-left: 25px;
	background: url("../images/icon-information.png") no-repeat left center;
}

.matter-list {
	margin-top: 5px;
}

.matter-list>li {
	height: 135px;
	padding: 20px 0 0;
	border-bottom: 1px solid #e0e0e0;
}

.matter-list>li .img-box {
	width: 150px;
	height: 96px;
}

.matter-list>li .img-box img {
	width: 100%;
	height: 100%;
}

.matter-list>li .details {
	margin-left: 19px;
}

.matter-list>li .details .name {
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 500px;
}

.matter-list>li .details .introduce {
	width: 450px;
	margin-top: 24px;
	line-height: 20px;
	color: #999;
}

.matter-list>li .btn {
	width: 108px;
	height: 30px;
	margin-top: 33px;
	padding-left: 34px;
	line-height: 28px;
	border: 1px solid #3c91f1;
	border-radius: 15px;
	color: #3c91f1;
	background: url("../images/icon-apply.png") no-repeat 15px center;
}

.matter-list>li .btn:hover {
	color: #fff;
	background: #3c91f1 url("../images/icon-apply-hover.png") no-repeat 15px
		center;
}

.certification-list {
	margin-top: 5px;
}

.certification-list>li {
	height: 113px;
	padding-top: 30px;
	border-bottom: 1px solid #e0e0e0;
}

.certification-list>li .name {
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.certification-list>li .details {
	margin-top: 20px;
}

.certification-list>li .details>li {
	float: left;
	height: 14px;
	line-height: 14px;
	color: #999;
}

.certification-list>li .details>li+li {
	margin-left: 19px;
	padding-left: 21px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0))
		no-repeat;
	background: linear-gradient(to bottom, #e0e0e0) no-repeat;
	background-size: 1px 12px;
}

.infor-list {
	margin-top: 24px;
}

.infor-list>li {
	padding: 0 20px 0 28px;
}

.infor-list>li+li {
	margin-top: 25px;
}

.infor-list>li .label {
	height: 14px;
	line-height: 14px;
	color: #999;
}

.infor-list>li .value {
	margin-top: 10px;
	line-height: 20px;
}

/*服务平台*/
.platform-list {
	margin-top: 5px;
}

.platform-list>li {
	height: 115px;
	padding: 20px 0 0;
	border-bottom: 1px solid #e0e0e0;
}

.platform-list>li .details .name {
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 500px;
}

.platform-list>li .details .introduce {
	width: 630px;
	margin-top: 20px;
	line-height: 18px;
	color: #999;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.platform-list>li .btn {
	width: 108px;
	height: 30px;
	margin-top: 33px;
	padding-left: 34px;
	line-height: 28px;
	border: 1px solid #3c91f1;
	border-radius: 15px;
	color: #3c91f1;
	background: url("../images/icon-apply.png") no-repeat 15px center;
}

.platform-list>li .btn:hover {
	color: #fff;
	background: #3c91f1 url("../images/icon-apply-hover.png") no-repeat 15px
		center;
}