@charset "UTF-8";

/* 字体 */

.font_h1 {
	font-size:24px;
	font-weight: bold;
} 

.font_h2 {
	font-size:16px;
	font-weight: 500;
	font-weight: bold;
} 

.font_h3 {
	font-size:13px;
} 

.font_h4 {
	font-size:12px;
} 

.font_bold {
	font-weight:bold;
}

.logo_robin_2023 {
	text-align: left;
	padding-top:30px;
	padding-bottom:15px;
}

@media (max-width: 768px) {

	.font_h3 {
		font-size:15px;
	} 

	.font_h4 {
		font-size:13px;
	} 
	
	.logo_robin_2023 {
		text-align: center;
		padding-top:30px;
		padding-bottom:15px;
	}
}
/* 顶部工具栏 */


.one_page_header_space {
	margin: 0 auto;
	margin-bottom:20px;
	/*
	background: linear-gradient(135deg, #4222CB 80%, #6952cd 100%);
	*/
}

.one_page_header_space_2 {
	max-width: 1010px;
	margin: 0 auto;
	overflow: hidden;
	/*padding: 25px 0px 20px 0px;*/
	padding-top:25px;
	margin-bottom:20px;
}

.one_page_header {
	overflow-x: hidden; 
	overflow-y: hidden; 
	display: block;     
	text-decoration: none;  
	font-size: 14px;
	
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom:2px;
	padding-left:20px;
	padding-right:20px;
}

.one_page_feed_margin{
	margin-left:5px;
	margin-right:5px;
}


.one_page_width {
	padding-left:5px;
	padding-right:5px;
}



@media (max-width: 768px) {
	
	.one_page_header {
		overflow-x: hidden; 
		overflow-y: hidden; 
		display: block;     
		text-decoration: none;  
		font-size: 14px;
		
		max-width: 1000px;
		margin: 0 auto;
		padding-left:20px;
		padding-right:20px;
	}
	
	.one_page_feed_margin{
		margin-left:0px;
		margin-right:0px;
	}

	.one_page_width {
		padding-left:20px;
		padding-right:20px;
	}
}


.one_page_black_top_menu {
	float:left;
	display:inline-block;
	font-size:13px;
	height: 18px;
	line-height:18px;
	text-align:center;
	color:#FFF;
	padding:2px 0px 0px 0px;
	margin-right:10px;
}

.one_page_black_top_menu:hover {
	color:#9e9e9e;
}


.one_page_black_top_menu_selected {
	float:left;
	display:inline-block;
	font-size:13px;
	height: 18px;
	line-height:18px;
	text-align:center;
	color:#FFF;
	padding:2px 0px 0px 0px;
	margin-right:10px;
	
	padding-bottom: 6px;
	border-bottom: 3px solid #DCDCDC;
}

.one_page_black_top_menu_selected:hover {
	color:#9e9e9e;
}

.one_page_black_top_menu_selected_transparent {
	float:left;
	display:inline-block;
	font-size:13px;
	height: 18px;
	line-height:18px;
	text-align:center;
	color:#FFF;
	padding:2px 0px 0px 0px;
	margin-right:10px;
	
	padding-bottom: 6px;
	border-bottom: 3px solid transparent;
}

.one_page_black_top_menu_right {
	
	overflow:hidden;
	font-size:12px;
	padding:0px 0px 0px 0px;
	color:#cfc8c8;
	float:right;
}

.one_page_black_top_menu_right:hover {
	color:#9e9e9e;
}

.one_page_black_top_menu_on {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
	background:#FFF;
	display: inline-block;
	font-size: 11px;
	font-weight:bold;
	color:#181818;	
}

.one_page_black_top_menu_on_portrait {
	border-radius: 12px;
	width:24px;
	height:24px;
}

