body{
	background-color: #f6f7fa !important;
}
.page_box{
	margin-top: 50px;
}
.find_box{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.m-b-50{
	margin-bottom: 50px;
}
.search_box{
	margin-top: 20px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	width: 100%;
	box-sizing: border-box;
	padding: 24px 20px;
}
.search_box_item{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
	align-items: baseline;
}
.search_box_item:last-child{
	margin-bottom: 0 !important;
}
.search_item{
	align-items: center !important;
}
.search_box_item .search_box_item_title{
	width: 90px;
	min-width: 90px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-right: 40px;
}
.search_box_item_content{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.search_input{
	display: flex;
	justify-content: flex-start;
	width: 284px;
	height: 34px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid #CCCCCC;
	align-items: center;
	box-sizing: border-box;
	padding: 0 11px;
}
.search_input img{
	width: 17px;
	height: 17px;
	min-width: 17px;
	margin-right: 10px;
}
.search_input input{
	flex-grow: 1;
}
.search_box_item_content .search_btn{
	width: 60px;
	height: 34px;
	background: #1E50AE;
	border-radius: 2px 2px 2px 2px;
	text-align: center;
	line-height: 34px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	margin-left: 12px;
	cursor: pointer;
}
.search_box_tag{
	padding: 5px 16px;
	border-radius: 17px 17px 17px 17px;
	opacity: 1;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-right: 10px;
	min-width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
}
.search_box_type img{
	width: 14px;
	height: 14px;
	margin-right: 5px;
}


.page_content_left_list{
	width: 100%;
	min-width: 100%;
	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: 830px;
	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 .page_content_left_item_info .page_content_left_item_title{
	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;
}
.search_box_classfy .search_box_tag_cur{
	border: 1px solid #1E50AE !important;
	background-color: #1E50AE !important;
	color: #FFFFFF !important;
}
.search_box_activity .search_box_tag_cur{
	border: 1px solid #1E50AE !important;
	background-color: #1E50AE !important;
	color: #FFFFFF !important;
}
.search_box_type_list .search_box_tag_cur{
	border: 1px solid #1E50AE !important;
	background-color: #1E50AE !important;
	color: #FFFFFF !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
}