html {
	color: #333;
	font-size: 14px;
	background: #f9fafc;
}

.inner {
	width: 1200px;
	padding: 0 15px;
	position: relative;
	margin: 0 auto;

}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.swiper {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.editor_text {
	font-size: 16px;
	line-height: 1.7;
}

.editor_text p {
	margin-bottom: 15px;
}

.editor_text table {
	width: 100%;
}

.editor_text table th,
.editor_text table td {
	border: 1px solid #70beff;
	padding: 10px 15px;
}

.editor_text table th {
	width: 200px;
	color: #868686;
	background: #f2fbff;
	font-weight: normal;
}

.editor_text a {
	color: #2584ff;
}

.layui-form-label.required::before {
	content: '*';
	color: red;
}

body .layui-laydate .layui-this,
body .layui-form-select dl dd.layui-this {
	background: #1580e4 !important;
}

.flex_two_item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_two_item>div {
	width: 49%;
}

.section {
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #f1f1f2;
	border-radius: 5px;
	position: relative;
}

.section_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f2;
}

.section_title .title_box .title {
	font-size: 18px;
	color: #2584ff;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}

.section_title .title_box .title::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 5px;
	height: 18px;
	background: linear-gradient(#2da0ff, #2584ff);
	border-radius: 5px;
}

.section_title .right_box .more {
	color: #2584ff;
	font-size: 14px;
	text-indent: 0;
	cursor: pointer;
}


.hot_seciton .list_box {
	position: relative;
}

.hot_seciton .swiper-slide {
	background: #d8f2ff;
	padding: 20px 10px;
	font-size: 12px;
}

.hot_seciton .swiper-slide:nth-child(odd) {
	background: #d9fff6;
}

.hot_seciton .swiper-slide .title {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	height: 2.4em;
	overflow: hidden;
}

.hot_seciton .swiper-slide .text {
	padding: 14px 0;
}

.hot_seciton .swiper-slide .more {
	text-align: right;
	color: #2584ff;
}

.hot_seciton .swiper-button-next,
.hot_seciton .swiper-button-prev {
	background: rgba(0, 0, 0, 0.3);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-top: -17px;
}

.hot_seciton .swiper-button-next:after,
.hot_seciton .swiper-button-prev:after {
	font-size: 12px;
}

.policy_section .list_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.policy_section .list_box .item {
	margin-bottom: 15px;
	padding: 10px 15px;
	border: 1px solid #eee;
	width: 49%;
}

.policy_section .list_box .item .title_box {
	font-weight: bold;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.policy_section .list_box .item .text_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	color: #848484;
}

.policy_section .list_box .item .text_box>div {
	width: 33.33%;
}

.policy_section .list_box .item .text_box>div:last-child {
	text-align: right;
}

.policy_section .list_box .item .text_box .date>span {
	color: #de0008;
	display: inline-block;
	margin: 0 2px;
	font-weight: bold;
}

.policy_section .list_box .item .text_box .more a {
	color: #2584ff;
}

.news_section .list_box .item {
	position: relative;
	padding: 0 150px 0 20px;
	margin-bottom: 15px;
}

.news_section .list_box .item::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 50%;
	margin-top: -3px;
	background-color: #2584ff;
	border-radius: 100%;
}

.news_section .list_box .item .title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_section .list_box .item .date {
	color: #848484;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 0;
}

.breadcrumb a,
.breadcrumb span {
	margin-right: 10px;
}

.breadcrumb i {
	margin-right: 10px;
}

.tags_section {}

.tags_section .list_box .item {
	padding: 0 50px 0 90px;
	position: relative;
	height: 37.16px;
	overflow: hidden;
}

.tags_section .list_box .item .label {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
}

