@CHARSET "UTF-8";
ul{
    margin: 0;
    padding: 0;
}
li{
    margin: 0;
    padding: 0;
}

#myTab li{
    width:33%;
    float:left;
    height:40px;    
    list-style: none;
    margin: 0;
    padding: 0;
}

#myTab li img{
    float:left;
    height: 40px;    
}

#myTab li a{
    text-align: center;
    position: relative;
    display: block;
    padding: 10px 15px;    
}

.blue{
    background:#0f9af2;
}
.blue a{color:white;}
.gray{
    background: #dfdfdf;
    
}
.gray a{
	color:#828282;
}
.tabPaneUl{
    width: 700px;
    margin: 0 auto;
    list-style: none;
}

.tabPaneUl li{
    height: 40px;
    line-height: 40px;
}
.tab-pane{
    margin-top: 50px;
}
.form-control{width:auto;}



.newU_role{
	width:90%;
    margin: 30px auto;
    height: 286px;
}
.newU_role li{
    cursor: pointer;
}
.newU_role li .newU_roleHead{
    position: relative;
    z-index: 1;
    width: 217px;
    height: 217px;
    margin-bottom: 30px;
}
.newU_role li .newU_roleHead img{
	border-radius:50%;
}
.newU_role li a{
    display: block;
    background: url("../images/role_xz.png") no-repeat  top left;
    width: 217px;
    height: 217px;
    position: absolute;
    z-index: 3;
    left: 0;
    top:0;
}
.newU_role li a:hover,.newU_role li a.cur{
    background: url("../images/role_xz.png") no-repeat center left;
}
.newU_role li a.audit{
    background: url("../images/role_xz.png") no-repeat bottom left;
}
.newU_role li img{
    z-index: 2;
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -68px;
    margin-left: -91px;
}
.newU_role li{
    text-align: center;
    width: 217px;
    float: left;
    display: inline;
    margin:0 26px;
}
.newU_role li span{
    text-align: center;
    font-size: 30px;
    color: #0077c9;
}

.role_div{width:85%;margin:80px auto;display:none;}
a.btn{
	color:#fff;
	margin:0 10px
}
a.center{display:block;width:20%;margin:0 auto;}