
* {
	box-sizing: border-box;
}
@font-face {
	font-family: 'ds-digitalbold';
	src: url('../font/DS-DigitalBold.ttf');
	src: url('../font/ds-digitalbold-webfont.eot');
	src: url('../font/ds-digitalbold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/ds-digitalbold-webfont.woff2') format('woff2'), url('../font/ds-digitalbold-webfont.woff') format('woff'), url('../font/ds-digitalbold-webfont.ttf') format('truetype'), url('../font/ds-digitalbold-webfont.svg#ds-digitalbold') format('svg');
}
ul li{ list-style:none; margin:0}

.dc_body h1, .dc_body h2, .dc_body h3, .dc_body h4, .dc_body h5, .dc_body h6 {
	margin: 0;
}
.dc_body p {
	margin: 0;
}
.dc_body ul {
	margin: 0;
	padding: 0
}
.dc_body {margin: 0;
	font-family: Microsoft YaHei;
	color: #334151;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.dc_row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
	
}
.dc_col_1, .dc_col_2, .dc_col_3, .dc_col_4, .dc_col_5, .dc_col_6, .dc_col_7, .dc_col_8, .dc_col_9, .dc_col_10, .dc_col_11, .dc_col_12, .dc_col, .dc_col_auto, .col-md, .col-md-auto, .dc_col_lg_1, .dc_col_lg_2, .dc_col_lg_3, .dc_col_lg_4, .dc_col_lg_5, .dc_col_lg_6, .dc_col_lg_7, .dc_col_lg_8, .dc_col_lg_9, .dc_col_lg_10, .dc_col_lg_11, .dc_col_lg_12, .col-lg, .dc_col_lg_auto, .dc_col_xl_1, .dc_col_xl_2, .dc_col_xl_3, .dc_col_xl_4, .dc_col_xl_5, .dc_col_xl_6, .dc_col_xl_7, .dc_col_xl_8, .dc_col_xl_9, .dc_col_xl_10, .dc_col_xl_11, .dc_col_xl_12, .col-xl, .dc_col_xl_auto {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}
.dc_col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.dc_col_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.dc_col_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.dc_col_2 {
	flex: 0 0 20%;
	max-width: 20%;
}
.dc_col_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.dc_col_4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.dc_col_5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.dc_col_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.dc_col_7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.dc_col_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.dc_col_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.dc_col_10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.dc_col_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.dc_col_12 {
	flex: 0 0 100%;
	max-width: 100%;
}
 @media (min-width: 1200px) {
.dc_col_xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.dc_col_xl_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.dc_col_xl_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.dc_col_xl_2 {
	flex: 0 0 20%;
	max-width: 20%;
}
.dc_col_xl_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.dc_col_xl_4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.dc_col_xl_5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.dc_col_xl_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.dc_col_xl_7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.dc_col_xl_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.dc_col_xl_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.dc_col_xl_10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.dc_col_xl_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.dc_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:.65rem !important}
.btn-padding span{ padding-bottom:15px !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}
.p-0{padding: 0!important;}
.border-bottom {
	border-bottom: 1px solid #e1e6f1!important;
}
.dc_body .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);
	border-radius: 3px;
	margin-bottom: 5px;
	
	
}
.dc_body .dc_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: 8px;
	margin-bottom: 5px;
	box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);
	
}
.search_box{ width: 100%;overflow: hidden;   background-color: white; position: relative;}
.search_box div{ width: 100%;}
.search_box input{ float: left; width: 100%; padding:0 10px; height: 50px; color: #777;  border:1px solid #ddd;
	font-size:14px;font-family: "微软雅黑";
}
.search_box button.search_btn{ float: right; color:#fcface; width: 94px; height: 50px; cursor: pointer; background-image: linear-gradient(to right, #ffb923 0%, #ffa01e 100%); border:none; position: absolute; right: 0;}
.content_nav{ width:100%; background:#3753f2; }
.bm_0 {
	border-bottom:none;
}
.br_1 {
	border-right:1px solid #e3e5e4;
}
.bm_1 {
	border-bottom:1px solid #e3e5e4; overflow:hidden
}
.activity-block .task-list li {
	padding-left: 25px;
	margin-bottom: 15px;
}
.task-list li h6 {
	margin-bottom: 8px !important;
}
.tx-12 {
	font-size: 12px;
}
.activity-block .task-list li .task-icon {
	top: 0;
	left: 0px;
	width: 8px;
	height: 8px;
}
.text-muted {
	color: #99a6b7 !important;
}
.text-444 {
	color: #444 !important;
}
.media {
	display: flex;
	align-items: flex-start;
}
.media-body {
	flex: 1;
}
h5, .h5 {
	font-size: 1.09375rem;
}
small, .small {
	font-size: 80%;
	font-weight: 400;
}
.dc_body .card-body {
	flex: 1 1 auto;
 padding: .5rem;
}
.dc_top{ background:#f0f5fb; padding:.5rem 0}
.dc_body .card-title { position: relative;
	font-size:14px;
	font-weight: 600; 
	color: #0d93f7;
	flex: 1 1 auto;
 padding: 10px; padding-left:36px;   background: url(../img/h2_icon.png) left 15px center no-repeat;

	border-bottom: 1px solid #e1e6f1;


}
.dc_body .card-title i{ margin-right:3px}
.dc_body .card-title  .more{ color:#999; font-size:12px; font-weight:normal}
.dc_body .card-title  span{color:#257bec;}
.dc_body .card-title  span i{color:#a8cbf2; }
.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:#fe980f!important}
.text-cot-3{ color:#32a5ff!important}
.text-cot-4{ color:#000!important}
.jxicon_15{ color:#ff4146!important}
.jxicon_16{ color:#7581f7!important}
.jxicon_17{ color:#9d5cf6!important}
.bg-primary {
	background-color: #8d76dd !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
	background-color: #8d76dd !important;
}
.bg-secondary {
	background-color: #eb6f33 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
	background-color: #eb6f33 !important;
}
.bg-success {
	background-color: #3fcbca !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
	background-color: #3fcbca !important;
}
.bg-info {
	background-color: #4bb5ea !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
	background-color: #4bb5ea !important;
}
.bg-warning {
	background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
	background-color: #d39e00 !important;
}
.bg-danger {
	background-color: #ff7671 !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
	background-color: #ff7671 !important;
}
.bg-light {
	background-color: #e1e6f1 !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
	background-color: #dbe0ea !important;
}
.bg-dark {
	background-color: #3b4863 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
	background-color: #131212 !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:15px;
	font-weight: normal;
}
.float-right {
	float: right !important;
}
.list-group-item {
	margin: 0;
	position: relative;
	display: block;
 padding: 0.8rem .1rem;
 font-size:12px;
	background-color: #fff;
	border-bottom: 1px solid #e1e6f1;
}
.list-group{ margin:6px 0 !important}
.list-group-item:hover{ border-left: 3px solid #56c5fd; background:#f7f6fb }
.task-list {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 10px 0 0;
}
.activity-block .task-list:after {
	left: 5px;
	z-index: 0;
}
.task-list:after {
	content: "";
	position: absolute;
	background: #e1e6f1;
	height: 100%;
	width: 1px;
	top: 0;
	left: 30px;
	z-index: 1;
}
.task-list li {
	margin-bottom: 20px;
	padding-left: 55px;
	position: relative;
}
.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;
}
.task-list li h6 {
	margin-bottom: 5px;
}
.product-img img {
	transform: scale(1);
	transition: .3s ease-in-out;
}
.product-img:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.item-card .product-info {
	padding: 0;
	margin: 0;
	opacity: 0;
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
	bottom: -30px;
	z-index: 1;
	transition: all .5s ease 0s;
}
.item-card:hover .product-info {
	opacity: 1;
	bottom: 30%;
}
.main-content {
	min-height: 78vh;
}
.breadcrumb-3 ol {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}
.breadcrumb-3 li {
	display: contents;
	text-align: center;
}
.breadcrumb-4 ol {
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
}
.breadcrumb-4 li {
	display: contents;
	text-align: right;
}
.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);
}
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	transition: width .6s ease;
}
.numbox{background: #f5f7f9; border: 1px solid #eaeaeb; overflow: hidden;text-align: center; padding:18px 0; margin-bottom: 10px; position: relative;}
.pro-new-show3 {position: relative;width: 100%;height: auto;overflow: hidden; padding: 10px 20px;}
.pro-new-show3 .pro-list3{width: 100%;height: auto;overflow: hidden;}
.pro-new-show3 .pro-list3 ul li{float: left;width: 21.3%;height: auto;overflow: hidden;margin-right: 10px; border-radius: 5px; background: #fbfcfc; border: 1px solid #eaeaeb; padding: 15px;}
.pro-new-show3 .pro-list3 ul li:last-child{margin-right: 0;}
.pro-list3 li h2{display: flex;}
.pro-list-text p{ font-size: 14px;}
.pro-new-show3 .pro-list3 ul li h4{font-size: 13px; text-align: center;margin-bottom: 5px;}
.pro-new-show3 .pro-list3 ul li h4 span{font-size: 20px; }
.pro-new-show3 .pro-list3 ul li .desc{padding: 10px 20px;box-sizing: border-box;}
.hjbox .counterbox{ padding: 13px 6px;}
.pro-new-show3 .arrow a{display: inline-block;position: absolute;width: 20px;height: 100px;z-index: 2;}
.pro-new-show3 .arrow a.prev{ left: 0;top: 50%;margin-top: -50px;background: url(../img/arrow-left.png) center center no-repeat;}
.pro-new-show3 .arrow a.next{right: 0;top: 50%;margin-top: -50px;background: url(../img/arrow-right.png) center center no-repeat;}
.pro-new-show3 .arrow a:hover{background-color: rgba(0,0,0,.3);}
.pro-list-img img{ height: auto !important; width: 45px; margin-right: 16px;}
.mt-5 {
    margin-top: .6rem;
}
.pro-new-show3 .pro-list3 ul li{height:22vh;}
.pagination{position: relative;width: 100%;height: auto;overflow: hidden;padding: 10px 0;text-align: center;}
.pagination ul li{width: 8px;height: 8px;border-radius: 100%;background: #ccedff;display: inline-block;margin: 0 3px;text-indent:-9999px; }
.pagination ul li.on{background: #00a6ff; width: 18px;height: 8px; border-radius: 20px;}
.text-red{color: #fe4d52 !important;} 
.text-b{color: #00a6ff !important;font-weight: bold;} 
.counterbox{ background: #f5f7f9; border: 1px solid #eaeaeb; overflow: hidden;  width: 100%; text-align: center; padding: 30px 6px;}
.counterbox h3{color: 3;}
.cofont{font-family: 'DS-DigitalBold' !important; font-size: 28px;font-weight: bold;}
.text-red  font{ font-size: 12px; margin-left: 3px;}
.hot_topics{ background-color: #fff;
    background-clip: border-box;
    border-radius: 2px; padding:10px;
    position: relative;  height:60px;
    box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);    z-index: 10; }
.hot_topics .hot_wrapper{ background:#f4f7fa; padding:5px 10px;border-radius: 3px;  overflow:hidden;height: 40px; float:right; width:93%}	
.hot_wrapper,.hot_wrapper a{
font-size: 14px;
color: #333;
padding-top: 0px;
line-height: 30px;
white-space: nowrap;
overflow: hidden;
width: 900px;
text-decoration: none;
}
.hot_span{background: #0049ee; padding:10px;  color: #fff !important; border-radius: 5px; display: inline-block;}
.hot_span i{margin-right: 5px;}
.hot_topics .inner{ width:50000px;overflow:hidden;}
.hot_topics .inner p{ display:inline-block;}
.hot_topics span{ color:#5ec4fa; margin-right:3px}
.tx-11 {
	font-size: 11px;
}
.progress-percentage {
	float: right;
}
.bg-success {
	background-color: #3fcbca!important;
}
.bg-danger2 {
	background-color: #eb5076 !important;
}
.bg-secondary2 {
	background-color: #d13adf !important;
}
.bg-info2 {
	background-color: #03d0ea !important;
}
.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
}
.card-variant-triangle-info2 {
	color: #95d2ec;
	width: 0;
	height: 0;
	border-right: 25px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}
.card-variant-triangle-info {
	color: #95d2ec;
	width: 0;
	height: 0;
	border-top: 25px solid #d5edf7;
	border-right: 25px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}
.card-title .icon--huanbaobumenjiancejigou {
margin-right:.2rem;
	font-size: 14px
}
.height44 {
	height: 35.8vh;
	overflow: auto
}

.height30{
	width: 100%;
	height:21.3vh; overflow:auto
}
.height26{
	width: 100%;
	height: 24.8vh; overflow:auto
}
.height40{
	width: 100%;
	height: 20rem; overflow:auto
}

.w-icon img  { height:50px }
.w-icon{
font-size: 12px;

text-align: center;


display: inline-block;  
}

.w-img{ float:left; width:40px; margin:5px 10px}
.w-img img{ width:32px; height:37px}
.ml-1{ margin-right:1rem}
.media-body h5.mb-1{  margin-top:.3rem !important}
.media-body p{ color:#fff; margin:0; font-size:13px}
.rounded-0 .card-body{ padding:.75rem }
.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;
}
.page-link:hover{border: 1px solid #2ea6e6;color:#2ea6e6}
.pagination2 { float:right;
	display: flex; 
	padding-left: 10px;
	list-style: none;
	margin: 6px 0;
}
.TT{display: flex; align-items: center;  font-size: 12px; float: right; text-align: right; justify-content: right; padding: 6px;}
.TT a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.pagination2 .active{ color:#2ea6e6;border: 1px solid #2ea6e6}
.pagination2:hover a{color:#2ea6e6}
.dc_suzi{ height: 8px;
width: 8px;
 background:#f36b53; 
display: inline-block;
margin-right:1rem;
border-radius: 50%;
 }
.media-body .h5{ margin:1rem 0 !important}
.dc_table_cot{ width:100%;}
.dc_table_cot td{border-bottom:1px solid #e2e3e5; padding:5px}
.dc_table{ width:100%; }
.dc_table td{ background:#eaf4ff; padding:1rem; border-radius:5px; text-align:center; color:#999; }
.dc_table h5{ color:#6c757d!important}
.bg-eaf0fa { background:#f0f5f9!important; color:#141414!important}
.text-nowrap{ font-size:11px}
.text-727bf4{ color:#727bf4!important; font-weight:600}
.ljbtn{ background-image: linear-gradient( 135deg, #9fbdfb 10%, #6093fc 100%) !important;
	color:#fff;  padding: 5px; border-radius: 3px; }
.box-c1{
    background-image: linear-gradient( 135deg, #6bda7c 10%, #41c7a6 100%) !important;
	color:#fff
}
.box-c2{
    background-image: linear-gradient( 135deg, #9fbdfb 10%, #6093fc 100%) !important;
	color:#fff
}
.box-c3{
    background-image: linear-gradient( 135deg, #c399ff 10%, #826bf9 100%) !important;
	color:#fff
}
.box-c4{
    background-image: linear-gradient( 135deg, #ff706c 10%, #f23e41 100%) !important;
	color:#fff
}
.box-c5{
    background-image: linear-gradient( 135deg, #ff9a62 10%, #ff6529 100%) !important;
	color:#fff
}
.xp-ul{ list-style:none }
.xp-ul li { padding:12px; font-size:13px;border-bottom:1px dotted #f2f2f2}
.xp-ul li span{ color:#999; width:60px; display:inline-block;  }
.xp-num{ width:100%; border-top:1px solid #ddd; padding-top:20px; }
.xp-num .t_4{ font-size:13px; padding:2px 20px}
.xp-num .t_4 h5{ font-size:24px !important; margin-top:5px}
.list-group-item:hover{ color:#000}
.yp-num{ font-size:20px; font-weight:bold; font-style:normal; margin-left:10px }
.yb-zhong span{border:1px solid #ddd;text-align:center;  font-size:14px; padding:5px;box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.2) }
.yb-zhong{ text-align:center; margin-bottom:-30px}
.dctab-box{ width:100%;position:relative }
.dctab-box .dctab ul li{ position:relative;   float: left;   text-align: center; list-style:none; cursor:pointer;  color:#333}
.dctab-box .dctab ul li.action{   font-size:14px;
	font-weight: 500;  }
	.dc-tb-ul li.action div.bg1{color:#fff;background:#17ac84; border-radius: 5px;}
.dctab-box .dctab ul li.action i{color:#0049ee }
.dctab-box .dctab ul li i{ color:#b6b5b5; margin-right:3px; position:relative; top:2px }
.dctab-box .dctab-content{width: 100%;  }
.dctab-box .dctab-content .item{ display: none;  }
.dctab-box .dctab-content .item:first-child{display: block;}
.dc-tb-ul{ float:right;}
.dc-tb-ul li{  float:left; padding: 0 3px; font-size:13px;}
.dc-tb-ul li span{ padding:0 6px; border-radius:3px; display: flex; align-items: center;}
.dc-tb-ul li div img{ float:left; margin-right:6px; width:18px}
.dc-tb-ul li div.bg1{ background:#ecf6eb; color:#666;   }
.dc-tb-ul li div.bg2{ background:#eaf5fb; color:#666;   }
.dc-tb-ul li div.bg3{ background:#f6f2e6; color:#666;  }
.dc-tb-ul li div.bg4{ background:#fff3f3; color:#666;  }
.dc-tb-ul li div.bg5{ background:#f6f4ff; color:#666;  }
.dc-tb-ul li div.bg6{ background:#f6f4ff; color:#666;  }

.dc-tb-ul li.action div.bg1{ background:#ecf6eb; color:#17ac84;   }
.dc-tb-ul li.action div.bg2{ background:#eaf5fb; color:#149afd;   }
.dc-tb-ul li.action div.bg3{ background:#f6f2e6; color:#f4c106;  }
.dc-tb-ul li.action div.bg4{ background:#fff3f3; color:#fd393b;  }
.dc-tb-ul li.action div.bg5{ background:#f6f4ff; color:#8359e9;  }
.dc-tb-ul li.action div.bg6{ background:#f6f4ff; color:#000;  }
.zspan {
	position: absolute;
	right: 6px; 
  }
  .aui-label{text-align: center;}
  .aui-label img{width: 12px !important; margin-right: 0 !important; }
  .aui-label-warning { 
	color: #ffffff;
	background-color: #ffab2e;
  }
  .aui-label-danger {
	color: #ffffff;
	background-color: #fd393b;
  }
  .aui-label-g {
	color: #17ac84;
	background-color: #17ac84;
  }
.aui-list-3{    border-radius: 5px; position: relative;
    border: 1px solid #e1f4ff;margin-bottom: 3px;}
	.aui-list-3	.aui-text-info {font-size: .6rem; color: #00a6ff; margin-right: 3px;}
.tab1-title img {
    margin-right: .3rem; width: 16px;
}
.aui-flex-abox p{padding: 2px; }
.aui-flex-abox p .aui-text-default{color: #666;  margin-right: 2px;}
.tab1-title{background: #f2faff;
    padding: .5rem;
    display: flex;
    align-items: center}
.dc-num{ float:right; font-weight:bold}
.dc-pl0{ padding-left:0!important;}
.dc-pr0{ padding-right:0!important;}
.iq-progress-bar { background: #eef1f7; box-shadow: 0 0 0; height: 6px; margin: 0; position: relative; width: 100%; border-radius: 4px; }
.iq-progress-bar > span { background: #4F6272 none repeat scroll 0 0; display: block; height: 100%; width: 0; border-radius: 4px; }
.dc-table { width: 100%;
    margin-bottom: .3rem;
    color: 
    #747a80; font-size:12px;
  border-collapse: collapse;
}
.dc-table th{ background:#efefef; font-weight:normal; text-align:left}
.dc-table th,.dc-table td{ padding:0 10px; font-size: 13px; height:4.2vh;}
.dc-table img{float:left; margin-right:6px; width:16px}
.dc-table i{ color:#2faffa}
.dc-table tbody tr:nth-of-type(2n+1) {
    background-color: 
    #f8f9fa;
}
.width60{width: 65%;}
.widht50{width: 50%;}
.height35{height:36vh; overflow:auto;}
.pro-list-text p.text-b{font-size: 16px;}
#breakNewsList {
    height: 18vh;
    overflow: hidden;
    width: 100%;
}
.ScrollText {
    height: 32vh;
    overflow: hidden !important;
}
.pro-list3 .pro-list-text .cofont font {
    font-size: 12px;
    margin-left: 3px;
}
@media only screen and (min-width:800px) and (max-width: 1800px) {

.dc-table th,.dc-table td{ padding:0 10px; font-size: 12px;}
.height30 {
    width: 100%;
    height: 21.8vh;
    overflow: auto;
}
.hot_topics .hot_wrapper {
    width: 92%;
}
.pro-list-img img {
	height: auto !important;
	width: 38px;
	margin-right: 12px;
}.lc_body p {
	margin: 0; font-size: 12px; font-weight: normal;
}.counterbox {
	padding: 25px 6px;
}
.counterbox  font{font-size: 12px;}
.pro-list3 .pro-list-text .cofont font {
	font-size: 12px;
	margin-left: 3px;
}
.hjbox .counterbox {
	padding: 6px 6px;
}.lc_body .card-title {
	padding: 6px;
	padding-left: 36px;}
	.pro-new-show3 .pro-list3 ul li h4 {
		font-size: 12x;
		text-align: center;
		margin-bottom: 2px;
	}
	.pro-new-show3 .pro-list3 ul li{height:24vh;}
	.width60{width:62%;}.pro-list-text p.text-b {
		font-size: 14px;
	}
}
