.doc_body {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.body_left {
	width: calc(100% - 300px);
}

.info_div {
	width: 100%;
	height: 220px;
	padding: 9px 10px 8px 9px;
	background: #2B7EFE;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.info_right {
	width: calc(100% - 193px);
	padding-left: 24px;
}

.info_name {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.info_name .info_n_l {
	color: #fff;
	font-size: 12px;
}

.info_name .info_t_btn {
	display: flex;
	align-items: center;
	color: #FFFFFF;font-size: 16px;
}

.info_name .info_t_btn span {
	font-size: 25px;
	font-weight: bold;
}

.info_14 {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	margin-top: 12px;
}

.info_14 span {
	color: #fff;
	margin-right: 15px;
}

.zc_div {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 22px 0 15px;
}

.zc_cont {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.gr_div {
	padding: 13px 22px 20px;
	background: #fff;
	margin: 20px 0 23px;
}

.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;
}

.gr_mini_title {
	margin: 20px 0 10px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

.gr_cont {
	color: #888888;
	font-size: 14px;
	line-height: 24px;
}

.four_div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.four_one {
	width: 217px;
	height: 60px;
	color: #888888;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
	transition: all 0.5s;
}

.four_one img {
	width: 30px;
	height: 30px;
	margin-right: 8px;
}

.four_one:hover {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.time_div {
	padding: 13px 22px 24px;
	background: #fff;
	margin: 20px 0;
}

.time_list {
	width: 100%;
	height: 104px;
	margin-top: 10px;
}

.time_list .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.time_list .swiper-slide {
	border: 1px solid #EBEBEB;
	border-radius: 5px;
}

.time_list .ss_top {
	text-align: center;
	line-height: 38px;
	height: 38px;
	background: #F5F5F5;
}

.time_list .ss_bot {
	height: 64px;
	color: #FC2F59;
	text-align: center;
	line-height: 64px;
	font-size: 16px;
}

.time_list .ss_bot.active {
	color: #2B7EFE;
}

.kp_div {
	padding: 13px 36px 2px 22px;
	background: #fff;
}

.kp_list {
	margin-top: 21px;
}

.kp_one {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.kp_one_l {
	display: flex;
	align-items: center;
}

.kp_one_l a {
	width: 340px;
	color: #323232;
	font-size: 16px;
}

.kp_one_l a:hover {
	color: #FC2F59;
}

.kp_one_l span {
	width: 31px;
	height: 18px;
	background: #FC2F59;
	border-radius: 5px;
	text-align: center;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 12px;
}

.kp_one_r {
	line-height: 14px;
	color: #888888;
	font-size: 14px;
	text-align: right;
}

.wz_div {
	padding: 13px 36px 1px 22px;
	background: #fff;
	margin-bottom: 20px;
}

.wz_list {
	margin-top: 25px;
}

.wz_one {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #888888;
	margin-bottom: 20px;
}


.body_right {
	width: 280px;
	display: flex;
	flex-flow: column;
}

.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;
}

.br_two {
	padding: 0 10px 2px;
	background: #fff;
}

.br_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000000;
	height: 46px;
}

.tj_one {
	display: flex;
	flex-flow: column;
	width: 100%;
	border: 1px solid #EBEBEB;
	border-radius: 5px;
	margin-bottom: 13px;
}

.tj_one img {
	width: 100%;
	height: 265px;
}

.tj_one .tj_one_txt {
	height: 43px;
	padding: 0 7px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #8B8B8B;
	font-size: 14px;
}

.tj_one .one_line {
	width: 100%;
	line-height: 35px;
	padding: 0 10px;
	color: #888888;
	font-size: 14px;
}