.content_paper {
	width: 100%;
	border-radius: 12px;
	background: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 32px;
}

.content_paper .paper_title {
	margin: 10px 30px;
	font-size: 30px;
	color: #333333;
	line-height: 42px;
}

.content_paper .paper_time {
	position: relative;
	margin-left: 20px;
	margin-right: 30px;
	display: flex;
	align-items: center;
	margin-top: 6px;
}

.content_paper .paper_time_txt {
	height: 16px;
	padding: 0 10px;
	border-right: 1px solid #DCDCDC;
	font-size: 14px;
	font-size: 14px;
	color: #999999;
}

.content_paper .paper_time_txt:nth-child(2) {
	border-right: 0;
}

.content_paper .paper_time_num {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #9CA7B6;
}

.content_paper .paper_time_num img {
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 2px;
}

.content_paper .paper_rich {
	position: relative;
	padding: 0 30px;
	padding-top: 15px;
	padding-bottom: 30px;
}

.content_paper .paper_rich_cl {
	display: block;
	position: relative;
	padding: 34px 20px 20px 20px;
	border-radius: 12px;
	background: #F1F5FC;
	margin-top: 40px;
}

.content_paper .paper_rich .paper_rich_cl p {
	font-size: 16px;
	line-height: 32px;
	color: #657180;
	margin-top: 0;
}


.content_paper .paper_rich_cl .cl_icon1,
.content_paper .paper_rich_cl .cl_icon2 {
	position: absolute;
	top: 8px;
	font-size: 48px;
	color: #C3CBD6;
	font-style: italic;
	line-height: 1;
}

.content_paper .paper_rich_cl .cl_icon1 {
	left: 10px;
}

.content_paper .paper_rich_cl .cl_icon2 {
	right: 30px;
}

.content_paper .paper_rich p {
	font-size: 18px;
	margin-top: 20px;
	line-height: 36px;
	/*text-align: justify; */
}

.content_paper .paper_rich h2 {
	font-size: 20px;
	margin-top: 20px;
	line-height: 25px;
	text-align: justify;
	padding: 5px 0 5px 15px;
	border-left: 6px solid #3385ff;
	background-color: #fdfdfd;
}

.content_paper .paper_rich h3 {
	font-size: 18px;
	margin-top: 20px;
	line-height: 25px;
	text-align: justify;
	padding: 5px 0 5px 15px;
	border-left: 6px solid #3385ff;
	background-color: #fdfdfd;
}

.content_paper .paper_rich h4 {
	font-size: 18px;
	margin-top: 20px;
	line-height: 25px;
	text-align: justify;
	padding: 5px 0 5px 15px;
	border-left: 6px solid #3385ff;
	background-color: #fdfdfd;
}

.content_paper .paper_rich h5 {
	font-size: 18px;
	margin-top: 20px;
	line-height: 25px;
	text-align: justify;
	padding: 5px 0 5px 15px;
	border-left: 6px solid #3385ff;
	background-color: #fdfdfd;
}



/* .content_paper .paper_rich h2::before {
/* 	content: '';
	background: #3385ff;
	position: absolute;
	left: 20;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 20px; 
} */

.content_paper .paper_rich img {
	max-width: 80%; text-align: center;
}

.content_paper .paper_rich_a {
	margin-top: 15px;
}

.content_paper .paper_rich a {
	font-size: 18px;
	line-height: 36px;
}

.content_paper .paper_rich_end {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #E5E5E5;
	position: relative;
}

.content_paper .paper_rich_end::before {
	content: '';
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 350px;
	border-bottom: 1px dashed #E5E5E5;
}

.content_paper .paper_rich_end::after {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 350px;
	border-bottom: 1px dashed #E5E5E5;
}

.content_paper .paper_prompt_txt {
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
	color: #999999;
}

.guide_paper .paper_prompt_ewm {
	position: relative;
	z-index: 10;
	margin: 0 30px;
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content_paper .paper_prompt_ewm .paper_prompt_app {
	height: 126px;
	width: 100%;
}

.content_paper .paper_prompt_ewm .paper_prompt_app_ewm {
	width: 110px;
	height: 110px;
	position: absolute;
	left: 40px;
}


.content_paper .paper_prompt_ewm .prompt_nav {
	position: absolute;
	z-index: 10;
	left: 168px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	line-height: 48px;
}

.content_paper .paper_prompt_ewm .prompt_nav_txt {
	font-size: 32px;
	color: #ff9101;
}

.content_paper .paper_prompt_ewm .prompt_nav_txt span {
	font-weight: bold;
	color: #f8671f;
}


/* 相关内容 */
.category_related {
	border-radius: 12px;
	background: #FFFFFF;
	padding-bottom: 40px;
}

.category_related .related_title {
	height: 60px;
	padding-right: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E3E8EE;
}

.category_related .related_title_label {
	position: relative;
	font-size: 20px;
	padding-left: 30px;
	color: #333333;
	font-weight: bold;
}

.category_related .related_title_label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 20px;
}

