@charset "utf-8";

/*
移动端左侧仪器分类
*/
.m-kind_compoment {
    display:none;
    position:absolute;
    z-index:9;
    top:0;
    left:0;
    width:100vw;   
    overflow:hidden;
    color:#fff;
    min-height:100%;
    /*height:100%;*/ 
    background:rgba(14,131,235,.9);
}


.m-kind_compoment span.right_align {
position:absolute;
display: block;
width: 20vw;
right:0;
text-align: center;
padding: 25px 0;
font-size: 1.5em;
top:0;
}
.m-kind_compoment span.left_align {
position:absolute;
display: block;
width: 20vw;
left:0;
text-align: center;
padding: 25px 0;
font-size: 1.5em;
top:0;
}
.m-kind_compoment > h3 {
    display:block;
    height:70px;
    line-height:70px;
    text-align:center;
    font-size: 1.5em;
}
.m-kind_compoment li {
        text-align:left;
        background:none;
        border-color:#4ba7f8;
}
.m-kind_compoment li i {
    color:#fff;
}



.m-kind_compoment .hovertreeitem h3 {
     color:#138cf9;
    font-weight:500;
    font-size: 1.4em;
    padding:15px 0;

}
.m-kind_compoment .hovertreeitem ul li a {
    color:#fff;
    font-weight:500;
    font-size: 14px;
}

.m-kind_compoment .hovertreeitem ul li ul li a {
   color:#fff;
    font-size: 14px;
   
}
.m-kind_compoment .person_menu_nav > li:hover {
    background: rgba(14,131,235,.3);
}
.m-kind_compoment .person_menu_nav > li > ul {
  background: rgba(41,174,239,.3);
}