.tags_section .list_box .item .text {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.tags_section .list_box .item .text .tag {
	margin: 0 30px 15px 0;
	padding: 2px 10px;
}

.tags_section .list_box .item .text .tag.active {
	background: #2584ff;
	color: #fff;
}

.tags_section .list_box .item .more {
	position: absolute;
	right: 10px;
	top: 0;
	color: #2584ff;
	cursor: pointer;
}

.tags_section .list_box .item .search_input {
	width: 60%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	margin-right: 10px;
}

.list_section .sort_box {
	background: #edf6ff;
	margin: -15px -15px 0 -15px;
	padding: 15px;
	display: flex;
	align-items: center;
}

.list_section .sort_box>div {
	margin-right: 30px;
}

.list_section .sort_box .change_date {
	display: flex;
	align-items: center;
}

.list_section .sort_box .change_date .label {
	margin-right: 10px;
}

.list_section .sort_box .change_sort {
	cursor: pointer;
}

.list_section .sort_box .change_sort .asc {
	display: none;
}

.list_section .sort_box .change_sort.active .asc {
	display: inline-block;
}

.list_section .sort_box .change_sort.active .desc {
	display: none;
}

.list_section .sort_box .change_sort .iconfont {
	color: #016fff;
	transform-origin: 50%
}

.list_section .sort_box .change_sort.active .iconfont {
	transform: rotate(180deg);
	display: inline-block;
}

.list_section .list_box {
	padding: 15px 0;
}

.list_section .list_box .item {
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding: 0 100px 15px 0;
	position: relative;
	min-height: 83px;
}

.list_section .list_box .item .tools_box {
	position: absolute;
	right: 0;
	top: 0;
}

.list_section .list_box .item .title_box {
	display: flex;
	line-height: 30px;
	align-items: center;
	margin-bottom: 10px;
}

.list_section .list_box .item .title_box .title {
	font-weight: bold;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
}

.list_section .list_box .item .title_box>span {
	margin-left: 10px;
	flex-grow: 0;
	flex-shrink: 0;
}

.list_section .list_box .item .desc_box,
.list_section .list_box .item .meta_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.list_section .list_box .item .meta_box>span {
	margin-right: 35px;
	color: #888;
}

.list_section .list_box .item .desc_box .layui-badge {
	height: auto;
	padding: 5px 10px;
	font-size: 12px;
	margin-right: 15px;
}

.list_section .list_box .item .declare_tool {
	text-align: right;
	color: #016fff;
}

.list_section .list_box .item .declare_tool .desc {
	margin-top: 15px;
	display: block;
}

#pager {
	display: flex;
	justify-content: center;
}

.matters_single {
	overflow: hidden;
}

.matters_single .title_box {
	position: relative;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px dashed #c9c9c9;
	min-height: 130px;
}

.matters_single .title_box .state {
	font-size: 16px;
	color: #fff;
	background: #c9c9c9;
	transform: translate(-75px) rotate(-45deg);
	position: absolute;
	left: -15px;
	top: 0;
	width: 240px;
	padding: 15px 0;
	font-size: 16px;
	font-weight: bold;
}

.matters_single .title_box .state.active {
	background: #0c3;
}

.matters_single .title_box .max {
	position: absolute;
	right: -15px;
	top: 35px;
	background: #f99d0c;
	border-radius: 20px 0 0 20px;
	line-height: 45px;
	color: #fff;
	padding: 0 20px;
	font-size: 20px;
}

.matters_single .title_box .title {
	font-size: 24px;
	font-weight: bold;
	max-width: 60%;
	margin: 0 auto 15px auto;
	transform: translateX(-10%);
}

.matters_single .title_box .sub_title {
	font-size: 16px;
	max-width: 60%;
	margin: 0 auto;
	transform: translateX(-10%);
}

.matters_single .title_box .sub_title span {
	color: #2584ff;
	font-size: 18px;
}

.matters_single .matters_content {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
}

.matters_single .matters_content .sidebar {
	width: 10%;
}

.matters_single .matters_content .sidebar .link_list .item {
	display: block;
	position: relative;
	text-align: center;
	padding: 5px;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 10px;
}

.matters_single .matters_content .sidebar .link_list .item.active {
	background: #2584ff;
	color: #fff;
}

