@charset "utf-8";

body{font-family: 'MicroSoft YaHei'!important;height:100%;outline: 0;background: transparent;}
.top{
    padding: 10px 0px;
    line-height: 40px;
}
.topdiv{
    background-color:#fff;
    z-index: 3;
    position: fixed;
	top: 0;
	line-height: 60px;
	width: 100%;
	font-size: 14px;
	min-width: 1124px;
	clear: both;
	text-align: center;
	height: 60px;
}
.menu li{
    line-height: 58px;
    width: auto;
   padding:0 10px;
}
.menu a li{
 padding: 0px 15px;}
.menu li.active{
	background-color:#0232CD;
}
.menu li:hover{
	background-color:#0232CD;
}
.logo{
    height: 40px;
    line-height: 40px;
    background: #28282e url("../img/log.png") no-repeat scroll  10px center;
    padding-left: 50px;
}
.more{
    background: url("../img/more.png") no-repeat scroll center;
    width: 24px;
    height: 60px;
    float: left;
    padding: 0 8px 0 0;
}
.role{
    background: url("../img/role.png") no-repeat scroll center;
    width: 40px;
    height: 40px;
    float: left;
    padding: 0 8px 0 0;
}
#role{
   padding-right: 10px;
}
.caret {
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    border-top: 5px solid #FFFFFF;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    position: relative;
}
.caret:before{
    position: absolute;
    display: inline-block;
    width: 0px;
    height: 0px;
    top:-7px;
    left: -5px;
    vertical-align: middle;
    border-top: 5px solid #0232CD;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}
.caret-small {
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    border-top: 4px solid #376BF0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-left:8px;
}
.menu_r li{
    font-size: 14px;
    line-height: 40px;
    height:40px;
}
.roller{
    background: url("../img/roller.png") no-repeat scroll center;
    height: 40px;
    width: 40px;
    display: block;
}
#color{
    left: -100px;
    min-width: 178px;
}
#color li{
    height: 24px;
    border: 0px;
}

#color:after{
    left: 115px;
}
.quit{
    background: url("../img/quit.png") no-repeat scroll center;
    width: 40px;
}
.dropdown{
    position: relative;
}
.dropdown-menu-operation{
    position: absolute;
    /*top: 100%;*/
    right: 0px;
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: 60px;*/
    padding: 8px;
    margin: 2px 0px 0px;
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    background-clip: padding-box;
    background: #feffff;
    border: 1px solid #eff1f5;
    box-shadow: 0px 6px 30px 0px #eeeeee;
    white-space: nowrap;
}
.dropdown-menu-operation.auto{
    width: 100%;
    max-width: 360px;
    min-width: 217px;
    left: 0px;
}
.dropdown-menu-operation li{
    line-height: 36px;
    /*padding: 0 12px;*/
    cursor: pointer;
}
.dropdown-menu-operation li a{text-decoration:none;color: #333333!important;padding: 0 12px;display: flex;}
.dropdown-menu-operation li:hover{
    background: #F8FAFF!important;
    color: #255EF0;
}
.dropdown-menu-operation li:hover a{
    color: #255EF0!important;
}
.dropdown-menu-operation li:hover{
    background: #F8FAFF;
}
.pen2.ft_red{
    color: #666666;
}
.dropdown-menu {
    position: absolute;
    /*top: 100%;*/
    right: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 96px;
    padding: 8px;
    margin: 2px 0px 0px;
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    background-clip: padding-box;
    border-radius: 2px;
    background: #feffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 6px 30px 0px #eeeeee;
}
.dropdown-menu li{
    text-align: left;
}
.dropdown-menu li a{
    line-height: 40px;
    display: block;
    padding: 0 20px;
}
.dropdown-menu li:hover{
    background: #F8FAFF;
}
.dropdown-menu li:hover a{
    color: #0232CD;
}
.dropdown-menu:before{
    display: inline-block;
    width: 0px;
    height: 0px;
    border-bottom: 6px solid #cccccc;
    border-right: 6px dashed transparent;
    border-left: 6px dashed transparent;
    content: "";
    position: absolute;
    top: -6px;
    right: 14px;
    /*box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);*/

}
.info a{color: #0232CD;}
#color.dropdown-menu:before{

    display: inline-block;
    width: 0px;
    height: 0px;
    border-bottom: 6px solid #cccccc;
    border-right: 6px dashed transparent;
    border-left: 6px dashed transparent;
    content: "";
    position: absolute;
    top: -6px;
    left: 115px;
    /*box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);*/

}
.dropdown-menu:after{

    display: inline-block;
    width: 0px;
    height: 0px;
    border-bottom: 6px solid #ffffff;
    border-right: 6px dashed transparent;
    border-left: 6px dashed transparent;
    content: "";
    position: absolute;
    top: -5px;
    right: 14px;
    /*box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);*/

}
.valMenu{
    	width:auto;
}
@media screen and (max-width: 1200px){
    .valMenu{
    }
}

.subject-div{
    margin: 0px 0 0 240px;
    _zoom: 1;
    height: calc(100% - 63px);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#left-div{
    float: left;
    width: 240px;
    height: 100%;
    /*padding-top:60px;*/
    position: fixed;
    z-index: 1;
    background-color: #ffffff;
    /*background: url("../img/sidebar_bg.png") no-repeat bottom;*/
    /*background-size: 100% 100%;*/
}

/*2期菜单*/
.subject{
	clear:both;
    background: #343f4b;
    position: absolute;
    top: 60px;
    min-width: 1000px;
    width: 100%;
}

#right-div{
    height: calc(100% - 60px);
    width: calc(100% - 20px);
    position: absolute;
    overflow: hidden;
}
.accordion-group a{ color: #ffffff}
#menu{
    border: 0px solid #576675;
    border-width:0px 0px 1px ;
}
.accordion-heading{
    background: #454c57;
    line-height: 30px;
    padding: 9px 10px 10px 30px;
    border: 0px solid #576675;
    border-width:1px 0px 0em ;
    cursor: pointer;
}
.accordion-body{
    background: #343f4b;
    display: none;
}
.accordion-body li{
    line-height: 30px;
    padding: 9px 10px 10px 60px;
    border: 0px solid #576675;
    border-width:1px 0px 0em ;
    cursor: pointer;
}
.accordion-body li.active{
	background:#0232CD;
	padding: 9px 10px 10px 55px;
}
.heard{
    height: 30px;
    width: 14px;
    float: left;
    line-height: 30px;
    padding: 0 8px;
}
.optione{
    background: url("../img/2menu/row-l.png") no-repeat scroll center;
    height: 30px;
    width: 14px;
    line-height: 30px;
    padding: 0 8px;
}
.pola{
    background: url("../img/2menu/pola.png") no-repeat scroll center;
}
.pen{
    background: url("../img/2menu/pen.png") no-repeat scroll center;
}
.book{
    background: url("../img/2menu/book.png") no-repeat scroll center;
}
/*右侧部分*/

/*list表格*/