.public_compoment_layout {
    width:100%;
    min-height:15px;
    overflow:hidden;
    padding:15px 0;
    background:#fff;
    box-sizing:border-box;
    border:1px solid #ededed;
   
}
.page-title h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #555;
    font-weight: 400;
    font-size: 20px;
}
.page-title span {
    display: block;
    font-size: 11px;
    color: #888;
    font-weight: normal;
}
.title_data_compoment {
    margin:10px 0;
    min-height:10px;
    overflow:hidden;
}
.title_data_compoment .summary {
    float: left;
    margin-right: 18px;
}
.title_data_compoment  .summary span {
    color: #888;
    font-weight: 600;
    font-size: 11px;
    white-space :nowrap;
    text-transform: uppercase;
}
.title_data_compoment  .summary h3 {
    color: #555;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
.title_data_compoment  .graph {
    margin-top:12px;
    float: left;
}
.widget-header {
    background:none;
    
}
.widget.box .widget-content {
    padding: 10px;
    position: relative;
    background-color: #fff;
}
.statbox .visual.blue {
    background-color: #6dadbd;
}
.statbox .visual.yellow {
    background-color: #ffb848;
}
.statbox .visual.red {
    background-color: #e25856;
}
.statbox .visual.green {
    background-color: #94b86e;
}
.statbox .visual {
    min-width: 20px;
    min-height: 17px;
    padding: 13px;
    text-align: center;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    color: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.statbox .title, .statbox .value {
    text-align: right;
    padding-right: 3px;
}
.statbox .title {
    color: #adadad;
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 3px;
}
.statbox .title+.value {
    margin-top: -3px;
}
.statbox .value {
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
}
.widget-content .more {
    clear: both;
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    color: #555;
    opacity: .7;
    margin: -10px;
    margin-top: 10px;
    background-color: #f9f9f9;
    border-top: 1px solid #d9d9d9;
}
.widget-content .more i {
    margin-top: 2px;
    margin-bottom: -3px;
}
.breadcrumb {
    padding:0px 0 8px 0;
    border-bottom: 1px solid #e8e8e8;
    /* background: #fff; */
    margin-bottom: 5px;
    /*padding:5px 0;*/
    border-radius:0;
margin-top: 0;
}
.zoom_right_menu {
    width:310px;
    height:110px;
    background:rgba(14,131,235,.8);
    position:fixed;
    left:15px;
    bottom:30px;
    overflow:hidden;
    display:none;
    z-index:99;
}

.zoom_right_menu img {
    width:100px;
    height:auto;
    margin:5px 70px 0 5px;
}
.zoom_right_menu span {
    font-size:24px;
    color:#fff;
    font-weight:bold;
    letter-spacing:1px;
}
.right_menu {
    display:none;
    position:fixed;
    right: 0;
    top: 0;
    height: 100%;
    border-right: 6px solid #7a6e6e;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    transition: right 0.3s ease-in-out 0s;
    z-index:9999999;
}
.right_menu li {
    width:35px;
    height:35px;
    text-align:center;
    margin-bottom:10px;
    color:#fff;
    cursor:pointer;
    box-sizing:border-box;
    position:relative;
     transition:all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition:all .5s;
}
.right_menu li:first-child {
    margin-top:47vh;
}
.right_menu li:hover {
    background:rgba(30, 109, 180, 0.90);
}

.right_menu li img {
    width:40px;
    height:auto;
    margin-bottom:2px;
    margin-left:5px;
}
.right_menu li font{
    display:block;
    width:35px;
    height:35px;
    text-align:center;
    line-height:42px;
    background:#7a6e6e;
    position: relative;
    z-index: 99;
}
.right_menu li font .icon{
     width:20px;
    height:20px;
    fill:#fff;
}
.right_menu li span {
  overflow:hidden;
    position: absolute;
    width: 0px;
    height: 35px;
    top: 0;
    right: 0;
    background: #7a6e6e;
    line-height: 35px;
    text-align: left;
    padding: 0 15px;
    transition:all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition:all .3s;
}
.right_menu li:hover span {
    width: 120px;
  
}
.breadcrumb i {
    margin-right:5px;
}
.widget>.divider, .widget .widget-content>.divider {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #fff;
}
ul.stats {
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.stats:not(.no-dividers) li+li {
    border-left: 1px solid #d9d9d9;
}
ul.stats li {
    display: table-cell;
    padding: 15px;
}
ul.stats li strong {
    font-size: 25px;
    font-weight: bold;
}
ul.stats li strong, ul.stats li small {
    padding: 5px 0;
    display: block;
    text-align: center;
}
ul.stats li small {
    font-size: 11px;
    color: #adadad;
}
.fr {
    position:absolute;
    top:10px;
    right:-15px;
}
table {
    font-size:14px;
     /*white-space:nowrap;*/
}
table a {
    color:#333;
}
.table-responsive {
    border:none;
}
.box_container {
    overflow:hidden;
    width:100%;
    box-sizing:border-box;
    padding:0;
    border-top:none;
overflow:hidden
   
}
.xyfl_compoment {
    position:relative;
    width:100%;
    height:40px;
    box-sizing:border-box;
    overflow:hidden;
    padding:5px 10px;
    border-bottom:1px solid #eceaea;
    background: #f5f5f5;
}
.xyfl_compoment h3 {
    float:left;
    display:block;
    font-size:14px;
    height:30px;
    line-height:30px;
    width:70px;
    cursor:pointer;

    
}
.xyfl_compoment .fl_content_layout .xyfl_compoment {
    padding:0 15px;
    height:28px;
    /*height:inherit;*/
}
.xyfl_compoment .fl_content_layout .xyfl_compoment h3 {
    font-weight:bold;
    width:120px;
    text-align:right;
    overflow:hidden;

}
.xyfl_compoment .fl_content_layout .xyfl_compoment a.fa {
    cursor:pointer;
    position:absolute;
    right:17px; 
    top:2px;
}
.xyfl_compoment .fl_content_layout .xyfl_compoment .fl_content_layout {
    width:85%;
}
.xyfl_compoment a {
    float:left;
    height:30px;
    line-height:30px;
    margin-left:15px;
    white-space: nowrap;
}
.fl_content_layout a.active {
    color: #1e9fff;
    text-decoration: underline;
}
.zk_btn {
    position:absolute;
    top:10px;
    right:10px;
    border:1px solid #dfdfdf;
    padding:1px 5px;
    font-size:12px;
    cursor:pointer;
}
.fl_content_layout {
    float:left;
    width:90%;
}
.box_title_compoment {
      /* border-bottom: 1px solid #dfdfdf; */
    width: 100%;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    text-align: left;
    font-size: 16px;
    padding: 0 15px;
    background: #4389c5;
     background: -moz-linear-gradient(left top, #4389c5, #4996d7);
background: -webkit-linear-gradient(left top, #4389c5, #4996d7);
background: -o-linear-gradient(left top, #4389c5, #4996d7);
    color: #fff;
    position:relative;

}
 .box_title_compoment i {
    margin-right:10px;
    font-size:14px;
}

.box_title_tm_compoment {
    background:none!important;
    font-size:18px;
    font-weight:bold;
    color:#333!important;
}

.box_title_tm_compoment i {
        color: #09c;
        font-size:24px;
}

.box_title_noboder_compoment {
      /* border-bottom: 1px solid #dfdfdf; */
    width: 100%;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    text-align: left;
    font-size: 16px;
    /*padding: 0 15px;*/
    border-bottom:1px solid #dfdfdf;

}
 .box_title_noboder_compoment i {
    margin-right:10px;
    font-size:14px;
}

.box_title_noboder_compoment  h4 {
    display: inline-block;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}

.info_list_nav {
   /*margin-top:10px;*/
   padding:0 15px;
}
.info_list_nav li {
    
   width:100%;
   height:40px;
   line-height:40px;
   border-top:1px dashed #d8d8d8;

}

.info_list_nav li:first-child {
    
   border-top:none;

}
.info_list_nav li i {
    float:left;
    margin-right:10px;
    color:rgba(14,131,235,.9);
    line-height:40px;
}

.info_list_nav li a {
    color:#555;
}
.info_list_nav li a:hover {
    color:#337ab7;
}
.info_list_nav li a font {
    float:right;
    display:block;
    width:100px;
    text-align:right;
    color:#888;
}
.info_list_nav li a span{
    float:left;
    display:block;
    width:calc(100% - 120px);
    text-align:left;
    font-size:15px;
    line-height:40px;
    height:40px;
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
    
}
#FJXZ a {
    color:#555;
}
#FJXZ a:hover {
    color:#337ab7;
}
table.wx {
    margin-bottom:0;
}
table.wx input[type='text'] {
    height: 30px;
    border: 1px solid #dfdfdf;
    padding: 0 5px;
}
table.wx select {
    height: 30px;
    border: 1px solid #dfdfdf;
}

.table_h {
    width:100%;
    border-collapse:collapse
}
.table_h td {
    padding:5px 5px;
    border:1px solid #dfdfdf;
}

.table_h tr td:first-child {
    width:110px;
} 
/*搜索*/

.m-search_container {
    border:1px solid #dfdfdf;
    height:50px;
    overflow:hidden;

}
.m-search_container input.sc {
    float:right;
    border:none;
    background:#fff;
    padding:0 5px;
    border-radius:0;
    height:50px;
    width:calc(100% - 51px);
}
.m-search_container i {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #4895d5;
    color: #fff;
    border-right: 1px solid #dfdfdf;
}


/*仪器列表*/
.new_list_nav > li {
    padding:15px 0;
    border-top:1px dotted #dfdfdf;
    overflow: hidden;
}
.new_list_nav > li:first-child {
 
    border-top:none;
}
.new_list_nav > li > span {
    float:left;
    margin-top: 10px;
}
.new_list_nav > li > ul {
    display:inline-block;
        float: left;
    margin-left: 15px;
    width: calc(100% - 300px);
    margin-top: 10px;
}
.new_list_nav > li:hover {
    background:#f8f8f8
}
/*.new_list_nav li img {
    width:140px;
    height:140px;
}*/
.new_list_nav li img {
    width:108px;
    height:81px;
}
.info_layout {
    float:left;
    width:90px;
    text-align:right;
    color:#c7c7c7;
}
.info_layout span {
    float:left;
}
.new_list_nav .t {
    min-height:30px;
    line-height:30px;
    overflow:hidden;
        width: 100%;
}
.new_list_nav .t .kf {
    font-size: 12px;
    color: #fff;
    background: #38c53e;
    padding: 0 5px;
    border-radius: 20px;
    margin: 0 5px;
}
.new_list_nav .t .kf.red {
    background:#F44336
} 
.new_list_nav .t .kf.k0 {
    color: #3d9ae4;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #3d99e4;
} 
.new_list_nav .t .kf.k1 {
    color: #ffb800;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ffb800;
} 
.new_list_nav .t .zt {
    font-size: 12px;
    color: #fff;
    background: #FF9800;
    padding: 0 5px;
    border-radius: 20px;
    margin: 0 5px;
}
.new_list_nav .s {
    width: 100%;
}
.new_list_nav .t a{
    text-align: left;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
}
.new_list_nav .t span.c{
    margin-left:10px;
    color:#138cf9
}
.new_list_nav  div.b{
    width: calc(100% - 90px);
    text-align: left;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.new_list_nav .t a:hover {
    color:rgba(14,131,235,.9)
}
.layui-flow-more {
       margin: 15px 0;
    text-align: center;
    color: #999;
    font-size: 14px;
    float: left;
    width: 100%;
}
.new_list_nav li ul li {
   width: 50%;
    height: 25px;
    float: left;
    margin-bottom: 2px;
}
.img-thumbnail {
    border-radius:0;
}


.data_null {
    display:none;
        width: 100%;
    text-align: center;
    height: 300px;
    line-height: 300px;
    background: #f5f4f4;
    color: #808080;
}

h3.public_title_layout {
margin: 0;
    margin-bottom: 10px;
    color: #555;
    font-weight: 400;
    font-size: 20px;
}
span.public_text_layout {
    display: block;
    font-size: 11px;
    color: #888;
    font-weight: normal;
}

.subtitle {
    display: block;
    padding-bottom: 5px;
    font-weight: 600;
    margin-top:20px;
}
.text-muted {
    color: #999;
}

textarea.form-control.zx_textarea {
    height: 110px;width: 100%; margin-top:20px;padding:5px 5px;
    border-radius:0;
}

.zx_form label{
    font-size:14px;
    font-weight:100;
}
.zx_form input{
    border-radius:0;
    /*border-color:#dfdfdf;*/
}
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    overflow:hidden
}
.zx_hf {
    margin-top:15px;
    border-radius:0;
    margin-bottom:0px;
}

/*.layui-tab-title .layui-this {
    color: #000;  
    background: #fff;
	border-top: 2px solid #3eacff;
    top: -2px;
}*/

/*仪器介绍*/
.table_info > tbody > tr > td, .table_info > tbody > tr > th, .table_info > tfoot > tr > td, .table_info > tfoot > tr > th, .table_info > thead > tr > td, .table_info > thead > tr > th {
    border-top:1px dotted #dfdfdf;
    padding-top:5px;
    padding-bottom:5px;
}

.info {
    list-style-type:none;
    /*margin:15px 0;*/
    margin-bottom:15px;
overflow: hidden;
   min-height: 300px;
}
 .info >li {
     float:left;
     /*width:350px;*/
     /*height:250px;*/
     text-align: center;
     margin-top: 10px; 
}
.info li table {
    width:100%;
    border-collapse:collapse;
        
}
.info li table td {
    border:1px solid #dfdfdf;
}
h1.cname {
    display: inline-block;
text-align: left;
color: #000;
padding: 0;
padding-left: 15px;
width: calc(100% - 350px);
/* padding: 0; */
        
}
h1.cname>span {
    letter-spacing:1px;
    font-weight:bold;
    font-size:24px;
}
h2.ename {
    display: inline-block;
    text-align: left;
    color: #000;
    /* padding: 0px 0 30px 0; */
    padding-left: 15px; 
    font-size: 16px;
  width: calc(100% - 350px);
    margin: 0;
        
}
h2.ename span {
    letter-spacing: 1px;
    color: #969696;
}
font.tt {
        
    text-align:left;
    color:#000;
    padding:0;
    font-size:14px;
            
}
font.tt span {
    letter-spacing:1px;
       
}

.info li table.r_info td {
    border:none;
    padding:5px 15px;
    font-size:14px;
	/*text-align: left;*/

}
.tl {
    font-weight:bold;
}
.r_info i {
    color:#424242
}

/*li列表*/
.compoment {
    overflow:hidden;
    position:relative;
}
.list_nav li{
    padding:15px 5px;
    background:#fff;
    border-bottom:1px dotted #dfdfdf;
    overflow: hidden;
}
.list_nav li:last-child {
    border:none;
}
.list_nav li b {
    display:block;
    float:left;
    width:100px;
    text-align:right;
}
.list_nav li div.s {
    float:left;
    width: 90%;
    margin-left: 25px;
}

.btns .layui-btn + .layui-btn {
    margin-left: -7px;
    border-radius:0 2px 2px 0;
}

.compoment .table-bordered>thead>tr>td,.compoment .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
    text-align:center
}
.date_compoment table td {
    height:110px;
    position:relative;
 
}
.date_compoment table td:hover {
    /*background:#4cacff;*/
    transition: all .2s linear .01s;
    cursor:pointer;
}
.date_compoment>span {
     display:block;
    width:30px;
    height:30px;
    line-height:30px;
}
.date_compoment span.today {
    
    display:block;
    width:30px;
    height:30px;
    line-height:30px;
    color:#fff;
    text-align:center;
    border-radius:50px;
    background:red;
}

.mr {
    background-color:#fff;
    border:1px solid #dfdfdf;
    color:#333;
}
.mr:hover {
    color:#333;
}
.wkf {
    background-color:#efefef;
   
    color:#333;
}

.wkf:hover {
    background-color:#e8e6e6;
}
.my {
    background-color:#fda2ab;
   
    color:#333;
}
.my:hover {
    background-color:#f19ba3;
   
}
.kf {
    background-color:#75f9a2;
  
    color:#333;
}
.kf:hover {
    background-color:#5ce47a;
  
}
.gq {
    background-color:#f8fb5a;
  
    color:#333;
}
.gq:hover {
    background-color:#f0f35e;
  
}
.layui-btn-group.btns .layui-btn:first-child {
    border:1px solid #dfdfdf;
}


.layui-btn-group.btns  .wkf {
 
    border:1px solid #dfdfdf;
    margin-left:-5px!important;

}
.layui-btn-group.btns .my {
   
    border:1px solid #dfdfdf;
  margin-left:-5px!important;

}
.layui-btn-group.btns .kf {
 
    border:1px solid #dfdfdf;
  margin-left:-5px!important;

}
.layui-btn-group.btns .gq {
   
    border:1px solid #dfdfdf;
    margin-left:-5px!important;

}
.type_info {
    text-align:right;
}
.select_month font {
    font-size:24px;
    color:#3eacff;
    font-weight:bold;
}
.select_month span{color:#3eacff;}
.select_month .btn_left,.select_month .btn_right {
     padding: 0px 7px 5px 7px;
    margin-top: -10px;
    margin-right: 5px;
}


.date_table {
    background:#fff;margin-top:5px;margin-bottom:15px;
}

.title_layout {
    width:100%;
    padding:5px 15px;
    text-align:left;
    border-bottom:1px solid #dfdfdf;
}
.title_layout i {
    margin-right:5px;
}
.table.nowrap {
    margin-bottom:0;
}
.table.nowrap thead tr th,.table.nowrap tbody tr td {
    white-space:nowrap
}

        .alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert, .alert h4 {
    color: #c09853;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-top: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.title_nav {
   position:absolute;
   left:15px;
   padding:0;
   margin:0;
   top:5px;
}
.title_nav li {
    float:left;
    padding:0px 15px;
    font-size:13px;
    line-height:30px;
    cursor:pointer;

}
.title_nav li.active {
    font-weight:bold;
    background:#fff;
    color:rgba(14,131,235,.9);
    
}


.foot_bar {
    position:fixed;
    bottom:0;
    width:100%;
    height:50px;
    background:#f9f9f9;
    border-top:1px solid #f3f3f3;

}
.yy_tj_btn {
    float:right;
}

.yy_tj_btn .layui-btn {
    height:50px;
    margin:0;
    border-radius:0;
    
}

.fy .bt{
    line-height:40px;
    padding:0 5px;
}
.fy font {
    font-size:24px;
    font-weight:bold;
    color:#ff0000;
}
.fy .dw {
    font-size:13px;
    color:#555;

}
.yy_tj_btn .layui-btn + .layui-btn {
    margin-left:-5px;
}

.datetime_compoment {
    width:23%;
    height:540px;
    overflow:hidden;
    border:3px solid #3eacff;
    box-sizing:border-box;
    position:fixed;
    top:0;
    background:#fff;
    

}

.sub_title_compoment {
    width:100%;
    height:50px;
    background:#3eacff!important;
    padding:0 15px;
    box-sizing:border-box;
    color:#fff;
    line-height:50px;
    position:relative;
  
}

.tishi {
    width:10px;
    height:10px;
    border:1px solid #fff;
    float:left;
    margin-left:5px;
    margin-top:17px;
    cursor:pointer;
    position:relative
}

.tishi.ts_zc {
    background:#fff;
}

.tishi.ts_gq {
    background:#c1bfbf;
}

.tishi.ts_zy {
    background:#2e7db9;
}

.tishi.ts_yk {
    background:#FFEB3B;
}

.sub_title_compoment i {
    font-size:24px;
    line-height: 45px;
    float:left
}
.sub_title_compoment>span {
    font-size:14px;
    font-weight:bold;
    position: relative;
    top: -4px;
     line-height: 50px;
    float:left;
    margin-left:5px;
}
.datetime_nav {
    padding:0;
    margin:0;
    list-style-type:none;
    height:485px;
    overflow: auto;
}
/*滚动条样式*/
.datetime_nav::-webkit-scrollbar {
        width: 2px;    
        /*height: 4px;*/
}
.datetime_nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(19,81,128,0.8);
}
.datetime_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}
.datetime_nav li {
    width:100%;
    height:50px;
    border-bottom:1px solid #e4e4e4;
    transition:all 0.3s linear .01s;
    line-height:50px;
    box-sizing:border-box;
    padding:0 15px;
    position:relative;
    overflow:hidden;
 
}
.datetime_nav li:hover {
    background-color:#f2f2f2;
}
.datetime_nav li .dt_type {
    position:absolute;
    right:15px;
    top:18px;
    color:#ebebeb
    
}
.datetime_nav li.active {
    background:#228ae7;
    background-image: -webkit-linear-gradient(360deg, #4daeff, #1189e0);
    color:#fff;
}
.datetime_nav li.active .dt_type {
   
    color:#23ff50
    
}

.datetime_nav li.gq {
    background: #efeeee;
    color: #c5c5c0;
}
.datetime_nav li.wkf {
    background: #f3f0f0;
    color:#888
}

.datetime_nav li.zy {
   /*background: #34e293;
    color: #07820d;*/
background: #4daeff;
   background-image: -webkit-linear-gradient(360deg, #4daeff, #4daeff);
    color: #fff;
}

.datetime_nav li.zy2 {
   background: #e59916;
    color: #928618;
}

/*导航皮肤*/
.layui-bg-blue a:hover {
    color: #fff!important;
}
.layui-bg-blue .layui-nav-item  dd a{
    /*padding-left:51px;*/
    background-color: inherit!important;
}
.layui-nav .layui-nav-child .layui-nav-child {
    display:none;
}
.layui-nav .layui-nav-child .layui-nav-itemed .layui-nav-child {
    display:block;
}
/*.layui-nav .layui-nav-mored, .layui-nav-itemed  .layui-nav-more {
    margin-top: unset;
    border-style:unset;
    border-color: unset;
}
.layui-nav .layui-nav-mored, .layui-nav-itemed > a > .layui-nav-more {
    margin-top: 0px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
}*/

.layui-nav { 
    background-color: #555963;
}

.layui-nav .layui-nav-mored, .layui-nav-itemed  .layui-nav-child .layui-nav-more {
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -3px;
    border-width: 6px;
    border-top-color: rgba(255,255,255,.7);
}

.layui-nav .layui-nav-mored, .layui-nav-itemed  .layui-nav-child .layui-nav-more {
    top: 18px;
    right: 10px;
    margin: 0;
}

.layui-nav .layui-nav-mored, .layui-nav-itemed  .layui-nav-child .layui-nav-itemed > a > .layui-nav-more {
    margin-top: 0px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
}


.layui-nav .layui-nav-mored, .layui-nav-itemed  .layui-nav-child .layui-nav-itemed > a > .layui-nav-more {
    top: 10px;
}

.layui-nav .layui-nav-child .layui-nav-child a {
    padding-left: 53px;
}
.layui-nav-tree .layui-nav-child a {
    padding-left:25px;
    border-bottom: 1px solid #696c7b;
}

.layui-bg-white {
    background:#fff;
    color:#000;
}

 .layui-bg-white .layui-nav-item a {
        height: 45px;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #000;
        border-bottom:1px solid #dfdfdf;
        cursor:pointer;
    }
a {
    cursor:pointer;
}
 .layui-bg-white  .layui-nav-more {
     border-top-color: rgba(0,0,0,.7);
}

   .layui-bg-white  .layui-nav-itemed>a{
    color: #000!important;
  
}

.layui-bg-white .layui-nav-itemed > a:hover {
    color: #fff!important;
}
.layui-bg-white  .layui-nav-bar{
    background-color: #2196F3;
}

  .layui-bg-white .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
      background-color: unset;
      /*background-color: #2196F3;*/
}

.layui-nav-tree.layui-nav .layui-this,.layui-nav-tree .layui-nav-child dd.layui-this>a {
    background-color:unset !important;
}
.layui-nav-tree .layui-nav-bar {
    background-color: #0089ff;
}
.layui-this dl dd a {
    background-color: unset;
}
.layui-bg-white .layui-nav-itemed .layui-nav-child {
    background-color: rgba(255,255,255,.3)!important;
}

.layui-bg-white .layui-nav-item  dd a{
    /*padding-left:15px;*/
}
.layui-bg-white .layui-nav-child, .layui-nav-tree .layui-nav-child a:hover {
    color:rgba(14,131,235,.9)
}

 .layui-bg-white  .layui-nav-itemed .layui-nav-more {
    border-top-color: rgba(255,255,255,.7);
    border-color: transparent transparent #000;
}

.layui-nav-itemed .layui-nav-child {
    background-color:rgb(99, 102, 117)!important;
}
.layui-bg-blue .layui-nav-itemed > a, .layui-nav-tree.layui-bg-blue .layui-nav-title a, .layui-nav-tree.layui-bg-blue .layui-nav-title a:hover {
    background-color: #3eacff!important;
}
.tab_search td{
    padding:5px 10px;
        white-space: nowrap;
}

.layui-nav .layui-nav-item a {
    color:#fff;
}
.layui-nav-tree .layui-nav-item a:hover {
    background-color: #43afff;
}
#layui-wx-this {
    color:#52b4ff!important
}
li>#layui-wx-this {
    color:#fff!important
}
.simple_search {
    float:left;
    width:272px;

}
.simple_compoment {
    width:100%;
    height:50px;
    
}
.post_btn {
    float:left;
    margin-left:10px;
    margin-top:2px;
}
.saa {
    float:left;
    text-decoration: underline;
    color: #06C;
    margin:7px 0 0 10px;
    font-size:13px;
    cursor:pointer;
}
.saa:hover {
    color: #039;
}

.ts_layout {
    width: 100%;
    float: left;
    line-height: 40px;
    border-bottom: 1px solid #f5f5f5;
}
.ts_layout .layui-form-checkbox > span {    display: block!important;    white-space: inherit!important;}
.layui-input-block .ts_layout:last-child {
    border:none;
}
.ts_layout .layui-unselect,.ts_layout .layui-input {
    float:left
}
.ts_layout .layui-input{
    width:50px;
    height: 35px;
    margin-top: 2px;
    padding: 0px 2px;
    text-align: center;
    margin-right:20px;
}
.layui-input-ts .layui-form-select{
    width:300px;
    float:left;
}
.layui-input-ts .layui-form-select input{
       
}
.layui-input-ts .sub_ts {
    line-height: 40px;
}

.layui-input-ts .sub_ts input{
    float:left;
    width:50px;
    margin-left:5px;
    margin-right:5px;
}

.current_type {
        position: absolute;    /* width: 100%; */    box-sizing: border-box;    /* height: 35px; */    padding: 0 5px;    text-align: left;    /* right: 0; */    bottom: 10px;    line-height: 12px;
}

.current_type span {
    font-size:13px;
      white-space: nowrap;
    width: 8em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.current_type span i {
    margin-right:5px;
}
.current_type_1 {
       background: #26bf1d;
}
.current_type_0 {
       background: #28596d;
}
.info_type {
    position:absolute;
    right:10px;
    top:5px;
    color:#5a75ff;
    cursor:pointer;
    border: 1px solid #5ba0fd;
    padding: 0 3px;
    font-size: 2px;
}
.info_type i{font-size:12px;}

.date_compoment .current_type span {
    margin:0;
}

.jcfl {
    display:block;
    padding:8px 5px;
    box-sizing:border-box;
    color:#5d5d5d;
    border:1px dashed #dfdfdf;
        background: #fbfbfb;
        
}

.addtime_compoment {
    position:relative;
 
}
.addtime_visual_input {
    border-radius: 0 2px 2px 0;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    height: 38px;
    line-height: 1.3;
    width: 100%;
    padding-left: 10px;
    border-color: #e6e6e6;
    overflow: auto;
}
.addtime_visual_input a{
    padding: 3px 5px 5px 5px;
    background: #3698ec;
    border-radius: 2px;
    color: #fff;
    display: block;
    
    margin: 3px 5px 2px 0;
    float: left;
}
.addtime_visual_input a:hover {
    color:#fff;
}
.addtime_visual_input a i {
    cursor:pointer;
    font-size:9px;
    margin-left:5px;
}
.nav_hs {
    width:50px;height:50px; background:rgb(23, 119, 166);position:fixed; z-index:999;right:15px;top:450px;
    text-align:center;
    display:none;
    cursor: pointer;
    opacity: 0.8;
    text-align: center;
    font-family: 'Segoe UI',Tahoma,Helvetica,Sans-Serif;
    color: white;
    line-height: 50px;
    border-radius: 50px;
    box-shadow: 0px 1px 5px 0px #000;
    display:none;

}

.qh_compoment {
    position:absolute;
    /*width:100px;*/
    height:35px;
    line-height:35px;
    right:5px;
    top:-1px;
    text-align:right;

}
.qh_compoment i {
    cursor:pointer;
    color:#555;
    border: 1px solid #3ea8f9;
    padding: 5px 5px;
    margin:0;
font-style: inherit;
}

.qh_compoment i.active {
    color:#fff;
    border: 1px solid #a4d4f9
}

.list_compoment_0, .list_compoment_1 {
    display:none;
    position:absolute;
    top:0;
    width:100%;
}

.list_content_compoment {
    width:100%;
    position:relative;
}
.info >li.info_img {
        text-align: center;
    margin-bottom: 0px;
    height: 240px;
    width: 320px;
    float: left;
    margin-top:10px;
    margin-right: 15px;
}
.layui_input_short {
    width:80px;
}
@media (max-width:767px) {
    .btns_type {
        display:none;
    }
    .select_month {
        float:right;
        margin-right:-15px;
    }

    .info_type,.current_type {
        display:none;
    }
    #rightLoading {
        width: 100%;
        height: 2px;
        margin: 0 auto;
        z-index: 9;
    }

    .breadcrumb {
        padding: 8px 0;
    }

    ul.stats:not(.no-dividers) li + li + li {
        border-left: none;
        margin-top: 15px;
    }

        ul.stats:not(.no-dividers) li + li + li + li {
            border-left: 1px solid #d9d9d9;
        }

    .marginTop {
        margin-top: 15px;
    }



    table td a {
        display: block;
        width: 75vw;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0;
    }

    .info_list_nav li a span {
        float: left;
        display: block;
        width: 92%;
        text-align: left;
        font-size: 15px;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .yqlb {
        margin-top: 15px;
    }

    .new_list_nav > li {
        padding: 15px 15px;
    }

  

    .info_layout {
        text-align: left;
    }


    .date_compoment table td {
        height: 110px;
        text-align: center;
    position: relative;
    }

    .type_btn {
        text-align: center;
    }

    .type_info {
        margin: 15px 0;
        text-align: center;
    }



    .date_compoment {
        /*margin: 0 -1px;*/
    }

    .date_table {
        background: #fff;
        margin-top: 0;
        margin-bottom: 0px;
    }

    .title_layout {
        border: none;
    }

    .fy .bt {
        line-height: 60px;
        padding: 0 2px 0 5px;
        font-size: 12px;
    }

    .fy font {
        font-size: 12px;
        font-weight: bold;
        color: #ff0000;
        padding: 0 5px;
    }

    .fy .dw {
        font-size: 11px;
        color: #555;
        padding: 0 2px;
    }

    .left_container {
    }

    .right_container {
        position: absolute;
        z-index: 9999;
    }

    .datetime_compoment {
        width: 100%;
        height: auto;
        overflow: hidden;
        border: 3px solid #3c68e8;
        box-sizing: border-box;
    }

    .time_btn {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 7px;
    }

    .close_time_btn {
        position: absolute;
        right: 5px;
        top: 7px;
        padding: 0 7px;
        display: block;
    }

    .reset_btn {
        display:none;
    }

    #tabs .tabs_nav {
  
    overflow-x:scroll;
 
  
}
    .layui-table-cell a {
    display: unset;
    }
    .info > li {
        float:unset;
    }
    .info >li.info_img {
    margin-top: 0;
    margin-bottom:50px;
}
    .form_content_layout {
        margin-bottom:70px;
    }
       .foot_bar {
   
    bottom:35px;
  

}

}
@media (min-width:768px) {
    .yqlb {
        /*margin-top:45px*/
    }
     #rightLoading {
        width:1200px; height:2px; margin:0 auto
    }
    .list_layout_compoment {
        /*padding:0 15px;*/
    }
    .compoment date_compoment {
        margin-bottom:15px;
    }
    .right_container {
        padding-left:15px;position:relative;
    }
    .time_btn,.close_time_btn {
        display:none
    }
    .new_list_nav > li .col-sm-3 {
            text-align: left;
            margin: 0 -15px;
    }


    .foot_bar {
   
    bottom:70px;
  

}
    .form_content_layout {
        margin-bottom:100px;
    }
    .layui_input_margin {
        padding:5px 5px;
    }
    .layui_input_width input {
        width:120px;
    }
}

