.main .top_banner {
	height: 360px;
	overflow: hidden;
	position: relative;
}
.main .banner_detail {
	position: absolute;
	width: 1920px;
	height: 360px;
	top: 0;
}
.main .lists_content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 56px;
}
.main .lists_left {
	width: 200px;
}
.main .lists_left_title {
	font-size: 28px;
	line-height: 30px;
	color: #FE9F0B;
	border-bottom: 1px solid #ddd;
	padding-bottom: 18px;
}
.main .lists_list .item {
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #ddd;
	padding-left: 9px;
}
.main .lists_list .item:hover {
	background-color: #FE9F0B;
}
.main .lists_list .item:hover a {
	color: #fff;
}
.main .lists_list .item:hover .list_icon {
	border-left-color: #fff;
}
.main .lists_list .active {
	background-color: #FE9F0B;
}
.main .lists_list .item a {
	color: #333;
}
.main .lists_list .active a {
	color: #fff;
}
.main .list_icon {
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #999;
}
.main .child_list .active .list_icon {
	border-left-color: #fff;
}
.main .lists_right {
	width: 920px;
}
.main .lists_top {
	border-bottom: 1px solid #ddd;
}
.main .lists_title {
	font-size: 28px;
	line-height: 30px;
	color: #FE9F0B;
	padding-bottom: 18px;
}
.main .lists_link {
	font-size: 14px;
	line-height: 16px;
	color: #666;
	padding-top: 9px;
}
.main .lists_link .link_nav {
	color: #666;
}
.main .lists_link .link_nav:last-child {
	color: #333;
}
.main .lists_lists .item {
	border-bottom: 1px solid #eee;
	padding-bottom: 36px;
	padding-top: 40px;
}
.main .lists_lists_left {
	width: 82px;
	height: 82px;
	background-color: #EBEBEB;
}
.main .lists_date {
	font-size: 40px;
	line-height: 42px;
	text-align: center;
	padding-top: 8px;
}
.main .lists_n_y {
	font-size: 14px;
	line-height: 16px;
	color: #333;
	text-align: center;
	padding-top: 4px;
}
.main .lists_lists_right {
	width: 815px;
}
.main .lists_lists_title {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.main .lists_lists_title a {
	color: #333;
}
.main .lists_lists_text {
	display: -webkit-box;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 12px;
}
.main .lists_lists_text a {
	color: #666;
}
.main .all_page_num {
	color: #FE9F0B;
}

.main .investor_bottom {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 77px;
}
.main .investor_link {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	background-color: #eee;
	color: #666;
}
.main .investor_link:hover {
	color: #fff;
	background-color: #FE9F0B;
}
.main .all_page_header,
.main .all_page_footer,
.main .all_page_middle {
	font-size: 16px;
	color: #666;
}
.main .all_page_now {
	color: #666;
}

/*  */
.m_top_nav_box {
	height: 0.5rem;
	border-bottom: 1px solid #EBEBEB;
	background-color: #fff;
	overflow: hidden;
}
.m_top_nav {
	height: 100%;
}
.m_top_nav_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.m_top_nav_item {
	padding: 0 0.15rem;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.m_top_nav_model {
	font-size: 0.14rem;
	color: #333;
	white-space: nowrap;
}
.m_top_nav_model a {
	color: #333;
}
.m_top_nav_wrapper .active {
	font-size: 0.15rem;
	font-weight: bold;
}
.m_top_nav_wrapper .active:after {
	content: '';
	position: absolute;
	height: 3px;
	background-color: #F6A258;
	left: 0.15rem;
	right: 0.15rem;
	bottom: -2px;
}

.m_fdgg_content {
	padding: 0.15rem;
	background-color: #F9F7FA;
}
.m_fdgg_content .item {
	background-color: #fff;
	padding: 0.2rem;
	margin-bottom: 0.1rem;
}
.m_fdgg_content .item a {
	color: #333;
}
.m_item_line {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m_item_line_left {
	width: 2.5rem;
	display: flex;
	flex-direction: column;
}
.m_item_line_left span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m_item_line_icon {
	width: 0.11rem;
	height: 0.19rem;
	background: url(../images/investor/m_icon.jpg) no-repeat center;
	background-size: 100% 100%;
}
.m_fdgg_content .lan_hidden {
	display: none;
}
.m_fdgg_content .fdgg_text {
	font-size: 0.15rem;
	color: #333;
	padding-bottom: 0.03rem;
}
.m_fdgg_content .fdgg_time {
	font-size: 0.12rem;
	color: #999;
}

.m_page_box {
	background-color: #fff;
	height: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m_page_box a {
	color: #000;
	font-size: 0.14rem;
	margin: 0 0.1rem;
	white-space: nowrap;
}
.m_jump {
	height: 0.3rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m_jump>span,
.m_jump #sel_m {
	font-size: 0.14rem;
	margin: 0 0.05rem;
}
.m_jump>span {
	flex-wrap: nowrap;
}
.m_jump .all_page_num {
	color: #FE9F0B;
}

@media screen and (min-width: 1001px) {
	.index_page {
		display: block;
	}
	.index_m_page {
		display: none;
	}
}
@media screen and (max-width:1000px){
	.index_page {
		display: none;
	}
	.index_m_page {
		display: block;
	}
}
/*  */