.body-pagearea .body-content-pagearea .top-part {
	/* background-color: rgba(238, 238, 238, 1); */
	background-color: rgba(11, 22, 96, 1);
	margin: 0 0 60px 0;
}

.body-pagearea .body-content-pagearea .middle-part {
	/* margin: 16px 48px; */
	/* border-bottom: 1px solid rgba(235, 235, 235, 0.5); */
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;

	margin: 0;
}

/* .body-pagearea .body-content-pagearea .middle-part .left-part {
	width: 55%;
	* padding: 0 16px 0 0; *
}

.body-pagearea .body-content-pagearea .middle-part .right-part {
	width: 40%;
} */

/* .body-pagearea .body-content-pagearea .middle-part .left-part .notice-item a {
	* width: 720px; *
}

.body-pagearea .body-content-pagearea .middle-part .right-part .notice-item a {
	* width: 480px; *
} */

/* .body-pagearea .body-content-pagearea .middle-part .notice-content-header {
	border-bottom: 2px solid rgba(79, 168, 249, 0.9);
	padding: 8px 0;
} */

.body-pagearea .body-content-pagearea .middle-part .middle-part-item {
	/* margin: 16px auto;
	display: flex; */
	width: 100%;
}

.body-pagearea .body-content-pagearea .middle-part .middle-part-item.bgimg-1 {
	background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../../../img/row_bkimg_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.body-pagearea .body-content-pagearea .middle-part .middle-part-item.bgimg-2 {
	background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../../../img/row_bkimg_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

/* banner beginning */
.bg-img-banner img {
	width: 100%;
	height: 428px;
	/* object-fit: fill; */
	display: inline-block;
	border-bottom: 1px dotted rgba(8, 179, 250, 0.3);
}

.bg-img-banner {
	width: 100%;
	align-items: center;
}

.bg-img-banner:hover .arrow {
	display: inline-block;
}

.li-class {
	/* width: 48px;
	height: 5px;
	font-size: 15px;
	line-height: 15px; */
	float: left;
	text-align: center;
	/* border-radius: 2em;
	border: 2px solid #999999; */
	cursor: pointer;
	margin: 4px 8px 0;
	opacity: 0.5;

	width: 1px;
	height: 1px;
	border-radius: 1px;
	border: 1px solid #999999;
}

.li-active {
	/* border: 2px solid #00529A;
	background-color: #00529A; */
	/* border: 2px solid #18dfef; */
	background-color: #18dfef;
	border: 1px solid #18dfef;
}

.ul-index {
	position: absolute;
	width: 100%;
	display: flex;
	list-style: none;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
}

.arrow {
	position: absolute;
	top: 26%;
	width: 60px;
	opacity: 0.5;
	text-align: center;
	font-size: 100px;
	display: none;
	cursor: pointer;
	color: #fff;
}

.arrow-left {
	left: 0px;
}

.arrow-right {
	right: 0px;
}

.arrow-left:hover,
.arrow-right:hover {
	color: #18dfef;
}

/* banner end */
/* -------------------------------------------------------------------- */
/* notic carousel beginning */
.notice-roll {
	/* margin: 8px 0 16px; */
	margin: -58px 0;
	padding: 16px;
	position: relative;
	/* background-color: rgba(11, 22, 96, 0.9); */
	background-color: rgba(0, 0, 0, 0.3);
}

.notice-roll .item-content-row {
	/* margin: 0 48px; */
	/* margin: 0 16vw; */
	max-width: 1200px;
	margin: 0 auto;
}

.notice-roll .item-content-row .content-header {
	/* width: 160px; */
}

.notice-roll .item-content-row .content-mid {
	/* width: 80%; */
	flex-grow: 2;
}

.notice-roll .item-content-row .content-footer {}

.notice-roll .item-content-row .content-footer .item-link {
	font-size: 12px;
	color: #FFF;
	margin: 0 0 0 16px;
}

.notice-roll .item-content-row .content-footer .item-link:hover {
	color: #00F7EF;
}

.notice-roll .item-content-row .content-footer .item-icon {
	font-size: 16px;
	cursor: pointer;
}

.notice-roll .item-content-row .content-footer .item-icon:last-child {
	margin: 0 0 0 2px;
}

.notice-roll .item-content-row .content-mid .loudspeaker-item {
	font-size: 18px;
}

.notice-roll .item-content-row .content-mid .loudspeaker-item a {
	color: #fff;
	font-size: 14px;
}

.notice-roll .item-content-row .content-mid .loudspeaker-item a:hover {
	color: #00F7EF;
}

.notice-roll .item-content-row .content-mid .loudspeaker-item .tail-text {
	color: #fff;
	margin: 0 0 0 8px;
	font-size: 14px;
}



.notice-item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
	align-content: flex-start;
}

.notice-item .notice-item-date {
	word-break: keep-all;
	white-space: nowrap;
	color: rgba(124, 124, 124, 1);
}

/* notic carousel end */
/* ------------------------------------------------------------------------------- */
/* notice type tab style beginning */
.notice-list-panel {
	/* height: 100%; */
}

.notice-list-panel .notice-content-body {
	min-height: 220px;
}

.notice-list-panel .notice-content-body .notice-content-type-tab {
	/* display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: baseline;

	margin: 16px 0 0;
	padding: 0 0 7px;
	border-bottom: 1px solid rgba(200, 200, 200, 1); */

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	/* justify-content: space-around; */
	align-content: center;

	width: 160px;
	margin: 16px 0 32px;
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane {
	margin: 0 0 32px 0;
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane .tab-pane-inner {
	cursor: pointer;
	/* padding: 0 0 8px 0; */
	padding: 8px 28px 8px 20px;
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane .tab-pane-inner:hover {
	/* border-bottom: 2px solid rgba(79, 168, 249, 0.5); */
	border-radius: 16px;
	/* background-image: linear-gradient(90deg, rgba(79, 168, 249, 1), transparent); */
	background-image: linear-gradient(90deg, rgba(2, 123, 252, 0.5), rgba(60, 181, 255, 0.5));
	color: #fff;
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane .tab-pane-inner::before {
	content: '';
	padding: 0 16px;
	background-image: url(../../../img/other_regular_icon.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane .tab-pane-inner:hover::before {
	background-image: url(../../../img/other_hover_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane.pane-active .tab-pane-inner {
	/* border-bottom: 2px solid rgba(79, 168, 249, 1); */
	border-radius: 16px;
	/* background-image: linear-gradient(90deg, rgba(79, 168, 249, 1), transparent); */
	background-image: linear-gradient(90deg, rgba(2, 123, 252, 1), rgba(60, 181, 255, 1));
	color: #fff;
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane.pane-active .tab-pane-inner::before {
	background-image: url(../../../img/other_hover_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(1) .tab-pane-inner::before {
	background-image: url(../../../img/doc_pc_regular_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(1) .tab-pane-inner:hover::before {
	background-image: url(../../../img/doc_pc_hover_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(1).pane-active .tab-pane-inner::before {
	background-image: url(../../../img/doc_pc_hover_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(2) .tab-pane-inner::before {
	background-image: url(../../../img/folder_regular_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(2) .tab-pane-inner:hover::before {
	background-image: url(../../../img/folder_hover_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(2).pane-active .tab-pane-inner::before {
	background-image: url(../../../img/folder_hover_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(3) .tab-pane-inner::before {
	background-image: url(../../../img/person_regular_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(3) .tab-pane-inner:hover::before {
	background-image: url(../../../img/person_hover_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(3).pane-active .tab-pane-inner::before {
	background-image: url(../../../img/person_hover_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(4) .tab-pane-inner::before {
	background-image: url(../../../img/dialog_regular_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(4) .tab-pane-inner:hover::before {
	background-image: url(../../../img/dialog_hover_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(4).pane-active .tab-pane-inner::before {
	background-image: url(../../../img/dialog_hover_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(5) .tab-pane-inner::before {
	background-image: url(../../../img/doc_medal_regular_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(5) .tab-pane-inner:hover::before {
	background-image: url(../../../img/doc_medal_hover_icon.svg);
}

.notice-list-panel .notice-content-body .notice-content-type-tab .tab-pane:nth-child(5).pane-active .tab-pane-inner::before {
	background-image: url(../../../img/doc_medal_hover_icon.svg);
}

/* notice type tab style end */

div[class$=-panel] {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}

div[class$=-content-header] {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;

	margin: 32px 0 16px;
}

div[class$=-content-header] .item-content-row {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}

div[class$=-content-header] .item-content-row .content-header .header-title {
	font-size: 28px;
	transform: none;
	font-weight: 700;
	color: #555;
	letter-spacing: 8px;
}

div[class$=-content-header] .item-content-row .content-footer {
	margin: 8px 0 0;
}

div[class$=-content-header] .item-link {
	font-size: 14px;
	color: rgba(96, 176, 250, 1);
}

div[class$=-content-header] .item-link:hover {
	color: #00F7EF;
}

div[class$=-content-body] {
	width: 1200px;
	display: flex;
}

div[class$=-content-body] div[class$=-item-content] {
	flex-grow: 2;
}

.notice-list-panel .notice-content-body .notice-content-list {
	margin: 16px 0 0 0;
	flex-grow: 2;
}

.notice-list-panel .notice-content-body .notice-content-list .notice-item {
	margin: 0 0 16px 0;
	font-size: 14px;
}

.notice-list-panel .notice-content-body .notice-content-list .notice-item .notice-item-content {
	padding: 0 0 0 32px;
	/* background-position: 12px 3px; */

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#biznoticedataarr .notice-item .notice-item-content {
	padding: 0 0 0 48px;
	width: 830px;
}

#noticedata .notice-item .notice-item-content {
	background-image: url(../../../img/board_icon.svg);
	background-repeat: no-repeat;
	width: 300px;
}

/* .notice-list-panel .notice-content-body .notice-content-list .notice-item .notice-item-content.flag-h {
	background-image: url(../../../img/flag-h.svg);
	background-repeat: no-repeat;
	background-position: left 0 top 3px;
}

.notice-list-panel .notice-content-body .notice-content-list .notice-item .notice-item-content.flag {
	background-image: url(../../../img/flag-v.svg);
	background-repeat: no-repeat;
	background-position: left 9px bottom;
}

.notice-list-panel .notice-content-body .notice-content-list .notice-item.tag-flag::after {
	content: '';
	padding: 0 9px;
	background-image: url(../../../img/tag.svg);
	background-repeat: no-repeat;
	background-position: left 1px top;
}

.notice-list-panel .notice-content-body .notice-content-list .notice-item .notice-item-content.tag {
	background-image: url(../../../img/tag.svg);
	background-repeat: no-repeat;
	background-position: left 8px top 4px;
} */

.notice-list-panel .notice-content-body .notice-content-list .notice-item .notice-item-content.top-tag {
	background-image: url(../../../img/top_tag_icon.svg);
	background-repeat: no-repeat;
	background-position: left 3px top 2px;
}

.notice-list-panel .notice-content-body .notice-content-list .notice-item .notice-item-content.new-tag::after {
	content: '';
	padding: 0 16px;
	background-image: url(../../../img/new_tag_icon.svg);
	background-repeat: no-repeat;
	background-position: left 4px top 2px;
}

/* ------------------------------------------------------------------------------- */

.function-menu-content-body {
	flex-wrap: wrap;
	margin: 0 0 32px;
}

.function-menu-content-body .menu-item {
	width: 380px;
	height: 200px;
	border: 1px solid transparent;
	box-shadow: 0px 8px 8px 0 rgba(0, 0, 0, .12);
	margin: 0 8px 16px;
	background-image: linear-gradient(180deg, rgba(243, 245, 248, 1), rgba(255, 255, 255, 1));

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;

	cursor: pointer;
}

.function-menu-content-body .menu-item:hover {
	/* background-image: linear-gradient(180deg, #005BAC, rgba(255, 255, 255, 1)); */
	background-image: none;
	background-color: #ECF5FF; /*rgba(0, 91, 172, 1)*/
}

/*.function-menu-content-body .menu-item:hover .itm-layout .itm-title,
.function-menu-content-body .menu-item:hover .itm-layout .itm-desc {
	color: rgba(255, 255, 255, 1);
}*/

.function-menu-content-body .menu-item .itm-layout {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	flex-grow: 1;
	margin: 16px 16px 0;
}

.function-menu-content-body .menu-item .itm-layout .itm-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
	color: #005BAC;
}

.function-menu-content-body .menu-item .itm-layout .itm-title .itm-title-innertext {
	/* cursor: pointer; */
}

.function-menu-content-body .menu-item .itm-layout .itm-title::before {
	content: '';
	padding: 4px 18px;
	background-image: url(../../../img/other_icon.svg);
	background-repeat: no-repeat;
	background-position: left 0 top 1px;
}

.function-menu-content-body .menu-item:nth-child(1) .itm-layout .itm-title::before {
	background-image: url(../../../img/doc_check_icon.svg);
}

.function-menu-content-body .menu-item:nth-child(2) .itm-layout .itm-title::before {
	background-image: url(../../../img/doc_sign_icon.svg);
}

.function-menu-content-body .menu-item:nth-child(3) .itm-layout .itm-title::before {
	background-image: url(../../../img/person_supply_icon.svg);
}

.function-menu-content-body .menu-item:nth-child(4) .itm-layout .itm-title::before {
	background-image: url(../../../img/set_global_icon.svg);
}

.function-menu-content-body .menu-item:nth-child(5) .itm-layout .itm-title::before {
	background-image: url(../../../img/truck_icon.svg);
	background-position: left 0 top 4px;
}

.function-menu-content-body .menu-item .itm-layout .itm-desc {
	flex-grow: 2;
	font-size: 14px;
}


/* ------------------------------------------------------------------------------- */
.href-inner-text {}

.guide-content-body {
	justify-content: center;
	margin: 0 0 32px;
}

.button-item {
	/* width: 294px;
	height: 126px; */
	/* border-top: 1px solid rgba(200, 200, 200, 0.7);
	border-left: 1px solid rgba(200, 200, 200, 0.7);
	border-right: 1px solid rgba(100, 100, 100, 1);
	border-bottom: 1px solid rgba(100, 100, 100, 1); */
	cursor: pointer;

	width: 220px;
	height: 100px;
	border-radius: 8px;
	border: 1px solid transparent;
	box-shadow: 0px 8px 8px 0 rgba(0, 0, 0, .12);
	margin: 0 8px 16px;
	background-image: linear-gradient(180deg, rgba(234, 246, 254, 1), rgba(255, 255, 255, 1));
}

/* .button-item:nth-child(4) {
	cursor: default;
} */

.button-item:hover {
	/* :not(:nth-child(4)) */
	/* background-color: rgba(200, 200, 200, 0.3); */
	/*border-right: 1px solid rgba(200, 200, 200, 0.7);*/
	/*border-bottom: 1px solid rgba(200, 200, 200, 0.7);*/
	/*border-top: 1px solid rgba(100, 100, 100, 1);*/
	/*border-left: 1px solid rgba(100, 100, 100, 1);*/
	border: 1px solid #1890FF;
}

.itm-btn-img img {
	width: 62px;
	height: 62px;
}

.itm-btn-img {
	margin: 20px 0 0 4px;
}

.itm-btn-img::before {
	content: '';
	background-image: url(../../../img/newbie_icon_col.svg);
	background-repeat: no-repeat;
	padding: 16px 24px;
}

.button-item:nth-child(2) .itm-btn-img::before {
	background-image: url(../../../img/question_icon_col.svg);
}

.button-item:nth-child(3) .itm-btn-img::before {
	background-image: url(../../../img/download_icon_col.svg);
}

.button-item:nth-child(4) .itm-btn-img::before {
	background-image: url(../../../img/contact_us_icon_col.svg);
}

.button-item:nth-child(5) .itm-btn-img::before {
	background-image: url(../../../img/about_us_icon_col.svg);
}

.itm-btn-layout {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: stretch;
	/* margin: 30px 32px 0; */
	margin: 24px 8px 0 16px;
}

.itm-btn-layout .itm-btn-desc {
	/* margin: 0 0 0 16px; */
	margin: 0 0 0 4px;
}

.itm-btn-layout .itm-btn-desc .itm-btn-desc-row {
	margin: 2px 0 8px;
}

.itm-btn-layout .itm-btn-desc .itm-btn-desc-title {
	/* font-size: 30px; */
	font-weight: 700;
	color: #005BAC;
}

.itm-btn-layout .itm-btn-desc .itm-btn-desc-label {
	font-size: 12px;
	color: rgba(153, 153, 153, 1);
}