.tj_box {
    width: 100%;
    min-height: 35px;
    background: #f5f5f5;
    border: 1px solid #efefef;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 0 10px;
    line-height: 35px;
    position: relative;
    overflow: hidden;
}
.tj_box span{
    position: relative;
    top: 8px;
    float: left;
}
.tj_nav{
    padding: 5px 0;
    float: left;
    /*width: 680px;*/
}
.tj_nav li{
    float: left;
    border: 1px solid #ffd66c;
    height: 25px;
    line-height: 24px;
    padding: 0 5px;
    background: #ffe7a9;
    color: #6d6d6d;
    margin: 2px 2px 2px 0;
}
.tj_nav li i {
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
}
.lab_bar_box {
    width:100%;
    height:60px;
    margin-bottom:15px;
    

}
.lab_bar_box a {
    display:block;
    width:180px;
    height:50px;
    line-height:50px;
    text-align:center;
    background:#ffa700;
    margin:0 auto;

    color:#fff;
    font-size:14px;
}

/*///////////////////////////////////////////20200324  开始///////////////////////////////////*/
.breadcrumb {
    position:relative
}

.new_notice_box {
    position: absolute;
    right: 0;
    width: 500px;
    height: 25px;
    top: 0;
}

.new_notice_box i {
    margin-top: 5px;
    color: #3981e3;
}

