.contract-title {
	width: 145px;
	height: 122px;
	display: flex;
	justify-content: center;
	position: relative;
	margin: 44px auto 34px;
}

.contract-title-icon {
	width: 128px;
	height: 122px;
}

.contract-title-icon img {
	width: 128px;
	height: 122px;
}

.contract-title-text {
	position: absolute;
	z-index: 600;
	bottom: 15px;
	font-size: 36px;
	color: #15294e;
	font-weight: 700;
	text-align: center;
}

.contract-box {
	display: flex;
	justify-content: center;
	padding-bottom: 150px;
}

.contract {
	display: flex;
	justify-content: center;
}

.contract-list-box {
	flex: 1;
	margin-right: 32px;
}

.rbox-contract {
	flex: 1;
}

.contract-list {
	background-color: #FFF;
	padding: 39px 36px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
	border-radius: 10px;
}

.contract-list-title {
	font-size: 24px;
	color: #15294e;
	padding-bottom: 22px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dde3ee;
}

.rbox-img {
	width: 100%;
	height: 325px;
	border-radius: 10px;
	background-color: #132547;
	margin-bottom: 28px;
	overflow: hidden;
}

.contract-right {
	width: 390px;
}

.rbox-img img {
	width: 100%;
}


@media (max-width: 1400px) {
	.contract-right {
		width: 280px;
	}

	.rbox-img {
		height: 233px;
	}
}

.rbox-contract {
	background: #FFF;
	padding: 48px 25px 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
	margin-bottom: 25px;
}

.rbox-contract-title {
	font-size: 24px;
	color: #15294e;
	margin-bottom: 28px;
}

.rbox-contract-item {
	font-size: 16px;
	color: #15294e;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.rbox-contract-item span {
	color: #7485a4;
	margin-right: 19px;
}

.rbox-hots {
	background: #FFF;
	padding: 36px 25px 11px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
}

.rbox-hots-title {
	font-size: 24px;
	color: #15294e;
	margin-bottom: 27px;
}

.rbox-hots-item {
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
}

.rbox-hots-item:hover .rbox-hot-title {
	color: #225AFC;
}

.rbox-hot-title {
	font-size: 16px;
	color: #15294e;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.rbox-hot-intro {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	font-size: 14px;
	color: #7a8cae;
}

.contract-item {
	display: flex;
	padding-bottom: 27px;
	margin-bottom: 28px;
	border-bottom: 1px solid #dde3ee;
}

.contract-item-img {
	width: 103px;
	min-width: 103px;
	height: 132px;
	margin-right: 42px;
}

.contract-item-title {
	font-size: 18px;
	color: #15294e;
	margin-bottom: 19px;
}

.contract-item-intro {
	color: #a1aec4;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin-bottom: 22px;
	line-height: 1.6;
}

.contract-item-msg {
	display: flex;
}

.contract-msg-item {
	display: flex;
	align-items: center;
	margin-right: 45px;
	color: #a1aec4;
}

.contract-msg-item img {
	margin-right: 8px;
}

/* 顶部分类 */
.contract-type {
	background: #FFF;
	padding: 32px 32px 34px 36px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
	margin-bottom: 28px;
}

.contract-type-on {
	display: flex;
}

.type-on-item {
	width: 115px;
	height: 39px;
	margin-right: 15px;
	background: #ecf0f3;
	border-radius: 10px;
	margin-bottom: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contract-type-row {
	display: flex;
	padding-bottom: 9px;
	margin-bottom: 28px;
	margin-right: 31px;
	border-bottom: 1px solid #dde3ee;
}

.contract-type-title {
	margin-right: 31px;
}

.contract-type-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.contract-type-item {
	width: 110px;
	height: 30px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	color: #15294e;
}

.contract-type-item.active {
	background: rgba(36, 90, 255, 1);
	color: #FFF;
}

.contract-type-item:hover {
	background: rgba(36, 90, 255, 1);
	color: #FFF !important;
}


