div,input,button,p{outline: none; white-space: normal;font-family: Microsoft Yahei;font-size: 14px;word-break: break-all;}
.inmodal .modal-header{
	padding: 10px 15px;
}

.d_show{display: block!important;}
.d_hide{display: none!important;}
em, i {
    font-style: normal;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #494949;
}
a{ 
	bblr:expression(this.onFocus=this.blur());/*IE使用*/ 
	outline-style:none;/*FF使用*/ 
}
 button{ 
	bblr:expression(this.onFocus=this.blur());/*IE使用*/ 
	outline-style:none;/*FF使用*/ 
}
img{
	border:0;
}
p{
	padding:0;margin:0
}
.inmodal .modal-body{
	background:none;
}

.wrapper-content {
    padding: 11px 20px 0 20px;
}
.modal-body{
	max-height: 650px;
    overflow-y: auto;
}
.modal-header { 
}
.ibox-content{
	    border-color: #ffffff;min-height:100px;
	    width: 100%;
   
}
.clearBoth{clear: both;}
.ibox-content-snaker{
	    background-color: #fff;
    color: inherit;
    padding: 15px 20px 20px;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    clear: both;
}

.nav>li>a{padding: 10px 20px 10px 25px;font-weight: 100;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: #fff;
}
.nav-second-level li a{
	padding: 5px 15px 5px 10px;
    padding-left: 52px;
}
.nav-second-level li a{
	line-height: 16px;
}
.nav-second-level li a font{
	font-size: 12px;
}
.fl{float:left}
.fr{float:right}

.nav-label{
    line-height: 16px;
}
.nav-label font{
	    font-size: 12px;
}
.navbar-top-links li a{padding: 20px 10px;}
.nav_label_ab p{padding:0;margin: 0;line-height: 14px;}
.nav_label_cc{font-size: 10px;}

/*demo样式*/
#picker {
    display: inline-block;
    line-height: 1.428571429;
    vertical-align: middle;
    margin: 0 12px 0 0;
}
#picker .webuploader-pick {
    padding: 6px 12px;
    display: block;
}


#uploader-demo .thumbnail {
    width: 110px;
    height: 110px;
}
#uploader-demo .thumbnail img {
    width: 100%;
}
.uploader-list {
    width: 100%;
    overflow: hidden;
}
.file-item {
    float: left;
    position: relative;
    margin: 0 20px 20px 0;
    padding: 4px;
}
.file-item .error {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    background: red;
    color: white;
    text-align: center;
    height: 20px;
    font-size: 14px;
    line-height: 23px;
}
.file-item .info {
    position: absolute;
    left: 4px;
    bottom: 4px;
    right: 4px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow : ellipsis;
    font-size: 12px;
    z-index: 10;
}
.upload-state-done:after {
    content:"\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    position: absolute;
    bottom: 0;
    right: 4px;
    color: #4cae4c;
    z-index: 99;
}
.file-item .progress {
    position: absolute;
    right: 4px;
    bottom: 4px;
    height: 3px;
    left: 4px;
    height: 4px;
    overflow: hidden;
    z-index: 15;
    margin:0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.file-item .progress span {
    display: block;
    overflow: hidden;
    width: 0;
    height: 100%;
    background: #d14 url(../img/progress.png) repeat-x;
    -webit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    -ms-transition: width 200ms linear;
    transition: width 200ms linear;
    -webkit-animation: progressmove 2s linear infinite;
    -moz-animation: progressmove 2s linear infinite;
    -o-animation: progressmove 2s linear infinite;
    -ms-animation: progressmove 2s linear infinite;
    animation: progressmove 2s linear infinite;
    -webkit-transform: translateZ(0);
}
@-webkit-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}
@-moz-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}
@keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}

a.travis {
  position: relative;
  top: -4px;
  right: 15px;
}

