.case_div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	margin-top: 25px;
}

.cs_div_l {
	width: calc(100% - 300px);
}
.check_div {
	width: 900px;
	height: 55px;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 20px 0;
	padding: 0 9px;
	display: flex;
	align-items: center;
}
.check_one {
	padding: 0 9px;
	height: 25px;
	color: #595959;
	font-size: 14px;
	border: 1px solid #E6E6E6;
	line-height: 23px;
	border-radius: 5px;
	margin-right: 15px;
	cursor: pointer;
}
.check_one.active {
	background: #2B7EFE;
	border-color: #2B7EFE;
	color: #fff;
}

.case_one {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 151px;
	background: #FFFFFF;
	border-radius: 5px;
	width: 100%;
	padding: 14px 12px 17px;
	margin-bottom: 20px;
}
.case_one .case_one_rr {
	width: calc(100% - 180px);
	color: #888888;
	font-size: 12px;
}
.case_one .case_one_rr.active {
	width: 100%;
}
.case_one .case_one_rr .one_line {
	color: #000000;
	font-size: 16px;
	line-height: 21px;
}
.case_one .case_one_rr .two_line {
	color: #636363;
	font-size: 14px;
	line-height: 26px;
	margin: 5px 0 25px;
}
.page_div {
	margin: 35px 0;
	text-align: center;
}


.wz_div {
	padding: 13px 36px 1px 22px;
	background: #fff;
	margin-top: 20px;
}

.wz_one {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #888888;
	margin-bottom: 34px;
}
.wz_one:last-child {
	margin-bottom: 30px;
}
.by_title {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.by_title::after {
	content: '';
	width: 4px;
	height: 17px;
	background: #2B7EFE;
	position: absolute;
	top: 2px;
	left: -12px;
}



.cs_div_r {
	width: 280px;
}
.xibao_div {
	width: 100%;
	height: 500px;
	background: url(../images/xibao_bac.png) no-repeat center / 100% 100%;
	position: relative;
}
.swiper-container {
	position: absolute;
	top: 260px;
	width: 100%;
	height: 235px;
}
.slide_one {
	display: flex;
	align-items: center;
	padding-left: 10px;
	height: 100%;
}
.slide_one img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.slide_one >div {
	width: calc(100% - 65px);
	padding-left: 10px;
}
.slide_one >div h3 {
	color: #f35;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.slide_one >div .one_line {
	font-size: 12px;
	color: #333;
}


.br_one {
	margin: 20px 0;
	display: flex;
	flex-flow: column;
}

.br_one_bot {
	width: 100%;
	height: 266px;
	background: #fff;
	display: flex;
	flex-flow: column;
	align-items: center;
	color: #8B8B8B;
	font-size: 18px;
	padding-top: 27px;
}

.br_one_bot .btn {
	width: 200px;
	height: 35px;
	background: #2B7EFE;
	border-radius: 24px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	margin-top: 25px;
	cursor: pointer;
}

.br_one_bot .btn.active {
	background: #FC2F59;
}

.wd_bk_div {
	background: #fff;
	border-radius: 5px;
	padding: 14px 10px 10px;
}
.wd_right_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 25px;
	color: #000000;
	font-size: 18px;
	margin-bottom: 15px;
}

.wd_bk_cont {
	margin-top: 10px;
	padding: 0 7px;
}
.wd_bk_cont_t {
	color: #FC2F59;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
.wd_bk_list {
	display: flex;
	flex-wrap: wrap;
}
.wd_bk_list a {
	width: calc(100% / 3);
	color: #888888;font-size: 12px;
	margin-bottom: 10px;
	line-height: 17px;
}
.two_wz {
	width: 280px;
	/*height: 257px;*/
	background: #FFFFFF;
	border-radius: 5px;
	padding: 0 11px;
}
.wz_titlw {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 52px;
	color: #000000;
	font-size: 18px;
	margin-bottom: 3px;
}
.wz_list {
	width: 100%;
}
.wz_list a {
	display: inline-block;
	width: 100%;
	color: #888888;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 17px;
}
.wz_list a:hover {
	color: #FC2F59;
}