.table-list a{color:#4baed0}
.table-list tbody tr:hover a{color: #ffffff}
.table-list tbody tr:hover a{color: #ffffff}


.table-list{border:solid #DCDDDD;border-width:1px 1px 1px 1px;background:#ffffff;}
.table-list thead{}
.table-list tbody tr:hover{background-color:#4baed0;}
.table-list tbody tr:hover td{border:solid #4baed0;border-width:0px 1px 0px 0px;color:#ffffff;}
.table-list td{padding: 10px 8px;border:solid #DCDDDD;border-width:0px 1px 0px 0px;height: 30px;line-height: 30px;}
.table-list th{background:#fbfbfb; text-align: center; color: #414141;border:solid #DCDDDD;border-width:0px 0px 1px 0px;padding:15px 8px}
.table-list td .icon{
    height:auto;
    width:30px;
    text-align: left;
    font-size:14px;
    vertical-align: top;
}
/*系统异常    无hover事件*/
.table-list-error a{color:#4baed0}
.table-list-error tbody tr:hover a{color: #ffffff}
.table-list-error tbody tr:hover a{color: #ffffff}


.table-list-error{border:solid #DCDDDD;border-width:1px 1px 1px 1px;background:#ffffff;}
.table-list-error thead{}
.table-list-error td{padding: 10px 8px;border:solid #DCDDDD;border-width:0px 1px 0px 0px;height: 30px;line-height: 30px;}
.table-list-error th{background:#fbfbfb; text-align: center; color: #414141;border:solid #DCDDDD;border-width:0px 0px 1px 0px;padding:15px 8px}
.table-list-error td .icon{
    height:auto;
    width:30px;
    text-align: left;
    font-size:14px;
    vertical-align: top;
}





.listname{
    min-width: 110px;
}
.listremove{
    background:url("../img/table/remove.png") no-repeat scroll  center;
    height:30px;
    width:30px;
}
.listdeleta{
    background:url("../img/table/deleat.png") no-repeat scroll  center;
    height:30px;
    width:30px;
}
.listview{
    background:url("../img/table/view.png") no-repeat scroll  center;
    height:30px;
    width:30px;
}
.addnew{
    /*background:url("../img/table/add.png") no-repeat scroll  center;*/
    font-size: 14px;
    background-color: #0232CD;
    height:32px;
    min-width:77px;
    padding: 6px 16px;
    margin-left:12px;
    color: #FFFFFF;
    border-radius: 2px;
}
.addnew:hover{background-color: #6089F3}
.address-menu{
    height:32px;
    min-width:77px;
    padding: 3px 10px 4px;
    color: #333333;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
}
.address-menu:hover{border: 1px solid #0232CD;}
.address-menu:hover span:last-child{color: #0232CD;}
.address-menu span:first-child{color: #0232CD}
.address-menu span:last-child{color: #999999}
.addnew i,.search i{margin-right: 6px;}
.search{
    /*background:url("../img/table/Search.png") no-repeat scroll  center;*/
    font-size: 14px;
    border: 1px solid #0232CD;
    background-color: #0232CD;
    height:30px;
    min-width:77px;
    padding: 6px 16px;
    margin-left:12px;
    color: #FFFFFF;
    border-radius: 2px;
    margin-right: 10px;
}
.search:hover{
    border: 1px solid #8098E6;
    background-color: #8098E6;
    color: #FFFFFF;
}
.search.fz14{
    color: #0232CD;
    margin-left: 20px;
    padding: 0;
    border: 0;
}
.search.fz14:hover{
    background-color: transparent;
}
.search_1{
    background:url("../img/table/view.png") no-repeat scroll;
    height:24px;
    width:24px;
    padding: 7px 16px;
    margin-left:20px;
    color:#0232CD;
    font-size:14px;
    text-decoration:underline
}
.management{
    background:url("../img/table/management.png") no-repeat scroll  center;
    height:36px;
    width:24px;
    padding: 10px 60px;
    margin:12px 0 0 20px;
    cursor:pointer;
    color:#0232CD;
    display:block;
    text-indent:-999em;
    text-decoration:underline
}

.close{
    /*height: 30px;*/
    /*width: 30px;*/
    /*background:url("../img/table/Close.png") no-repeat scroll 0 0 #0232CD;*/
    padding: 4px 15px;
    /*line-height: 40px;*/
    margin-right:5px;
    color: #333333;
}
.close:hover{background-position:0 -30px }
.adress{
    height: 24px;
    width: 24px;
    background: transparent url("../img/table/adress.png") no-repeat scroll center;
    line-height: 30px;
    padding: 10px 20px;
}
.logout{
    background:url("../img/table/Logout.png") no-repeat scroll  center;
    height:24px;
    width:24px;
    padding: 10px 20px;
}
.login{
    background:url("../img/table/Login.png") no-repeat scroll  center;
    height:24px;
    width:24px;
    padding: 10px 20px;
}
.title{
    line-height: 60px;
    position: relative;
}
.title span{

}
.title1{
    padding: 20px 0;
}
/*list表单  下拉图标*/

/* 2015-12-1*/
/*.modify{*/
/*	background-position: 0px 3px;*/
/*	height: 36px;*/
/*	width: 30px;*/
/*    float: left;*/
/*    line-height: 36px;*/
/*}*/

/*.delete{*/
/*    background-position: 0 -27px;*/
/*    height: 36px;*/
/*	width: 30px;*/
/*    float: left;*/
/*    line-height: 36px;*/
/*}*/
/*.view{*/
/*    background-position: 0 -57px;*/
/*    height: 36px;*/
/*	width: 30px;*/
/*    float: left;*/
/*    line-height: 36px;*/
/*}*/
/*.add{*/
/*    background-position: 0 -267px;*/
/*    height: 36px;*/
/*	width: 30px;*/
/*    float: left;*/
/*    line-height: 36px;*/
/*}*/
/*.start{*/
/*    background-position: 0 -87px;*/
/*    height: 36px;*/
/*	width: 30px;*/
/*    float: left;*/
/*    line-height: 36px;*/
/*}*/

/*.stop{*/
/*    background-position: 0 -117px;*/
/*    height: 36px;*/
/*	width: 30px;*/
/*    float: left;*/
/*    line-height: 36px;*/
/*}*/

/*.structure{*/
/*    background-position: 0 -147px;*/
/*    height: 36px;*/
/*	width: 30px;*/
/*    float: left;*/
/*    line-height: 36px;*/
/*}*/

/*.record{*/
/*    background-position: 0 -177px;*/
/*    height: 36px;*/
/*	width: 30px;*/
/*    float: left;*/
/*    line-height: 36px;*/
/*}*/

/*.template{*/
/*    background-position: 0 -207px;*/
/*    height: 36px;*/
/*	width: 30px;*/
/*    float: left;*/
/*    line-height: 36px;*/
/*}*/

/*.entering{*/
/*    background-position: 0 -237px;*/
/*   height: 36px;*/
/*	width: 30px;*/
/*    float: left;*/
/*    line-height: 36px;*/
/*}*/
/*.adddeart{*/
/*    background-position: 0 -298px;*/
/*  height: 36px;*/
/*	width: 30px;*/
/*    float: left;*/
/*    line-height: 36px;*/
/*}*/
/*.deletedeart{*/
/*    background-position: 0 -328px;*/
/*    height: 36px;*/
/*	width: 30px;*/
/*    float: left;*/
/*    line-height: 36px;*/
/*}*/
/*分配*/
/*.allocation{*/
/*    background-position: 0 -358px;*/
/*    height: 36px;*/
/*	width: 30px;*/
/*    float: left;*/
/*    line-height: 36px;*/
/*}*/
/*一级事项*/
.frisproject{
    background-position: 0 -388px;
    height: 36px;
	width: 30px;
    float: left;
    line-height: 36px;
}
/*事项*/
.project{
    background-position: 0 -418px;
    height: 36px;
	width: 30px;
    float: left;
    line-height: 36px;
}
/*导出全部*/
.deriveall{
    background-position: 0 -448px;
    height: 36px;
	width: 30px;
    float: left;
    line-height: 36px;
}
/*导出本页*/
.derive{
    background-position: 0 -478px;
    height: 36px;
	width: 30px;
    float: left;
    line-height: 36px;
}
/*暂停*/
.pause{
    background-position: 0 -508px;
    height: 36px;
	width: 30px;
    float: left;
    line-height: 36px;
}
/*移除*/
.trash{
    background-position: 0 -538px;
    height: 36px;
	width: 30px;
    float: left;
    line-height: 36px;
}
/*立即执行*/
.maststart{
    background-position: 0 -568px;
    height: 36px;
	width: 30px;
    float: left;
    line-height: 36px;
}
/*分页*/
.page{display: flex;justify-content: flex-end}
.page>ul{display: flex}
.page ul>li{float: left;padding: 0px 3px}
.page dl{float: left;line-height: 35px;padding: 0px 3px; color:#666666;}
.pagebady{padding: 0px 10px;vertical-align: text-bottom !important;}
.drop{
    width: 78px;
    border: 1px solid rgb(64, 64, 65);
    border-radius: 3px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    line-height: 33px;
    min-height: 33px;
}
.drop-largr{
    width: 102px;
    border: 1px solid rgb(64, 64, 65);
    border-radius: 3px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    line-height: 33px;
    min-height: 33px;
}
.caret.black{
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    border-top: 6px solid #404041;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
}
.caret-small.black{
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    border-top: 4px solid #404041;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: absolute;
    right: 10px;
    top: 13px;
}
.caret-small.blue{
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    border-top: 4px solid #0232CD;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: relative;
    right: 0px;
    top: 0px;
}
#page{
    min-width: 80px;
}
#page li{
    text-align: center;
    float: none;
}
/*弹出层*/

.popup{
    display:none;
    position:absolute;
    z-index: 100;
    width: 700px;
    background: #ffffff;
    top: 110px;
    overflow-x:hidden;overflow-y:auto;
}
.popup-view{

    }
.shade{
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    background-color: #000;
    z-index:99;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    top:0px;
}
.popup-close{
    position: absolute;
    top: 21px;
    right: 0;
}
.popup-heard{
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    color: #333333;
    font-size: 16px;
    font-weight: 900;
    padding: 0 20px 0 30px;
    border-bottom:1px solid #EFF1F5;
}
.popup-body{
    padding: 20px;
    text-align: center;
    background: #ffffff;
}
.popup-body li{
    line-height: 32px;
    height: 32px;
    clear: both;
    padding: 8px;
}
.popup-body li label{
    padding: 0px 10px;
    display: block;
    float: left;
}

.rrow{
    background:url("../img/rrow14.png") no-repeat scroll  top right;
    height:28px;
    width:28px;
    position: absolute;
    right: 0;
}
.rrowtop{
    background:url("../img/rrow14.png") no-repeat scroll  top left;
    height:28px;
    width:28px;
    position: absolute;
    right: 0;
}
.popup-foot{
    padding: 20px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
}
/*地域*/
#adress{
    width: 712px;
    border:1px solid #0232CD;
    top: 45px;
    font-size: 12px;
    padding: 20px
}
#adress.dropdown-menu:before{

    display: inline-block;
    width: 0px;
    height: 0px;
    border-bottom: 6px solid #0a7eca;
    border-right: 6px dashed transparent;
    border-left: 6px dashed transparent;
    content: "";
    position: absolute;
    top: -7px;
    left: 175px;
    /*box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);*/

}
#adress.dropdown-menu:after{

    display: inline-block;
    width: 0px;
    height: 0px;
    border-bottom: 6px solid #0232CD;
    border-right: 6px dashed transparent;
    border-left: 6px dashed transparent;
    content: "";
    position: absolute;
    top: -6px;
    left: 175px;
    /*box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);*/

}
.adress-close{
    background: url("../img/table/Close.png") no-repeat 0 -3px;
    height: 25px;
    width: 25px;
    float: right;
    line-height: 25px;

}
.adress-mdf{
    padding-bottom: 6px;
    float: left !important;
}
.adress-mdf li{
	float: left;
	line-height: 25px;
	height: 25px;
	border: 1px solid #D5E8ED;
	margin-left: 5px;
	padding: 0px 5px 0px 5px;
	width: auto;
	background: #f4f8f9;
	color: #0232CD;
}
.adress-mdf li p{
    float: left;
    font-size: 12px;
}
.totle_left {
    width: 10%;
    float: left;
    line-height:24px;
}
.totle_left a{
    font-weight: bold;
}
.totle_right {
    width: 90%;
    float: right;
    line-height:24px;
}
.adress-view div{clear: both;line-height:24px;}
.adress-view div a{color: #333333}
.adress-view div a:hover{color: #0232CD;font-weight:bold; text-decoration:underline}
.totle_right span {
    padding-right: 5px;
    width: 50px;
    display: block;
    float: left;
}
/*部门展示*/

.department {
    padding: 0 ;
    margin: 2px 0px 8px;
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #dcdddd;
    border-radius: 4px;
    /*box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);*/
    /*float: left;*/
    overflow: hidden;
    height: 100px;
}
departmentA{
    padding: 0;
    margin: 2px 0px 8px;
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #dcdddd;
    border-radius: 4px;
    /*box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);*/
    /*float: left;*/
    overflow: hidden;
    height: 100px;
}
.departmentA.nore{
 height: auto;
}
.department.nore{
    height: auto;
}
.department-view{
padding: 5px 80px 0px 30px;
font-size: 12px;
line-height: 1.5em;
color: #666;
}
.department-path{
	border-bottom:1px solid #f2f2f2;
	line-height:20px;
	padding:8px 0 3px;
	margin:0 30px;
	color:#999999;
	}
.department-path i{
	font-style:normal;
	color:#B7B7B7;
	font-family:"宋体";
	padding:0 5px;
}
.department-more{
    position: absolute;
    top: 47%;
    right: 20px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}
.department-more p{
    float: left;
    color:#0232CD;
}
.department-view div{
    min-width: 138px;
    width: 12.5%;
    float: left;
    display: block;
    text-align: left;
    line-height: 28px;
    height: 28px;
    font-size: 12px;
    margin: 2px 0;
}
/*.department-view div a{*/
    /*padding: 8px 15px;*/
/*}*/
.department-view div a:hover {
    color: #ffffff;
    background: #0232CD;
}

.department-view div a.active {
   color: #ffffff;
    background: #0232CD;
}

.department a{
    color: #404041;
    padding:5px 8px;
}
.department:before{
display: inline-block;
width: 0px;
height: 0px;
border-bottom: 7px solid #cccccc;
border-right: 7px dashed transparent;
border-left: 7px dashed transparent;
content: "";
position: absolute;
left: 174px;
top: -6px;
    /*box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);*/

}
.department:after{

    display: inline-block;
    width: 0px;
    height: 0px;
    border-bottom: 6px solid #ffffff;
    border-right: 6px dashed transparent;
    border-left: 6px dashed transparent;
    content: "";
    position: absolute;
    top: -5px;
    left: 175px;
    /*box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);*/

}
.listmore{
    background: url("../img/table/more-b.png") no-repeat 5px 0px;
    height: 25px;
    width: 19px;
    line-height: 25px;
    float: right;

}
.listmore.go{
    background-position:5px -30px;
}
/*add表单*/
.table-add{background-color: #ffffff;font-size: 14px;color: #333333;border:1px solid #e9e9e9;border-left:0;}
.table-add td{line-height: 16px;padding: 12px 8px;position: relative; word-break:break-all; word-wrap:break-word;}
.table-add td.name{border:1px solid #EFF1F5;border-top:0;border-bottom:0;}
.table-add td.left{
    min-width: 108px;
    max-width: 240px;
    width: 5%;
    line-height: 16px;
    border: 1px solid #EFF1F5;
}
.table-add td.right{
    min-width: 217px;
    max-width: 380px;
    border: 1px solid #EFF1F5;
    width: 30%;
}
.table-add td input{
    background-color: #ffffff;
    border: 1px solid #DCDFE6;
    outline: 0;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #cccccc;
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #cccccc;*/
    min-width: 217px;
    max-width: 360px;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    border-radius: 2px;
    text-indent:10px;
    width: 100%;
    vertical-align: super;
}

.table-add td input:hover{
    border: 1px solid #0232CD;
}

.table-add td span{
    vertical-align: middle;
}
.table-add td .radiao{
    display: flex;
    align-items: center;
}
.add-foot{
    background-color: #ffffff;
    padding: 20px 0px;
    line-height: 30px;
}
.table-add td input[type='radio'],.table-add td input[type='checkbox']{
    border: none;
    background: none;
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    line-height: 30px;
    display: block;
    float: left;
    height: 30px;
    vertical-align: middle;
    box-shadow: 0px 0px 0px !important;
}
.radiao,.checkbox{
    min-width:75px;
    display: block;
    float: left;
    padding: 0 0 0 5px;
    /*text-align: center;*/
}
/*子事项*/
 .subkey{
     background: url("../img/table/tab-list.png") no-repeat 0 -30px;
     height:30px;
     line-height: 30px;
     width: 14px;
     float: left;
     padding: 0 8px 0 0;
     cursor: pointer;
 }
.subitem{
    height:30px;
    line-height: 30px;
    width: 14px;
    float: left;
    padding: 0 8px 0 0;
}
.subkey.down{
    background-position: 0px 0px;
}
.subkey-b{
    background: url("../img/table/tab-listw.png") no-repeat 0 -30px;
}
.subkey-item{
    background: url("../img/table/item.png") no-repeat center -30px;
    height: 30px;
    line-height: 30px;
    width: 20px;
    float: right;
   text-align: center;
    color: #ffffff;
    font-weight: bold;
  display: none;
}
.subkey-item.down{
    background-position: 0px 0px;
}
.item{
   padding: 0 0 0 3em;
}
.item-child{display: none}

/*共享数据查询*/
.title-btn{
    padding: 7px 0 8px 0;
    height: 35px;
}
.tab-list{
    line-height: 32px;
    height: 32px;
    text-align: center;
    margin: 5px 0;
    display: flex;
}
.tab-list li{
    line-height: 32px;
    padding: 0 30px;
    background: #fafafa;
    border: 1px solid #dcdfe6;
    border-right: 0;
    cursor: pointer;
    font-size: 14px;
}
.tab-list li:first-child{
    border-radius: 2px 0 0 2px;
}
.tab-list li:last-child{
    border-radius: 0px 2px 2px 0px;
    border-right: 1px solid #dcdfe6;
}
.tab-list li:hover{color: #255EF0;}
.tab-list li.active{
    color: #FFFFFF;
    background: #255EF0;
    border: 1px solid #255EF0;
}
.input-search{
    background: #ffffff url("../img/table/search-samll.png") no-repeat 10px center;
    line-height: 28px;
    height: 28px;
    padding: 0 25px;
    border: 1px solid #d2d2d2;
    border-radius: 28px 0 0 28px;
    min-width: 170px;
    width: 170px;
}
.high-search a{
    color: #0232CD;
    text-decoration:underline;
}
.high-search{
    padding: 0 20px;
}
.btn-search{
    position: absolute;
    left: 225px;
    height: 30px;
    line-height: 26px;
    color: #fff;
    background: url("../img/table/crile.png") no-repeat scroll center;
    width: 55px;
    text-align: center;
    cursor: pointer;
}
/*部门数据查询*/
.title-btn.depar a{
    line-height: 35px;
    font-size: 14px;
    width: 100px;
    float: left;
    padding: 0 8px;
}

.tab-paging{
    background: url("../img/table/tab-list-red.png") no-repeat scroll 4px 2px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    cursor: pointer;
    float: right;
}
.title-btn.depar a.active{
    color: #0232CD;
}
.depar a.active span.tab-paging{
    background-position: 4px -28px;
}
.depar a.active span.tab-paging:before{
    display: inline-block;
    width: 0px;
    height: 0px;
    border-bottom: 8px solid #DCDDDD;
    border-right: 8px dashed transparent;
    border-left: 8px dashed transparent;
    content: "";
    position: absolute;
    top: 37px;
    left: -20px;
}
.depar a.active span.tab-paging:after{
    display: inline-block;
    width: 0px;
    height: 0px;
    border-bottom: 8px solid #ffffff;
    border-right: 8px dashed transparent;
    border-left: 8px dashed transparent;
    content: "";
    position: absolute;
    top: 39px;
    left: -20px;
    z-index: 999;
}
.depar span.gap{
    border: solid #404041;
    border-width: 0 0 0 1px;
    width: 4px;
    display: block;
    float: left;
    position: relative;
    height: 20px;
    margin: 7px;
}

.tab-depart{border:solid #DCDDDD;border-width:1px 1px 1px 1px;background:#ffffff;position: relative;clear: both;}
.tab-depart-list{padding: 10px 30px;overflow: hidden;}
.tab-depart-list>table>tbody>tr>td{
    width: 20%;
    padding: 3px;
}
.tab-depart-list>table>tbody>tr>td>div{
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    /*padding: 3px;*/
    margin: 0 auto;
}

.depart-subkey{
    border: 1px solid #DCDDDD;
    overflow: hidden;
    border-radius:3px;
    width: 20%;
    min-width: 120px;
}
.tab-depart-list>table>tbody>tr>td>div>label>span{
    width: 120px;
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    float: left;
}
.tab-depart-list>table>tbody>tr>td>div>label:first-child{
    line-height: 20px;
    display: inline-block;
    padding: 10px;
    height: 40px;
}
.drop-input {
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    background: white none repeat scroll 0% 0%;
    line-height: 32px;
    height: 32px;
    min-width: 217px;
    width: 100%;
    max-width: 360px;
}
.drop-input input{border: 0}
.drop-input:hover{border: 1px solid #0232CD;}
.drop-input>span{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 87%;
    display: flex;}
textarea{
    max-width: 340px;
    width:340px;
    height:60px;
    max-height: 60px;
    background-color: #ffffff;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    outline: 0;
    font-size: 14px;
    color: #333333;
    padding: 10px;
}
textarea:hover{
    border-color: #0232CD;
    outline: 0;
}
.exceeded{color:#e00;}
.add-search{
    /*background:url("../img/table/search-back-small.png") no-repeat scroll right;*/
    line-height: 32px;
    height: 32px;
    width: 100%;
    position: absolute;
    cursor: pointer;
    right: 6px;
    top: 0px;
    display: flex;
    justify-content: flex-end;
}
.section{
    padding: 0px 0px 0px;
    position: relative;
}
/*select2*/
span.select2.select2-container.select2-container--default[dir="ltr"]{
    /*height: 28px;*/
    line-height: 32px;
    min-width: 217px;
    max-width: 360px;
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.select2-results__option{
    font-size: 14px;
}

.btn-group span.select2.select2-container.select2-container--default[dir="ltr"]{
    height: 35px;
    line-height: 32px;
    vertical-align: top;
    min-width: 100px;
    min-width: 100px;
    max-width: 100px;
    width:100px !important;
}
.btn-group span.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.btn-group.select2-results__option{
    font-size: 14px;
}
.btn-group span.select2-container--default .select2-selection--single{
    border: 1px solid #DCDFE6;
}
.btn-group span.select2-container--default.select2-container--open .select2-selection--single{
    border: 1px solid #0232CD;
}
/*

	2015-11-19——2015-11-25
	给页面标题修改的样式
*/
.caption{
/*padding-top:10px;*/
}
/*部门查询*/
.subkey-item-b{
    background: #F1F1F1 url("../img/table/item.png") no-repeat center -30px;
    height: 30px;
    line-height: 30px;
    width: 20px;
    float: right;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
.subkey-item-b.down{
    background-position: 50px 0px;
}



.table-subkey a{color:#4baed0}
.table-subkey tbody tr:hover a{color: #ffffff}
.table-subkey tbody tr:hover a{color: #ffffff}

.table-subkey{border:solid #DCDDDD;border-width:1px 1px 1px 1px;background:#ffffff;clear: both}
.table-subkey thead{}
.table-subkey tbody tr:hover{background-color: #4baed0;}
.table-subkey tbody tr:hover td{border:solid #4baed0;border-width:0px 1px 0px 0px;color:#ffffff;}
.table-subkey td{padding: 10px 8px;border:solid #DCDDDD;border-width:0px 1px 0px 0px;height: 30px;line-height: 30px;}
.table-subkey th{background:#fbfbfb; text-align: center; color: #414141;border:solid #DCDDDD;border-width:0px 0px 1px 0px;padding:15px 0px}
.subkey-body{
    padding: 10px;
    display: none;
}
.table-subkey>tbody>tr>td>span:first-child{
    width: 50%;
    min-width: 326px;
    display: block;
    float: left;
}
.table-subkey>tbody>tr>td>div{
    display: block;
    float: right;
    min-width: 150px;
    width: 20%;
    cursor: pointer;
}

.table-subkey>tbody>tr>td>div>span{
    float: left;
    display: block;
}
.top-search{
    position: absolute;
    padding: 0 2%;
}
.subkey-title{
    padding-top: 10px;
     height: 50px;
     line-height: 50px;
 }
.subkey-title ul li:first-child{
    height: 50px;
    line-height: 50px;
    background-color: #0232CD;
    border-radius: 4px 0 0 4px ;;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 0 5px;
}
.subkey-title ul li:last-child{
    height: 28px;
    line-height: 28px;
    border-radius: 0 4px 4px 0;;
    border: 1px solid #DCDDDD;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
}
.subkey-title ul li{
    float: left;
    height: 50px;
    line-height: 50px;
}
.subkey-item-c {
    background: transparent url("../img/table/item.png") no-repeat scroll center -30px;
    height: 30px;
    line-height: 28px;
    width: 20px;
    text-align: center;
    color: white;
    font-weight: bold;
    cursor: pointer;
    display: block;
}
.goback{
    /*background:url("../img/go-back.png") no-repeat scroll  center;*/
    margin: 15px 0 0!important;
}
.plus{
    padding: 10px;
}
.plus-view{
    background: url("../img/plus.png") no-repeat scroll  center -1px;
    height:24px;
    width:24px;
    padding: 5px 20px;
    cursor: pointer;
}
.plus-view.open{
    background-position: center -30px;
}
.sub-title{
    height: 50px;
    line-height: 50px;
}
.sub-tl{
    padding: 5px 0;
}
.sub-view{
    display: none;
}
/*
    陈刚
    2015-11-25——2015-11-26
*/
.sudoku_before {
    font-size: 16px;
    font-weight: bold;
    width: 350px;
    height:48px;
    line-height:48px;
    text-align:center;
    border-top:4px solid #4badd8;
    background:#ceeffe;
    margin-top:10px;
    color:#333333;
    content:"";
}

.sudoku_line{border-bottom:2px solid #ceeffe;}
.tab-departa{
    background: white none repeat scroll 0% 0%;
    position: relative;
    clear: both;
}
.subkeya-body{
    padding: 10px;
}
.mao-list{
    padding: 25px 0 15px 0;
    text-align:center;
}
.mao-list li{
    min-width: 150px;
    /*width: 18%;*/
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border:1px solid #c2c2c2;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius:30px;
    cursor:pointer;
    margin:5px;
    padding:10px 20px;
}
.mao-list li i{background:#f22c15;font-style:normal;padding:0 5px;margin:0 0 0 8px;color:#ffffff;-moz-border-radius: 15px;
-webkit-border-radius: 15px;border-radius:15px;}
.mao-list li:hover{background:#4badd8;border:1px solid #4badd8;color:#ffffff;}
.mao-list li>div{
    border: 1px solid #0232CD;
    position: relative;
}
.mao-list li>div>span{
    color: #0232CD;
    font-weight: bold;
      display: block;
}
/*.mao-list li>div>span:first-child{
    padding: 0 5px;
}
.mao-list li>div>span:last-child{
    float: right;
    padding: 10px;
    color: #ffffff;
}*/
.mao-list li>div>span.she{
     padding: 10px 35px 10px 5px;
    line-height: 20px;
	height: 40px;
	text-align: center;
}
.mao-list li>div>span.shee{
    float: right;
    position: absolute;
    line-height: 50px;
    display: block;
    top: 10px;
    right: 10px;
}
.sudoku_title{
    color: #0232CD;
    font-weight: bold;
    margin:20px 0 10px 0;
}
/*数据共享-list*/

.tab-sudoku a{color:#4baed0;text-decoration: none;}
.tab-sudoku tbody tr:hover a{color: #333;text-decoration:underline;}
.tab-sudoku{border:solid #DCDDDD;border-width:1px 1px 1px 1px;background:#ffffff;text-align: center}
.tab-sudoku thead{}
.tab-sudoku tbody tr:hover{background-color: #f8f8f2;}
.tab-sudoku tbody tr:hover td{border:solid #DCDDDD;border-width:0px 1px 1px 0px;color:#333333;}
.tab-sudoku td{padding: 10px 8px;border:solid #DCDDDD;border-width:0px 1px 1px 0px;height: 30px;line-height: 14px;}
.tab-sudoku th{background:#fbfbfb; text-align: center; color: #414141;border:solid #DCDDDD;border-width:0px 0px 1px 0px;padding:15px 0px}
/*
    登录
*/

.log-view{
    width: 1024px;
    margin: 0 auto;
}
.logging{
    height: 90px;
    line-height: 90px;
   	/*background: url("../img/login.png") no-repeat scroll left  center;*/
    padding-left: 55px;
}
.log-body{
    height: 563px;
    background: url("../img/background.gif") repeat scroll center;
}

.log-c{
    line-height: 563px;
}
.log{
    height: 350px;
    width: 350px;
    background: #ffffff;
    float: right;
    position: relative;
    top: 56px;

}
.log>div{
    padding: 60px 30px;
}
.passwd{
    padding: 0px 5px 0px 40px;
    background: url("../img/han.gif") no-repeat left -36px;
    height: 38px;
	line-height: 38px;
}
.admin{
    padding: 0px 5px 0px 40px;
    background: url("../img/han.gif") no-repeat left 2px;
    height: 38px;
	line-height: 38px;
}
.log-checkbox input[type='checkbox']{
    width: 16px;
    min-width: 16px;
    vertical-align: middle;
    box-shadow:none;
    border: none;
}
.log-btn{
    width: 80%;
    margin: 0px auto;
    display: block;
    padding: 5px;
}
.footul{margin: 0 auto;width: 700px ;text-align: center}

.ft_newblue{color:#0232CD;}
.popup-large{
    min-width: 1000px;
    top: 0px;
    height:750px;
    overflow-y: auto;
    overflow-x:hidden;
}
.popup-serch td{padding: 10px 8px;height: 30px;line-height: 30px;}
.popup-serch td input,.popup-serch td .drop-input{min-width: 170px;width: 170px}
.popup-serch .popup-left{min-width: 90px;width: 90px}




.tab-popup a{color:#4baed0}
.tab-popup tbody tr:hover a{color: #ffffff}
.tab-popup{border:solid #DCDDDD;border-width:1px 1px 1px 1px;background:#ffffff;text-align: center}
.tab-popup thead{}
.tab-popup tbody tr:hover{background-color: #4baed0;}
.tab-popup tbody tr:hover td{border:solid #4baed0;border-width:0px 1px 1px 0px;color:#ffffff;}
.tab-popup td{padding: 10px 8px;border:solid #DCDDDD;border-width:0px 1px 1px 0px;height: 30px;line-height: 30px;}
.tab-popup th{background:#fbfbfb; text-align: center; color: #414141;border:solid #DCDDDD;border-width:0px 0px 1px 0px;padding:15px 0px}
.tab-popup td input.checkbox{
    min-width: 30px;
    width: 30px;
    border: 0px;
    box-shadow: 0px 0px 0px !important;
}
/*
    陈刚
    2015-11-26
*/
/*返回顶部*/
.gotop{
    background: url("../img/top.png") no-repeat scroll center top;
    height: 36px;
    width: 36px;
    line-height: 36px;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
}
.gotop:hover{
    background-position: center bottom;
}

.table-tree{border:solid #DCDDDD;border-width:1px 1px 1px 1px;background:#ffffff;text-align: center}
.table-tree td{padding: 10px 8px;border:solid #DCDDDD;border-width:0px 1px 1px 0px;height: 30px;line-height: 30px;}
.table-tree th{background:#d4d4d4; text-align: center;border:solid #DCDDDD;border-width:0px 0px 1px 0px;padding:10px 8px}
.table-tree th span,.table-tree td span{padding: 0 5px;height: 30px;line-height: 30px}
.table-tree-banch{
    min-width: 110px;
    width: 12.5%;
}
.table-tree-list span{
    min-width: 110px;
    width: 12.5%;
    float: left;
    display: block;
    text-align: left;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}
.table-tree-list{
    overflow: hidden;
    height: 60px;
}
.listmoreb{
    background: url("../img/table/more-b.png") no-repeat 5px 0px;
    height: 30px;
    width: 19px;
    line-height: 30px;
    float: right;

}
.listmoreb.go{
    background-position:5px -30px;
}
.table-tree-more{
    cursor: pointer;
    line-height:28px;
}
.table-tree-more p{
    float: left;
}
.nore{
    height: auto !important;
    min-height: 60px;
}

/*select2*/
span.select2.select2-container.select2-container--default[dir="ltr"]{
    height: 28px;
    line-height: 28px;
    min-width: 227px;
    max-width: 360px;
    width: auto !important;
    height: auto;
    overflow: hidden;
}
.table-select.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }


.btn-group.table-select span.select2.select2-container.select2-container--default[dir="ltr"]{
    /*height: 30px;*/
    line-height: 28px;
    vertical-align: top;
    min-width: 60px;
    max-width: 60px;
    width:60px !important;
}
.btn-group.table-select span.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.title-add{
    position: absolute;
    right: 0px;
    top: 10px;
}
/*
2015-11-30
*/
.data-input{
    background-color: white;
    outline: 0px none;
    min-width: 217px;
    width: 100%;
    max-width: 360px;
    line-height: 32px;
    height: 32px;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
}
.data-input:hover{border: 1px solid #0232CD}
/*
2015-12-8
*/
.table-tree-none{border:solid #DCDDDD;border-width:0px;background:#ffffff;text-align: center}
.table-tree-none td{padding: 10px 8px;border:solid #DCDDDD;border-width:0px 0px 0px 0px;height: 30px;line-height: 30px;}
.table-tree-none th{background:#d4d4d4; text-align: center;border:solid #DCDDDD;border-width:0px 0px 1px 0px;padding:10px 8px}
.table-tree-none th span,.table-tree td span{padding: 0 5px;height: 30px;line-height: 30px}
.table-tree-banch{
    min-width: 110px;
    width: 12.5%;
}
.table-tree-list span{
    min-width: 110px;
    width: 12.5%;
    float: left;
    display: block;
    text-align: left;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}
.table-tree-list{
    overflow: hidden;
    height: 60px;
}
.title-btn.depar a{
	color:#404041;
}
.Display-items span{
	border: 1px solid #DCDDDD;
	padding: 3px 5px;
	white-space:nowrap;
	background-color:#ffffff;
	color:#404041;
	line-height:2.1;
}
.table-list tbody tr:hover td div.Display-items span{
	border: 1px solid #ffffff;
	color:#404041;
	background-color:#ffffff;
}
.spileshow{
	position: relative;
	top: 2px;
}

/*
	cg
	2016/03/07
	中心目录关系
*/
    table.gridtable {
            font-family: verdana,arial,sans-serif;
            font-size:12px;
            color:#333333 !important;
            border-width: 1px;
            border-color: #AADCEA;
            border-collapse: collapse;

        }
        table.gridtable th {
            border-width: 1px;
            border-style: solid;
            border-color: #dcdddd;
            background-color: #dedede;
        }
        table.gridtable td {
            border-width: 1px !important;
            border-style: solid !important;
            border-color: #AADCEA !important;
            background-color: #ffffff;
            line-height: 30px;font-size: 14px;
            padding:0;
            color:#333333 !important;
        }
        .search-option-list {
            /*height: 60px;*/
            overflow: hidden;
            width: 95%;
            position: relative;
            left: 10px;
        }
        .frsttable{
           background: #f4f8f9;
            padding-left: 1%;
           color:#0082A7;

        }

        .search-option {
            display: block;
            float: left;
            text-align: left;
        }
.table-list-error>tbody>tr>td:first-child{

}



/*
    @事项内容表单
*/
.tab-sudoku-new tbody tr td a{
    display: block;
    /*float: left;*/
    margin: 5px;
    text-decoration: none;
}
.tab-sudoku-new  a{color:#4baed0;cursor: default;}
.tab-sudoku-new {border:solid #DCDDDD;border-width:1px 1px 1px 1px;background:#ffffff;text-align: center}
.tab-sudoku-new  thead{}
.tab-sudoku-new  td{padding: 10px 8px;border:solid #DCDDDD;border-width:0px 1px 1px 0px;line-height: 14px;}
.tab-sudoku-new  th{background:#fbfbfb; text-align: center; color: #414141;border:solid #DCDDDD;border-width:0px 0px 1px 0px;padding:15px 0px}




/*
	@双击查看样式
	cg 2016/04/12

*/
/*系统异常    无hover事件*/
.table-list-modl tbody tr{border:solid #EFF1F5;border-width:1px 0px 0px 0px;margin:-1px 0;}
.table-list-modl tbody tr:hover{background: #F5F7FA;}
.table-list-modl{border:solid #EFF1F5;border-width:0px 0px 1px 0px;background:#ffffff;}
.table-list-modl thead{}
/*.table-list-modl tbody tr:nth-of-type(even){background: #f2f5f8;}
.table-list-modl tbody tr:nth-of-type(even):hover{background:#f8f8f2;}*/
.table-list-modl td{padding:8px;height:40px;line-height:14px;color: #666666;}
.table-list-modl th{background:#FAFAFA; text-align: left; color: #333333;border:solid #EFF1F5;border-width:0px 0px 1px 0px;padding:15px 8px;line-height:12px;}
.table-list-modl td .icon{
    height:auto;
    width:30px;
    text-align: left;
    font-size:14px;
    vertical-align: top;
}
tbody tr td  a:visited{
    color:#333;
}

tbody tr td  a:link,.table-list-modl td a{
    color: #666666;
}
tbody tr td  a:hover,.dropdown-menu-operation li:hover a,.dropdown-menu-operation li:hover a .pen2.ft_red{
    color: #0232CD;
}

/*
	@双击查看样式
	lxd 2016/07/28

*/
.table-list-modle tbody tr{border:solid #DCDDDD;border-width:1px 0px 0px 1px;background:#ffffff;margin:-1px 0;}
.table-list-modle tbody tr:hover{background:#f1f1f1;;}
.table-list-modle{border:solid #DCDDDD;border-width:1px 1px 1px 1px;background:#ffffff;}
.table-list-modle thead{}
.table-list-modle td{padding: 10px 8px;border:solid #DCDDDD;border-width:0px 1px 0px 0px;height: 30px;line-height: 30px;color: #414141;}
.table-list-modle th{background:#fbfbfb; text-align: center; color: #414141;border:solid #DCDDDD;border-width:0px 0px 1px 0px;padding:15px 8px}
.table-list-modle td .icon{
    height:auto;
    width:30px;
    text-align: left;
    font-size:14px;
    vertical-align: top;
}
.table-list-modle>tbody>tr>td>div{
    display: block;
    float: right;
    min-width: 150px;
    width: 20%;
    cursor: pointer;
}
.table-list-modle tbody tr td  a:visited{
	color:#333;
}
.table-list-modle tbody tr td  a:link{
	color:#333;
}
.table-list-modle tbody tr td  a:hover{
	text-decoration:underline;
	color:#333;
}
.logul{
	padding: 40px 0 0 0 !important;
	margin-left:-100px;
	width:550px;
}
.logul p{
	text-align: center  !important ;
	color:#fff;
	height:20px;
	line-height:20px;
}

/*
	cg
	2016/5/12
	登陆的重要样式，还需要配合HTML页面
*/


.logo-nav{
	font-size:14px;
	padding:20px 0;
	width:156px;
	margin:0 auto;
	color:#686868;
}

.logo-nav li{
	float:left;

}
.logo-nav li a{
	/*color:#1994E1;*/
	color:#686868;
}
/*
	cg 2016/6/6
	为了解决复选冲突
*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {

    clear: none;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}
.select2-dropdown{
    border-radius: 0px;
}
.select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    min-height: 32px;
    _min-height: 32px;
    line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}
.select2-results__option{
    min-height: 35px;
    _min-height: 35px;
    line-height: 35px;
    padding: 0 6px;
}
.select2-search--dropdown .select2-search__field {
    min-height: 28px;
    _min-height: 28px;
    line-height: 28px;
    padding: 0 6px;
}
/* 多选菜单 */

.select2-container--default .select2-selection--multiple{
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    min-height: 35px;
    _min-height: 35px;
    border-radius: 4px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
    padding: 0 5px;
    border-radius: 0px;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
}
.select2-container .select2-search--inline {
    float: left;
    vertical-align: text-bottom;
    line-height: 30px;
    display: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    line-height: 30px;
}
.btn-search{
	top:17px;
}
.input-search{
    background: #ffffff url("../img/table/search-samll.png") no-repeat 10px center;
    line-height: 28px;
    height: 28px;
    padding: 0 25px;
    border: 1px solid #d2d2d2;
    border-radius: 0px 0 0 0px;
    min-width: 170px;
    width: 170px;
}

/*
	2016.09.05 错误页面提示
*/
/*.error-body{*/
/*	background:#ffffff url('../img/new/error.gif') no-repeat  center 0;*/
/*	position: relative;*/


/*}*/
/*.error-404{*/
/*	background:#ffffff url('../img/new/404.gif') no-repeat  center 0;*/
/*	position: relative;*/

/*}*/
/*.error-403{*/
/*	background:#ffffff url('../img/new/403.gif') no-repeat  center 0;*/
/*	position: relative;*/

/*}*/
.error-500,.error-403,.error-404{
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-500 .container-fluid,.error-403 .container-fluid,.error-404 .container-fluid{
    background:url('../img/new/500.png') no-repeat center;
    height: 250px;
    width: 459px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
}
.error-403 .container-fluid{background:url('../img/new/403.png') no-repeat center;}
.error-404 .container-fluid{background:url('../img/new/404.png') no-repeat center;}
.container-fluid>p{font-size: 20px;color: #333333}
.container-fluid>div{
    display: flex;
    margin-top: 20px;
}
.container-fluid>div a{
    margin: 0 10px;
}
.error-info p{
    position: absolute;
    left: 300px;
    top: 343px;
    font-size:14px;
    color:#345c7f;
}
.error-bk{
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 2px;
    font-size: 14px;
    padding: 8px 24px;
    color: #333333;
}
.error-home{
    background: #1b56ee;
    border-radius: 2px;
    font-size: 14px;
    border-radius: 2px;
    padding: 8px 24px;
    color: #FFFFFF;
}


/*--- buttons按钮组 ---*/
.buttons{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-block; *display: inline; *zoom: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0em;
    vertical-align: middle;
    margin: 0em 0.25em 0em 0em;
    border-collapse:collapse;
}
.buttons .btn{
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0em;
    border-radius: 0em;
    margin: 0px 0px 0px 0px;
    box-sizing: inherit;
    border-collapse:collapse;
}
.buttons .btn.frist{
    border-right: none;
    margin-left: 0em;
    /*border-top-left-radius: 0.28571429rem;*/
    /*border-bottom-left-radius: 0.28571429rem;*/
}
.buttons .btn.last{
    border-left: none;
    margin-left: 0em;
    /*border-top-right-radius: 0.28571429rem;*/
    /*border-bottom-right-radius: 0.28571429rem;*/
}
.buttons .btn.bases.active{
	border: 1px solid #4baed0;
    background-color: #4baed0;
    color: #ffffff;
    text-shadow: none;
    background-image: none;
}
/*--- Bases ---*/
.btn.bases,
.btn.bases {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    color: #444444;
    text-shadow: none;
    background-image: none;
}
.btn.bases{
    box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}
.btn.bases:hover,
.btn.bases:hover {
    border: 1px solid #4baed0;
    background-color: #ffffff;
    color: #4baed0;
    text-shadow: none;
}
/**  关闭按钮*/
.layer-close {
    background: url(../img/icon.png) no-repeat;
	background-position: -180px -30px;
	cursor: pointer;
	height: 30px;
	width: 30px;
	display: block;
}


/*贵州省区域信用指数分析*/

.creditIndexAnalysis .crindeBarTop10 {
	float: left;
	width: 560px;
}

.creditIndexRank .select2-container .select2-choice {
	width: 80px;
}

.creditIndexRank .laydate-icon {
	height: 32px;
	margin-top: 2px;
	vertical-align: top;
}

.creditIndexRank .btn3 {
	width: 80px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #fb5252;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 2px;
}

.creditIndexRank p {
	padding: 20px 0 20px 25px;
	border-left: 3px solid #fb5252;
	background: #faf5f2;
	margin: 18px 0;
}

.creditIndexRank p .btn2 {
	color: #fb5252;
}

.creditIndexRank p button {
	float: right;
	margin-right: 39px;
}

.creditIndexRank input {
	width: 80px;
}

.evaluating-indicator .box-title {
	background: url(../img/title-bg02.png) repeat-x;
}

.evaluating-indicator .box-title h3 {
	border-top: 1px solid #e1e1e1;
}

.evaluating-indicator .box-title ul {
	border: none;
	height: 39px;
	padding: 0;
}

.evaluating-indicator .box-title li {
	border-top: 1px solid #e1e1e1;
	border-right: none;
	border-bottom: 1px solid #e1e1e1;
	border-left: none;
	height: 37px;
	line-height: 37px;
	padding: 0 55px;
	float: left;
}

.evaluating-indicator .box-title li.active {
	border-top: 3px solid #ff2a2a;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #e1e1e1;
	height: 35px;
	line-height: 35px;
}

.evaluating-indicator .box-title li+li.active {
	border-right: none;
}

.evaluating-indicator .box-title li.active a {
	color: #ff2a2a;
}

.evaluating-indicator .box-content {
	padding-top: 40px;
}

.evaluating-indicator .progress-item {
	width: 1160px;
	margin-bottom: 40px;
}

.evaluating-indicator .item-content {
	padding-top: 40px;
}

.evaluating-indicator .item-content .item-left {
	border: 1px solid #e1e1e1;
	width: 1100px;
	padding: 3px;
	float: left;
}

.evaluating-indicator .item-content .item-left p {
	position: relative;
	height: 16px;
}

.evaluating-indicator .item-content .item-left b {
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 10;
	font-size: 24px;
}

.evaluating-indicator .item-content .item-left span {
	font-size: 12px;
	font-weight: normal;
}

.evaluating-indicator .item-content .item-right {
	width: 40px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	padding-left: 12px;
	float: right;
}

.evaluating-indicator .item-content .item-info {
	width: 100%;
	height: 14px;
	line-height: 14px;
	padding-top: 6px;
	overflow: hidden;
}


/* 进度条公用样式 */

.progress-color-1 p {
	background: #4b9aff;
}

.progress-color-1 b {
	color: #4b9aff;
}

.progress-color-2 p {
	background: #ebb517;
}

.progress-color-2 b {
	color: #ebb517;
}

.progress-color-3 p {
	background: #ff841e;
}

.progress-color-3 b {
	color: #ff841e;
	;
}

.progress-color-4 p {
	background: #4cb678;
}

.progress-color-4 b {
	color: #4cb678;
}

.progress-color-5 p {
	background: #fb4242;
}

.progress-color-5 b {
	color: #fb4242;
}

/*
 * 区域信用指数
 */


/* 开阳信用指数详情 */

.creditIndexDetail .box-content>div {
	float: left;
}

.creditIndexDetail .box-content .crindeTable {
	width: 567px;
}

.creditIndexDetail .box-content table .title {
	background: #faf5f2;
	font-weight: 700;
}

.creditIndexDetail .box-content table .sum {
	font-weight: 700;
	text-align: left;
}

.creditIndexDetail .box-content .crindeBar {
	width: 570px;
	margin-left: 20px;
	border: 1px solid #E1E1E1;
	padding: 155px 0;
}

.evaluationIndexDetail h3 {
	margin: 40px 0;
}

.evaluationIndexDetail span {
	font-size: 14px;
	color: #fb5252;
}

.table-special-3 .row-title {
	width: 20%;
}

.table-special-3 .row-con {
	width: 80%;
	text-align: left;
}
.gz-lhcj-center{
	background:url('../img/arrowt.png') no-repeat center;
}
.table-add td input:disabled, .table-add td .select2-container--disabled .select2-selection--single{background-color: #d6d6d6;cursor: not-allowed}
.credit-detail{width: 95%;display: inline-block;}
.credit-detail dl{border-bottom: 1px solid #ddd;}
.credit-detail dl dt{}
.credit-detail dl dd{display: flex;line-height: 20px;}
.credit-detail dl dd em{color: #666666;text-align: right;font-weight: 900;width: 120px;font-style: normal;}
.credit-detail dl dd span{color: #333333;}

.detail-title{color: #0232CD;font-weight: 900;font-size: 16px;border-bottom:2px solid #ceeffe;}
.tree_table tr td{padding: 8px;}
/*
	@注册页面
*/
.regst-view{
    width: 1024px;
    margin: 6px auto;
    height: 550px;
    background: #ffffff;
}
.regst-view h3{
    margin: 0 20px;
    padding: 20px 20px 20px 45px;
    border-bottom: 2px solid #1994E1;
    color:#666666;
}
.regst-view h2{
    background: url("../img/setp.png") no-repeat scroll center top;
    height:100px;
}
.regst-view h2.setp1{
    background-position: center top;
}
.regst-view h2.setp2{
    background-position: center center;
}
.regst-view h2.setp3{
    background-position: center bottom;
}
.regst-view  .regst-head{
    padding:10px 40px 0 40px;
    font-size:13px;
    color:#686868;
    line-height: 25px;

}
.regst-view .regst-bady{
    height:220px;
    overflow-y:auto;
    padding:5px;
    margin: 10px 40px 0px 45px;
}


.card-list{
    display: block;
    overflow: hidden;
}
.card-list>li{float: left;display: block;overflow: hidden;width:340px;height:216px;background: #ffffff;border: 1px solid #ececec;border-radius: 4px;box-shadow: 0px 8px 12px 0px #ebebeb; margin:0 20px 20px 0;}
.card-list li:hover{border:1px solid #0232CD;box-shadow: 3px 3px 5px #f1f1f1;}
.card-list li .car-title{background: #fafafa;line-height:50px;padding-left: 10px;border-bottom: 1px solid #ECECEC;font-weight: 400}
.card-list li .on{background: #0232CD;color:#FFF;}
.card-list li ul{padding:24px 0 0px 30px;overflow: hidden;border-bottom: 1px solid #ECECEC}
.card-list li ul li:hover{border:none;box-shadow:none;}
.card-list li ul li {width:130px;height:30px;margin:0 10px 10px 0;border:none;font-size: 14px;float: left;display: block;overflow: hidden;}
.card-list li ul li a{color:#333;height:30px;display: block;}
.card-list li ul li a i{margin-right: 5px;}
.card-list li ul li a:hover{color:#0232CD;}
.card-list li ul .mbxz{background-position: 0 -30px;}
.card-list li ul .pldr{background-position: 0 -60px;}
.card-list li ul .sjbj{background-position: 0 -90px;}
.card-list li p{padding-left:20px;padding-top: 8px;font-size: 12px}

.news-list{display: flex;flex-wrap: wrap;}
.news-list li{width: 360px;height: 165px;border: 1px solid #EFF1F5;margin: 0 20px 20px 0;background-color: #fff;border-radius: 2px;}
.news-list li:hover{border:1px solid #0232CD;box-shadow: 3px 3px 5px #f1f1f1;}
.news-list li h2{font-size: 16px;padding: 10px;}
.news-list li h2 a{color:#000;display: block}
.news-list li h2 a:hover{color:#0232CD;text-decoration: underline;}
.news-list li h3 a{font-size: 14px;padding: 0 10px 10px;color: #666666;font-weight: 400;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;display: block;}
.news-list li div{padding: 0 10px 10px;margin: 0;display: flex;}
.news-list li div img{width: 110px;height: 80px;margin-right: 10px;}
.news-list li div p{display: flex;flex-direction: column}
.news-list li div p span{font-size: 14px;display: flex;color: #666666}
.news-list li div p span span{width:149px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;display: block;color: #000000}

.news-view{border: 1px solid #EFF1F5;width: 100%;background-color: #fff}
.news-view > h2{padding: 20px;text-align: center;}
.news-view > p{text-align: center;padding: 0 0 20px;font-size: 14px;}
.news-view > p > span{padding: 0 20px;}
.news-view > div{padding: 20px;}

@charset "utf-8";
/* 简易表单 */
.m-form{line-height:25px;color:#555;}
.m-form legend{font-size:13px;font-weight:bold;}
.m-form .formitm{padding:20px 0 0;line-height:30px;}
.m-form .formitm-1{padding-left:100px;}
.m-form .lab{float:left;width:250px;margin-right:-90px;text-align:right;font-size: 13px;
    color: #666666;}
.m-form .ipt{margin-left:260px;}
.m-form .ipt *{vertical-align:middle;}
.m-form .ipt a,.m-form .ipt a:hover{text-decoration:none;color:#3891eb;}
.m-form .ipt img{height:32px;margin:0 15px 0 5px;}
.m-form .ipt .domain{margin:0 0 0 5px;font-weight:bold;color:#777;}
.m-form .ipt p{line-height:22px;color:#999;width: 75%;font-size: 12px;color: red;}
.m-form .tip{padding-top:10px;}
.m-form .tip input{margin:0 5px 3px 0;}
/*
	@注册完成
*/
.rest-body {
    height: auto;
    background: url("../img/background.gif") no-repeat scroll top;
    margin-bottom:30px;
    display:block;
    overflow:hidden;
}
.regstsuccess{
    margin:0 30px;
    border:1px solid #cccccc;
}
.regstsuccess .success{
    background: url("../img/regstsuccess.png") no-repeat scroll center;
    height:150px;
}
.successmage{
    width:700px;
    margin:0 auto;
    font-size:14px;
    color:#666666;
    height:140px;
}
.successmage a{
    color:#1994E1;
}
/*
	@找回密码
*/

.passW.passW1{
    background: url("../img/passW.png") no-repeat scroll 40px top !important;
}
.passW.passW2{
    background: url("../img/passW.png") no-repeat scroll 40px bottom !important;
}
.passWsucss{
    background: url("../img/passWsuccess.png") no-repeat scroll center;
    height:150px;
}
/*
	2016/5/3
	cg  优化
*/
.passwords{
    background: url("../img/Password.png") no-repeat scroll left center;
    background-size:40px;
    color:#0AABA4 !important;
    border-bottom: 2px solid #0AABA4 !important;
}

.users{
    background: url("../img/usr.png") no-repeat scroll left center;
    background-size:40px;
    color:#3C92AF !important;
    border-bottom: 2px solid #3C92AF !important;
}

.viewB{
    width: 1024px;
    margin: 6px auto;
    height: 950px;

    overflow: hidden;
}
.header{width: 100%;background-color: #0232CD;}
.header .w1200{width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;height: 64px;align-items: center;}
.header .w1200 .return{padding: 6px 10px;border: 1px solid #BED2FF;border-radius: 4px;color: #FFFFFF;letter-spacing: 3px;font-size: 14px;}
.header .w1200 .return i{margin-right: 3px;}
.header .w1200 .return:hover{background: #4e6fdc;border: 1px solid #bed2ff;}
.header .logo-box{display: flex;align-items: center;}
.header .logo-box .logo1{background: url("../img/gh_logo.png") no-repeat;width: 46px;height: 46px;margin-right: 5px;display: block;}
.header .logo-box h1{margin: 0;padding: 0;color: #FFFFFF;font-size: 22px;font-weight: 900;letter-spacing: 1px;}
.header .logo-box h2{margin: 0;padding: 0;color: #FFFFFF;font-size: 13px;font-weight: 400;}

.reg-body{
    /*background: url("../img/bg.png") no-repeat top center #020324;*/
    /*height: 100vh;*/
    /*width: 100%;*/
    background-size: 100% 100%;
}
.reg-body-h1{position: relative;display: flex;flex-direction: column;align-items: center;}
.reg-body-h1 > h1{font-size: 40px;font-weight: 900;color: #ffffff;letter-spacing: 6px;position: absolute;width: auto;display: block;text-align: center;margin-top: 4.5%;}
.reg-body-h1>h1:before{content: '';background: url("../img/h1l.png") no-repeat;width: 119px;height: 16px;position: absolute;left: -150px;top: 18px;}
.reg-body-h1>h1:after{content: '';background: url("../img/h1r.png") no-repeat;width: 119px;height: 16px;position: absolute;right: -150px;top: 18px;}

.reg-wrap{
    width: 1200px;
    height: 600px;
    margin: 20px auto 100px;
    background: #ffffff;
    border-radius: 4px;
    padding-bottom: 20px;
}

.reg-wrap>h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    background: #FFFFFF;
    margin: 0 30px;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    border-bottom: 1px solid #EEEEEE;
}
.find-pwd>h2{
    background: #FFFFFF;
}
.reg-wrap>h2>span{
    font-size: 14px;
    font-weight: 400;
}
.reg-wrap>h2>span a{color: #0232CD;}
.reg-wrap .reg-press{display: flex;justify-content: space-between;width: 846px;margin: 30px auto;}
.reg-wrap .reg-press li{display: flex;flex-direction: column;justify-content: flex-start;align-items: center;position: relative;font-size: 16px;}
.reg-wrap .reg-press li em{font-size: 14px;color: #9B9B9B;font-style: normal;}
.reg-wrap .reg-press li em strong{color: red;}
.reg-wrap .reg-press li i{background: url("../img/regpress_1.png") no-repeat;width: 72px;height: 72px;margin-bottom: 10px;}
.reg-wrap .reg-press li .ico2{background: url("../img/regpress_2.png") no-repeat;}
.reg-wrap .reg-press .active .ico2{background: url("../img/regpress_2_o.png") no-repeat;}
.reg-wrap .reg-press li .ico3{background: url("../img/regpress_3.png") no-repeat;}
.reg-wrap .reg-press .active .ico3{background: url("../img/regpress_3_o.png") no-repeat;}
.reg-wrap .reg-press li:after{
    position: absolute;
    content: '';
    top: 28px;
    left: 199px;
    background: url("../img/reg-press-line.png") no-repeat;
    width: 77px;
    height: 19px;
}
.reg-wrap .reg-press .active:after{
    background: url("../img/reg-press-active.png") no-repeat;
}
.reg-wrap .reg-press li:last-child:after{
    display: none;
}
.reg-wrap .reg-bady{
    height: 200px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    overflow-y:auto;
    padding: 35px;
    margin: 20px 30px;
}

.reg-wrap .regstForm{
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    padding: 35px;
    margin: 20px 30px;
}

.reg-wrap .regstForm input{
    min-width: 207px;
    max-width: 500px!important;
}
.reg-wrap .regstForm span.select2.select2-container.select2-container--default[dir="ltr"]{
    /*height: 28px;*/
    line-height: 28px;
    min-width: 217px;
    max-width: 500px;
    width: 100% !important;
}
.reg-wrap .reg-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 0 30px;
}
.reg-wrap .reg-bottom .agreement{
    display: flex;
    align-items: center;
}
.reg-wrap .reg-bottom .agreement label{
    cursor: pointer;
}
.reg-wrap .reg-bottom .agreement input[type="checkbox"]{
    height:40px;
    line-height: 40px;
    color: #333333;
    margin-right: 5px;
}
.reg-wrap .reg-bottom button{
    width: 116px;
    height: 41px;
    background: #ffffff;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
}
.reg-wrap .reg-bottom button i{padding-right: 5px;}
.reg-wrap .reg-bottom button:hover{
    border: 1px solid #DCDFE6;
    background-color: #F4F4F5;
}
.reg-wrap .reg-bottom .blue-btn{
    background: #0232CD;
    border: 1px solid #0232CD;
    color: #fff;
}
.reg-wrap .reg-bottom .blue-btn:hover{
    background: #6089F3;
    border: 1px solid #6089F3;
}
.reg-wrap .reg-sucess{
    width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.reg-wrap .reg-sucess i{
    background: url("../img/regsuccess.png") no-repeat;
    height: 160px;
    width: 160px;
}
.reg-wrap .reg-sucess > div{
    flex: 1;
}
.reg-wrap .reg-sucess > div >span{
    padding: 0 0 20px 30px;
    display: block;
}
.reg-footer{text-align: center;color: #333333;font-size: 14px;margin: 60px 0}
.padding_top_20{
    padding-top:20px;
}
.footul div{
    height:25px;
    line-height:25px;
}
.logul{
    padding: 30px 0 0 0 !important;
    margin-left:-100px;
    width:550px;
}
.logul p{
    text-align: center  !important ;
    color:#fff;
    height:20px;
    line-height:20px;
}
.tips_white{width:370px;color:#fff;background:url(../img/tipsbg.png) no-repeat;padding:16px 0 10px 10px;}
/**
    升级UI2022/2/25
 */
.new-header{
    background-color: #0232CD;
    height: 64px;
    padding: 0px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}
.new-header .new-logo{
    display: flex;
    align-items: center;
}
.new-header .new-logo i{
    background: url("../img/gh_logo.png") no-repeat;
    width: 46px;
    height: 46px;
    display: block;
    margin-right: 10px;
}
.new-header .new-logo span{
    font-size: 26px;
    line-height: 26px;
    font-weight: 800;
    letter-spacing: 3px;
}
.new-header .new-logo em{
    padding: 10px;
}
.new-header .new-logo .w1px{
    width: 1px;
    display: block;
    height: 19px;
    background-color: #ffffff;
    margin: 0 10px;
}
.index-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100%);
    width: calc(100%);
    /*margin: 10px;*/
    background-color: #FFFFFF;
}
.index-inner{
    background: url('../img/new/index-img.png') no-repeat  center 0;
    width: 754px;
    height: 334px;
    background-size: 100% 100%;
    position: relative;
}
.index-text{
    left: 30px;
    top: 208px;
    color: #333333;
    font-size: 20px;
    position: absolute;
    letter-spacing: 10px;
    float: left;
}
.new-label-top{
    height: 41px;
    background-color: #ffffff;
    border-left: 1px solid #E6E6E6;
}
.new-label-top span{
    color: #1B56EE;
    border-bottom: 2px solid #1B56EE;
    line-height: 38px;
    margin-left: 20px;
    padding: 10px 0;
}

.open-class .layui-layer-content{background-color: #fff;}
.open-class .layui-layer-content .open-form{padding: 20px;}
.open-class .layui-layer-content .open-form label{display: flex;margin-bottom: 20px;}
.open-class .layui-layer-content .open-form label>span{min-width: 110px;font-size: 14px;}

.pj-report-list{}
.pj-report-item{border-bottom: 10px solid #E6E6E6;padding: 20px;position: relative;}
.pj-report-item>h2{display: flex;justify-content: space-between;width: 100%;justify-content: right;height: 36px;}
.pj-report-item>h2 p{position: absolute;left: 0;background-color: #FFF9F4;border-left: 2px solid #FF8432;top: 10px;display: block;font-size: 16px;font-weight: 900;padding: 10px 20px;color: #333333;}

.pj-report-item ul{display: flex;flex: 1;}
.pj-report-item ul li{margin-right: 30px;flex-basis: 30%;}
.pj-report-item ul li:nth-child(1){flex-basis: 50%}
.pj-report-item ul li:nth-child(2){flex-basis: 20%}
.pj-report-item ul li h2{color: #333333;font-size: 16px;padding-bottom: 20px;}
.pj-report-item ul li p{color: #999999;font-size: 14px;padding-bottom: 20px;}
.pj-report-item ul li p span{color: #333333;}
.pj-report-item .item-wrap{display: flex;justify-content: space-between;border-top: 1px solid #EFF1F5;padding: 20px 0 0;}
.pj-report-item .item-wrap .downBtn{width: 245px;border-left: 1px solid #EFF1F5;padding-left: 30px;display: flex;flex-direction: column;}

.no-data i{display: block;background: url("../img/no_data.png") no-repeat top center;width: 194px;height: 142px;margin: 0 auto;}