.new_notice_nav {
    float: right;
    width: 480px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    position: relative;
}
.new_notice_nav li{
    position: absolute;
    width: 100%;
    background: #f9f9f9;
    display:none;
    transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}
.new_notice_nav li a{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 350px;
    height: 25px;
    line-height: 25px;
    color: #3981e3;
}
.new_notice_nav li font{
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 12px;
    color: #919191;
}
.line_row_box {
   width: calc(100% - 30px);
    min-height: 50px;
    overflow: hidden;
    background: #fff;
    margin: 15px auto;
    box-shadow: 0px 4px 10px rgba(210, 208, 208, 0.09);
    border-radius: 5px;
    margin-bottom: 30px;
}
.line_row_box > .title {
    width: 100%;
    border-bottom: 1px solid #ececec;
    height: 45px;
    line-height: 45px;
    position:relative;
}
.line_row_box > .title b{
        display: inline-block;
    width: 8px;
    height: 22px;
    background: red;
    border-radius: 100px;
    margin: 10px 15px;
    float: left;
}
.line_row_box > .title span{
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
}
.cygn_nav {
    width: 100%;
    display: flex;
    height: 100px;
    margin: 15px 0;
}

.cygn_nav li {
     position: relative;
    flex: 1;
    text-align: center;
    color: #8f99b4;  
    cursor:pointer;
}

 .hz {
    position: absolute;
    right: 30px;
    background: #fc5457;
    border-radius: 50px;
    color: #fff;
    padding: 5px 9px;
}