.matters_single .matters_content .sidebar .link_list .item.active::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 100%;
	border-color: transparent transparent transparent #2584ff;
	border-style: solid;
	border-width: 17px 9px 17px 25px;
	top: 0;
}

.matters_single .matters_content .editor_text {
	width: 80%;
}

.matters_single .matters_content .editor_text .link_content>.item {
	min-height: 200px;
}

.matters_single .matters_content .editor_text .link_content .item .link_title {
	font-size: 19px;
	font-weight: bold;
	margin: 15px 0 20px 0;
	position: relative;
	padding-left: 13px;
	overflow: hidden;
}

.matters_single .matters_content .editor_text .link_content .item .link_title::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 18px;
	left: 0;
	top: 6px;
	background: linear-gradient(180deg, #2da0ff, #016fff);
	border-radius: 3px;
}

.matters_single .matters_content .editor_text .link_content .item .link_title::after {
	position: absolute;
	content: "";
	width: 91%;
	height: 1px;
	left: 100px;
	top: 12px;
	border-bottom: 1px dotted #70beff;
}

.declare_btn {
	padding: 15px 50px;
	background: #2584ff;
	color: #fff;
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	box-shadow: 0 0 8px 0 rgb(77 77 77 / 58%);
	margin-bottom: 30px;
	border-radius: 6px;
	cursor: pointer;
}


.window_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.window_box .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.window_box .window_title{ 
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.form_box {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 30px 20px;
	border-radius: 10px;
}

.form_box .layui-form-label {
	width: 230px;
}

.form_box .layui-input-block {
	margin-left: 230px;
}

.form_box .layui-input-block .text {
	line-height: 38px;
}

.form_box .buttons {
	padding-top: 30px;
}

.form_box .city_select.layui-form-item .layui-input-inline {
	width: 130px;
	margin: 0;
	margin-right: 10px;
}

.form_box .city_select.layui-form-item .layui-input-inline:last-child {
	margin-right: 0;
}

.form_box .checkbox_flex {
	display: flex;
	justify-content: space-between;
}


.flex-box-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.header {
	background: #016fff url(/images/banner.jpg) center / cover no-repeat;
}

.header .menu_section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 0 35px 0;
}

.header .menu_section .menu_list {
	display: flex;
	align-items: center;
	color: #fff;
}

.header .menu_section .menu_list .item {
	padding: 0 20px;
}

.header .menu_section .menu_list .item>a {
	font-size: 20px;
	color: #fff;
	padding: 12px 0;
	position: relative;
}

.header .menu_section .menu_list .item.layui-this:hover>a::before,
.header .menu_section .menu_list .item.layui-this>a::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #fff;
}

.header .search_section {
	padding: 50px 0 100px 0;
}

.search_section>form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 70%;
	margin: 0 auto;
	border: 2px solid #9ac7f5;
	background: #fff;
}

.search_section>form .change_type {
	width: 100px;
}

.search_section>form .change_type .layui-form-item {
	margin-bottom: 0;
}

.search_section>form .input_box {
	width: 100%;
	position: relative;
	padding-right: 120px;
}

.search_section>form .input_box .input_style {
	height: 38px;
	border: none;
	width: 100%;
	padding: 0 15px;
}

.search_section>form .input_box .btn_style {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 120px;
	cursor: pointer;
}

.search_section>form .layui-form-select .layui-input {
	border: none;
}

.search_section>form .btn_style {
	background: #005fbd;
	color: #fff;
	border: none;
	font-size: 18px;
}

.search_section>form .btn_style .iconfont {
	margin-right: 10px;
}

.home_content {
	padding-top: 30px;
}


.footer {
	background: #1c4077;
	color: #fff;
	line-height: 1.8;
	padding: 30px 0;
}

