

* {
	box-sizing: border-box;
}

.lc_body h1, .lc_body h2, .lc_body h3, .lc_body h4, .lc_body h5, .lc_body h6 {
	margin: 0;
}
.lc_body p {
	margin: 0;
}
.lc_body ul {
	margin: 0;
	padding: 0;

}
.lc_body {margin: 0;
	font-family: Microsoft YaHei;
	color: #334151;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.lc_row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	
}
.lc_col_1, .lc_col_2, .lc_col_3, .lc_col_4, .lc_col_5, .lc_col_6, .lc_col_7, .lc_col_8, .lc_col_9, .lc_col_10, .lc_col_11, .lc_col_12, .lc_col, .lc_col_auto, .col-md, .col-md-auto, .lc_col_lg_1, .lc_col_lg_2, .lc_col_lg_3, .lc_col_lg_4, .lc_col_lg_5, .lc_col_lg_6, .lc_col_lg_7, .lc_col_lg_8, .lc_col_lg_9, .lc_col_lg_10, .lc_col_lg_11, .lc_col_lg_12, .col-lg, .lc_col_lg_auto, .lc_col_xl_1, .lc_col_xl_2, .lc_col_xl_3, .lc_col_xl_4, .lc_col_xl_5, .lc_col_xl_6, .lc_col_xl_7, .lc_col_xl_8, .lc_col_xl_9, .lc_col_xl_10, .lc_col_xl_11, .lc_col_xl_12, .col-xl, .lc_col_xl_auto {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.lc_col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.lc_col_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.lc_col_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.lc_col_2 {
	flex: 0 0 20%;
	max-width: 20%;
}
.lc_col_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.lc_col_4 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}
.lc_col_5 {
	flex: 0 0 40%;
	max-width: 40%;
}
.lc_col_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.lc_col_7 {
	flex: 0 0 60%;
	max-width: 60%;
}
.lc_col_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.lc_col_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.lc_col_10 {
	flex: 0 0 80%;
	max-width: 80%;
}
.lc_col_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.lc_col_12 {
	flex: 0 0 100%;
	max-width: 100%;
}
 @media (min-width: 1200px) {
.lc_col_xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.lc_col_xl_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.lc_col_xl_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.lc_col_xl_2 {
	flex: 0 0 16.667%;
	max-width: 16.667%;
}
.lc_col_xl_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.lc_col_xl_4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.lc_col_xl_5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.lc_col_xl_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.lc_col_xl_7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.lc_col_xl_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.lc_col_xl_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.lc_col_xl_10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.lc_col_xl_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.lc_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;
}
.lc_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: 10px;
 
    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 .lc_col_7{ font-weight:bold;padding:10px; padding-left:25px }