.cygn_nav li .img{
    width: 100%;
    height: 60px;
    border-right: 1px solid #f1f1f1;
    margin-bottom: 5px;
}
.cygn_nav li:last-child .img{
    border-right:none;
}
.cygn_nav li .img font{
    display: block;
    margin: 0 auto;
    width: 44px;
    height: 44px;
    border: 1px solid #dadbdf;
    border-radius: 100px;
    line-height: 40px;
    margin-top: 10px;
    transition: all .5s;
-moz-transition: all .5s;
-webkit-transition:all .5s;
-o-transition: all .5s;
}
.cygn_nav li:hover .img font {
    background:#dadbdf;
}
.cygn_nav li .img font i{
}
.cygn_nav li:hover .img font i{
    color:#fff;
}
.cygn_nav li h3{
    letter-spacing: 1px;
}

.xypt_nav {
          width: calc(100% - 60px);
    margin-left: 30px;
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px; 
}
.xypt_nav li {
          float: left;
    width: 25%;
    height: 45px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    line-height: 45px;
    cursor: pointer;
    position: relative;
}
.xypt_nav li.active {
    background: #fff;
    z-index: 1;
}
.xypt_nav li:hover {
    z-index: 2;
}
.xypt_nav li > i {
    display:none
}
.xypt_nav li h3 {
 line-height: 45px;
    padding-left: 15px;
    transition: all .5s;
-moz-transition: all .5s;
-webkit-transition:all .5s;
-o-transition: all .5s;
    font-size: 14px;
}
.xypt_nav li:hover h3,.xypt_nav li.active h3 {
    transform: scale(1.2);
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    background: #fff;
}
.xypt_nav li.active h3 {
    transform: scale(1.05);
    border: 1px solid #96c3ff;
    position: relative;
    box-shadow: 0px 7px 20px rgba(163, 202, 255, 0.31);
}
.xypt_nav li.active > i {
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    color: #86d628;
    font-size: 18px;
}

