

* {
	box-sizing: border-box;
}
body{font-family: Microsoft YaHei;}
.cj_body h1, .cj_body h2, .cj_body h3, .cj_body h4, .cj_body h5, .cj_body h6 {
	margin: 0;
}
.cj_body p {
	margin: 0;
}
.cj_body ul {
	margin: 0;
	padding: 0;

}
.cj_body {margin: 0;
	font-family: Microsoft YaHei;
	color: #334151;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.cj_row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	
}
.cj_col_1, .cj_col_2, .cj_col_3, .cj_col_4, .cj_col_5, .cj_col_6, .cj_col_7, .cj_col_8, .cj_col_9, .cj_col_10, .cj_col_11, .cj_col_12, .cj_col, .cj_col_auto, .col-md, .col-md-auto, .cj_col_lg_1, .cj_col_lg_2, .cj_col_lg_3, .cj_col_lg_4, .cj_col_lg_5, .cj_col_lg_6, .cj_col_lg_7, .cj_col_lg_8, .cj_col_lg_9, .cj_col_lg_10, .cj_col_lg_11, .cj_col_lg_12, .col-lg, .cj_col_lg_auto, .cj_col_xl_1, .cj_col_xl_2, .cj_col_xl_3, .cj_col_xl_4, .cj_col_xl_5, .cj_col_xl_6, .cj_col_xl_7, .cj_col_xl_8, .cj_col_xl_9, .cj_col_xl_10, .cj_col_xl_11, .cj_col_xl_12, .col-xl, .cj_col_xl_auto {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.cj_col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.cj_col_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.cj_col_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.cj_col_2 {
	flex: 0 0 16.666%;
	max-width: 16.666%;
}
.cj_col_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.cj_col_4 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}
.cj_col_5 {
	flex: 0 0 40%;
	max-width: 40%;
}
.cj_col_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.cj_col_7 {
	flex: 0 0 60%;
	max-width: 60%;
}
.cj_col_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.cj_col_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.cj_col_10 {
	flex: 0 0 80%;
	max-width: 80%;
}
.cj_col_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.cj_col_12 {
	flex: 0 0 100%;
	max-width: 100%;
}
 @media (min-width: 1200px) {
.cj_col_xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.cj_col_xl_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.cj_col_xl_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.cj_col_xl_2 {
	flex: 0 0 16.667%;
	max-width: 16.667%;
}
.cj_col_xl_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.cj_col_xl_4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.cj_col_xl_5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.cj_col_xl_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.cj_col_xl_7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.cj_col_xl_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.cj_col_xl_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.cj_col_xl_10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.cj_col_xl_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.cj_col_xl_12 {
	flex: 0 0 100%;
	max-width: 100%;
}
}
.btn-group, .btn-group-vertical {
	
	display: inline-flex;
	vertical-align: middle;
}
.btn-primary {
	color: #fff!important;
	background-color: rgba(44, 109, 210, 1)!important;
	border-color: #8760fb;
}
.btn-group>.btn:not(:first-child) {
	margin-left: -1px;
}
.btn-group-sm>.btn {
	border: 1px solid #f2f2f2;
 padding: .25rem .5rem;
	text-align: center;
	vertical-align: middle;
	color: #666;
	margin:0;
	font-size: 12px;
	background:none;
}
.btn-padding { padding:.25rem 1rem !important}
.btn-padding span{ display:inline-block; padding-top:12px !important}
.gradient-branding {
	background: #6a11cb;
	background: -webkit-linear-gradient(180deg, #727cf5, #8e75dc) !important;
	background: linear-gradient(180deg, #727cf5, #8e75dc) !important;
}
.align-items-center {
	align-items: center !important;
}
.font18{ font-size:16px; font-weight:bold; color:#333; margin-left:1rem}
.badge {

	padding: 3px 5px 4px;
}
.badge-secondary {
	color: #ff7671; font-weight:bold;
	background:#f2f2f2;
	border-radius:5px

}
.badge-success {
	color: #3fcbca;; font-weight:bold;background:#f2f2f2;
	border-radius:5px

}
.text-center {
	text-align: center!important;
}
.m-0 {
	margin: 0!important;
}
.mt-3{ margin-top:10px}
.mt-5{ margin-top:.6rem}


.p-0{padding: 0!important;}
.border-bottom {
	border-bottom: 1px solid #e1e6f1!important;
}
.cj_body .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box; 
    border-radius: 3px;
 
    box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);
	
	
	
}.custom-card { border-radius: 10px;margin-bottom:7px;background-color: #fff; width:100%; }
.h3bg{ background:#f0f5fb; color:#0220fc; padding:10px 45px; border-radius:30px; margin:10px; display:inline-block; font-size:30px; font-weight:bold}
.custom-card .cj_col_7{ font-weight:bold;padding:10px; padding-left:25px }
.custom-card .cj_col_5{padding:10px; background: linear-gradient(160deg,#a6ddfc, #a8c5fd); color:#fff; text-align:right; border-radius: 0  10px  10px 58px}
.height30{ height: 30vh; overflow: auto;}
.cj_body .cj_top .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	
	border-radius: 3px;
	box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);
	
}
.bm_0 {
	border-bottom:none;
}
.br_1 {
	border-right:1px solid #e3e5e4;
}
.bm_1 {
	border-bottom:1px solid #e3e5e4;
}

.task-list li h6 {
	margin-bottom: 8px !important;
}
.tx-12 {
	font-size: 12px;
}

.text-muted {
	color: #99a6b7 !important;
}
.text-444 {
	color: #444 !important;
}
.media {
	display: flex;
	align-items: flex-start; height: 70px;
}
.media-body {
	flex: 1;
}
h5, .h5 {
	font-size: 1.09375rem;
}
small, .small {
	font-size: 80%;
	font-weight: 400;
}
.w-img{ float:left; margin-right: .8rem;}
.w-img img{ width: 90%;}
.ml-2{ margin-left:3rem}
.ml-1{ margin-right:1rem}
.media-body h5.mb-1{  margin-top:.2rem !important; font-size:22px}
.media-body h5.mb-1 .numb{ font-size:12px !important; position:relative; top:-6px; margin-left:.3rem;font-weight: normal;}
.media-body p{ color:#333; margin:0; font-weight:normal; font-size: 16px; }
.rounded-0 .card-body{ padding:.6rem }
.media-body .h5{ margin:1rem 0 !important}
.cj_body .card-body {
	flex: 1 1 auto;
 padding:10px;
}
.cj_top{ background:#f0f5fb; padding:.8rem 0}
.cj_body .card-title {
	font-size:16px; background:#f5f8f9;
	color: #334151;
	border-bottom: 1px solid #f2f2f2;
	flex: 1 1 auto;
 padding: .5rem;
}
.cj_body .card-title  .more{ color:#999; font-size:12px; font-weight:normal}
.cj_body .card-title  span{color:#333; padding:0 10px;  position:relative; }
.cj_body .card-title  span::before {
    position: absolute;
    width: 3px;
    background: #29a8f7;
    height: 14px;
    border-radius: 6px;
    left:2px;
    top:4px;
    content: '';
}

.cj-text1{color: #29a8f7;}
.cj-text2{color: #0dceb0;}
.cj-text3{color: #a79bfd;}
.cj-text4{color: #f98463;}
.cj-text5{color: #fc77e5;}
.cj-text6{color: #ffce5b;}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.m-0 {
	margin: 0 !important;
}
.p-0 {
	padding: 0 !important;
}

.text-center {
	text-align: center !important;
}

 *::-webkit-scrollbar {
 width: 4px;
 height: 4px;
 transition: .3s background;
}
::-webkit-scrollbar-thumb {
 background: #e1e6f1;
}
*:hover::-webkit-scrollbar-thumb {
 background: #adb5bd;
}
/*-----Br Themes-----*/
h6, .h6 {
	font-size:14px;
	font-weight: normal;
}
.float-right {
	float: right !important;
}

.num_lable {
    background: #1fa2f6;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

	/* 采集数据统计 */
	#breakNewsList {
		height: 25vh;
		overflow: hidden;
		width: 100%;
	}
	#breakNewsList2 {
		height: 25vh;
		overflow: hidden;
		width: 100%;
	}
	.cj_list li{ font-size:12px; text-align:center; line-height:38px; margin:0;  overflow: hidden; border-bottom: 1px solid #f2f2f2; margin-bottom:.6rem}
	.cj_list  .cj_list_title	{  background-size:100% 100%; color:#29a8f7; font-weight:bold; border:none}
	.text-l{text-align: left;}
	.cj_list li i {
		font-style: normal;
		width: 4px;
		height: 4px;
		display: inline-block;
		border-radius: 50%;
		background: #29a8f7;
		margin-right: 2px;
		position: relative;
		top: -2px;
	}
	
.cj_echarts{width: 100%; height: 100%;;}

.height33{height: 33vh; overflow: auto;}

*{margin:0;padding:0;list-style:none;}

.jxjdbox h3{ margin: 0; margin-bottom: 8px; font-size: 16px;}

.jxjdbox{background: #fff; border-radius: 5px; padding: 6px; margin-top: 5px; }
.mt-5{margin-top: .5rem;}
.table-form .flex-a{display: flex; align-items: center; color: #333;}
.table-form .flex-a span{margin: 0 5px;}
.table-form { width: 100%;
    margin-bottom: .3rem;font-size:12px;
  border-collapse: collapse;
  background: #eaf4ff; border: 1px solid #f2f2f2;
}
.table-form td{padding: 10px 5px; color: #333;}

.input{width: 100%; border: 1px solid #ddd; padding: 5px; outline: none;}
.select{width: 100%; border: 1px solid #ddd; padding: 5px; outline: none;}
.a-table th,.a-table td{ padding:0 5px; font-size: 13px; border: 1px solid #ddd;  padding: 0 5px; height: 3.65vh;}
.a-table { width: 100%;
    margin-bottom: .3rem;
    color: 
    #747a80; font-size:12px;
  border-collapse: collapse;
}
.a-table tbody tr:nth-of-type(2n+1) {
    background-color: #fdfdfd;
}
.a-table tbody tr td:nth-child(1) {
    width:50px; text-align: center; 
}

.a-table th{ background:#f5f7f9; color: #333; font-weight:normal; text-align:center;}
.colorb{color: #4bb1ff;}
.colorr{color: #fe4d52;}
.ljbtn {
    background-image: linear-gradient( 
135deg 
, #9fbdfb 10%, #6093fc 100%);
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}
.ljbtn2 {
    background-image: linear-gradient( 
135deg
, #f2f2f2 10%, #fff 100%);
    color: #333; border: 1px solid #ddd;
    padding: 5px; margin-left: 2px;
    border-radius: 3px;
    cursor: pointer;
}
.box-c1 { margin-left: 5px;
    background-image: linear-gradient( 
135deg
, #6bda7c 10%, #41c7a6 100%);
    color: #fff;
}
.page-link {
	color: #334151;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 6px;
	border-width: 0;
	border: 1px solid #e1e6f1;
	font-weight: 400;
	margin: 5px 1px;
	text-decoration: none;
}
.page-link i {
	font-size: 18px;
	line-height: 0;
}
.pagination { float:right;
	display: flex;	font-size: 12px;
	padding-left: 10px; position: absolute;  bottom: 0; right: 5px;
	list-style: none;
	margin: 6px 0;
}
.TT a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.pagination .active{ background:#2ea6e6; color:#fff}

@media (max-width:1800px){ .cj_body .card-title {
   padding: .5rem;
}
.w-img img {
    width: 70%;
}.w-img {
    float: left;
    margin-right: 0;
}.media-body p { font-size: 14px;}.media {
    display: flex;
    align-items: flex-start;
    height: 60px;
}.cj_body .card-title span { font-size: 14px;
}.media-body h5.mb-1 {
    font-size: 18px;
}.media-body h5.mb-1 .numb {
    font-size: 12px !important;
    position: relative; font-weight: normal;
    top: 0px;
    margin-left: .3rem;
}.mt-5 {
    margin-top: .5rem;
}.cj_top {
    padding: .5rem 0;
}	#breakNewsList {
	height: 22vh;
	
}
#breakNewsList2 {
	height: 22vh;

}}