@media (max-width: 768px) {
	
	.one_page_black_top_menu {
		float:left;
		display:inline-block;
		font-size:12px;
		height: 18px;
		line-height:18px;
		text-align:center;
		color:#FFF;
		padding:0px 0px 0px 0px;
		margin-right:10px;
	}

	.one_page_black_top_menu:hover {
		color:#9e9e9e;
	}


	.one_page_black_top_menu_selected {
		float:left;
		display:inline-block;
		font-size:12px;
		height: 18px;
		line-height:18px;
		text-align:center;
		color:#FFF;
		padding:0px 0px 0px 0px;
		margin-right:10px;
		
		padding-bottom: 3px;
		border-bottom: 1px solid #DCDCDC;
	}

	.one_page_black_top_menu_selected:hover {
		color:#9e9e9e;
	}
	
	.one_page_black_top_menu_selected_transparent {
		float:left;
		display:inline-block;
		font-size:12px;
		height: 18px;
		line-height:18px;
		text-align:center;
		color:#FFF;
		padding:0px 0px 0px 0px;
		margin-right:10px;
		
		padding-bottom: 3px;
		border-bottom: 1px solid transparent;
	}

	.one_page_black_top_menu_right {
		overflow:hidden;
		font-size:12px;
		padding:0px 0px 0px 0px;
		color:#cfc8c8;
		float:right;
	}

	.one_page_black_top_menu_right:hover {
		color:#9e9e9e;
	}
	
	.one_page_black_top_menu_on {
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		border-radius: 10px;
		background:#FFF;
		display: inline-block;
		font-size: 9px;
		font-weight:bold;
		color:#181818;	
	}
	
	.one_page_black_top_menu_on_portrait {
		border-radius: 10px;
		width:20px;
		height:20px;
	}
}

/* 账户设置及收藏菜单 */

.setting_top_menu {
	font-size:13px;
	height: 18px;
	line-height:18px;
	text-align:center;
	color:#181818;
	padding:2px 0px 0px 0px;
	margin-right:8px;
}

.setting_top_menu:hover {
	color:#1818189c;
}


.setting_top_menu_selected {
	font-size:13px;
	height: 18px;
	line-height:18px;
	text-align:center;
	color:#181818;
	padding:2px 0px 0px 0px;
	margin-right:8px;
	
	padding-bottom: 6px;
	border-bottom: 3px solid #181818;
}

.setting_top_menu_selected:hover {
	color:#9e9e9e;
}

@media (max-width: 768px) {

	.setting_top_menu {
		font-size:12px;
		height: 18px;
		line-height:18px;
		text-align:center;
		color:#181818;
		padding:0px 0px 0px 0px;
		margin-right:8px;
	}

	.setting_top_menu_selected {
		font-size:12px;
		height: 18px;
		line-height:18px;
		text-align:center;
		color:#181818;
		padding:0px 0px 0px 0px;
		margin-right:8px;
		
		padding-bottom: 6px;
		border-bottom: 3px solid #181818;
	}	
}


/* 下拉菜单 */
.btn_feed {
    display: inline-block;
    /*padding: 6px 12px;*/
	padding: 2px 5px 2px 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
	line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
	vertical-align: middle;
}

.btn-default_feed {
	color: #333;
    background-color: #fff;
    border-color: #181818;
}

.dropdown-menu_feed {

    font-size: 12px;
	border-radius: 1px;

}

