.info_div {
	background: #fff;
	padding: 16px 25px 13px 9px;
	width: 100%;
	height: 149px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 29px;
}

.info_l {
	width: 120px;
	height: 120px;
}

.info_r {
	width: calc(100% - 134px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.info_r_left {
	color: #8B8B8B;
	font-size: 14px;
}

.info_r_left>div {
	display: flex;
	align-items: center;
}

.info_r_right {
	height: 68px;
	padding-left: 44px;
	border-left: 1px solid #DFDFDF;
}

.info_r_right>div {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	justify-content: center;
	background: #2B7EFE;
	border: 1px solid #2B7EFE;
	line-height: 24px;
	height: 26px;
	width: 110px;
	border-radius: 13px;
	cursor: pointer;
}

.info_r_right>div.active {
	background: #fff;
	color: #2B7EFE;
	margin-top: 13px;
}


.body_div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 47px;
}

.body_left {
	width: calc(100% - 300px);
}

.ul_div {
	display: flex;
	align-items: center;
}

.ul_div li {
	height: 33px;
	position: relative;
	font-weight: bold;
	margin-right: 57px;
}

.ul_div li a {
	color: #333333;
	font-size: 17px;
}

.ul_div li span {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 28px;
	height: 4px;
	margin-left: -14px;
	background: #F9F9F9;
	border-radius: 0px;
}

.ul_div li.active a {
	color: #2B7EFE;
	font-size: 19px;
}

.ul_div li.active span {
	background: #2B7EFE;
}

.five_title {
	margin: 20px 0;
	padding-left: 14px;
	color: #333;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.five_title::after {
	content: '';
	width: 4px;
	height: 17px;
	background: #2B7EFE;
	position: absolute;
	top: 3px;
	left: 0;
}

.jx_div,
.al_div {
	display: flex;
	flex-wrap: wrap;
}

.jx_one {
	width: 217px;
	height: 321px;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 0 11px 20px 0;
	padding: 9px 9px 0;
	display: flex;
	flex-flow: column;
}

.jx_div a:nth-child(3) .jx_one,
.jx_div a:nth-child(7) .jx_one {
	margin-right: 10px;
}

.jx_div a:nth-child(4n) .jx_one,
.ys_div a:nth-child(2n) .ys_one,
.al_div a:nth-child(2n) .al_one {
	margin-right: 0;
}

.jx_one img {
	width: 100%;
	height: 203px;
}

.jx_one .two_line {
	color: #333333;
	font-size: 15px;
	line-height: 19px;
	margin: 6px 0;
	font-weight: bold;
}

.jx_one .one_pri {
	color: #FC2F59;
	font-size: 12px;
	font-weight: bold;
}

.jx_one .one_pri span {
	font-size: 18px;
}

.jx_one .one_two {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #8B8B8B;
	margin-top: 4px;
	font-size: 14px;
}

.ys_div {
display: flex;
	flex-wrap: wrap;
}
.ys_one {
	display: flex;
	/*flex-flow: column;*/
	align-items: center;
	width: calc((900px - 20px) / 2);
	margin: 0 20px 20px 0;
	border-radius: 5px;
	background: #fff;
	padding: 7px 0 7px 7px;
}

.ys_one img {
	width: 85px;
	height: 90px;
}

.ys_one .ys_cont {
	width: calc(100% - 85px);
	/*height: 72px;*/
	padding: 0 7px 10px;
}

.ys_one .ys_name {
	color: #6B6B6B;
	font-size: 12px;
	display: flex;
	height: 16px;
	align-items: center;
	justify-content: space-between;
	margin: 12px 0 7px;
}

.ys_one .ys_btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ys_one .ys_btn>div {
	width: 95px;
	height: 25px;
	/*border: 1px solid #EBEBEB;*/
	border-radius: 5px;
	text-align: center;
	line-height: 23px;
	color: #6B6B6B;
	font-size: 14px;
}

.ys_one .ys_btn .blue{
	background: #2B7EFE;
	color: #fff;
	margin-right: 15px;
}
.ys_one .ys_btn .red {
	background: green;
	color: #fff;
}
.ys_one .ys_btn>div:hover {
	background: #FC2F59;
}

.al_one {
	padding: 8px 11px;
	width: 445px;
	height: 86px;
	background: #FFFFFF;
	margin: 0 10px 12px 0;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.al_one img {
	width: 93px;
	height: 70px;
}

.al_one .al_txt {
	width: calc(100%);
}

.al_one .al_txt .one_line {
	color: #363636;
	font-size: 16px;
	line-height: 21px;
}

.al_one .al_txt .two_line {
	color: #888;
	font-size: 12px;
	margin-top: 10px;
	line-height: 18px;
}

.jj_div {
	width: 100%;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 3px 27px 7px;
}

.jj_div .jj_title {
	color: #333333;
	font-size: 16px;
	line-height: 16px;
	margin-top: 25px;
}

.jj_div .jj_cont {
	color: #888888;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}

.jj_div .jj_img {
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
}

.jj_div .jj_img img {
	margin: 0 20px 20px 0;
	max-width: 100%;
}

.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;
	background: #fff;
}

.br_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000000;
	height: 50px;
}

.br_two_item {
	width: 100%;
	/*height: 166px;*/
	border-radius: 5px;
	/*overflow: hidden;*/
	/*position: relative;*/
	/*margin-bottom: 20px;*/
}

.br_two_item img {
	width: 100%;
	height: 100%;
}

.br_two_item .one_line {
	width: 100%;
	/*height: 37px;*/
	line-height: 37px;
	/*background: rgba(0, 0, 0, .38);*/
	padding: 0 10px;
	color: #888888;
	font-size: 14px;
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 0;*/
}

.br_three_item {
	display: flex;
	flex-flow: column;
	border: 1px solid #EBEBEB;
	border-radius: 5px;
	margin-bottom: 20px;
}

.br_three_item > img {
	width: 50%;
	/* height: 196px; */
	margin: 10px auto;
}

.br_thre_not {
	width: 100%;
	height: 76px;
	padding: 0 6px;
	display: flex;
	justify-content: center;
	flex-flow: column;
}

.br_thre_not>div {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #8B8B8B;
	margin-top: 6px;
}
