h1,h2,h3,h4,h4,h5,h6,html,body,div,a,span,p,ul,dl,dt,dd,li,ol,img{
    margin:0;
    padding:0;
    }

li{
    list-style:none;
    }

a{
    text-decoration:none;
    } 
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:bold;
    }
img{
    border:0 none;
    } 
button{
    border:0 none;
    outline:none;
    cursor: pointer;
}  
select{
    outline:none;
}
input{
    outline:none;
    padding-left: 4px;
    box-sizing: border-box;
}
table{
    border-collapse: collapse;
}
html,body{
    font:normal normal 16px/1 微软雅黑;
    /*background: #fff;*/
}
.clearfix:after{
    /*content:'';
    clear:both;
    display:block;*/
}
.content{
    /*width: 960px;*/
    width: 960px;
    margin:15px auto 0;
    position: relative;
}



p.location{
    font-size: 14px;
    color:#666;
}
p.location a{
    color:#666;
}

.contenter{
    position: relative;
    margin-top: 35px;
    line-height: 25px;
}



/*左侧*/
.sidebar{
    float: left;
    margin: 42px 24px 0 0;
}
.sidebar ul li a{
    width: 120px;
    height: 34px;
    background: #f1ebe3;
    display:block;
    color:#666;
    text-align: center;
    line-height: 34px;
    border-bottom: 1px solid #fff;
}
.sidebar ul li a.on,.sidebar ul li a:hover{
    background: #f0ab16;
    color:#fff;
}


/*右侧*/
.section{
    width: 802px;
    float: left;
}
.section h4 {
    width: 100%;
    text-align: center;
    height: 22px;
    font-size: 20px;
    color:#333;
}
.section h4 span{
    display:inline-block;
    width: 153px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: url(../images/icon5.png) no-repeat center center;
    font-size: 12px;
    color:#fff;
    margin-left: 30px;
    font-weight: 400;
}


.section .license{
    margin-top: 22px;
}
.section .license h5{
    background: url(../images/icon6.png) no-repeat left center;
    padding-left: 12px;
    box-sizing: border-box;
    color:#db8703;
    line-height: 30px;
}
.section table{
    width: 790px;
    margin:14px 0 0 12px;
}
.section table td{
    color:#666;
    height: 34px;
    line-height: 34px;
    font-weight: 700;
}
.section table td img{
    margin-right: 4px;
    vertical-align: middle;
}
.section table td span{
    font-weight: 400;
}


/*团队信息*/
.section table th{
    background: #eae3d8;
    color:#db8703;
}
.section table th,.section table.team td{
    height: 42px;
    line-height: 42px;
    border:1px solid #f0ab16;
}

.turnpage{
    font-size: 14px;
    color:#666;
    text-align: center;
    margin-top: 26px;
    height: 30px;
    line-height: 30px;
}
.turnpage a{
    padding: 4px 10px;
    box-sizing: border-box;
    border:1px solid #f0ab16;
    color:#db8703;
}
.turnpage a:hover{
    color:#fff;
    background: #f0ab16;
}


/*管理制度*/
.section  .license ul{
    width: 100%;
    margin-top: 10px;
}
.section  .license ul li{
    height: 30px;
    line-height: 30px;
    background: url(../images/icon1.gif) no-repeat 2px 12px;
    padding-left: 10px;
    box-sizing: border-box;
}

.section .license ul li a{
    display: inline-block;
    color: #59595b;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section .license ul li a:hover{
    color:#e3170c;
}
.section .license ul li span{
    /*float: right;*/
    font-size: 12px;
    color:#999;
}
.section .license .select{
    text-align: center;
    margin:20px 0 12px 0;
    font-size: 14px;
    color:#666;
}
.section .license .select span{
    margin-right: 12px;
}
.section .license .select input{
    width: 140px;
    height: 24px;
    border:1px solid #999;
}
.section .license .select a{
    padding:4px 10px;
    box-sizing: border-box;
    background: #f08c16;
    color:#fff;
}
.section .license .select a.reset{
    background: #bbb;
}