.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;
}

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

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

.rbox-contract-item {
	font-size: 16px;
	color: #4a5d80;
	margin-bottom: 24px;
	display: flex;
}

.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);
	margin-bottom: 20px;
}

.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: 1;
}

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

.contract-card {
	display: flex;
	background: #FFF;
	margin: 0 auto;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
	margin: 0 auto 17px;
	padding: 41px 59px 40px 34px;
	display: flex;
}

.contract-card-right {
	width: 307px;
	height: 150px;
	border-radius: 10px;
	background: #132547;
	overflow: hidden;
}

.contract-card-left {
	flex: 1;
	padding-right: 67px;
}

.contract-card-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.contract-card-text {
	flex: 1;
	font-size: 24px;
	color: #15294e;
	font-weight: 700;
}

.contract-card-btn {
	width: 125px;
	height: 37px;
	border-radius: 37px;
	background: #205bfd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	cursor: pointer;
}

.contract-btn-img {
	width: 22px;
	height: 22px;
	margin-right: 5px;
}

.contract-card-btn span {
	font-size: 14px;
	color: #FFF;
}

.contract-card-msg {
	display: flex;
	margin-bottom: 30px;
}

.contract-cardmsg-left {
	display: flex;
	flex: 1;
}

.contract-card-item {
	font-size: 14px;
	color: #6c7d9e;
	margin-right: 32px;
	display: flex;
	align-items: center;
}

.contract-card-item img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.contract-card-intro {
	font-size: 14px;
	color: #6c7d9e;
}

.contract-ranking {
	background: #FFF;
	padding: 46px 74px 57px 38px;
	border-radius: 14px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
	margin-bottom: 34px;
	margin-top: 38px;
}

.contract-ranking-title {
	font-size: 30px;
	color: #15294e;
	font-weight: 700;
	margin-bottom: 30px;
}

.contract-list {
	display: flex;
}

.contract-ranking-item {
	flex: 1;
}

.contract-ranking-icon {
	position: relative;
	width: 117px;
	height: 150px;
	margin-bottom: 20px;
}

.contract-recommend {
	position: absolute;
	width: 33px;
	height: 18px;
	line-height: 18px;
	background-color: #ed4747;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	top: -4px;
	left: 0;
	border-radius: 2px;
}

.contract-ranking-img {
	width: 117px;
	height: 150px;
}

.ranking-item-title {
	width: 117px;
	font-size: 14px;
	color: #15294e;
	margin-bottom: 13px;
}

.ranking-item-msg {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #8a9ab6;
}

.item-msg-icon {
	width: 20px;
	height: 20px;
	margin-right: 11px;
}

.contract-article {
	background-color: #FFF;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
	padding: 50px 50px 60px;
}

.contract-right {
	min-width: 330px;
	width: 330px;
}

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

	.contract-card-right {
		width: 200px;
	}
}