.category_related .relat_list {
	margin: 0 30px;
	margin-top: 30px;
}

/*左图右文*/
.category_scroll_li {
	display: flex;
	width: 100%;
	margin-top: 40px;
}

.category_scroll_li:first-child {
	margin-top: 0;
}

.category_scroll_li .li_img {
	position: relative;
	width: 240px;
	height: 146px;
	border-radius: 12px;
	overflow: hidden;
}

.category_scroll_li .li_img img {
	display: block;
	width: 100%;
	height: 100%;
}

.category_scroll_li .li_img_num1,
.category_scroll_li .li_img_num2,
.category_scroll_li .li_img_num3 {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 24px;
	height: 20px;
	border-radius: 12px 0 12px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
}

.category_scroll_li .li_img_num1 {
	background-image: linear-gradient(0deg, #ff0000 0%, #ff4128 100%);
}

.category_scroll_li .li_img_num2 {
	background-image: linear-gradient(0deg, #ff5d32 0%, #fc7343 100%);
}

.category_scroll_li .li_img_num3 {
	background-image: linear-gradient(0deg, #fc964b 0%, #ffb044 100%);
}

.category_scroll_li .li_infor {
	flex: 1;
	height: 146px;
	position: relative;
	margin-left: 30px;
}

.category_scroll_li .li_title {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-top: -6px;
}

.category_scroll_li .li_p {
	margin-top: 8px;
	font-size: 14px;
	color: #657180;
	line-height: 21px;
}

.category_scroll_li .li_bot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.category_scroll_li .li_bot_txt {
	font-size: 14px;
	color: #9CA7B6;
}

.category_scroll_box .box_name::before,
.category_scroll_box .tab_link a:hover {
	background: #3385ff;
}

/* 右边框 */
.category_right_box {
	width: 280px;
}

.right_box {
	display: block;
	width: 100%;
	border-radius: 12px;
	/* 	background: #F1F5FC; */
	padding-bottom: 35px;
	overflow: hidden;
}

.right_box .hot_test_title {
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #EEEEEE;
	padding: 0 15px;
}

.right_box .hot_test_title .hot_label {
	font-size: 20px;
	color: #333333;
}

.right_box .hot_test_title .hot_all {
	font-size: 14px;
	color: #657180;
}

.right_box .hot_test_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
	padding-top: 10px;
}

.right_box .hot_test_list a {
	display: inline-block;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 4px;
	font-size: 14px;
	color: #657180;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.right_box .hot_test_list a {
	background-color: #f6f6f6;
}

.right_box .hot_test_list a:hover {
	background-color: #d4ffcc;
	color: #21aa28;
}

.right_box .hot_test_list .hot_cur {
	background-color: #d4ffcc;
	color: #21aa28;
}

.right_box .hot_num_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
	padding-top: 10px;
}

.right_box .hot_num_list a {
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
}

.hot_num_list a:hover {
	color: #3385FF;
}

.hot_num_list .hot_num {
	width: 20px;
	height: 20px;
	background: #BCBCBC;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
}

.hot_num_list .hot_num_one {
	background: #F0412A;
}

.hot_num_list .hot_num_two {
	background: #FF6600;
}

.hot_num_list .hot_num_three {
	background: #FFCC00;
}

.hot_num_list .hot_txt {
	flex: 1;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.right_box .title_label {
	position: relative;
	padding-left: 30px;
	margin-top: 26px;
	font-size: 20px;
	color: #333333;
}

.right_box .title_label::before {
	content: '';
	background: #3385ff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 20px;
}

.righ_guess .guess_steps {
	margin-top: 26px;
	margin-left: 16px;
	border-left: 1px solid #FFFFFF;
}

.righ_guess .steps_view {
	position: relative;
	padding-left: 15px;
	margin-top: 20px;
}

.righ_guess .steps_view:first-child {
	margin-top: 0;
}

.righ_guess .steps_view::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 9px;
	z-index: 10;
	width: 12px;
	height: 12px;
	background: url(../images/nav_classlist.png) no-repeat;
	background-size: 100% 100%;
}

.righ_guess .steps_label {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	font-size: 16px;
	border-radius: 0 15px 0 0;
}

.righ_guess .steps_list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 8px;
}