.deleteConfirmDiv_740{position:fixed;width:400px;height: 400px; left: 50%; top: 50%; margin-left: -370px; margin-top: -200px;
    background:#f6f6f6;z-index:8889;display:none;border-radius:3px;box-shadow: 0 0 15px #000000;}
.deleteConfirmDiv{width:auto;position:fixed;background:#f6f6f6;z-index:8889;height:auto;display:none;border-radius:3px;box-shadow: 0 0 15px #000000;}
.deleteConfirmDiv_740>.delete_head{overflow:hidden;text-align:center;height: 40px;line-height: 45px;}
.deleteConfirmDiv>.delete_head{overflow:hidden;height:40px;line-height: 45px; text-align:center;}
span.cofirm_btn_1{color:#494949;font-weight:bold;line-height:35px;display:inline-block; font-size:20px;}
span.history_record{background:url(../img/history.png) no-repeat left center;}
span.delete_icon_logo{width:25px;height:25px;background-size:25px 25px; display:inline-block;background:url(../img/idcard_delete_icon22.png) no-repeat center;margin-right:10px;cursor:pointer;}
.deleteConfirmDiv_740 .delete_bg{ background:url(../img/delete_bg.png) no-repeat right center;width:25px;height:25px;background-size:25px 25px; position:absolute; right:10px; top:6px;}
.deleteConfirmDiv .delete_bg{ background:url(../img/delete_bg.png) no-repeat right center;width:25px;height:25px;background-size:25px 25px; position:absolute; right:10px; top:3px;}
.delete_content{padding:0 15px 15px 15px;}
.search_type{overflow: hidden; height: 30px;}
.main_content{height: 340px; overflow-y: auto; margin-top: 10px;}
.content_1_exp{font-size:12px;color:#494848;line-height:24px;overflow:hidden;text-align:center; border:1px #d8d8d8 solid; padding:10px;}
.list_sale_total{margin-left:16px;}
.list_sale_total ul li{color:#959595;line-height:30px;cursor:pointer;}
.list_sale_total ul li.current{color:#494848;font-weight:bold;}
.margin_left_210{margin-left:180px;}
.margin_left_210 p{font-size:12px;color:#494848;line-height:30px;}
.margin_left_210 ul li{height:25px;background:#e3e3e3;color:#494848;font-size:12px;cursor:pointer;margin-bottom:6px;line-height:25px;padding-left:14px;}
.content_2_exp{overflow:hidden;position:relative; background:url(../img/delete_button_bg.png) repeat-x; height:66px;border-radius:0 0 3px 3px; text-align:center;}
.content_2_exp span{display:inline-block; line-height:30px; text-align:center; padding:0 30px; font-size:14px;font-weight:bold;border-radius:3px; border:1px #01913e solid;box-shadow:0 2px 0 0 #1db07e; margin-top:16px; cursor:pointer;}
span.popup_btn_save{ background:url(../img/popup_btn_save.png) repeat-x; color:#f6f6f6;}
span.popup_btn_save:hover{ background:url(../img/popup_btn_save_hover.png) repeat-x; color:#f6f6f6 ;}
.popup_btn_cancle{ background:url(../img/popup_btn_cancle.png) repeat-x; color:#70f2c6; margin-left:14px;}
.content_2_exp span:hover{ background:url(../img/popup_btn_hover.png) repeat-x; color:#f6f6f6; border:#111111 1px solid;}
.popup_delete_content{ height:210px; background:url(../img/popup_delete_content_bg.png) no-repeat center 40px; text-align:center; min-width:400px;}
.popup_delete_content em{ font-size:16px; font-weight:bold; color:#484848; display:block;padding-top:130px;}
.popup_delete_content label{ font-size:12px; color:#959595;  display:block; margin-top:10px;}
.sure_btn{width:78px;height:28px;display:inline-block;cursor:pointer;text-align:center;line-height:28px;font-size:12px;color:#ffffff;box-shadow:0 2px 0 #f0f0f0;border:1px solid #20cc92;background:#02b075;}
ul,li{margin:0;padding:0;font-size:14px;font-family: 'Microsoft YaHei'!important;list-style:none;font-style:normal;word-break: break-all;word-wrap: break-word;}
.client_type_list{margin-top:14px;border-bottom:1px solid #B8B8B8;overflow:hidden;}
.client_type_list>ul{margin-left:20px;float:left}
.client_type_list>ul>li{float:left;line-height:36px;text-align: center;width:50%; margin-right:0px;color:#494848;cursor:pointer;}
.client_type_list>ul>li.current{color:#fff;background-color: #888888;border-top:1px solid #e2e2e2;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;}
.client_type_list>ul>li:hover{}


.border_table_1>tbody>tr>td,.tb_table_ms>tbody>tr>td{border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;padding:0 2px;}
.tb_table_ms>thead>tr>td{background:#F7F8FA;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;padding:0 2px;}
.tb_table_ms>tbody>tr>td{padding:4px;font-size:12px;color:#494848;vertical-align:middle; text-align:center;}
.tb_table_ms>thead>tr>td.no_right_border,.table_all_full>tbody>tr>td.no_right_border{border-right:none;}
.border_table_1>tbody>tr>td.no_right_border,.tb_table_ms>tbody>tr>td.no_right_border{border-right:none;}
.table_all_full>thead>tr>td{border-bottom: 1px solid #d8d8d8;background:#F7F8FA;}
.table_all_full>tbody>tr>td{padding:0 4px;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;}
.httz_dl_dd>dl{margin-bottom: 14px;}
.httz_dl_dd>dl>dt{line-height:44px;position:relative;display: block;height:44px;}
.httz_dl_dd>dl>dt>a{color: #959595;cursor: pointer;display: inline-block;font-size: 12px;line-height: 44px;padding-left: 22px;}
.padding_right_none{padding-right:0;}
.no_left_margin{margin-left:0;}
.tb_table_ms>thead>tr>td,.table_all_full td{height:35px;font-size:12px;color:#494848;vertical-align:middle; text-align:center;}
.table_all_full,.tb_table_ms{width:100%;}
.editor{position:relative;}
span.add_project_icon{width:17px;height:17px;display:block;position:absolute;background:url(../img/spgl_sy_22.png) no-repeat;right:4px;top:8px;cursor:pointer;}
.disabled_input{background: #e3e3e3 !important;}
#shadeDiv{display:none;position:absolute;left:0;top:0;background:#000000;filter:alpha(opacity=50);opacity:0.5;width:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";z-index:8888;height:100%;}




.ztree .clear:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }  
.ztree .clear{ zoom:1; }  
.ztree .fleft{float:left; }  
.ztree .fright{float:right; }  
.ztree li{vertical-align:bottom/*ie7 bug*/;}  
.ztree,.ztree ul,.ztree li{padding: 0px;margin: 0px;display: block;width: 100%;}  
.ztree table{border-collapse:collapse;width:100%;border-spacing:0;border: 1px solid #bcbcbc;}  
.ztree .tableA{display: block;width: 100%;color: black;text-decoration:none;cursor: default;}  
.ztree .tableA:hover{background-color: #fafafa;}  
.ztree a.tableA:focus {outline:none!important;}  
.ztree table td{text-align:center;padding: 10px;}  
.ztree .td1{width:40%;}  
.ztree td.cline{border-left: 1px solid #bcbcbc;border-right: 1px solid #bcbcbc;}  
.ztree .td2{width:10%;}  
.ztree .td3{width:10%;}  
.ztree .td4{width:10%;}  
.ztree .td5{width:10%;}  
.ztree .td6{width:10%;}  
.ztree .td7{width:10%;}  
.ztree .ztitle td{background-color: #fafafa;height: 40px;}  
.ztree .ztitle .td1 .box{position: relative;width: 100%;height: 100%;}  
.ztree .ztitle .td1 .plb{position: absolute;left:40px;bottom: 0px;white-space: nowrap;}  
.ztree .ztitle .td1 .ptr{position: absolute;right:40px;top: 0px;white-space: nowrap;}  
.ztree .data {border-top:0px none;}  
.ztree .data .td1{text-align: left;}  
.ztree .data .break{white-space: normal;word-wrap: break-word;word-break: break-all;}  
.ztree .data .switch{cursor: pointer; text-align:left;}  
.ztree .data .switch{background:no-repeat 10px center; padding-left: 25px; }  
.ztree .data .center_open{background-image:url(./img/show.png); }  
.ztree .data .center_close {background-image:url(./img/hide.png); }  
.ztree .data .center_docu {background-image:url(./img/child.png); }  

.layui-layer-msg.layui-layer-hui{
	z-index: 111105201!important;
}


.webuploader-container div:last-child{
	    width: 82px!important;
    height: 38px!important;
}

.sidebar-collapse .nav>li>a i{display: inline-block;vertical-align: middle;margin-bottom: 3px;}
.sidebar-collapse .nav>li>a i.fa_nav_1{background-image:url(../img/nav_1.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li>a i.fa_nav_2{background-image:url(../img/nav_2.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li>a i.fa_nav_3{background-image:url(../img/nav_3.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li>a i.fa_nav_4{background-image:url(../img/nav_4.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li>a i.fa_nav_5{background-image:url(../img/nav_5.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li>a i.fa_nav_6{background-image:url(../img/nav_6.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li>a i.fa_nav_7{background-image:url(../img/nav_7.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li>a i.fa_nav_8{background-image:url(../img/nav_8.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li>a i.fa_nav_9{background-image:url(../img/nav_9.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li>a i.fa_nav_10{background-image:url(../img/nav_10.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li>a i.fa_nav_11{background-image:url(../img/nav_11.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li>a i.fa_nav_12{background-image:url(../img/nav_12.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li>a i.fa_nav_13{background-image:url(../img/nav_13.png);background-size:18px 18px;width: 18px;height: 18px;}

.sidebar-collapse .nav>li.active>a i.fa_nav_1{background-image:url(../img/nav_1_1.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li.active>a i.fa_nav_2{background-image:url(../img/nav_1_2.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li.active>a i.fa_nav_3{background-image:url(../img/nav_1_3.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li.active>a i.fa_nav_4{background-image:url(../img/nav_1_4.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li.active>a i.fa_nav_5{background-image:url(../img/nav_1_5.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li.active>a i.fa_nav_6{background-image:url(../img/nav_1_6.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li.active>a i.fa_nav_7{background-image:url(../img/nav_1_7.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li.active>a i.fa_nav_8{background-image:url(../img/nav_1_8.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li.active>a i.fa_nav_9{background-image:url(../img/nav_1_9.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li.active>a i.fa_nav_10{background-image:url(../img/nav_1_10.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li.active>a i.fa_nav_11{background-image:url(../img/nav_1_11.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li.active>a i.fa_nav_12{background-image:url(../img/nav_1_12.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li.active>a i.fa_nav_13{background-image:url(../img/nav_1_13.png);background-size:18px 18px;width: 18px;height: 18px;}

.sidebar-collapse .nav>li:hover>a i.fa_nav_1{background-image:url(../img/nav_1_1.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li:hover>a i.fa_nav_2{background-image:url(../img/nav_1_2.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li:hover>a i.fa_nav_3{background-image:url(../img/nav_1_3.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li:hover>a i.fa_nav_4{background-image:url(../img/nav_1_4.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li:hover>a i.fa_nav_5{background-image:url(../img/nav_1_5.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li:hover>a i.fa_nav_6{background-image:url(../img/nav_1_6.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li:hover>a i.fa_nav_7{background-image:url(../img/nav_1_7.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li:hover>a i.fa_nav_8{background-image:url(../img/nav_1_8.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li:hover>a i.fa_nav_9{background-image:url(../img/nav_1_9.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li:hover>a i.fa_nav_10{background-image:url(../img/nav_1_10.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li:hover>a i.fa_nav_11{background-image:url(../img/nav_1_11.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li:hover>a i.fa_nav_12{background-image:url(../img/nav_1_12.png);background-size:18px 18px;width: 18px;height: 18px;}
.sidebar-collapse .nav>li:hover>a i.fa_nav_13{background-image:url(../img/nav_1_13.png);background-size:18px 18px;width: 18px;height: 18px;}


.form_icon{display: inline-block;width:25px;height:25px;border:1px solid #fff;}
.form_icon.active{border:1px solid red;}
.form_icon img{width:23px;height:23px;}

.navbar-static-side{background:#2a303e}
.navbar-default .nav>li>a:focus, .navbar-default .nav>li>a:hover{
	background-color: #202531;	
}
.sidebar-collapse .nav>li.active{
	background:#202531;
	border-left: 0px solid #202531;	
}
.nav>li.active>a.J_menuItem{background-color: #2a303e;}
.ibox_btn_none{border-width: 0px 0 0;border-bottom: 1px solid #e2e2e2; min-height: 40px;padding: 13px 15px 5px;}
.ibox_record{background-color:#fff;padding: 15px;}
.ibox_record #vertical-timeline{padding-top: 10px;margin-top: 0;}
.ibox_record .record_li{}
.ibox_record .record_li .time{font-size:14px;width:85px;text-align: center;padding-bottom:15px; float: left;font-size: 14px; }
.ibox_record .record_li .time span{}
.ibox_record .record_li .header{float: left;width:70px;text-align: center;padding-bottom:15px; position: relative; z-index: 99;}
.ibox_record .record_li .content{float: left;width: 70%;position: relative;padding-bottom:15px;min-height:72px; }
.ibox_record .record_li .content p{padding: 0;margin: 0;}
.ibox_record .record_li .content .tt_a{font-size:14px;margin-top: 5px; }
.ibox_record .record_li .content .tt_a span{font-size: 12px;color: #959595;}
.ibox_record .record_li .content .con_b{font-size:14px;padding: 5px 0;}
.auth_c{color:#959595;font-size: 12px;width: auto;margin-bottom: 10px;margin-top: 10px;}
.auth_c .auth_img{float: left;width: 40px;}
.auth_c .auth_img img{width:27px;height: 30px; }
.auth_c .auth_info{float: left;width: 300px;margin-top: -8px;}
.auth_c .auth_info p{ clear: both;}
.auth_c .auth_info p:first-child{overflow: hidden;height: 25px;line-height: 25px;width: 100%;}
.tt_a font{margin-left: 5px;font-size: 14px;}
.tt_a .agree{color: #01ff7e;}
.tt_a .reture{color: #0176df;}
.tt_a .refuse{color: #ff0101;}
.ibox_record .record_li .content:before {
	content: '';
    position: absolute;
    top: 0;
    left: -36px;
    height: 100%;
    width: 2px;
    background: #e2e2e2;
}
.ibox_record .record_li:last-child .content:before{
	width: 0px;
}

.navbar-fixed-top, .navbar-static-top{background-color: #fff;}
.nav>li>a:focus, .nav>li>a:hover{background-color: #fff;}
#content-main{
	height: calc(100% - 110px);
    overflow: hidden;
   }
.navbar-header{width: auto;}
.nav.navbar-right>li>a{color:#959595;font-weight:100;}
.text-muted{color:#959595;}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{background-color: #fff;color:#959595;}
.navbar-top-links .dropdown-menu li a{color:#959595;}

.exmail_icon i{
	font-size: 20px;
    vertical-align: middle;margin-bottom: 3px;
}
.fa_size{
	font-size: 20px;
    vertical-align: middle;margin-bottom: 3px;	
}
.contact_icon{}
.contact_icon i{background: url("../img/contact.png") no-repeat;width: 20px;height: 18px;background-size:20px 18px; display: inline-block;vertical-align: middle;margin-bottom: 3px;margin-right: 3px;}
#lockSerceenModal{z-index: 19891018!important;}
#lockScreenModal{
	z-index: 19891016;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);	
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}
.jstree_list{position: relative;}
.jstree_list .caret{position: absolute;top: 14px; right: 28px;}
.jstree_box{
	position: absolute;
    background-color: #fff;
    width: 832px;
    max-height: 350px;
    z-index: 9999;
    overflow: auto;	
    display: none;
    border:1px solid #e5e6e7;
}

.lockUser_icon{
	background: url(../img/lock_user.png) no-repeat center;
    background-size: 20px 20px;	
    position: absolute;
    top: 0px;
    width: 22px;
    height: 22px;
    color: #949491;
    font-size: 18px;
    margin-left: 10px;
    text-align: center;
    margin-top: 10px;
    z-index: 66;
}
.lockEd_icon{
	position: absolute;
    top: 0px;
    width: 22px;
    height: 22px;
    color: #949491;
    font-size: 18px;
    margin-left: 10px;
    text-align: center;
    margin-top: 10px;
	background: url(../img/lock_ed.png) no-repeat center;
    background-size: 20px 20px;	
    z-index: 66;
}
.modal-body .ibox_input {margin: 50px 0 0 0;}
.modal-body .ibox_input input{
	 padding: 5px 12px;padding-left: 35px;background-color: transparent;
	border: 1px solid #e2e2e2;
	line-height: 35px;
    height: 45px;
    color: #494949;
}
.modal-body .ibox_input .form-group{margin:0 50px 20px 50px; }
.modal-body .ibox_input .lock_p{line-height: 25px;height: 25px;color:#959595;font-size: 12px;}
.modal-footer .modal_sub_box{margin: 0 38px;}
.modal-footer .modal_submit{
	background-color: #1ab394;
    border-color: #1ab394;
    color: #FFF;
    display: inline-block;
    width: 100%;
    line-height: 50px;
    height: 50px;	
    text-align: center;
    border-radius:3px;
    font-size: 16px;
}

.tabSwicth.roll-right.J_tabRight{right: 0;}

.page-tabs a.J_menuTab{
	max-width: 12rem;
    overflow: hidden;
    color: #76838f;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 28px;
}
.page-tabs a.active{ color: #ffffff;}
.page-tabs a i{
	position: absolute;
    right: 6px;
    top: 14px;
}

.modal.in .modal-dialog{
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%)
}
.modal.in .modal-dialog:focus{
	-webkit-transform:translate(0,0%);
	-ms-transform:translate(0,0%);
	-o-transform:translate(0,0%);
	transform:translate(0,0%);
	transform: translateX(0);
}
.modal-dialog{position:absolute;margin:10px auto;left:0;right:0;top:50%}

@media (min-width:768px){.modal-dialog{}}

.tabs-container .active.pull-right{border-left: 0px solid #19aa8d;}

.modal.in .modal-dialog .modal-content{
	-webkit-transform:translate(0,0%);
	-ms-transform:translate(0,0%);
	-o-transform:translate(0,0%);
	transform:translate(0,0%);
	transform: translateX(0);
}

.form-control, .single-line{
	-webkit-transform:translate(0,0%);
	-ms-transform:translate(0,0%);
	-o-transform:translate(0,0%);
	transform:translate(0,0%);
	transform: translateX(0);
}

.form-control:focus, .single-line:focus{
	-webkit-transform:translate(0,0%);
	-ms-transform:translate(0,0%);
	-o-transform:translate(0,0%);
	transform:translate(0,0%);
	transform: translateX(0);
}


.flow_process{padding: 0;}
.flow_process .panel-default{border-radius:0;border: 0;border-bottom: 1px solid #e2e2e2;}
.flow_process .panel-default>.panel-heading{background-color:#fff;}

.flow_process .panel-default>.panel-heading a{font-size: 18px;color: #0176df}

.flow_process .panel-default .panel-body{min-height: 150px;}

#processList .processManger {border-radius:0;}

.modal-dialog .modal-header{}
.modal-dialog .modal-header h4{line-height: 30px;}


.modal-dialog .modal-footer{text-align: center;}
.modal-dialog .modal-footer .btn{width: 45%;line-height: 40px;height: 40px;padding:0;font-size: 16px;}
.modal-dialog .modal-footer .btn-white{}
.modal-dialog .modal-footer .btn-primary{}l


#snakerflow{}
.contact_icon{position: relative;}
.contact_icon em{
	min-width: 20px;
    height: 20px;
    line-height: 20px;
    background: #FF0000;
    display: inline;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding:0 2px;
    position: absolute;
    left: 22px;
    top: 10px;
    font-style: inherit;
}
.exmail_icon{position: relative;}
.exmail_icon em{
	min-width: 20px;
    height: 20px;
    line-height: 20px;
    background: #FF0000;
    display: inline;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding:0 2px;
    position: absolute;
    left: 25px;
    top: 10px;
    font-style: inherit;
}
 .float_ibox{background-color: #fff;}
.scrollBox{
	overflow: scroll;
    height: 560px;
}

.float_prix{background-color: #fff;}


.flow_title{height: 30px;line-height: 30px;margin: 0 -15px;}
.flow_title .flow_t_left{}
.flow_title .flow_t_left i{background-color:#00b38a;width: 4px;height:30px;vertical-align:middle;margin-bottom:5px; display: inline-block;  }
.flow_title .flow_t_left span{margin-left: 5px;font-size:16px;color: #494949;line-height: 30px; }

.flow_title .flow_t_right{}
.flow_title .flow_t_right form{position: relative;}
.flow_title .flow_t_right .form-control{
    border-radius: 30px;
}
.flow_title .flow_t_right .input-group-btn{
	position: absolute;
    top: 0;
    right: 1px;
}
.flow_title .flow_t_right .btn-flow{
	position: absolute;
    right: 0;
    top: 2px;
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 30px;
}

.flow_category{margin: 10px 0;background-color: #fff;border:1px solid #e2e2e2;}
.flow_category .category_one{border-bottom: 1px solid #e2e2e2;line-height:30px;padding:5px 0; position: relative; }
.flow_category .category_one_box{padding-right: 60px;width: 100%;}
.flow_category .category_one_box label{width: 110px;text-align: center;}
.flow_category .category_one_li{margin-left:110px;height: 30px;overflow: hidden;}
.flow_category .category_one_li a{padding:0 10px;display: inline-block;}
.flow_category .category_one_li a:hover{background-color: #00b38a; color:#fff;}
.flow_category .category_one_more{position: absolute;top: 5px;right: 10px;}
.flow_category .category_one_more .fa-sort-desc{vertical-align: middle;margin-bottom: 12px;color:#00b38a;font-size: 20px;}
.flow_category .category_one_more .fa-sort-up{display:none; vertical-align: middle;margin-bottom: -7px;color:#00b38a;font-size: 20px;}
.flow_category a{color:#494949;}

.flow_category .category_one_li .active{
	background-color: #00b38a; color:#fff;
}

.flow_category .category_two{border-bottom: 1px solid #e2e2e2;line-height:30px;padding:5px 0; }

.flow_category .category_two_box{width: 100%;}
.flow_category .category_two_box label{width: 110px;text-align: center;}
.flow_category .category_two_li{margin-left:110px;}
.flow_category .category_two_li a{padding:0 10px;display: inline-block;}
.flow_category .category_two_li a:hover{background-color: #00b38a; color:#fff;}
.flow_category .category_two_li .active{
	background-color: #00b38a; color:#fff;
}
#processList .processManger {
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
    white-space: inherit;
    padding-right: 10px;
    border: 1px solid #e2e2e2;
    color: #494949;
    line-height: 20px;
    text-align: left;
}
#processList .processManger:hover {
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
    white-space: inherit;
    padding-right: 10px;
    border: 1px solid #00b38a;
    color: #00b38a;
    line-height: 20px;
    text-align: left;
}

.sweet-alert h2{margin:0px!important} 
    .swtch_content_box{
    	background-color: white;
	    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	    min-width: 478px;
	    padding: 17px;
	    border-radius: 5px;
	    text-align: center;
	    position: fixed;
	    left: 50%;
	    top: 50%;
	    margin-left: -256px;
	    margin-top: -200px;
	    display: none;
	    height:auto;
	    z-index: 99999;
    }
    .swtch_content_box button {
	    background-color: #AEDEF4;
	    color: white;
	    border: none;
	    box-shadow: none;
	    font-size: 17px;
	    font-weight: 500;
	    -webkit-border-radius: 4px;
	    border-radius: 5px;
	    padding: 10px 32px;
	    margin: 15px 5px 0 5px;
	    cursor: pointer;
	}
	.ztree_box{
	    position: absolute;
	    z-index: 1028;
	    width: 422px;
	    height: 300px;
	    overflow: auto;
	    top: 49px;
	    border: 1px solid #e2e2e2;
	    background-color: #fff;
	    display: none;
    }
    .content_1_exp_ztree {
	    font-size: 12px;
	    color: #494848;
	    line-height: 24px;
	    position:relative;
	    text-align: center;
	    border: 1px #d8d8d8 solid;
	    padding: 10px;
	}
	.sweet_overFlow{
		overflow: hidden;
	}
	.swtch_content_box .confirm{
		display: inline-block; background-color: rgb(221, 107, 85); box-shadow: rgba(221, 107, 85, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset;
	}
	.type_list_cwj{
		overflow: auto;
    	height: 280px;
	}
	.delete_content{padding:  15px;}
    .sweet-alert{overflow:initial}

.noData{
    width: 100%;
    text-align: center;
}

.noData img{
	 width: 200px;margin: 50px 0;
}


*{font-family: 'Microsoft YaHei';}
 	.tt-title{}
 	.tt-title span{font-size: 36px;}
 	.home_ibox{border:1px solid #e6e6e6;background-color: #f2f2f2;}
 	.home_ibox .panel{background-color: #fff;border:none;border-raduis:0;}
 	.home_ibox .panel-heading{background-color: #d4effa;padding:0;border-bottom: 0px solid transparent;}
 	.home_ibox .nav-tabs>li.active>a, .home_ibox  .nav-tabs>li.active>a:focus, .home_ibox  .nav-tabs>li.active>a:hover{
 		    background:0;
    border-color: #d4effa #d4effa rgba(0,0,0,0);
    border-bottom: #d4effa;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #107EE1;
    cursor: default;
    border-bottom: 2px solid #107EE1;
 	}
 	.home_ibox .nav-tabs>li>a:focus, .home_ibox  .nav-tabs>li>a:hover{
 		background-color: inherit;
		color: #107EE1;
		border-color:#d4effa #d4effa #d4effa;
		border-bottom: 2px solid #107EE1;

 	}
 	.home_ibox .nav-tabs>li>a{font-weight: 100;color:#494949;padding: 8px 20px 8px 20px;}
 	.home_ibox .panel-body{padding: 0;}
 	.home_ibox .tab-content .list-group.clear-list .list-group-item{padding:12px;border-left: 2px solid #fff; cursor: pointer;  }
 	.home_ibox .tab-content .list-group.clear-list .list-group-item:first-child{ border-top: 1px solid #fff;}
 	.home_ibox .tab-content .list-group{margin-bottom: 0;}
 	.home_ibox .tab-content .list-group.clear-list .list-group-item:hover{
 		border-left: 2px solid #0176df;
 		background-color: #f2f2f2;
 	}
 	.home_ibox .tab-content .list-group.clear-list .list-group-item:hover .pull_span{
 		color:#0176df;
 	}
 	.home_ibox .ibox-title{border:0;padding:10px;border-bottom: 0px solid #e2e2e2;}
 	.home_ibox .ibox-title h5{margin:0;margin-top:5px;color:#0176df;font-size: 16px;}
 	.home_ibox .ibox-tools{margin:0;background-color: #1ab394;  padding: 5px 20px; color: #fff;}
 	.home_ibox .ibox-tools .fa{margin-right:5px;}
 	.home_ibox .pull-right font{margin-right:15px;}
 	.home_ibox .pull_span{max-width: 62%;overflow: hidden;display: inline-block;float: left;height:20px;line-height: 20px;}
 	.home_ibox .pull_pp{max-width:  70%;overflow: hidden;display: inline-block;float: left;height:20px;line-height: 20px;}
 	.home_ibox .pull-right{display: inline-block;float: right;}
 	.home_ibox .pull_delete{display: inline-block;float: right;cursor: pointer;}
 	.home_ibox .pull_delete{width: 8%;text-align: center;color:red;}
 	.home_ibox .pull_delete i{color:red;font-size: 16px;}
 	.home_ibox .pull_news{display: inline-block;float: left;color:red;}
 	.home_ibox .pull_blur{display: inline-block;float: left;color:#0176df;}
 	.home_ibox .nav-tabs{border-bottom: 0;}
 	.home_ibox .list-group-item:first-child{border-radius:0;}
 	.home_ibox .ibox-navicon{padding: 5px 33px;}
 	.ibox_title_btn .home_ibox .ibox-title{border-bottom: 1px solid #e2e2e2;}
 	.home_ibox .calendar_list {background-color: #f9f9f9;}
 	.home_ibox .calendar_list .list-group.clear-list .list-group-item{padding:10px 15px;}
 	.home_ibox .calendar_list .pull_noColor{color:#494949;width: 15%;}
 	.home_ibox .calendar_list .pull_span{max-width: 23%;width: 20%;}
 	.home_ibox .calendar_list .pull-right{
 		width: 60%;display: inline-block;text-align: right;height: 20px;line-height: 20px;
 		text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor: pointer;
 	}
 	.home_ibox .calendar_list .pull-right:hover{
 		height: 100%;white-space: inherit;
 	}
.home_ibox .calendar_list .list-group{margin-bottom: 0;}
.home_ibox .calendar_list .list-plus{text-align: center;border-top: 1px solid #e2e2e2;padding:8px 0;}
.home_ibox .calendar_list .list-plus i{font-size: 22px;cursor: pointer;}
.modal-backdrop.in{opacity: .5!important;}
 	
#waitChief >div{width: 93px;margin-left: 82px;float: left;position: relative;}
#waitChief .icon{min-width:20px;height: 20px;background: #FF0000;display: inline; color: #FFFFFF;border-radius:10px;;text-align: center;font-size12px;padding:1px; position: absolute;right: 10px;top: 12px;}
  	

.list-group-item .list-item-li{
	padding:5px 0px;
	border-bottom: 1px solid #e2e2e2;	
}
.list-group-item .list-item-li .pull_span{
	padding-left: 15px;
}
.home_ibox .tab-content .list-group.clear-list .list-group-item.list-gitem{
	    padding: 0px;
}
.home_ibox .tab-content .list-group.clear-list .list-group-item.list-gitem:hover{
	border-left: 2px solid #ffffff;
	background-color: #fff;
}
.home_ibox .tab-content .list-group.clear-list .list-group-item:hover .list-group-p .pull_span{
	color:#676a6c;
}
.home_ibox .tab-content .list-item-ul{display: none;}
.home_ibox .tab-content .list-item-ul{padding:5px 12px;}
.home_ibox .tab-content .list-group-p{border-bottom: 1px solid #e2e2e2; padding:8px 12px;margin:0;}
.list-group-item .list-item-li:last-child{border-bottom: 0px solid #e2e2e2;}
.list-group-item .list-item-li{color:#959595;}
.home_ibox .tab-content .list-group.clear-list .list-group-item .list-item-li:hover .pull_span{
 		color:#959595;
}
.home_ibox .tab-content .list-group.clear-list .list-group-item:hover .list-item-li .pull_span{
	color:#959595;
}
.contact-box .home-header{padding: 0 20px;}
.home_ibox .tab-content .list-group.clear-list  .list-group-p em {
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    background: #0176df;
    display: inline;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding: 0 5px;
    display:inline-block;
    font-style: inherit;
    margin-right: 10px;
}

.contact_content{
	background-color: #fff;
	padding:15px;
	margin-top: 20px;
}

.contact_content .contact_list .list_ul{border: 1px solid #e2e2e2;border-bottom: 0;}
.contact_content .list_li{}
.contact_content .list_li .li_one{height:50px;cursor:pointer; line-height: 50px; background-color:#F9FAFC;border-bottom: 1px solid #e2e2e2;padding: 0 15px;}
.contact_content .list_li .li_one .fl{font-size:16px; }
.contact_content .list_li  .fa-sort-desc{display:none;vertical-align: middle;margin-bottom: 12px;color:#00b38a;font-size: 26px;}
.contact_content .list_li  .fa-caret-right{ vertical-align: middle;margin-bottom: 0px;color:#00b38a;font-size: 26px;}


.contact_content .list_li  .one_up{width: 40px;display: inline-block;cursor: pointer;text-align: center;}

.contact_content .list_li:first-child .list_ul_two{display: block;}
.contact_content .list_ul_two{display: none;}
.contact_content .list_ul_three{display: none;}
.contact_content .list_ul_two .li_two{line-height: 40px;cursor:pointer; background-color: #fff; line-height: 40px;border-bottom: 1px solid #e2e2e2;}
.contact_content .list_ul_two .li_two .fl{margin-left: 30px;}

.contact_content .list_info .contact_head{width: 60px;height: 60px;border-radius:60px;}
.contact_content .list_info{padding:10px 15px;border-bottom: 1px solid #e2e2e2;padding-left: 45px;}
.contact_content .list_info .li_three_left{margin-left: 80px;}
.contact_content .list_info .li_three_left  p{margin:0}
.contact_content .list_info .li_three_left .three_r{margin-top: 8px;}
.contact_content .list_info .li_three_left .three_r .w_font{color:#959595;}

.contact_content .list_info .li_three_left .three_bt{margin-top: 5px;}
.contact_content .list_info .three_bt .tact_tel{min-width: 180px;display:inline-block;    color: #959595;}
.contact_content .list_info .three_bt .tact_email{min-width: 180px;display:inline-block;    color: #959595;}
.contact_content .list_info .three_bt .tact_tel i{
	background: url(../img/tel.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;	
}
.contact_content .list_info .three_bt .tact_email i{
	background: url(../img/c_email.png) no-repeat;
    width: 19px;
    height: 14px;
    background-size: 19px 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;	
}

.contact_content .list_li_three_noData{width: 100%;text-align: center;line-height: 40px;border-bottom: 1px solid #e2e2e2;}
.contact_content .list_li_three_noData span{padding: 15px;}

.contact_content .list_ul_two .li_three{line-height: 40px;cursor:pointer; background-color: #fff; line-height: 40px;border-bottom: 1px solid #e2e2e2;}
.contact_content .list_ul_two .li_three .fl{margin-left: 60px;}
.contact_content .list_ul_two .list_li_four .contact_head{width: 60px;height: 60px;border-radius:60px;}
.contact_content .list_ul_two .list_li_four{border-bottom: 0px solid #e2e2e2;}
.contact_content .list_ul_two .li_fix_left {margin-left: 80px;}
.contact_content .list_ul_two .li_fix_left   p{margin:0}
.contact_content .list_ul_two .li_fix_left  .three_r{margin-top: 8px;}
.contact_content .list_ul_two .li_fix_left  .three_r .w_font{color:#959595;}
.contact_content .list_ul_four .list_ul_fix .list_info{
	padding: 10px 15px;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 60px;
}
.contact_content .list_ul_two .list_ul_four  .list_ul_fix{display: none;}


.home_ibox .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}
.home_ibox .nav-tabs .panel_slick>a {
    font-weight: 100;
    color: #494949;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
}

.home_ibox .nav-tabs .panel_slick.active>a, .home_ibox .nav-tabs .panel_slick.active>a:focus, .home_ibox .nav-tabs .panel_slick.active>a:hover {
    background: 0;
    border-color: #d4effa #d4effa rgba(0,0,0,0);
    border-bottom: #d4effa;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #107EE1;
    border-bottom: 2px solid #107EE1;
    cursor: pointer;
}

.panel_slick{text-align: center;
height: 40px;
    line-height: 40px;
}

.panel_date_slick{width: 88%;}
.data_panel .data_panel_left{
	width: 6%;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
}
.data_panel .data_panel_right{
	width: 6%;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
}
.data_panel .data_panel_left i{
	margin-top: 8px;
	font-size: 24px;
}
.data_panel .data_panel_right i{
	margin-top: 8px;
	font-size: 24px;
}
.data_panel  .slick-prev{
	top: 0px;
    left: -23px;
    margin-top:0
}
.data_panel  .slick-next{
	top: 0px;
    right: -23px;
    margin-top:0
}

.table{
     table-layout: fixed;
 }
 .layout-table .table{
     table-layout: auto;
 }
.table td:hover{
    /* overflow: visible;
    white-space: normal; */
}
 .table td {
     word-wrap: break-word;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }


.jqGrid_wrapper{}
.jqGrid_wrapper table{}
.jqGrid_wrapper table thead{}
.jqGrid_wrapper table thead tr{display: table;table-layout: fixed; width: 100%;}
.jqGrid_wrapper table tbody{
	display: block;
    height: 550px;
    overflow-y: auto;
}
.jqGrid_wrapper table tbody tr{
	display: table;table-layout: fixed; width: 100%;
}
.table.table-hover.table-striped tbody td:last-child{
text-align: center;
}

.article-title{margin: 20px 15px 40px;position: relative;z-index: 999;}
.article-title .article_tt{font-size: 18px;font-weight: bold;margin-bottom: 10px;width:70%;margin: 0 auto;}
.article-title .article_view{font-size: 12px;line-height: 35px;border-bottom: 1px solid #e2e2e2;margin-bottom: 20px;}
.article-title .article_view span{margin-left: 20px;margin-right: 20px;}
.article-title .article_main{
	text-align: left;
	width: 100%;
}
.article-title .article_main p{line-height: 25px;}
.article-title .article_main img{max-width:100%;}

.article-title .article-close{position: absolute;right:0;top:-5px;}

.bootstrap-table .fixed-table-container .fixed-table-body .table.table-hover.table-striped{margin-top: -36px!important;}



.operattion_btn_sty { overflow: hidden; }
.operattion_btn_sty > ul > li { color: #1769d9; cursor: pointer; float: left; font-size: 12px; line-height: 30px; padding: 0 10px 0 16px; }
.operattion_btn_sty > ul > li>a{color: #1769d9;}
.operattion_btn_sty > ul > li.adj_upload_icon { background: url("../img/adj_upload.png") no-repeat scroll left center transparent; }
.operattion_btn_sty > ul > li.adj_download_icon { background: url("../img/adj_download.png") no-repeat scroll left center transparent; }
.operattion_btn_sty > ul > li.adj_store_icon { background: url("../img/adj_store.png") no-repeat scroll left center transparent; }
.operattion_btn_sty > ul > li.adj_fullscreen_icon { background: url("../img/adj_prelook.png") no-repeat scroll left center transparent; }
.adjunct_pre_look { clear: both;border-top:1px solid #e2e2e2;padding-top:14px; }

.adjunct_head_area{overflow:hidden;}
.adjunct_head_area  div>span,.adjunct_head_area div>label{color:#959595;}

.res_1>div>p {
	line-height: 16px;
}

@media (min-width: 992px) {
    .modal-lg {
        width:980px
    }
}


.namespan, .wendangicon-w{cursor: pointer;}

.wendangicon-x {
    background: url(../../images/wendangicon-x.png) no-repeat;
}
.wendangicon-p {
    background: url(../../images/wendangicon-p.png) no-repeat;
}
.wendangicon-r {
    background: url(../../images/wendangicon-r.png) no-repeat;
}
.wendangicon-t {
    background: url(../../images/wendangicon-t.png) no-repeat;
}
.wendangicon-w {
    background: url(../../images/wendangicon-w.png) no-repeat;
}
.wendangicon-pdf {
    background: url(../../images/wendangicon-pdf.png) no-repeat;
}
.wendangicon-picture {
    background: url(../../images/wendangicon-picture.png) no-repeat;
}

.homeNew{padding:0;}
.homeNew a{color: #494949;}
.homeNew a:focus,.homeNew a:hover{color: #494949;}
.homeNew .home_box{min-height: 405px;margin-bottom:10px;}
.homeNew .home_box .home_row{background-color: #fff;margin-left:-10px;margin-right: -10px;}
.homeNew .home_box .title{height: 40px;border-bottom: 1px solid #e2e2e2;line-height: 40px;}
.homeNew .home_box .title span{font-size: 14px;color:#29334c;float:left; border-left: 4px solid #39bee8;display: inline-block;padding:0 15px;font-weight: bold; }
.homeNew .home_box .tools{margin: 0; background-color: #1ab394;float:right; padding: 0px 20px;color: #fff;display: inline-block; line-height: 30px;margin-top: 5px; margin-right: 15px; border-radius: 3px;}
.homeNew .home_box .tt_more{margin: 0; float:right;display: inline-block; line-height: 30px;margin-top: 7px; margin-right: 15px; }
	
.homeNew .list_a{}
.homeNew .list_a .a_left{width: 100%;height: 30px;background-color: #d4effa; overflow: auto;text-overflow: ellipsis;white-space: nowrap;}
.homeNew .list_a .a_left a{display:inline-block;position:relative;text-align: center;border-bottom: 1px solid #ebebeb;float: left;font-weight: 100;color:#494949;padding: 4px 20px 4px 20px;height:29px;}
.homeNew .list_a .a_left a.active{ border-bottom: 2px solid #107EE1;}
.homeNew .list_a .a_left a:last-child{}
.homeNew .list_a .a_left a span{/*position: absolute; top: 50%;left: 50%; margin-left: -14px;margin-top: -10px;*/}

.homeNew .list_a .a_right{width: 100%;}
.homeNew .list_a .a_right .li em { min-width: 20px;float:right;height: 20px;line-height: 20px;background: #bfbfbf;display: inline;color: #FFFFFF;border-radius: 10px; text-align: center; padding: 0 5px;display: inline-block;font-style: inherit;margin-right: 0px;}
.homeNew .list_a .a_right .li{width: 100%;}
.homeNew .list_a .a_right .li .li_a{border-bottom: 1px solid #ebebeb;width: 100%;display: block;padding:5px 0;height: 32px;}
.homeNew .list_a .a_right .li span.li_aa{width: 60%;padding-left:10px; overflow: hidden; display: inline-block; float: left; height: 20px; line-height: 20px;text-overflow: ellipsis;  white-space: nowrap;}
.homeNew .list_a .a_right .li span.li_bb{width: 5%; overflow: hidden; display: inline-block; float: left; height: 20px; line-height: 20px;text-overflow: ellipsis;  white-space: nowrap;}
.homeNew .list_a .a_right .li span.li_cc{width: 35%; overflow: hidden; display: inline-block; float: right; height: 20px; line-height: 20px;text-overflow: ellipsis;  text-align: right;padding-right:10px;}
.homeNew .list_a .a_right .li span.li_cc font{margin-right:5px;}
.homeNew .list_a .a_right .li_ul{background-color: #f6f7f8;display: none;}
.homeNew .list_a .a_right .li_ul .li_t_a{border-bottom: 0px solid #e2e2e2;cursor:pointer; height: 32px;line-height: 32px;border-bottom: 1px solid #ebebeb;}
.homeNew .list_a .a_right .li_ul .li_t_a:last-child{border-bottom: 1px solid #ebebeb;}
.homeNew .list_a .a_right .li_ul .li_t_a .pull_a{width: 62%;overflow: hidden;display: block;float: left;height:32px;line-height: 20px;padding:5px;text-overflow: ellipsis;  white-space: nowrap;}
.homeNew .list_a .a_right .li_ul .li_t_a .pull_b font{margin-right: 5px;}
.homeNew .list_a .a_right .li_ul .li_t_a .pull_b{display:block;width: 32%;float: right;text-align:right; height:32px;line-height: 20px;padding:5px; overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;}

.homeNew .list_a .a_right .a_right_box{height: 290px;overflow: auto;}
.homeNew .list_a .a_right .a_right_pager{height: 40px;}

.homeNew .list_c{padding: 2px 15px;height:360px;}
.homeNew .list_c .li{height: 31px;line-height: 31px;cursor: pointer;}
.homeNew .list_c .li i{margin-right: 5px;}
.homeNew .list_c .li .li_a{display: block;float: left;max-width: 60%; overflow: hidden; display: inline-block; height: 31px; line-height: 31px;text-overflow: ellipsis;  white-space: nowrap;}
.homeNew .list_c .li .li_b{display: block;float: left;color: red;}
.homeNew .list_c .li .li_c{display: block;float: right;max-width: 35%; overflow: hidden; display: inline-block; height: 31px; line-height: 31px;text-overflow: ellipsis;  white-space: nowrap;}
.homeNew .list_c .li .li_c font{margin-right: 5px;}
.homeNew .list_d{height:360px;}
.homeNew .list_d .list_table{height: 360px;}
.homeNew .list_d .list_table table{width: 100%;text-align: center;font-size: 14px;}
.homeNew .list_d .list_table table td{width: 50%;border: 1px solid #ebebeb;height: 180px;}
.homeNew .list_d .list_table i{ display: inline-block; }
.homeNew .list_d .list_table span{ margin-left: 30px;}
.homeNew .list_d .list_table .record_a{cursor: pointer;}
.homeNew .list_d .list_table .record_b{cursor: pointer;}
.homeNew .list_d .list_table .record_d{cursor: pointer;}
.homeNew .list_d .list_table .record_c{cursor: pointer;}
.homeNew .list_d .list_table .record_a i{background: url("../img/home_1.png") no-repeat;width: 64px;height:64px;vertical-align: middle;margin-bottom: 10px;}
.homeNew .list_d .list_table .record_b i{background: url("../img/home_2.png") no-repeat;width: 69px;height:70px;vertical-align: middle;margin-bottom: 10px;}
.homeNew .list_d .list_table .record_c i{background: url("../img/home_3.png") no-repeat;width: 66px;height:64px;vertical-align: middle;margin-bottom: 10px;}
.homeNew .list_d .list_table .record_d i{background: url("../img/home_4.png") no-repeat;width: 62px;height:66px;vertical-align: middle;margin-bottom: 10px;}

#noticeBoard{height:315px;}

.homeNew .list_d .record_list{padding: 10px 15px;}
.homeNew .list_d .record_list .li{height: 30px;line-height: 30px;}
.homeNew .list_d .record_list .li i{margin-right: 5px;}
.homeNew .list_d .record_list .li .li_a{display: block;float: left;max-width: 60%; overflow: hidden; display: inline-block; height: 30px; line-height: 30px;text-overflow: ellipsis;  white-space: nowrap;}
.homeNew .list_d .record_list .li .li_b{display: block;float: left;color: red;}
.homeNew .list_d .record_list .li .li_c{display: block;float: right;}
.homeNew .calendar_list .list-group{margin-bottom: 0;}
.homeNew .calendar_list .list-plus{text-align: center;border-top: 1px solid #e2e2e2;padding:10px 0;}
.homeNew .calendar_list .list-plus i{font-size: 22px;cursor: pointer;}
.homeNew .list_d .record_list .pull_pp{max-width:  60%;overflow: hidden;display: inline-block;float: left;height:20px;line-height: 20px;margin-top: 7px;text-overflow: ellipsis;  white-space: nowrap;}
.homeNew .list_d .record_list .pull-right{display: inline-block;float: right;max-width:  40%;float: right;}

/*   分页插件   */
.a_right_pager{
	position: relative;
    text-align: center;
  	zoom: 1;
  	height: 40px;line-height: 40px;
}
.a_right_pager .pager_box{
	float: right;
}
.a_right_pager:before,.a_right_pager:after{
    content:"";
    display:table;
}
.a_right_pager:after{
	clear:both;
	overflow:hidden;
}
.a_right_pager span{
	float: left;
	width: 30px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    cursor: pointer;
    border-radius:3px;
}
.a_right_pager .active{
	float: left;
	width: 32px;
    height: 28px;
    line-height: 28px;
    background: #f4f4f4;
    font-size: 14px;
    border: 1px solid #DDDddd;
    margin-left: -1px;
}
.a_right_pager a{
	float: left;
	width: 32px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #DDDddd;
    font-size: 14px;
    margin-left: -1px;
}
.a_right_pager a:hover{
    background: #eeeeee;
}
.a_right_pager .next,.a_right_pager .prev{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.a_right_pager .now, .a_right_pager .count{
	padding:0 5px;
}
.a_right_pager input{
    float: left;
    margin:0 5px;
    width: 35px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid 3a0a0a0;
    outline: none;
    color: #959595;
    font-size: 14px;
}

.a_right_pager  .pager_box{  margin-top: 5px;margin-right: 5px;}
.header_top_t{margin-top: 5px;margin-left: 20px;}
.header_top_t .header_font{}
.navbar-top-links li a.header_font{padding: 15px 10px;color:#494949;}
.header_top_t .header_up{display: inline-block;margin-left: 40px;position: relative;min-width:40px;margin-top: 15px;}
.header_top_t .header_up i{background: url("../img/total1.png") no-repeat;width:20px;height:18px;display: inline-block;vertical-align: middle;margin-bottom: 5px;}
.header_top_t .header_been{display: inline-block;margin-left: 40px;position: relative;min-width:40px;margin-top: 15px;}
.header_top_t .header_been i{background: url("../img/total2.png") no-repeat;width:20px;height:18px;display: inline-block;vertical-align: middle;margin-bottom: 5px;}
.header_top_t .header_up em{
	min-width: 20px;
   /* float: right; */
    height: 22px;
    line-height: 20px;
    background: #f05050;
    display: inline;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    font-style: inherit;
    margin-right: 10px;
   /* position: absolute;*/
    word-break: initial;
    left: 28px;
    top: -3px;
    border: 1px solid #fff;
    word-break:normal;
    vertical-align: middle;
    margin-bottom: 5px;
}
.header_top_t .header_been em{
	min-width: 20px;
    /*float: right;*/
    height: 22px;
    line-height: 20px;
    background: #59c0fa;
    display: inline;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    font-style: inherit;
    margin-right: 10px;
   /* position: absolute;*/
    word-break: initial;
    left: 15px;
    top: -3px;
    border: 1px solid #fff;
    word-break:normal;
    vertical-align: middle;
    margin-bottom: 5px;
}
.drop_top_font{}
.drop_top_font li{
    color: inherit;
    line-height: 25px;
    margin: 1px 4px;
    text-align: left;
    font-weight: 400;	
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
}

body.mini-navbar .nav-label, body.mini-navbar .navbar-default .nav li a span, body.mini-navbar .profile-element{display: block;}

@media (max-width: 768px) {
    body.fixed-sidebar .navbar-static-side {
        display:block;
    }

    body.fixed-sidebar.mini-navbar .navbar-static-side {
        width:auto; 
    }
}
body.fixed-sidebar.mini-navbar .navbar-static-side{
    width: 220px;
}
.fixed-sidebar.mini-navbar .nav li> .nav-second-level{
	 display:none;
}
.canvas-menu.mini-navbar .nav li:hover>.nav-second-level{
	position: initial; 
     left: 0px; 
}
.canvas-menu.mini-navbar .nav li:hover>.nav-second-level, .fixed-sidebar.mini-navbar .nav li:hover>.nav-second-level{
	position: initial; 
     left: 0px; 
}
body.body-small.fixed-sidebar.mini-navbar #page-wrapper, body.fixed-sidebar.mini-navbar #page-wrapper{margin: 0 0 0 220px;}


.custom_date_list{height: 360px;}
.custom_date_list .calendar_date_tt{height: 30px;line-height: 30px;padding:0 10px;border-bottom: 1px solid #e2e2e2;}
.custom_date_list .calendar_date_tt .date_tool{margin: 0;background-color: #1ab394;float:right;padding: 0px 20px;cursor:pointer;color: #fff;display: inline-block;line-height: 23px;height: 23px;margin-top: 3px;margin-right: 5px;border-radius: 3px;}
.custom_date_list .calendar_list{height: 330px;overflow: auto;}
.custom_date_list .calendar_list .li{line-height: 30px;border-bottom: 1px solid #e2e2e2;padding:0 1%;}
.custom_date_list .calendar_list .li span{overflow: hidden;height:30px;line-height: 30px;text-overflow: ellipsis;white-space: nowrap; overflow: hidden;}
.custom_date_list .calendar_list .pull_span{width: 60%;overflow: hidden;display: inline-block;float: left;height:30px;line-height: 30px;}
.custom_date_list .calendar_list .pull_noColor{width: 8%;display: inline-block;float: left;text-align: right;}
.custom_date_list .calendar_list .pull-right{display: inline-block;width: 20%;
    text-align: right;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;}
.custom_date_list .calendar_list .pull_delete{display: inline-block;float: right;cursor: pointer;width: 5%;text-align: center;}
.custom_date_list .calendar_list .pull_delete i{color: red; font-size: 16px;}
.custom_date_list .calendar_list .pull_span:hover{
	overflow: inherit;
    white-space: initial;
    padding:5px 0;
    line-height: 20px;
    height: auto;
}

.meta_category{margin: 10px 0;background-color: #fff;border:1px solid #e2e2e2;}
.meta_category > div{border-bottom: 1px solid #e2e2e2;line-height:30px;min-height:30px;padding:5px 10px; position: relative;}
.meta_category > div.meta_c_two a{padding:0 10px;display: inline-block;color:#494949;margin-right: 10px; }
.meta_category > div.meta_c_two a:hover{background-color: #00b38a; color:#fff;}
.meta_category > div.meta_c_two a.active{background-color: #00b38a; color:#fff;}

.col-pd-left{padding-left:0;}

.ibox_box{text-align: center;padding: 60px 0;}
.ibox_online{background: url("../img/online.png") no-repeat;width:838px;height: 318px;margin: 0 auto; position: relative;}
.online_title{color: #76869a;font-size: 24px;}
.online_title span{border-bottom: 1px solid #76869a;display: inline-block;width:40px;margin: 0 10px; margin: 0 10px;
    vertical-align: middle;}
.ibox_online span{position: absolute;top: 50%; height:60px;line-height:60px;margin-top:-75px; left: 50%; width: 240px;margin-left: -100px;}
.ibox_online span font{font-size: 48px;color: #445c7a;}

 .fixed-table-container thead th .sortable{
 background-image:url('../img/sort.png');cursor:pointer;background-position:right;background-repeat:no-repeat;padding-right:30px;background-size: 17% 100%
 }
 .fixed-table-container thead th .asc{
 background-image:url('../img/sort_up.png');cursor:pointer;background-position:right;background-repeat:no-repeat;padding-right:30px;background-size: 17% 100%
 }
 .fixed-table-container thead th .desc{
 background-image:url('../img/sort_down.png');cursor:pointer;background-position:right;background-repeat:no-repeat;padding-right:30px;background-size: 17% 100%
 }



::-webkit-scrollbar {
    width: 3px;
    height: 7px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px hsla(0,0%,63%,.3);
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
}

#printBtn>button{
	z-index:99999;
}