.sub_title {
    margin: 0 auto;
    width: calc(100% - 60px);
    font-size: 15px;
    color: #464646;
    margin-top: 15px;
}

.sub_title > i{
    margin-right: 5px;
    color: #86d628;
}

.sub_title > span{
}
.yyjd_box {
    width: calc(100% - 60px);
    margin: 30px auto;
    height: 120px;
     overflow: hidden;
    text-align: center;
    position:relative;
}
.yyjd_nav {
    
   
}
.yyjd_box hr {
    position: absolute;
    top: 34px;
    display: block;
    width: 100%;
    background-color: #f1f1f1;
}
.yyjd_nav li{
          display: inline-block;
    width: 120px;
    height: 120px;
    margin: 0 30px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    z-index: 2;
}
.yyjd_nav li a {
    display:block;
}
.yyjd_nav li .hz {
    right: 10px;
    top: 5px;
}
.yyjd_nav li:hover{
    border: 1px solid #f2f2f2;
    background: #fbfbfb;
}
.yyjd_nav li font{
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    margin: 20px auto;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
}
.yyjd_nav li font i{
}
.yyjd_nav li h3{
    color: #777f94;
}
.yyjd_nav li font.gray{
    background:#b2bad0
}
.yyjd_nav li font.dorange{
    background:#f3911d
}
.yyjd_nav li font.orange{
    background:#f4ab55
}
.yyjd_nav li font.red{
    background:#ff4961
}
.yyjd_nav li font.dred{
    background:#ff4a00
}
.yyjd_nav li font.green{
    background:#62d493
}
.yyjd_nav li font.dgreen{
    background:#23af5f
}
.yyjd_nav li font.blue{
    background:#36abe7
}
.yyjd_nav li font.dblue{
    background:#1d8cc6
}

