.contract {
	margin: 0 auto;
	/* margin: 62px auto 120px; */
}

.contract-search {
	width: 638px;
	margin: 62px auto 0;
}

.contract-search-box {
	display: flex;
	margin-bottom: 20px;
}

.contract-search-box button {
	width: 150px;
	height: 52px;
	background: rgba(34, 90, 252, 1);
	border: 1px solid rgba(227, 234, 253, 1);
	border-radius: 0 52px 52px 0;
	font-size: 18px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	border-left: 0;
}

.contract-search-input {
	width: 100%;
	height: 52px;
	border-radius: 52px 0 0 52px;
	font-size: 16px;
	color: #abbcdc;
	background: #FFF;
	border: 1px solid #e3eafd;
	padding: 0 44px;
	border-right: 0;
}

.search-words {
	display: flex;
	font-size: 14px;
	color: #a1adc5;
	padding: 0 93px;
	margin-bottom: 46px;
}

.search-words {
	margin-right: 10px;
}

.search-words-item {
	margin-right: 15px;
	color: #a1adc5;
}

.contract-focus {
	display: flex;
	margin-bottom: 66px;
}

.contract-focus-left {
	flex: 1;
	height: 303px;
	border-radius: 10px;
	padding: 46px 53px 47px 38px;
	background: #FFF;
	margin-right: 32px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
}

.focus-left-title {
	font-size: 28px;
	color: #152948e;
	font-weight: 700;
	margin-bottom: 50px;
}

.focus-left-intro {
	font-size: 16px;
	color: #15294e;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 4;
}

.contract-focus-right {
	flex: 1;
	height: 303px;
	border-radius: 10px;
	background-color: #FFF;
	padding: 42px 28px 28px 27px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
}

.focus-right-title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 29px;
}

.focus-right-title-text {
	flex: 1;
	font-size: 24px;
	color: #15294e;
	font-weight: 700;
}

.focus-right-title-route {
	font-size: 14px;
	color: #245afd;
}

.focus-right-link-item {
	margin-bottom: 14px;
	display: flex;
}

.focus-right-link-num {
	width: 25px;
	height: 25px;
	border-radius: 6px;
	background: #e5e5e5;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

.focus-right-link-title {
	flex: 1;
	font-size: 16px;
	color: #15294e;
}

.focus-right-link-item .one {
	background: #ff3c00;
}

.focus-right-link-item .two {
	background: #ff6600;
}

.focus-right-link-item .three {
	background: #ffd800;
}

.contract-classify-title {
	display: flex;
	align-items: center;
}

.classify-title {
	font-size: 34px;
	color: #15294e;
	margin-right: 28px;
	font-weight: 700;
}

.classify-msg {
	font-size: 14px;
	color: #62769a;
}

.contract-classify {
	margin-top: 76px;
	display: flex;
	flex-wrap: wrap;
}

.contract-classify-item {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}

.classify-item-icon {
	width: 56px;
	height: 56px;
	margin-bottom: 22px;
}

.classify-item-title {
	font-size: 16px;
	color: #15294e;
}

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

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

.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;
	height: 40px;
	overflow: hidden;
}

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

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

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

.contract-detail-top {
	display: flex;
	padding-bottom: 19px;
	border-bottom: 1px solid #dde3ee;
}

.contract-detail-title {
	height: 35px;
	font-size: 26px;
	color: #15294e;
	font-weight: 700;
	flex: 1;
}

.contract-detail-nav ul {
	height: 35px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	font-size: 14px;
}

.contract-detail-nav ul a {
	margin-left: 40px;
	color: #5c6f92;
}

.contract-nav-hr {
	border-left: 1px solid #c1cde5;
	padding-left: 20px;
	margin-left: 20px !important;
}

.contract-detail-btm {
	display: flex;
}

.detail-btm-left {
	width: 684px;
	min-width: 684px;
	padding: 29px 18px 0 0;
	border-right: 1px solid #dde3ee;
}

.detail-left-top {
	display: flex;
	margin-bottom: 60px;
}

.detail-top-icon {
	height: 164px;
	margin-right: 32px;
	border-radius: 10px;
}

.detail-top-title {
	font-size: 26px;
	color: #15294e;
	margin-bottom: 15px;
	display: block;
}

.detail-top-intro {
	font-size: 16px;
	color: #5c6f92;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	margin-bottom: 7px;
}

.detail-top-btn {
	font-size: 16px;
	color: #235afd;
}

.detail-left-btm {
	display: flex;
	justify-content: space-between;
}

.detail-list-left {
	flex: 1;
	margin-right: 58px;
}

.detail-list-right {
	flex: 1;
}

.detail-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.detail-list a {
	width: 48%;
	font-size: 14px;
	color: #15294e;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.detail-list a span {
	font-size: 15px;
	font-weight: 700;
	margin-right: 13px;
}

.detail-list-text {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.detail-list-down {
	font-size: 14px;
	color: #b4bfd4;
}

.detail-btm-right {
	flex: 1;
	padding: 30px 26px 0;
}

.detail-right-title {
	font-size: 24px;
	color: #15294e;
	margin-bottom: 42px;
}

.detail-right-list {
	display: flex;
	justify-content: space-between;
}

.detail-right-item {
	width: 31%;
}

.detail-item-icon {
	position: relative;
	width: 117px;
	height: 153px;
	margin-bottom: 20px;
}

.detail-item-img {
	width: 117px;
	height: 153px;
}

.detail-item-title {
	font-size: 14px;
	color: #15294e;
	margin-bottom: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.detail-item-info {
	font-size: 14px;
	color: #b4bfd4;
	display: flex;
	align-items: center;
}

.detail-info-icon {
	margin-right: 10px;
}

.intro-box {
	width: 100%;
	height: 554px;
	display: flex;
	justify-content: center;
	margin-bottom: 48px;
	background-size: cover;
	background-repeat: no-repeat;
}

.intro {
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	padding-top: 64px;
}

.intro-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.intro-title h2 {
	font-size: 30px;
	color: #6168ff;
	font-weight: 700;
	margin: 0 0 18px;
}

.intro-title span {
	font-size: 16px;
	color: #70788f;
}

.intro-row {
	width: 100%;
	display: flex;
	justify-content: baseline;
}

.intro-item {
	flex: 1;
	padding: 56px 68px 10px;
}

.intro-item-title {
	font-size: 20px;
	color: #FFF;
	margin-bottom: 25px;
}

.intro-item-msg {
	font-size: 16px;
	color: #70788f;
}

@media (max-width: 1400px) {
	.detail-btm-left {
		width: 470px;
		min-width: 470px;
	}
}