.divider_feed {
    height: 1px;
    margin: 3px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* 正文主体 */

.one_page_on_menu_header_box {
	
	background:#181818;
	width:20px;
	height:9px;
	/*margin-left:1px;*/
	border-radius: 2px;
}

.blocklist_input_form {
	margin-top: 0rem;
}

.toolbar_space {
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
	/*margin-bottom: 1rem!important;*/
	margin-bottom:10px;
	flex: 0 0 auto;
	width: 50%;
}

.toolbar_space_taglist {
	margin-top:20px;
}


.toolbar_space_right {
	float:right;
}
	

.toolbar_right_1 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.toolbar_right_2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
	
@media (max-width: 768px) {
	
	.toolbar_space_taglist {
		margin-top:0px;
		display:none;
	}

	.toolbar_space {
	
			flex-shrink: 0;
			width: 100%;
			max-width: 100%;
	}
	
	.toolbar_space_right {
		float:left;
	}
	
	.btn-default_feed {
		color: #333;
		background-color: #fff;
		border-color: #181818;
		/*width: 100px;*/
	}
	.toolbar_right_1 {
		width:203px;
	}
	
	.toolbar_right_2 {
		margin-left:4px;
	}
	
	.btn_feed {
		font-size:14px;
	}
	
	.dropdown-menu_feed {
		font-size: 14px;
		border-radius: 1px;
	}
}


.discovery_menu_title_txt {
	
	display: block;
	padding: 2px 5px 2px 5px;
    border: 1px solid #CCC;
    outline: none;
    color: #151515;
    line-height: 1.5em;
    border-radius: 1px;
	width:100px;
	box-sizing: border-box;
	font-size: 12px;
   -webkit-appearance: none; /*去除系统默认的样式*/
    border: 1px solid #181818;
 
}

.discovery_menu_title_txt_btn {

	margin-left: 0;
	position: relative;
    float: left;
    width: 60px;
	line-height: 1.5em;
    padding: 2px 5px 2px 5px;
	border: 1px solid #181818;
    background: #181818;
	color: #fff;
	font-size:12px;
	text-align:center;
	border-radius: 1px;

}

.btn_margin_left{
	margin-right: 3px;
}

@media (max-width: 768px) {
	
	.discovery_menu_title_txt {
		
		display: block;
		padding: 2px 5px 2px 5px;
		border: 1px solid #CCC;
		outline: none;
		color: #151515;
		line-height: 1.5em;
		/*background: #C7FBE4;*/
		border-radius: 1px;
		width:100%;
		box-sizing: border-box;
		font-size: 14px;
	   -webkit-appearance: none; /*去除系统默认的样式*/
	   border: 1px solid #181818;
	 
	}

	.discovery_menu_title_txt_btn {

		margin-left: 0;
		position: relative;
		float: left;
		border-radius: 0px;
		width: 90px;
		line-height: 1.5em;
		padding: 2px 5px 2px 5px;
		border: 1px solid #00B0F6;
		margin-right: 5px;
		background: #00B0F6;
		color: #fff;
		font-size:14px;
		text-align:center;
		border-radius: 2px;
		
		width:85px;
		background: #181818; 
		border: 1px solid #181818

	}
	
	.discovery_menu_title_txt_btn {
		width:85px;
	}

}

.one_page_feed_tag_selected {
	display: inline-block;
    text-decoration: none;
	font-weight: bold;
    color: #18181;
	border-radius: 2px;
	margin-right:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: 3px solid #F85B1E;
}

.one_page_feed_tag {
	display: inline-block;
    text-decoration: none;
	/*font-weight: bold;*/
    color: #181818;
	border-radius: 2px;
	margin-right:5px;
	padding: 3px 0px 3px 0px;
}

.one_page_channel_tag_selected {
	display: inline-block;
    text-decoration: none;
	/*font-weight: bold;*/
    color: #F85B1E;
	font-weight: 500;
	border-radius: 2px;
	margin-right:5px;
	margin-bottom:5px;
	padding: 3px 5px 3px 5px;
	background: #FCEEE5;
}

.one_page_channel_tag {
	display: inline-block;
    text-decoration: none;
	font-weight: 300;
    color: #181818;
	border-radius: 2px;
	margin-right:5px;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	background: #F7F7F7;
	
}

.one_page_channel_tag:hover {
	color:#F85B1E;
}

.one_page_line_dark {
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	border-bottom: 3px solid #181818;
}

/* 信息流浮动块 */

.row_container {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);

}
		
.row_feed {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	
	align-items: stretch!important;
}


.one_page_slot_group_feed_article {
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	/*margin-bottom: 1rem!important;*/
	/*margin-bottom:10px;*/
	flex: 0 0 auto;
	width: 60%;
	/*background: #eee;*/
}

.one_page_slot_group_feed {
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
	/*margin-bottom: 1rem!important;*/
	margin-bottom:10px;
	flex: 0 0 auto;
	width: 33.33333333%;
	/*background: #eee;*/
}

.one_page_slot_group_feed a {
	color:#181818;
}

.feed_block_space {
	margin-top: 5px;
	margin: 5px 5px 5px 5px;
	background: #eeeeeec2;
	padding: 15px 15px 15px 15px;
}

/* --- 图片块 --- */
.feed_block_img_space {
	margin-top: 5px;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
}


.background_white {
	background: #fff;
}

.feed_block_space_top {
	display:block;
}

.feed_block_space_top_margin_right {
	margin-right:5px;
}

.feed_block_space_top_margin_bottom {
	margin-bottom:20px;
}

.feed_block_category {
	border-bottom: 3px solid #F85B1E;
    color: #000;
    padding-bottom: 5px;
	font-weight:400;
}

.feed_block_category:hover {
	color:#1818189c;
}

.feed_block_tag {
	border-bottom: 2px solid #F85B1E;
    color: #000;
    padding-bottom: 5px;
	font-weight:400;
}

.feed_block_tag:hover {
	color:#1818189c;
}

@media (max-width: 768px) 
{
	.feed_block_tag {
		border-bottom: 2px solid #F85B1E;
		color: #000;
		padding-bottom: 3px;
		font-weight:400;
	}
}


