﻿.conter {
	width: 100%;
	height: 100%;
	background-color: #F5F7FB;
	padding-bottom: 60px;
}

.conter_box {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.conter_box .conter_right {
	width: 340px;
	margin-top: -35px;
}

.conter_box .conter_right .bt {
	width: 100%;
	height: 200px;
	font-size: 38px;
	font-weight: 400;
	color: white;
	background-color: #18A390;
	display: flex;
	align-items: center;
	padding: 0 43px;
	box-sizing: border-box;
}

.conter_box .conter_right .bt span {
	padding-bottom: 10px;
	border-bottom: 3px solid white;
	box-sizing: border-box;
}

.conter_right ul {
	width: 100%;
	background-color: white;
}

.conter_right ul li {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #DBDBDB;
}

.conter_right ul li span {
	width: 8px;
	height: 8px;
	/* background: #18A390; */
	background: black;
	border-radius: 4px 4px;
	margin-right: 20px;
}

.conter_right ul li div {
	display: flex;
	align-items: center;
}

.conter_right ul li img {
	width: 8px;
	height: 14px;

}

.conter_right ul li:last-child {
	border-bottom: 0px solid #DBDBDB;
}

.conter_text {
	width: 1020px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	padding: 50px 50px;
	box-sizing: border-box;
	margin-top: 30px;
}

.conter_nav {
	font-size: 14px;
	color: #AEAEBD;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 8px;

}

.conter_text ul {
	width: 100%;
}

.conter_text ul li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #DBDBDB;
	padding: 30px 0;
	box-sizing: border-box;
	font-size: 18px;
}

.conter_text ul li p {
	display: flex;
	align-items: center;

}

/* .conter_text ul li:last-child {
	border-bottom: 0;
} */

.conter_text ul li p .xh {
	width: 6px;
	height: 6px;
	background: #18A390;
	border-radius: 3px 3px;
	margin-right: 10px;

}

.conter_text ul li .deta {


	color: #AEAEBD;
}

.pgaes {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.pgaes span {
	padding: 3px 10px;
	border: 1px solid #E1E1E1;
	border-radius: 2px 2px 2px 2px;
	margin: 0 5px;
	cursor: pointer;
}

.active {
	color: white;
	background: #18A390;
}