.indexall {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.l_all {
	width: 65%;
	margin-right: 50px;
}


.l_main {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.l_main_item {
	display: flex;
	flex-direction: row;
	height: 182px;
}

.l_main_item_l {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 187px;
	background: #F2F2F2;
}

.l_main_item_l1 {
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}

.l_main_item_l1>img {
	width: 100%;
	height: 100%;
}

.l_main_item_l2 {
	height: 27px;
	font-size: 18px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 21px;

}

.l_main_item_r {
	background: #fff;
	display: flex;
	justify-content: center;
	padding: 0 15px;
}

.l_main_item_r_desc {
	width: 243px;
	/* height: 59px; */
	font-size: 16px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #454545;
	line-height: 19px;
	margin: auto 0;
}

.r_all {
	display: flex;
	position: relative;
	width: 360px;
	height: 346px;
	background: #F2F2F2;
	border-radius: 5px 5px 5px 5px;
	margin-top: 30px;
}

.r_all_title {
	width: 245px;
	height: 54px;
	background: #15933F;
	border-radius: 53px 53px 53px 53px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 14px;
	top: -27px;
	left: 57px;
	position: absolute;
}

.r_all_title1 {
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.r_all_title1>img {
	width: 100%;
	height: 100%;
}

.r_all_title2 {
	height: 27px;
	font-size: 18px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 21px;
}



.r_all_items {
	padding: 18px 22px;
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}

.r_all_item {
	display: flex;
	flex-direction: row;
	margin-bottom: 40px;
}

.r_all_item_title {
	height: 39px;
	font-size: 26px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #15933F;
	line-height: 30px;
	padding-right: 25px;
	border-right: 1px solid #15933F;
	margin-right: 25px;
}

.r_all_item_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 43px;
}

.r_all_right1 {
	height: 23px;
	font-size: 15px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}

.r_all_right2 {
	height: 21px;
	font-size: 14px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #454545;
	line-height: 16px;
}

.hyBox {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 70px;
}

.hyPart {
	flex: 1;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
}

.hyPart:nth-child(1) {
	margin-right: 16px;
}

.hyPartTop {
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	cursor: pointer;
}

.hyPartTop1 {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 60px;
	padding-left: 25px;
}

.hyPartTop2 {
	width: 329px;
	height: 60px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #0C4AE7;
	line-height: 60px;
	padding-right: 25px;
	background: url('../images/index3/viewMore1.png') no-repeat;
	text-align: right;
}

.hyPartTop3 {
	text-align: right;
	width: 329px;
	height: 60px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #0C4AE7;
	line-height: 60px;
	padding-right: 25px;
	background: url('../images/index3/viewMore2.png') no-repeat;
}


.hyPartTop2>img {
	width: 100%;
	height: 100%;
}

.hyPartMain {
	display: flex;
	flex-direction: column;
	padding: 0 25px;
}

.hyPartItem {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 63px;
	border-bottom: 1px solid #E3E3E3;
	cursor: pointer;
}

.hyPartItem:nth-last-child(1) {
	border-bottom: none;
}


.hyPartItem_title {
	flex: 1;
	height: 63px;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 63px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;

}

.hyPartItem_time {
	margin-left: 20px;
	/* width: 85px; */
	height: 18px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 18px;
}

.hyPartItem:hover .hyPartItem_title {
	color: #0C4AE7;
}

.hyPartItem:hover .hyPartItem_time {
	color: #0C4AE7;
}