.custom-card .lc_col_5{padding:10px; background: linear-gradient(160deg,#a6ddfc, #a8c5fd); color:#fff; text-align:right; border-radius: 0  10px  10px 58px}

.lc_body .lc_top .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color:none;
	background-clip: border-box;
	
	border-radius: 0;
	box-shadow: inherit;
	
}
.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: 60px;
}
.media-body { color: #fff;
	flex: 1; display: flex; align-items: center; justify-content: space-between; padding:0 10px;
}
.flex-a{display: flex; align-items: center; color: #fff;}
.w-img img{ width: 40px; margin-right: 8px;}
h5, .h5 {
	font-size: 1.09375rem;
}
small, .small {
	font-size: 80%;
	font-weight: 400;
}
.lc_body .card-body {
	flex: 1 1 auto;
 padding:6px;
}
.lc_top{ background:#f0f5fb; padding:.5rem 0}
.lc_body .card-title {
	font-size:14px; position: relative;
	font-weight: 600; background:#f5f8f9;
	color: #334151;
	border-bottom: 1px solid #f2f2f2;
	flex: 1 1 auto;
 padding: .3rem ; 
}
.lc_body .card-title  .more{ color:#999; font-size:12px; font-weight:normal}
.lc_body .card-title  span{color:#333; padding:0 10px;  position:relative; display: flex; align-items: center; }
.lc_body .card-title  span img{margin-right: 3px;}
.lc_body .card-title  span i{color:#085eef;  }
.lc_body .card-title .right{position:absolute; top: 5px; right: 5px; display: flex; align-items: center; font-weight: normal; font-size: 12px;}
.text-danger {
	color: #ff473d !important;
}
.text-999 {
	color: #999 !important;
}
.text-success {
	color: #03c895 !important;
}
.text-warning {
	color: #ffc107 !important;
}
.text-primary {
	color: #8760fb !important;
}
.text-cot-1{ color:#ff4146!important}
.text-cot-2{ color:#42bc9f!important}
.text-cot-3{ color:#32a5ff!important}
.text-cot-4{ color:#7581f7!important}
.jxicon_15{ color:#ff4146!important}
.jxicon_16{ color:#7581f7!important}
.jxicon_17{ color:#9d5cf6!important}
.bg-primary {
	background-color: #8d76dd !important;
}

.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;
}

.lc_body a{ text-decoration:none}

.task-list li:last-child {
	margin-bottom: 0;
}
.task-list li .task-icon {
	position: absolute;
	left: 22px;
	top: 13px;
	border-radius: 50%;
	padding: 2px;
	width: 17px;
	height: 17px;
	z-index: 2;
}

.main-content {
	min-height: 78vh;
}

.z-index2 {
	z-index: 2;
}
.p-15 {
	padding: 15px !important;
}
.progress {
	display: -ms-flexbox;
	display: flex;
	width: 80px;
 height: .2rem;
	overflow: hidden;
 font-size: .75rem;
	background-color: rgba(0, 0, 0, 0.05);
 border-radius: .25rem;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.tx-11 {
	font-size: 11px;
}


.icon-box {
	width: 55px;
	height: 55px;
	margin: auto;
	border: 0px solid #fff;
	line-height: 55px;
	border-radius: 50%;
	text-align: center;
}
.icon-box {
	color: #fff
}
.icon-tubiao11 {
	font-size: 30px
}


.height46 {
	width: 100%;
	height: 48vh; overflow:auto
}

.height28 {
	height: 28.5vh; overflow:auto
}

.height26 {
	height: 26vh; overflow:auto
}


.w-icon{
font-size: 12px;

text-align: center;


display: inline-block;  
}

.w-img{ float:left;}
.ml-2{ margin-left:3rem}
.ml-1{ margin-right:1rem}
.media-body h5.mb-1{  margin-top:.2rem !important; font-size:22px; color: #fff;}
.media-body h5.mb-1 .numb{ font-size:12px !important; position:relative; top:-6px; margin-left:.4rem}
.media-body p{ color:#999; margin:0; font-weight:bold}
.lc_suzi{ height: 8px;
width: 8px;
 background:#f36b53; 
display: inline-block;
margin-right:1rem;
border-radius: 50%;
 }
.media-body .h5{ margin:1rem 0 !important}


.cl_list {display: flex; flex-wrap: wrap;height: 97%;}
.cl_list li{width:50%; float: left;  height: 100%; }
.cl_list li .aiimgbox{ position: relative; margin: .5rem;height:100%; overflow: hidden; }
.cl_list li .aiimgbox img{width: 100%; height:100%; }
.cl_list li .aiimgbox h3{ position: absolute; bottom: 0; width: 100%; padding: 5px; font-size: 12px; font-weight: normal; display: flex; justify-content: space-between; margin: 0; background-color:rgba(0, 0, 0, 0.5);}
table{border-collapse: collapse;}

.sh_echarts{ width:100%; height:92%}
.sh_echarts2{ width:100%; height:92%}


.position{ position:relative}

.border1{border:3px solid #ff8147}
.border2{border:3px solid #1e80e6}
.bg1 {
	background: #ff8147 !important; color: #fff;
}
.bg2 {
	background: #1e80e6 !important;color: #fff;
}

.iconbg1 i.f20{ font-size:18px !important}
*{margin:0;padding:0;list-style:none;}
#breakNewsList {
    height: 35vh;
    overflow: hidden;
    width: 100%;
}
#breakNewsList2 {
    height: 35vh;
    overflow: hidden;
    width: 100%;
}
.zlsp_list li {
    padding: 0;
    border-bottom: 1px dashed #e1e6f1;
    overflow: hidden;
}
.zlsp_list li .list-left {
    width: 35%;
    float: left;
    padding: 6px;
    height: 15vh;
    cursor: pointer;
}
.zlsp_list li .list-right {
    float: right;
    width: 65%;
    padding: 6px; margin-top: 6px; padding-top: 0;
    color: #666;
    cursor: pointer;
	background: #edeff3;
}
.zlsp_list li .list-left img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #f2f5fb;
}
.zlsp_list li p {
    margin: 6px 0;
    font-size: 14px;
}
.zlsp_list li p.span-num{ margin: 10px 0;}
.p-flex{display: flex; justify-content: space-between;}
.span-num span{background:#257bec; color: #fff; padding: 6px ;  margin: 5px 0; border-radius: 3px;}
.lable_info{background-image: linear-gradient(135deg	, #2ddeff 10%, #7f9bff 100%) !important; padding: 2px 8px; color: #fff !important; border-radius: 3px; }
.lable_green{ background: linear-gradient(to right, #84d9d2, #07cdae); padding: 2px 8px; color: #fff !important; border-radius: 3px;}
.lable_red{background-image: linear-gradient(135deg	, #ffbf96 10%, #fe7096 100%) !important; padding: 2px 8px; color: #fff !important; border-radius: 3px;}
.lable_wjy{background-image: linear-gradient(135deg	, #c8c8c8 10%, #a4a3a3 100%) !important; padding: 2px 8px; color: #fff !important; border-radius: 3px;}
	.sp_fixd_lx{display: flex;  align-items: center; padding: 5px; font-size: 12px; border-bottom: 1px solid #f3f3f3; position: relative;}	
	.card-title i{ font-size:12px; color:#ff3b14}
	.text-jili{position:absolute; right:10px; font-size:80px; top:-5px; color:#e1effd; font-weight:bold }
	.z_text{ font-size:14px}
	.z_text span{ color:#257bec }
	.z_text p{ margin:3px}
	.z_label{font-size: 12px; position: absolute; right:5px; bottom: 8px;}
	.z_text p img{ position:relative; top:8px}
	.selectbox{padding: 3px; border: 1px solid #ddd;color:#257bec; outline:none;  border-radius: 3px;}
	.top_bg1{  background: url(../img/top_bg1.png);   background-size: 100% 100%;}
	.top_bg2{  background: url(../img/top_bg2.png);   background-size: 100% 100%;}
	.top_bg3{  background: url(../img/top_bg3.png);   background-size: 100% 100%;}
	.top_bg4{  background: url(../img/top_bg4.png);   background-size: 100% 100%;}
	.top_bg5{  background: url(../img/top_bg5.png);   background-size: 100% 100%;}
	.top_bg6{  background: url(../img/top_bg6.png);   background-size: 100% 100%;}
	.sp_imgbox img {
		width: 100%;
		height: 100%;
		padding: 1px;
		border: 1px solid #ddd;
	}
	.sp_imgbox {
		width:70px;
		display: inline-block;
		height: 5vh;
		float: left;
		margin-right: .8rem;
		text-align: center;
	}.atext {
		display: inline-block;
		float: left; font-weight: bold;
	}
	.linebox{display: flex; align-items: center;}
	.atext .aui-text{font-weight: normal; margin-top: .3vh;}
	.sp_content p {
		color: #555; margin: 2px 0; font-size: 12px;
	}
	.lc_body .card-title::before {
		width: 3px;
		height: 14px;
		top: 8px;
		position: absolute;
		content: "";
		background: #2fa5f4;
		border-radius: 20px;
		left: 8px;
	}

.ellipsis60 {
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project-ul-s { padding:0.08rem}
.project-ul-s  li{ padding:1vh 3px; border-bottom:1px dashed #e1e3e4;  font-size:12px; list-style:none; clear:both; overflow:hidden}
.project-ul-s  li:nth-of-type(2n+1) {
    background-color: #f8fbfd;
}
.project-ul-s  li .pull_left{  display:inline-block; float:left; color:#212121; }

.project-ul-s  li .pull_right{  display:inline-block; float:right; color:#555; width:76%;}
.sp_ls_text{float:left; display:inline-block; width:75%; padding-left:6px;padding-top:5px;}
.sp_ls_box{ float:left; overflow:hidden; width:100px; height:70px;display:inline-block;padding:1px; border:1px solid #ddd}
.sp_ls_box img{ width:100%; height:100%; }
.sp_ls_text p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    padding: 0;
    margin: 0; font-size: 12px;
    padding-top: 2px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}.sp_content p {
    color: #555;
}
.ap_label_warning {
    font-weight: normal;
    padding: 2px 8px;
    text-shadow: none;
    position: absolute;
    right: 8px; font-size: 12px;
    border-radius: 10px;
    display: inline-block;
    white-space: nowrap;
    background-color: #f8ac59;
    color: #FFFFFF;
}
ul li.sp_fixd2 {
    margin-top: 5px; display: flex;
    overflow: hidden; position: relative;
    cursor: pointer; padding-bottom: 3px;
	border-bottom: 1px dashed #f3f3f3;
}
.sp-from-ul li {
	width: 100%; cursor: pointer;
	border: 1px  solid #f8f8f8;
	border-radius: 3px;
	background: #fcfdfd;
	display: flex; 
 padding: 14px 10px;font-size: 13px;
 align-items: center; 
	justify-content: space-between;
 margin-bottom: .5rem;
}
.w-flex img {
    width: 20px;
    margin-right: 6px;
}
.sp-from-ul li.active .w-flex img{content: url(../img/spicon_hover.png) !important;}
.sp-from-ul li:hover {
    background-image: linear-gradient(to right, #0d93f7, #0d93f7);
    color: #fff;
}.w-flex {
    display: flex;
    align-items: center;
    font-size: 13px;
}.text-g {
    color: #31c01c;
}.text-red {
    color: #fe4d52 !important;
}.sp-from-ul .active {
    background-image: linear-gradient(to right, #0d93f7, #0d93f7);
    color: #fff;
}
.text-1{color:#184897; margin-right:.1rem; font-size:8px}
.text-2{color:#04cdf4; margin-right:.1rem; font-size:8px}
.text-3{color:#39b54a; margin-right:.1rem; font-size:8px}
.text-4{color:#fea03c; margin-right:.1rem; font-size:8px}.text-5{color:#ff7058; margin-right:.1rem; font-size:8px}
.text-6{color:#4cdcc5; margin-right:.1rem; font-size:8px}
.text-7{color:#ffd05c; margin-right:.1rem; font-size:8px}
.colorb{color: #222;  }
.colorr{color: #fe4d52;}
.height70 h3{ font-size: 14px; margin: 6px 0;} 
.height70{height: 78.8vh;	overflow: auto}
.right_display{ display: flex; position:absolute; right: 8px; top: 10px;}
.sp_vod{width: 100%;   padding-top: 0;}
.sp_video {
  border-radius: 3px;
  border: 1px solid #f8f8f8;
  background: url(../img/sbg.png) no-repeat #f0f4f8 center center;
  background-size: 100% 100% ;
  width: 100%;

}
.displayn{display: none;}
.ybox.active .spicon1{background: url(../img/spicon11_ac.png) no-repeat ;
	background-size: 100% ; 
}
.ybox.active .spicon4{background: url(../img/spicon10_ac.png) no-repeat ;
	background-size: 100% ; 
}
.ybox.active .spicon9{background: url(../img/spicon9_ac.png) no-repeat ;
	background-size: 100% ; 
}
.spicon1{background: url(../img/spicon11.png) no-repeat ;
	background-size: 100% ; margin-right: 5px; cursor: pointer;
	width: 16px; height: 16px; display: inline-block;}
	.spicon4{background: url(../img/spicon10.png) no-repeat ;
		background-size: 100% ; margin-right: 5px; cursor: pointer;
		width: 16px; height: 16px; display: inline-block;}
		.spicon9{background: url(../img/spicon9.png) no-repeat ;
			background-size: 100% ; margin-right: 3px; cursor: pointer;
			width: 16px; height: 16px; display: inline-block;}
.spbox2 .sp_video {height: 23vh;}
.spbox3 .sp_video {height: 15.4vh;}
.spbox1  .sp_video{ height:46vh;}
.videot {
    width: 100%;
    height: 100%;
}
video {
    background: url(../img/sbg.png) no-repeat #f0f4f8;
    background-size: 100%;
    width: 100%;
    height: 100%;
}
.height38{height: 37vh; overflow: auto;}
.height40{height: 45vh; overflow: auto;}
	.height22{height: 37vh; overflow: auto;}
	@media (max-width:1800px){ body{font-size: 12px;}
	
		.media {
			display: flex;
			align-items: flex-start;
			height: 55px;
		}.lc_body .card-title {
			padding: .3rem;
		}.lc_body .card-title::before {
			
			top: 8px;
		
		}
}