.feed_block_link_notice {
    color: #000;
    padding-bottom: 5px;
	font-weight:400;
}

.feed_block_link {
    color: #000;
    padding-bottom: 5px;
	font-weight:400;
}

.feed_block_link:hover {
	color:#1818189c;
}

.feed_block_company {
    color: #181818ba;
}

.feed_block_space_middle {
	
}

.feed_block_space_middle_margin_bottom {
	margin-bottom:10px;
}

.feed_block_margin_bottom_15 {
	margin-bottom:15px;
}

.feed_block_space_img {
	width:70%;
	border: 1px solid #181818;
	padding: 5px 5px 5px 5px;
	/*background: #f2f2f25e;*/
	background: #fff;
	margin-bottom:12px
}


.feed_block_subject {
	display: block;
}

.feed_block_subject:hover {
	color:#1818189c;
}

.feed_block_subject_detail {
	display: block;
}


.feed_block_space_bottom {
	
}

.feed_block_abstract {
	display: block;
	font-weight: 300;
	line-height: 20px;
}

.feed_block_content {
	display: block;
	font-weight: 400;
	line-height: 20px;
	font-size: 15px;
	
}

.feed_block_author {
	display: block;
	font-weight: 400;
	font-size:12px;
	color: #181818ba;
}

/* 消息流正文 */

.font_color_purple {
	color:#4222CB;
}
	
.article_font_number {
	font-size:28px;
	font-weight: bold;
} 

.article_font_h1 {
	font-size:24px;
	font-weight: bold;
} 

.article_font_h2 {
	font-size:16px;
	font-weight: 500;
	font-weight: bold;
} 

.article_font_h3 {
	font-size:15px;
} 

.article_font_h4 {
	font-size:12px;
} 

.feed_block_article_space {

	margin-top: 5px;
	margin: 5px 5px 5px 5px;
	background: ;
	padding: 15px 15px 15px 15px;
	padding: 15px 0px 15px 0px;	
}



.feed_block_article_paragraph {
	display: block;
	font-weight: 400;
	line-height: 20px;
	margin-top:10px;
	margin-bottom:10px;

}

.feed_block_article_paragraph p{
	padding-top:5px;
	padding-bottom:5px;
		line-height: 25px;
}

.feed_block_article_img {
	border-top: 1px solid #181818;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #181818;
	margin-top: 20px;
	margin-bottom: 20px;
}
.feed_block_article_title {
	display: block;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	line-height:40px;
}

.feed_block_article_subject_margin {
	margin-top:23px;
	margin-bottom:20px;
}

.feed_block_article_author {
	border-top: 1px solid #181818;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #181818;
	margin-top: 20px;
	margin-bottom: 20px;
}

.feed_block_article_author_portrait {
    width: 40px;
    display: inline-block;
    margin-right: 2px;
    background: #fff;
}

.feed_block_article_author_name {
    margin: 8px 0px 0px 15px;
    line-height: 22px;
    display: inline-block;
}

.feed_block_article_line_dark {
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	border-bottom: 1px solid #181818;
}

/* ----  图片块 ----- */

.feed_block_img {
	margin-top: 25px;
	margin-bottom: 25px;
}

.feed_block_img_list {
	margin-top: 0px;
	margin-bottom: 0px;
}


.one_page_slot_group_picture_tag_space {
	margin-top: 5px;
	margin: 5px 5px 5px 5px;
	background: #eee;
}