.footer .list_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.public_section .public_search .layui-form {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.public_section .public_search .layui-form-item {
	margin-bottom: 0;
	width: 60%;
	margin-right: 20px;
}

.public_section .public_search .layui-form-item .layui-input-block {
	margin-left: 115px;
}

.public_section .public_search .layui-form-label {
	width: 115px;
	font-weight: bold;
	text-align: left;
}

.public_section .public_table {
	width: 100%;
	margin-bottom: 10px;
}

.public_section .public_table thead {
	background: #edf6ff;
}

.public_section .public_table th,
.public_section .public_table td {
	padding: 20px;
	text-align: center;
}

.public_section .public_table td {
	border-bottom: 1px solid #ebeef5;
}

.public_section .public_table a {
	color: #005fbd;
}

.public_section .public_table.th_nowrap th {
	white-space: nowrap;
}

.market_info .title_box {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
}

.market_info .meta_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.market_info .meta_box .item {
	width: 50%;
	margin-bottom: 20px;
	font-size: 15px;
}

.market_info .meta_box .item .label {
	color: #888;
	width: 105px;
	display: inline-block;
	vertical-align: middle;
}

.market_editor {
	padding: 20px;
	min-height: 400px;
}

.market_editor .text_box {
	padding: 10px;
}

.market_editor .editor_title {
	border-bottom: 1px solid #e4e7ed;
	display: flex;
	margin-bottom: 20px;
}

.market_editor .editor_title .label {
	padding: 10px 20px;
	border: 1px solid #e4e7ed;
	border-bottom: 0;
	background: #fff;
	margin-bottom: -1px;
	color: #2584ff;
}

.market_editor .title_box {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.market_editor .meta_box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.market_editor .meta_box .item {
	padding: 0 20px;
	color: #666;
}

.market_editor .meta_box .item .label {
	font-weight: bold;
	color: #000;
}

.data_seciton .list_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.data_seciton .list_box .item {
	width: 16.667%;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .data_seciton .list_box .item >div{display: flex;justify-content: center; align-items: center;padding: 2px 0;} */
.data_seciton .list_box .item .num_box .num {
	font-size: 25px;
	margin-right: 5px;
	color: #25b5ff;
	font-weight: bold;
}

.data_seciton .list_box .item .text_box {
	font-size: 16px;
}

.data_seciton .list_box .item .text_box .iconfont {
	font-size: 20px;
	color: #666;
	margin-right: 5px;
}

.data_seciton .list_box .item .icon {
	font-size: 40px;
	margin-right: 15px;
}

.data_seciton .list_box .item .data_box {
	display: block;
}

.no_data {
	padding: 50px 0;
	font-size: 24px;
	text-align: center;
}

.file_box {
	padding: 10px;
}

.file_box .file_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.file_box .file_list .item {
	margin-bottom: 10px;
}


.tab_title {
	display: flex;
	position: relative;
	z-index: 10;
}

.tab_title .item {
	padding: 18px 20px;
	font-weight: bold;
	font-size: 18px;
	min-width: 100px;
	text-align: center;
}

.tab_title .item.active {
	background: #fff;
	color: #005fbd;
	margin-bottom: -1px;
	border: 1px solid #f1f1f2;
	border-bottom: 0;
}

.login_btn {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	padding: 10px 25px 10px 0;
}

.login_btn .item {
	padding: 0 10px;
	color: #fff;
	opacity: .7;
	border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.login_btn .item:hover {
	opacity: 1;
}

.login_btn .item:last-child {
	border-right: none;
}


.layui-form-checked[lay-skin=primary] i {
	border-color: #1e9fff !important;
	background-color: #1e9fff !important;
}





.personal_page {
	padding: 35px 0;
}

.personal_page .page_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.personal_page .section {
	padding: 40px 15px;
}

.personal_page .search_section>form .change_type {
	width: 215px;
}

.personal_page .search_section {
	margin-bottom: 30px;
}

.personal_page .search_section>form .input_box .btn_style {
	margin-right: -1px;
}

.personal_table {
	/* max-width: 70%; */
	margin: 0 auto;
	text-align: center;
	min-height: 200px;
}

.personal_table th {
	background: #3f78b0;
	color: #fff;
	text-align: center
}

.personal_table td{ min-width: 200px;}