body{
	background-color: #f6f7fa !important;
}
#myCarousel{
	height: 500px !important;
}
#myCarousel .carousel-inner{
	height: 500px !important;
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
#myCarousel .carousel-inner>.item{
	height: 500px !important;
	float:left;
	position:relative;
	width:100%;
}
.carousel {
	position:relative;
	height:500px;
	width:100%;
	overflow:hidden;
}
.carousel-inner .item-pic {
	position:absolute;
	top:0;
	width: 100%;
	height:500px;
	overflow:hidden;
}
.paginations {
	position:absolute;
	bottom:30px;
	z-index:6;
	text-align:center;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}
.pagination-item {
	width: 30px;
	height: 4px;
	border-radius: 4px;
	border: none;
	background-color: #fff;
	opacity: 0.5;
	margin:0 5px;
	display: inline-block;
	cursor:pointer;
}
.pagination-item:hover {
	background-color:#fff;
}
.pagination-item.active {
	background-color:#fff;
	opacity: 1;
}

.more{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #777777;
}
.more img{
	width: 5px;
	height: 10px;
	margin-left: 5px;
}

.nav_box{
	width: 100%;
	background-color: #fff;
	height: 46px;
}
.nav_box .nav_box_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.nav_box .nav_list{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nav_box .nav_list .nav_item{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-right: 58px;
	font-family: HarmonyOS_Sans_Medium !important;
}
.nav_box .nav_list .nav_item_cur{
	color: #1E50AE;
	position: relative;
}
.nav_box .nav_list .nav_item_cur::after{
	content: '';
	width: 100%;
	height: 4px;
	background: #1E50AE;
	border-radius: 2px 2px 2px 2px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
}
.page_b_w{
	margin-top: 50px;
	margin-bottom: 50px;
}
.page_content{
	display: flex;
	justify-content: space-between;
}
.page_content_left_list{
	width: 900px;
	min-width: 900px;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 30px 20px;
	background-color: #fff;
}
.page_content_left_item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
	cursor: pointer;
}
.page_content_left_item:last-child{
	padding-bottom: 0px !important;
	border-bottom: none !important;
	margin-bottom: 0px !important;
}
.page_content_left_item .page_content_left_item_img{
	width: 280px;
	height: 160px;
	min-width: 280px;
	margin-right: 30px;
}
.page_content_left_item .page_content_left_item_img img{
	width: 100%;
	height: 100%;
}
.page_content_left_item .page_content_left_item_info{
	min-width: 530px;
	height: 160px;
	box-sizing: border-box;
	padding: 20px 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.page_content_left_item_top{
	width: 100%;
}
.page_content_left_item .page_content_left_item_info .page_content_left_item_title{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page_content_left_item .page_content_left_item_info .page_content_left_item_desc{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-top: 13px;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page_content_left_item .page_content_left_item_info .page_content_left_item_bottom{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.page_content_left_item .page_content_left_item_info .page_content_left_item_bottom .page_content_left_item_look{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.page_content_left_item .page_content_left_item_info .page_content_left_item_bottom .page_content_left_item_look img{
	width: 12px;
	height: 12px;
	margin-right: 6px;
}
.page_content_left_item:hover .page_content_left_item_title{
	color: #1E50AE !important;
}

.page_content_right_top{
	width: 280px;
	height: 285px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.page_content_right_top .page_content_right_top_title{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.page_content_right_top .page_content_right_top_ewm{
	width: 140px;
	height: 140px;
	margin-top: 20px;
}
.page_content_right_top .page_content_right_top_ewm img{
	width: 100%;
	height: 100%;
}
.page_content_right_top .page_content_right_top_message{
	font-size: 18px;
	font-weight: bold;
	color: #1E50AE;
	margin-top: 20px;
}
.page_content_right_center{
	width: 280px;
	max-height: 546px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	margin-top: 30px;
}
.page_content_right_center .center_tabbar{
	width: 100%;
	padding: 20px 20px 11px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.page_content_right_center .center_tabbar .center_tabbar_item{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
}
.page_content_right_center .center_tabbar .center_tabbar_item_cur{
	color: #1E50AE !important;
	font-weight: bold;
	position: relative;
}
.page_content_right_center .center_tabbar .center_tabbar_item_cur::after{
	content: '';
	width: 30px;
	height: 3px;
	background: #1E50AE;
	border-radius: 2px 2px 2px 2px;
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
}
.page_content_right_center .center_list{
	width: 100%;
	box-sizing: border-box;
	padding: 13px 20px 20px;
	display: none;
}
.page_content_right_center .center_list_cur{
	display: block !important;
}
.page_content_right_center .center_item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
}
.page_content_right_center .center_item:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.page_content_right_center .center_item_left{
	width: 100px;
	height: 56px;
	min-width: 100px;
	margin-right: 10px;
}
.page_content_right_center .center_item_left img{
	width: 100%;
	height: 100%;
}
.page_content_right_center .center_item_right{
	width: 130px;
	height: 56px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.page_content_right_center .center_item_title{
	width: 100%;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
}
.page_content_right_center .center_item_time{
	font-size: 10px;
	font-weight: 400;
	color: #666666;
}
.page_content_right_bottom{
	width: 280px;
	margin-top: 30px;
}
.page_content_right_bottom .bottom_title{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	position: relative;
	box-sizing: border-box;
	padding-left: 10px;
}
.page_content_right_bottom .bottom_title::after{
	content: '';
	width: 4px;
	height: 18px;
	background: #1E50AE;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.bottom_tag_list{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.bottom_tag_item{
	width: 76px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #CCCCCC;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px;
	margin-right: 6px;
	margin-top: 6px;
}
.bottom_tag_item:nth-child(3n){
	margin-right: 0px !important;
}
.bottom_tag_item:nth-child(1),.bottom_tag_item:nth-child(2),.bottom_tag_item:nth-child(3){
	margin-top: 0px !important;
}

.nav_fixed{
	z-index: 2000;
	top: 0;
	left: 0;
	position: fixed;
	height: 66px !important;
}


.dataTables_paginate .pagination {
	overflow:hidden;
	margin-right:-5px;
	float:right
}
.dataTables_paginate .pagination li {
	float:left;
	margin-right:5px;
	font-size:14px;
	color:#333;
	border:1px solid #ddd;
	background-color:#f7f7f7;
	background-repeat:repeat-x
}
.dataTables_paginate .pagination li a {
	height:36px;
	line-height:36px;
	padding:0 14px;
	display:block
}
.dataTables_paginate .pagination .paginate_button {
	cursor:pointer
}
.dataTables_paginate .pagination .paginate_button:hover {
	background:#1E50AE;
	border-color:#1E50AE
}
.dataTables_paginate .pagination .paginate_button:hover a {
	color:white
}
.dataTables_paginate .pagination .active {
	background-color:#1E50AE;
	border-color:#1E50AE
}
.dataTables_paginate .pagination .active a {
	color:white
}
.dataTables_paginate .pagination .next a {
	color:#ccc
}