.yyjl_box {
    width: calc(100% - 60px);
    margin: 30px auto;
}

.breadcrumb {
    /*margin:15px 0;*/
    background-color:inherit;
}
.breadcrumb > li, .breadcrumb > li a {
    color:#1e9fff;
}

.new_search_box {
    width: calc(100% - 60px);
    margin: 30px auto;
}
.new_search_line{
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-bottom: 10px;
}
.new_search_line .new_search_layout{
    display: inline-block;
    margin-left: 30px;
    width: calc(100% / 3 - 30px);
    float: left;
    margin-bottom: 10px;
}
.new_search_line .new_search_layout span{
    font-size: 14px;
    color: #d0d0d0;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}
.new_search_line .new_search_layout input{
}
.new_search_line .new_search_layout select{
}
.new_search_box .layui-btn{
    float: right;
    margin: 15px 0 30px 0;
    padding: 0 40px;
    border-radius: 100px;
    box-shadow: 0px 5px 20px rgba(33, 150, 243, 0.18);
    background: #2196F3;
}
.new_table_box {
    width: calc(100% - 60px);
    float: left;
    margin: 0 0 30px 30px;
}

.sub_grzx {
    width: calc(100% - 35px);
    margin: 0 auto;
}


.btn_compoment {
    float: right;
    display: grid;
}
.btn_compoment .layui-btn {
    margin-top: 4px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
}
.info >li.info_img img {
            width:320px;
            height:240px;
        }
/*///////////////////////////////////////////20200324  结束///////////////////////////////////*/
/*///////////////////////////////////////////20200413 开始///////////////////////////////////////////*/
.fl_nav {
        margin-top: 15px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}
.fl_nav > li{
    border-top: 1px solid #f1f1f1;
    padding: 12px 10px;
    position: relative;
    cursor: pointer;
    color: #607D8B;
}

.fl_nav > li:first-child {
    border:none
}
.fl_nav > li > img{
    width: 20px;
    margin-right:5px;
}
.fl_nav > li > i{
    position: absolute;
    top: 15px;
    right: 5px;
    color: #d7d7d7;
}
   
.fl_nav > li > div>ul {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
}

.find-div-body{
    display:none;   
    position: absolute;
    top: 0px;
    left: 170px;
    width: 220px;
    height: 400px;
    padding: 8px;
    background-color: #FFFFFF;
    border: #dadada solid 1px;
    border-radius: 0px;
    box-shadow: 8px 7px 11px rgba(0, 0, 0, 0.08);
    z-index: 99;
}
   

    .find-div-body:before{
           box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 15px;
    left: -16px;
    padding: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid #FFFFFF;
    display: block;
    content: '';
    z-index: 12;
    }
    .find-div-body:after{
         box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 14px;
    left: -18px;
    padding: 0;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid #cfcfcf;
    display: block;
    content: '';
    z-index: 10;
    }
     .fl_nav > li:hover .find-div-body {
     display:block;
}
.fl_nav > li > div > ul li {
    width: 100%;
    min-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 35px;
    -webkit-box-orient: vertical;
    border-bottom: 1px dashed #f4f4f4;
}
.fl_nav > li ul li a{
}
.fl_nav > li ul li a i {
    font-size: 12px;
    margin-right: 2px;
}
.fl_nav > li > div > ul li ul li {
    padding-left: 15px;
background: #f7f7f7;
}
.fl_nav > li > div > ul li ul li ul li {
    padding-left: 15px;
}
  /*滚动条样式*/
        .fl_nav > li ul::-webkit-scrollbar {
            width: 4px;    
            /*height: 4px;*/
        }
        .fl_nav > li ul::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.2);
        }
       .fl_nav > li ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(0,0,0,0.1);

        }
.fl_nav > li#leftcolumn {
       padding: 0;
}
.fl_nav > li#leftcolumn > a {
        display: block;
    background: #3d9dea;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 3px 3px 0 0;
}
.fl_nav > li#leftcolumn a i {
    margin-right: 7px;
}
.fl_nav > li#leftcolumn ul.sub_nav {
    visibility: inherit;
    position: inherit;
    background:inherit;
}
.fl_nav > li#leftcolumn ul.sub_nav li{
       background: inherit;
    border: none;
    text-align: left;
    overflow: hidden;
    line-height: 40px;
    height: 40px;
    border-top:1px solid #f1f1f1;
}
.fl_nav > li#leftcolumn ul.sub_nav li:first-child {
    border:none;
}
.fl_nav > li#leftcolumn ul.sub_nav li:hover {
    background:#f9f9f9
}
.fl_nav > li#leftcolumn ul.sub_nav li a{
    color: #607D8B;
    background: initial;
    height: inherit;
    line-height: inherit;
}
.fl_nav .sub_nav > li:hover {
    background:#f9f9f9;
}
#left {
        margin-top: 10px;

}
/*///////////////////////////////////////////20200413 结束///////////////////////////////////////////*/