.statute {
	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;
	align-items: center;
	font-size: 14px;
	color: #a1adc5;
	padding: 0 93px;
	margin-bottom: 46px;
}

.search-words h2 {
	display: flex;
	align-items: center;
}

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

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

/* 介绍 */
.statute-intro {
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(146, 172, 244, .14);
	padding: 46px 38px 40px;
	margin-bottom: 17px;
}

.statute-intro {
	display: flex;
}

.statute-rintro {
	flex: 1;
}

.statute-img-box {
	position: relative;
	width: 385px;
	margin-left: 53px;
}

.statute-lintro-img {
	background: #303133;
	width: 385px;
	height: 243px;
	border-radius: 10px;
	padding-top: 6px;
	object-fit: cover;
}

.statute-img-show {
	position: absolute;
	width: 385px;
	top: 0;
	right: 0;
}

.statute-img-title {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #FFF;
	padding-top: 80px;
	padding-bottom: ;
}

.statute-img-num {
	padding-top: 10px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
}

.statute-img-num span {
	font-size: 23px;
	font-weight: 700;
	color: #fb6502;
}

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

.rintro-rintro {
	font-size: 16px;
	color: #15294e;
	line-height: 1.6;
	border-bottom: 1px solid #eef4fc;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.rintro-rintro span {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

.rintro-type {
	display: flex;
	justify-content: space-between;
}

.rintro-type-item {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: #15294E;
	align-items: center;
	cursor: pointer;
}

.rintro-type-icon {
	width: 42px;
	height: 42px;
	margin-bottom: 12px;
}

/* 列表 */
.statute-box-item {
	background: #FFF;
	border-radius: 14px;
	margin-bottom: 17px;
	box-shadow: rgba(146, 172, 244, .14);
	padding: 47px 26px 40px 62px;
}

.statute-top {
	width: 100%;
	display: flex;
	align-items: flex-end;
	padding-bottom: 19px;
	border-bottom: 1px solid #eef4fa;
	margin-bottom: 37px;
}

.statue-top-title {
	flex: 1;
	font-size: 26px;
	color: #15294e;
	font-weight: 700;
}

.statue-title-nav {
	display: flex;
	margin-left: 36px;
	font-size: 14px;
	color: #5c6f92;
}

.statue-title-nav a,
.statue-title-nav span {
	color: #5c6f92;
	margin-left: 36px;
}

.statute-box {
	display: flex;
}

.statute-lbox {
	flex: 1;
}

.statute-rbox {
	width: 312px;
	margin-left: 78px;
}

.statute-rbox-new {
	background-color: #f1f4f9;
	border-radius: 10px;
	padding: 33px 40px 10px;
}

.statute-rbox-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 23px;
}

.statute-rbox-item {
	display: flex;
	flex-direction: column;
}

.statute-rbox-item a,
.statute-rbox-item span {
	display: block;
	max-height: 21px;
	margin-bottom: 22px;
	font-size: 16px;
	color: #5c6f92;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.statute-lbox-title {
	font-size: 22px;
	color: #15294e;
	margin-bottom: 20px;
	font-weight: 700;
	display: block;
}

.statute-lbox-title h3 {
	font-size: 22px;
}

.statute-lbox-intro {
	margin-bottom: 23px;
	font-size: 14px;
	margin-bottom: 23px;
	color: #5c6f92;
	max-height: 65px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

.statute-lbox-msg {
	display: flex;
	justify-content: space-between;
	background-color: #F1F4F9;
	padding: 20px 30px;
	border-radius: 6px;
	font-size: 14px;
	color: #15294e;
	margin-bottom: 23px;
}

.statute-lbox-msg span{	
	width: 30%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

@media (max-width: 1400px) {
	.statute-img-box {
		width: 300px;
		margin-left: 20px;
	}

	.statute-lintro-img {
		width: 300px;
	}

	.statute-img-show {
		width: 300px;
	}

	.statute-rbox {
		width: 250px;
		margin-left: 30px;
	}

	.statute-rbox-new {
		padding: 33px 20px 10px;
	}

	.statute-box-item {
		background: #FFF;
		border-radius: 14px;
		margin-bottom: 17px;
		box-shadow: rgba(146, 172, 244, .14);
		padding: 47px 26px 40px;
	}

	/* .statute-lbox-msg{
      display: flex;
      justify-content: space-between;
      background-color: #F1F4F9;
      padding: 20px 10px;
      border-radius: 6px;
      font-size: 14px;
      color: #15294e;
      margin-bottom: 23px;
    } */
}