@media (max-width: 768px) 
{
	.feed_block_space_img {
		width:100%;
		border: 0px solid #181818;
		padding: 0px 0px 0px 0px;
		background: #f2f2f25e;
		margin-bottom:12px
	}


	.one_page_slot_group_feed {
	
			flex-shrink: 0;
			width: 100%;
			max-width: 100%;
	}
	
	.one_page_slot_group_feed_article {
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
	}

	.one_page_slot_group_picture_tag_space {
		margin-top: 5px;
		margin: 5px 5px 5px 5px;
		background: #7c5a5a;
	}	

	.feed_block_space {
		margin-top: 5px;
		margin: 5px 0px 5px 0px;
		background: #eeeeeec2;
		padding: 15px 15px 15px 15px;
	}
	
	/* -- 图片块 -- */
	.feed_block_img_space {
		margin-top: 5px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.feed_block_img {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
	
	

.one_page_slot_group_picture_tag {
	display: inline-block;
	background: #4222cb82;
	padding: 2px 4px 2px 4px;
	font-size: 12px;
	color:#fff;	
	margin-right:5px;
	margin-top:8px;
	border-radius: 2px;
}

.one_page_slot_group_picture_tag:hover {

	background: #4222cbb0;
	color: #fff;
}


/* 底部页码 */

.page_number_space {
	display:block;
	height:24px;
}

.one_page_service_box_page_number_selected{
	display:block;
	float:left;
	/*width: 4em;*/
	padding-left:3px;
	padding-right:3px;
	

	text-align: center;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin-right: 0.3em;
	
    color: #4222CB;
    font-weight: bold;
	text-align:center;
}

.one_page_service_box_page_number{
	display:block;
	float:left;
	font-size: 16px;
	text-align: center;
	
	width: 24px;
	height: 24px;
    line-height: 24px;
	
	margin-right: 0.3em;
	color: #fff;
	display:block;
	background: #4222CB;
}

.one_page_service_box_page_number:hover {
	
	background: #4222cba6;
    color: #FFF;
	/*
   background: #0082f059;
   color: #151515;
   */
}


.one_page_service_box_page_number_right{
	display:block;
	float:right;
	text-align: right;
	height: 24px;
	line-height: 24px;
	color: #181820;
}

.one_page_service_box_page_number_right:hover{
	color:#1818189c;
}

.one_page_more_slot{
	margin-bottom:20px;
}

.one_page_bottom_more{
	color:#181818;
}

@media (max-width: 768px) 
{
	.one_page_service_box_page_number_selected{
		display:block;
		float:left;
		/*width: 4em;*/
		padding-left:3px;
		padding-right:3px;
		

		text-align: center;
		font-size: 14px;
		height: 24px;
		line-height: 24px;
		margin-right: 0.3em;
		
		color: #4222CB;
		font-weight: bold;
		text-align:center;
	}

	.one_page_service_box_page_number{
		display:block;
		float:left;
		font-size: 16px;
		text-align: center;
		
		width: 24px;
		height: 24px;
		line-height: 24px;
		
		margin-right: 0.3em;
		color: #fff;
		display:block;
		background: #4222CB;
	}

	.one_page_service_box_page_number:hover {
		
		background: #4222cba6;
		color: #FFF;
		/*
	   background: #0082f059;
	   color: #151515;
	   */
	}


	
}

/* 底部 Logo */

.robin_on_logo {
	height: 35px;
	padding-top: 0px;
	padding-bottom: 2px;
}	
			
@media (max-width: 768px) {
	.robin_on_logo {
		height: 30px;
		padding-top: 0px;
		padding-bottom: 2px;
	}
}

/* 黑色底部菜单 */

.one_page_footer {
	max-width: 1200px;
	margin: 0 auto;
	padding-top:25px;
	padding-bottom:10px;
	overflow: hidden;
}


.one_page_footer_space {
	margin: 0 auto;
	background: linear-gradient(135deg, #4222CB 80%, #6952cd 100%);
}


.one_page_footer_copyright {
    clear: both;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
    color: #FAFAFA;
	padding-top:10px;
	padding-bottom:10px;
}


.one_page_bottom_matrix_a {
	padding: 0 0 10px 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin-right:0px;
	margin-bottom:30px;
	width:16.2%;
}

.one_page_bottom_matrix_b {
	padding: 0 0 10px 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin-right:0px;
	margin-bottom:30px;
	width:16.2%;
}

.one_page_bottom_matrix_c {
	padding: 0 0 10px 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin-right:0px;
	margin-bottom:30px;
	width:16.2%;
}

.one_page_bottom_matrix_dt {
	font-size: 13px;
	/*font-weight: bold;*/
	font-weight: 400;
	color:#FFF;
	line-height:30px;
	display: block;
}
	

.one_page_bottom_matrix_dd{
	font-size: 13px;
	color:#FFF;
	line-height:24px;
	display: block;
}

.one_page_bottom_matrix_dd:hover {
	color:#9e9e9e;
}

@media (max-width: 768px) {
	
	.one_page_bottom_matrix_a {
			padding: 0 0 10px 0;
			display: inline-block;
			vertical-align: top;
			box-sizing: border-box;
			margin-right:0px;
			margin-bottom:30px;
			width:35%;
		}

		.one_page_bottom_matrix_b {
			padding: 0 0 10px 0;
			display: inline-block;
			vertical-align: top;
			box-sizing: border-box;
			margin-right:0px;
			margin-bottom:30px;
			width:40%;
		}

		.one_page_bottom_matrix_c {
			padding: 0 0 10px 0;
			display: inline-block;
			vertical-align: top;
			box-sizing: border-box;
			margin-right:0px;
			margin-bottom:30px;
			width:20%;
		}
		
		.one_page_bottom_matrix_dt {
			font-size: 14px;
			font-weight: bold;
			color:#FFF;
			line-height:26px;
			display: block;
		}
			

		.one_page_bottom_matrix_dd{
			font-size: 13px;
			color:#FFF;
			line-height:20px;
			display: block;
		} 	
}

/* Tag 标签查询 */

.one_page_on_menu_list_square_slot {
	display:block;
	margin-bottom:20px;
	width:100%;
}

.one_page_on_menu_list_square_slot > .one_form_description {
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    line-height: 25px;
}

.one_page_on_menu_list_square_slot > .one_form_description > .one_link {
	color: #4222CB;
    font-weight: bold;
}

.one_page_on_menu_list_square_slot > .one_form_title {
	padding: 0px 0px 0px 0px;
	margin-top:10px;
	margin-bottom:10px;
    font-size: 14px;
    /* color: #181818ab; */
    font-weight: bold;
}

.one_page_on_menu_list_square_slot > .one_form_email {
	padding: 8px 0px 8px 0px;
    font-size: 13px;
	line-height:1em;
    /* color: #181818ab; */

	display:inline-block;
}

.one_page_on_menu_list_square_slot > .one_form_input_1 {
	
    display: block;
    padding: 8px 8px 8px 8px;
    border: 0;
    outline: none;
    color: #151515;
	
    
    font-size: 14px;
	line-height: 20px;
	
    width: 100%;
    
	background:#C7FBE4;
	border-radius: 1px;
	/*overflow: auto;*/	
	/*background-color:rgba(66,34,204,0.2);*/
	background-color:rgba(199,251,228,0.8);
	box-sizing: border-box;
}

.one_page_on_menu_list_square_slot > .one_form_btn 	{
	display: inline-block;
    float: right;
	font-size: 13px;
    padding: 8px 15px 8px 15px;
    border: 0;
    line-height: 1em;
    color: #fff;
    background: #181818;
    border-radius: 2px;
}

.one_page_on_menu_channel_left {
	/*background:#ccc;*/
	display: inline-block;
	width:70%;
	/*border:1px solid #181818;*/
	
}

.one_page_on_menu_channel_left > .one_channel_name {
    margin: 0px 0px 8px 0px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.one_page_on_menu_channel_left > .one_channel_description {
    margin: 8px 0px 8px 0px;
    font-size: 15px;
    line-height: 22px;
    color: #181818c9;
	font-weight: 300;
}

.one_page_on_menu_channel_left > .one_channel_portrait {
    margin: 3px 0px 8px 0px;
    font-size: 15px;
    line-height: 22px;
    color: #181818c9;
	display: inline-block;
}


@media (max-width: 768px) {

	.one_page_on_menu_channel_left {
		/*background:#ccc;*/
		display: inline-block;
		width:240px;
		/*border:1px solid #181818;*/
		
	}
	
	.one_page_on_menu_channel_left > .one_channel_name {

		line-height: 30px;
		font-weight: bold;
	}
}


.one_page_on_menu_channel_right {
	
	padding: 5px 0px 5px 5px;
	width: 90px;
    float: right;
    display: inline-block;
	/*border:1px solid #181818;*/
	border-radius: 4px;
}

.one_page_on_menu_list_square {
    padding: 5px 5px 5px 5px;
    width: 90px;
    float: left;
    display: inline-block;
    border: 1px solid #181818;
}


.one_page_on_menu_list_square_channel {
	padding: 5px 5px 5px 5px;
	width: 60px;
    float: left;
    display: inline-block;
	border:1px solid #181818;
	border-radius: 4px;
	margin-right:2px;
}

.one_page_on_menu_list_square_channel_list {
	width: 100px;
    float: left;
    display: inline-block;
}

.one_page_on_menu_list_square_right {
	/*background:#ccc;*/
	min-height:100px;
	display: block;
    overflow: hidden;
	/*border:1px solid #181818;*/
}

.one_page_on_menu_list_square_right > .one_channel_img_space {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch!important;
}

.one_page_on_menu_list_square_right > .one_channel_img_space > .one_channel_slot {
	max-width: 100%;
	margin-top: var(--bs-gutter-y);
	/*margin-bottom: 1rem!important;*/
	margin-bottom:10px;
	flex: 0 0 auto;
	width: 33.33333333%;
	/*background: #eee;*/
}

.one_channel_img {
	margin: 0px 0px 0px 15px;
}


@media (max-width: 768px) 
{

	.one_page_on_menu_list_square_right > .one_channel_img_space > .one_channel_slot {
	
			flex-shrink: 0;
			width: 100%;
			max-width: 100%;
			margin-bottom:10px;
	}

}

.one_page_on_menu_list_square_right > .one_channel_link {
	padding: 0px 15px 0px 15px;
	font-size: 13px;
	/*color:#181818ab;*/
	color:#4222CB;
	/*font-weight:bold;*/
	font-weight:300;
	margin-bottom: 10px;
}

.one_page_on_menu_list_square_right > .one_channel_menu_line {
	padding: 0px 15px 0px 15px;
	border-bottom: 1px solid #181818;
	margin-bottom: 10px;
	margin-left:15px;
}

.one_page_on_menu_list_square_right > .one_channel_menu {
	padding: 0px 15px 0px 15px;
	font-size: 13px;
	color:#181818ab;
	/*color:#4222CB;*/
	/*font-weight:bold;*/
	font-weight:500;
	margin-bottom: 10px;
}

.one_page_on_menu_list_square_right > .one_channel_filename {
	padding: 0px 15px 0px 15px;
	font-size: 13px;
	color:#4222CB;
	font-weight:300;
	margin-bottom: 10px;
}


.one_page_on_menu_list_square_right > .one_date {
	padding: 15px 15px 0px 15px;
	font-size: 13px;
	/*color:#181818ab;*/
	color:#4222CB;
	font-weight:bold;
	/*font-weight:300;*/
}

.one_page_on_menu_list_square_right > .one_type {
	padding: 15px 0px 0px 15px;
	/*color:#181818ab;*/
	font-size: 13px;
	color:#4222CB;
	font-weight:bold;
	/*font-weight:300;*/
}

.one_page_on_menu_list_square_right > .one_subject {
	margin: 8px 0px 0px 15px;
	font-size: 16px;
	line-height:22px;
	font-weight:bold;
}

.one_page_on_menu_list_square_right > a {
	color:#181818;
	margin-top:8px;
	display:block;
}


.one_page_on_menu_list_square_right > .one_comment {
	margin: 0px 0px 10px 15px;
	padding: 5px 8px 5px 8px;
	font-size: 14px;
	line-height:20px;
	background: #FEF6D5;
}

.one_page_on_menu_list_square_right > .one_comment_yellow {
	margin: 0px 0px 15px 15px;
	font-size: 14px;
	line-height:20px;
}

.one_page_on_menu_list_square_right > .one_channel_grey {
	margin: 8px 0px 2px 15px;
	font-size: 14px;
	line-height:20px;
	color:#181818;
	font-weight:300;
}



.one_page_on_menu_list_square_right > .one_more {
	margin: 0px 0px 0px 10px;
	padding: 0px 8px 0px 8px;
	font-size: 14px;
}

/* 频道页 */
.one_page_channel_top {
	display: inline-block;
	padding: 0 0 0 0;
    border: 0px solid #181818;
    border-radius: 1px;
}

.one_page_channel_top_square {
	padding:0 0 0 0; 
	border: 0px solid #181818;
	width: 90px;
	border-radius:4px;
}


/* ------------------------- Home Page Design ----------------------- */

.home_one_page_width {
	padding-left:15px;
	padding-right:15px;
}

.home_one_page_width_margin {
	margin-left:15px;
    margin-right:15px;
}

.home_one_page_header {
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    text-decoration: none;
    font-size: 14px;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 2px;
}

.home_page_black_top_menu {
	float:left;
	display:inline-block;
	font-size:13px;
	font-weight:300;
	height: 18px;
	line-height:18px;
	text-align:center;
	color:#FFF;
	padding:2px 0px 0px 0px;
	margin-right:20px;
}

.home_page_black_top_menu:hover {
	color:#9e9e9e;
}


.home_page_black_top_menu_selected {
	float:left;
	display:inline-block;
	font-size:13px;
	font-weight:300;
	height: 18px;
	line-height:18px;
	text-align:center;
	color:#FFF;
	padding:2px 0px 0px 0px;
	margin-right:20px;
	
	padding-bottom: 6px;
	border-bottom: 2px solid #DCDCDC;
}

.home_page_black_top_menu_selected:hover {
	color:#9e9e9e;
}

.home_page_slot_group_feed_half {
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
	/*margin-bottom: 1rem!important;*/
	margin-bottom:10px;
	flex: 0 0 auto;
	width: 50%;
	/*background:#eee;*/
}

.home_page_slot_group_feed_full {
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
	/*margin-bottom: 1rem!important;*/
	margin-bottom:10px;
	flex: 0 0 auto;
	width: 100%;
	/*background:#eee;*/
}

.home_page_slot_group_feed_block_space {
	margin-top: 5px;
	margin: 15px 15px 15px 15px;
	/*background: #eeeeeec2;*/
	padding: 25px 25px 25px 25px;
	border: 1px solid #181818;
	height: 300px;
}

.home_page_slot_group_feed_block_space_img {
	margin-top: 5px;
	margin: 15px 15px 15px 15px;
	height: 300px;
}

.home_page_slot_group_feed_txt {
	color:#181818;
	display: inline-block;
	margin-top:20px;
	margin-left:20px;
	max-width:60%;
}

.home_page_slot_group_feed_txt > .feed_title {
	font-size:20px;
	font-weight:300;
	line-height:30px;
}

.home_page_slot_group_feed_txt > .feed_commments {
	margin-top:20px;
	font-size:14px;
	font-weight:300;
	line-height:20px;
}


.home_page_slot_group_feed_title {
	font-size:20px;
	font-weight:300;
	display: inline-block;
	margin-bottom:10px;
}


.home_page_slot_group_feed_title_sub {
	font-size:14px;
	font-weight:300;
	display: block;
	margin-bottom:15px;
}

.home_page_slot_group_feed_img {
	float:right;
    margin-right: 20px;
    height: 80%;
    margin-top: 25px;
}

.home_one_page_header_space_2 {
	margin: 0 auto;
	overflow: hidden;
	max-width:1030px;
	/*padding: 25px 0px 20px 0px;*/
	padding-top:25px;
	margin-bottom:20px;
}

.home_page_cover_bg {
    min-height: 85vh;
	max-width:1030px;
	margin: 0 auto;
	overflow: hidden;
	/*padding: 25px 0px 20px 0px;*/
	padding-top:25px;
}

.home_page_black_top_menu_left_robin2023 {
	
	   
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    color: #cfc8c8;
    float: right;
	height: 12px;
	
}

.home_page_cover_text {
	font-weight:300;
	color:#FFF;
	margin-top:80px;
	display:inline-block;
	margin-right:100px;
	display:inline-block;
}

.home_page_cover_title {
	font-size:40px;
	font-weight:300;
	color:#FFF;
	margin-right:100px;
	line-height:60px;
	
}

.home_page_cover_bottom_comments {
	display:inline-block;
	font-size: 14px;
	font-weight:300;
	line-height: 25px;
	color:#fff;
	margin-top:40px;
	line-height:25px;
}

.home_page_cover_bottom_comments  > a {
	/*color:#FF3232;*/
	color:#ff5722;
}

.home_page_cover_bottom_comments  > a:hover {
	color: #ff5722ab;
}

.home_page_cover_title_notice {
	font-size:20px;
	font-weight:300;
	color:#FFF;
	display:inline-block;
	margin-right:100px;
	line-height:60px;
}

.home_page_cover_shape {
	float:right;
	margin-right:150px;
	height:260px;
	margin-top:20px;
}



@media (max-width: 768px) 
{
	.home_page_black_top_menu {
		float:left;
		display:inline-block;
		font-size:12px;
		height: 18px;
		line-height:18px;
		text-align:center;
		color:#FFF;
		padding:0px 0px 0px 0px;
		margin-right:10px;
	}

	.home_page_black_top_menu:hover {
		color:#9e9e9e;
	}


	.home_page_black_top_menu_selected {
		float:left;
		display:inline-block;
		font-size:12px;
		height: 18px;
		line-height:18px;
		text-align:center;
		color:#FFF;
		padding:0px 0px 0px 0px;
		margin-right:10px;
		
		padding-bottom: 3px;
		border-bottom: 1px solid #DCDCDC;
	}

	.home_page_black_top_menu_selected:hover {
		color:#9e9e9e;
	}

	.home_page_slot_group_feed {
	
			flex-shrink: 0;
			width: 100%;
			max-width: 100%;
	}

	.home_page_cover_bg {
		min-height: 40vh;
	}
	
	.home_page_slot_group_feed_half {
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
	}
	
	
}
	

	

}