

* {
	box-sizing: border-box;
}
ul ,li{padding: 0; margin: 0; list-style: none;}
body{margin:0; padding:0;background: #001427 !important;
	color: #fff;    font-family: 'Microsoft YaHei', Arial, sans-serif;}
	.head2 {
		height: 74px;
		background: url(../img/headbg.png) no-repeat left center;
		background-size: 100% 100%;
		position: relative;
		padding: 0;
		margin: 0
	}
	.head2 .pageTit a {
		display: block;
		background: url(../img/headtitle2.png) no-repeat;
		background-size: 100% 100%;
		line-height: 41px;
		text-align: center;
		color: #00deff;
		 cursor:pointer
	}
	.head2 .pageTit a:hover {
		display: block;
		background: url(../img/headtitle.png) no-repeat;
		background-size: 100% 100%;
		line-height: 41px;
		text-align: center;
		color: #fff;
	}
	.head2 .active a {
		display: block;
		background: url(../img/headtitle.png) no-repeat;
		background-size: 100% 100%;
		line-height: 41px;
		text-align: center;
		color: #fff;
	}
	.head2 h1 {
		color: #00e5ff;
		text-align: left;
		font-size: 20px;
		margin: 0;
		padding: 0;
		line-height: normal;
	}
	.head-close{ position:absolute; right:20px; top:10px}
	.head-close i{ font-size:30px; color:#0db0ff}
	.logobox {
		float: left;
		width: 31%;
		padding: 10px 5px;
		padding-top: 14px;
		margin-left: 10px;
		text-align: center;
	}
	.titlebox {
		float: left;
		width: 65%;
		position: absolute;
		left: 35%;
		top: 18px
	}
	.title_li {
		float: left;
		text-align: center;
		width: 13%;
		padding: 0;
		margin-left: -25px
	}
	.head2 .pageTit .tixingbar img {
		margin-left: -26px;
		cursor: pointer
	}
	.tixing-ul {
		background: #092958;
		box-shadow: 0px 0px 20px #517cba inset;
		display: none;
		border-radius: 6px;
	}
	.tixing-ul a {
		position: relative;
		display: block;
	}
	.tixingbar:hover .tixing-ul {
		display: block;
		position: absolute;
		top: 30px;
		right: 80px;
		clear: both;
	padding:.1rem;
		z-index: 10000
	}
	.tixingbar:hover .tixing-ul dd {
		color: #fff;
		background: #092958;
		font-size: 12px;
		box-shadow: 0px 0px 15px #134e6e inset;
		border-radius: 6px;
		margin: 5px 5px;
	padding:.2rem 0.75rem;
	}
	.tixingbar:hover .tixing-ul dd a {
		background: none;
		line-height: 32px;
		font-size: 14px;
		text-decoration: none
	}
	.tixingbar:hover .tixing-ul dt {
		margin: 5px 5px;
		color: #bcc5d2
	}
.rl_body h1, .rl_body h2, .rl_body h3, .rl_body h4, .rl_body h5, .rl_body h6 {
	margin: 0;
}
.rl_body p {
	margin: 0;
}
.rl_body ul {
	margin: 0;
	padding: 0;

}
.rl_body {margin: 0;
	font-family: Microsoft YaHei;
	color: #00c6e8;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.rl_row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	
}
.rl_col_1, .rl_col_2, .rl_col_3, .rl_col_4, .rl_col_5, .rl_col_6, .rl_col_7, .rl_col_8, .rl_col_9, .rl_col_10, .rl_col_11, .rl_col_12, .rl_col, .rl_col_auto, .col-md, .col-md-auto, .rl_col_lg_1, .rl_col_lg_2, .rl_col_lg_3, .rl_col_lg_4, .rl_col_lg_5, .rl_col_lg_6, .rl_col_lg_7, .rl_col_lg_8, .rl_col_lg_9, .rl_col_lg_10, .rl_col_lg_11, .rl_col_lg_12, .col-lg, .rl_col_lg_auto, .rl_col_xl_1, .rl_col_xl_2, .rl_col_xl_3, .rl_col_xl_4, .rl_col_xl_5, .rl_col_xl_6, .rl_col_xl_7, .rl_col_xl_8, .rl_col_xl_9, .rl_col_xl_10, .rl_col_xl_11, .rl_col_xl_12, .col-xl, .rl_col_xl_auto {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.rl_col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.rl_col_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.rl_col_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.rl_col_2 {
	flex: 0 0 16.666%;
	max-width: 16.666%;
}
.rl_col_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.rl_col_4 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}
.rl_col_5 {
	flex: 0 0 40%;
	max-width: 40%;
}
.rl_col_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.rl_col_7 {
	flex: 0 0 60%;
	max-width: 60%;
}
.rl_col_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.rl_col_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.rl_col_10 {
	flex: 0 0 80%;
	max-width: 80%;
}
.rl_col_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.rl_col_12 {
	flex: 0 0 100%;
	max-width: 100%;
}
 @media (min-width: 1200px) {
.rl_col_xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.rl_col_xl_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.rl_col_xl_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.rl_col_xl_2 {
	flex: 0 0 16.667%;
	max-width: 16.667%;
}
.rl_col_xl_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.rl_col_xl_4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.rl_col_xl_5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.rl_col_xl_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.rl_col_xl_7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.rl_col_xl_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.rl_col_xl_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.rl_col_xl_10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.rl_col_xl_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.rl_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;
}
.rl_body .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box; 
	box-shadow: inset 0 0 30px rgba(0,140,217,0.3);
    border: 1px solid rgba(15,115,227,0.5);
    border-radius: 3px;
	
	
	
}.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 .rl_col_7{ font-weight:bold;padding:10px; padding-left:25px }
.custom-card .rl_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;}
.height36{ height: 40vh; overflow: auto;}
.height44{ height: 56vh; overflow: auto;}
.height20{ height: 14vh; overflow: auto;}
.rl_body .rl_top .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #001528;
	background-clip: border-box;
	box-shadow: inset 0 0 30px rgba(0,140,217,0.3);
    border: 1px solid rgba(15,115,227,0.5);
    border-radius: 3px;
	
}
.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: 100%;}
.ml-2{ margin-left:3rem}
.ml-1{ margin-right:1rem}
.media-body h5.mb-1{  margin-top:.2rem !important; font-size:20px}
.media-body h5.mb-1 .numb{ font-size:12px !important; position:relative; top:-6px; margin-left:.6rem}
.media-body p{ color:#d6d9dc; margin:0; font-weight:normal; }
.rounded-0 .card-body{ padding:.6rem }

.media-body .h5{ margin:1rem 0 !important}
.rl_body .card-body {
	flex: 1 1 auto;
 padding:10px;
}
.rl_top{ padding:.6rem 0}
.rl_body .card-title {
	font-size:15px; 
	color: #fff;
	border-bottom: 1px solid #092c41 ;
	flex: 1 1 auto; padding: 0 .5rem;
	line-height: 36px;
}
.rl_body .card-title  .more{ color:#999; font-size:12px; font-weight:normal}
.rl_body .card-title  span{color:#00bcdd; padding:0 10px;  position:relative; }
.rl_body .card-title  span::before {
    position: absolute;
    width: 3px;
    background: #00daff;
    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: #464fc1;}
.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:14px;
	font-weight: normal;
}
.float-right {
	float: right !important;
}
.list-group-item {
	margin: 0;
	position: relative;
	display: block;
 padding: 0.5rem .1rem;

	background-color: #fff;
	border-bottom: 1px solid #e1e6f1;
}
.list-group-item i{ color:#257bec}
.list-group-item:nth-child(1) i{color:#de4b66 !important}
.list-group-item:nth-child(2) i{color:#dc44be !important}
.list-group-item:nth-child(3) i{color:#5955e3 !important}

.ld-bg{ background: url(../img/ld-bg.png) center center no-repeat; position: relative;}
.ld-bg h2{ text-align: center;  font-weight: normal; font-size: 16px;}
.ld-bg h2 p{ font-weight: bold; padding-top: 5px;font-size: 18px;}
.ld-box1{ position: absolute; left: 20px;top:20px; width: 40%; height: 100px; background: #fff; border: 1px solid #81c7fd;  border-radius: 0px 0px 50px 0px; padding-top: 3%;}
.ld-box2{ position: absolute; right: 20px;top:20px; width: 40%; height:100px; background: #fff; border: 1px solid #81c7fd;  border-radius: 0px 0px 0px 50px;padding-top: 3%;}
.ld-box3{ position: absolute; left: 20px;bottom:20px; width: 40%; height: 100px; background: #fff; border: 1px solid #81c7fd;  border-radius: 0px 50px 0px 0px;padding-top: 3%;}
.ld-box4{ position: absolute; right: 20px;bottom:20px; width: 40%; height: 100px; background: #fff; border: 1px solid #81c7fd;  border-radius: 50px 0px 0px 0px;padding-top: 3%;}
.rl_body a{ text-decoration:none}
.gc-bg{ background: url(../img/gc-bg.png) center bottom no-repeat;  height: 28vh;}
.gc-box h2{ border:1px solid #81c7fd; padding: 10px; text-align: center; font-size: 16px; font-weight: normal; border-radius: 5px; margin-top: 20px;}
.gc-box h2 span{padding: .3rem ; display: block;}
.gc-box h2 p{font-size: 18px; font-weight: bold; border-top: 1px solid #ddd; padding-top: 3px;}
.aui-tab {
	position: relative;
	border-radius: 5px;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-self: center;  
	align-self: center;
}
.aui-tab-item {
	padding: 0 10px;
	line-height:36px;
	position: relative;
	font-size: 15px;
	font-weight:normal;
	color: #fff;
	border-radius: 0px; 
	background:none;
	-webkit-box-flex: 1; float: right; margin-left: -1px;
	cursor: pointer;
	box-flex: 1;
}
 .aui-tab-item.aui-active {
	color: #00bcdd; border-bottom: 2px solid #00bcdd; 
}
.aui-hide {
	display: none !important;
}
.bg-success {
	background-color: #3fcbca!important;
}
.bg-danger2 {
	background-color: #eb5076 !important;
}
.bg-secondary2 {
	background-color: #d13adf !important;
}
.bg-info2 {
	background-color: #03d0ea !important;
}
.aui-text-primary {
	color: #00bcd4 !important;
}
.aui-text-success {
	color: #06ba54 !important;
}
.aui-text-info {
	color: #03a9f4 !important;
}
.aui-text-warning {
	color: #ee724f !important;
}
.aui-text-danger {
	color: #e51c23 !important;
}
.aui-text-pink {
	color: #e91e63 !important;
}

.sp_header h2 {
    font-size: 18px;
	padding: 0 15px;
	margin: 0;
	display: flex; align-items: center;
}
.sp_header {
    height: 52px;
    line-height: 52px;
    background: #2c6dd2;
    width: 100%;
    color: #fff;
    position: relative;
}
.sp_header i {
    font-size: 24px;
    margin-right: 8px;
}
.header_fr {
    position: absolute;
    right: 10px;
    top: 0px;
}
.card:before, .card:after {
	position: absolute;
	width: 5px;
	height: 5px;
	content: "";
	border-top: 1px solid #02a6b5;
	top: 0;
}

.card .boxfoot::before, .card .boxfoot::after {
	position: absolute;
	width: 5px;
	height: 5px;
	content: "";
	border-bottom: 1px solid #02a6b5;
	bottom: 0;
}
.card:before, .boxfoot:before {
	border-left: 1px solid #02a6b5;
	left: 0;
}
.card:after, .boxfoot:after {
	border-right: 1px solid #02a6b5;
	right: 0;
}
.jtbox{background: #00273e; padding: .1rem; text-align: center; position: absolute; width: 100%; bottom: 0; color: #fff;}
.rl_body .rl_top .bginfo{  background-image: linear-gradient(to right, #00344f , #003550); cursor: pointer;}
.rl_body .rl_top .bginfo:hover .project-ul-s { display: block; position: absolute; top:5.5rem; width: 100%; z-index: 1000; background: #00273e; padding: .3rem;}
.rl_body .rl_top .bginfo .media-body p {
    color: #fff; width: 82%;
    margin: 0;
	font-weight: normal;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rl_body .rl_top .bginfo .media-body{display: flex; align-items: center;}
.bginfo .project-ul-s li {
    padding: 10px 3px;
    border-bottom: 1px dashed #01456d;
    font-size: 12px;
    list-style: none;
    clear: both; color: #fff;
    overflow: hidden;
}
.bginfo  .project-ul-s .pull_left {margin-right: .5rem;}
.bginfo .project-ul-s {display: none;}
.bginfo .textr{margin-right: .3rem;}
.project-ul-s li .pull_right {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rl_echarts{width: 100%; height: 28vh;}
.rl_echarts2{width:45vh; height: 28vh;}
#breakNewsList {
    height: 36vh;
    overflow: hidden;
    width: 100%;
}
.zw_list li{ font-size: 13px; border: 6px solid #0d2032; border-radius: 5px; margin-bottom: .3rem; padding: .3rem; color: #fff;}
.align-items{align-items: center;}
.zw_list li .rl_col_2 img{width:3.8rem; height:4.2rem;}
.zw_list li .rl_col_8 img{ margin-right: .3rem;}
.icon_qin{ width:32px; height: 32px; border-radius: 50%; font-size: 16px; font-weight: bold; color: #42ddff; line-height: 32px; text-align: center; background-image: linear-gradient(to right, #071f3b , #0e3352); display: block;}
.icon_chu{ width:32px; height: 32px; border-radius: 50%; font-size: 16px; font-weight: bold; color: #41ffb1; line-height: 32px; text-align: center; background-image: linear-gradient(to right, #1a3e40 , #01292b); display: block;}
.mbox h2{ background: url(../img/data_title_a.png); padding: .4rem; font-weight: normal; display: flex; font-size: 12px; justify-content: space-between; align-items: center; color: #fff; }
.mbox { border: 1px solid #16324a; margin-bottom: .5rem;}
.mbox h2 img{ width: 100%;}
.w10{flex: 0 0 10%;
	max-width: 10%;}
	.w20{flex: 0 0 43%;
		max-width: 43%;}
		.t-right{text-align: right;}
		.pd5{padding: .4rem;}
		.img_box{ text-align: center;  color: #a1a9b0; font-size: 13px;}
		.img_box img{ width: 100%; height:18vh; border: 1px solid #192a3a; padding: 1px;}
		.mboxchu{border: 1px solid #052e30;}
		.mboxchu h2{ background: url(../img/data_title_b.png);}	
		.Box_con {position: relative; width: 98%; margin: 0 auto;}
		.Box_con .btnl {position: absolute;}
		.Box_con .btn {display: block;width: 18px;height: 80px; line-height:80px; text-align:center;position: absolute;top: 20px;cursor: pointer;background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.4)); border-radius:8px; font-size:20px; color:#ccc}
		 .Box_con .btnl { left: -28px;}
		.Box_con .btnr {right:-28px;}
		
		 .Box_con .conbox {position: relative;overflow: hidden; margin-top:6px}
		.Box_con .conbox ul {position: relative;list-style: none;}
		.Box_con .conbox ul li {float: left;width:100px;height:110px;margin-left: 10px;overflow: hidden; text-align:center; position: relative;}
		.Box_con .conbox ul li:first-child {margin-left: 0;}
		.Box_con .conbox ul li img {display: block;width: 100px;height:110px;transition: all 0.5s;border-radius:3px; border: 1px solid #2d6aab; }
		
		.Box_con .conbox ul li p{ color:#fff; text-align:center; margin:0; padding:3px 0; width: 100%;  background:rgba(0,0,0,0.5); position: absolute; bottom: 0; font-size: 12px;} 
		 .BoxSwitch {margin-top: 30px;text-align: center;}
		.BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
		.icon_qbox{  position: absolute; top: 3px; left: 3px; width:26px; height: 26px; border-radius: 50%; font-size: 12px; font-weight: bold; color: #fff; line-height:26px; text-align: center; background-image: linear-gradient(to right, #009eeb , #0090d7); display: block;}
		.icon_cbox{  position: absolute; top: 3px; left: 3px; width:26px; height: 26px; border-radius: 50%; font-size: 12px; font-weight: bold; color: #fff; line-height:26px; text-align: center; background-image: linear-gradient(to right, #00ba66 , #009954); display: block;}
@media (max-width:1800px){.sp_header h2 {
    font-size: 16px;}.sp_header {
		height: 42px;
		line-height: 42px;}.media {
			display: flex;
			align-items: flex-start;
			height: 60px;
		}.rl_body .card-body {
			flex: 1 1 auto;
			padding: 5px;
		}.rl_body .rl_top .bginfo .media-body p {
			color: #fff; font-size: 13px;
			width: 80%;}.bginfo .w-img img { width: 80%; position: relative ; top:-5px;
			}.bginfo .w-img {
				float: left;
				margin-right: .3rem;
			}.rl_body .rl_top .bginfo:hover .project-ul-s { top:4.2rem;}
			.w-img  { margin-right: 0rem;
			}
			.w-img img {
				width: 80%; margin-right: .3rem;margin-left: .3rem;
			}.media-body p { font-size: 14px;}
			.w20 {
				 flex: 0 0 auto;
				 max-width: 100%; 
			}
			.mbox h2 {
				padding: .2rem .3rem;}
				.img_box img {
					width: 100%;
					height: 17vh;}
					.Box_con .conbox ul li img {
						display: block;
						width: 100px;
						height: 90px;}.Box_con .conbox ul li {
							float: left;
							width: 100px;
							height: 90px;}
							.zw_list li .rl_col_2 img {
								width: 3rem;
								height: 3.2rem;
							}.icon_qin {
								width:28px;
								height: 28px;line-height: 28px;
								border-radius: 50%;
								font-size: 14px;}
								.icon_chu {
									width:28px;
									height: 28px; line-height: 28px;
									border-radius: 50%;
									font-size: 14px;}
									.aui-tab-item {
										line-height: 32px;
									font-size: 14px;}.rl_body .card-title {
										font-size: 14px;line-height: 32px;}
									
										.title_li {
											float: left;
											text-align: center;
											width: 13%;
											padding: 0;
											margin-left: -20px;
											font-size: 13px;
										}	
										.head2 {
											height: 58px;}
											.head2 .pageTit a:hover {
												line-height: 31px;}
												.head2 .pageTit a {
													line-height: 31px;}

													.head2 .pageTit .tixingbar img {
														margin-left: -20px;
														cursor: pointer;
														height: 31px;
													}
													.head-close i {
														font-size: 22px;
														color: #0db0ff;
													}				
									}