.righ_guess .steps_list a {
	display: block;
	width: 72px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 4px;
	margin-right: 10px;
	margin-top: 10px;
	background: #FFFFFF;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}

/* 图包文 */
.right_box .pics_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
	padding-top: 10px;
}

.pics_list .li_view {
	position: relative;
	width: 95%px;
	height: 160px;
	border-radius: 12px;
	overflow: hidden;
}

.pics_list .li_view {
	margin-top: 24px;
}

.pics_list .li_bg {
	display: block;
	width: 100%;
	height: 100%;
}

.pics_list .li_txt {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 0 12px;
	display: flex;
	align-items: center;
	background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.pics_list .li_txt span {
	position: relative;
	text-indent: 26px;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.pics_list .li_txt span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: url(../images/fire.png) no-repeat;
	background-size: 100% 100%;
}

.category_headl {
	width: 100%;
	border-radius: 12px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-image: linear-gradient(0deg, #ffffff 0%, #fcf4f1 100%);
}

.category_headl .headl_title {
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.category_headl .headl_title_icon {
	display: block;
	width: 70px;
	height: 24px;
}

.category_headl .headl_title a {
	width: 365px;
	margin-left: 10px;
	padding-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	color: #FF4800;
}

.category_headl .headl_title a:last-child {
	margin-right: 70px;
}

.category_headl .headl_list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 5px;
}

.category_headl .headl_list li {
	width: 50%;
	height: 16px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding: 0 20px;
}

.category_headl .headl_li_label {
	font-size: 16px;
	padding-right: 12px;
	color: #9CA7B6;
	border-right: 1px solid #C3CBD6;
}

.category_headl .headl_li_txt {
	flex: 1;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333333;
}

.category_scroll {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 25px;
	padding-top: 1px;
}

.category_scroll_box {
	margin-top: 10px;
}

.category_scroll_box .box_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;
	border-bottom: 1px solid #EEEEEE;
}

.category_scroll_box .box_name {
	position: relative;
	padding-left: 21px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.category_scroll_box .box_name::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 20px;
}

.category_scroll_box .box_head_r,
.category_scroll_box .tab_link {
	display: flex;
	align-items: center;
}

.category_scroll_box .tab_link a {
	display: inline-block;
	height: 28px;
	padding: 0 8px;
	line-height: 28px;
	border-radius: 4px;
	margin-left: 20px;
	background: #F5F7F8;
	font-size: 16px;
	color: #333333;
	max-width: 80px;
	overflow: hidden;
}

.category_scroll_box .tab_link a:hover {
	color: #FFFFFF;
}

.category_scroll_box .head_more {
	margin-left: 30px;
	font-size: 14px;
	color: #9CA7B6;
}
.category_scroll_box .box_content {
	display: flex;
	padding-top: 40px;
	align-items: flex-start;
	justify-content: space-between;
}
.category_scroll_box .box_infor {
	width: 880px;
}
.category_scroll_li .li_title:hover,
.content_paper .paper_rich_a a,
.category_scroll_li .li_p:hover {
	color: #3385ff;
}
.category_new_box {
	margin-top: 0;
}
.category_new_box .box_head {
	border-bottom: 0;
	margin-bottom: 10px;
}
/* 地区内容 */
.filterBox {
	margin: 15px 0px;
	padding: 0px;
	background: #fff;
	border-radius: 8px;
}

.filterBox li {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.filterBox li .tit {
	float: left;
	font-size: 16px;
	width: 155px;
	line-height: 24px;
	vertical-align: top;
}
.filterBox li .con {
	height: 30px;
	line-height: 24px;
	overflow: hidden;
	position: relative;
}
.filterBox li span {
	display: inline-block;
	font-weight:bold;
	margin-right: 4px;
}
.filterBox li a {
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	margin: 0 15px 10px 0;
	padding: 0 6px;
	color: #666666;
	border: 1px solid #fff;
	transition: all .2s;
}
.filterBox li .on,
.filterBox li a:hover {
	color: #3385ff;
	text-decoration: none;
	border-color: #3385ff;
	border-radius: 5px;
}

.filterBox li .iconfont {
	position: absolute;
	top: -2px;
	right: -5px;
	color: #e75555;
	padding: 2px 5px;
	cursor: pointer;
	transition: all .2s;
	display: none;
}
.filterBox li .all {
	height: auto;
}
.filterBox li .all .iconfont {
	transform: rotate(180deg);
}
/* 地区内容 */