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;
    margin:15px auto 0;
    position: relative;
    text-align: center;
    /*background: #ccc;*/
}


p.location{
    font-size: 14px;
    color:#666;
    text-align: left;
}
p.location a{
    color:#666;
}

.contenter{
	text-align: center;
    position: relative;
    margin-top: 22px;
}

.contenter h4{
    width: 100%;
    height: 22px;
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}
.orTitle h6{
    width: 140px;
    height: 28px;
    line-height: 28px;
    border-bottom: 2px solid #db8703;
    color:#fff;
    background: url(../images/icon2.png) no-repeat 14px center;
    background-color:#f0ab16;
    padding-left: 34px;
    box-sizing: border-box;
    margin-bottom: 14px;
}
.orTitle h6.qita{
    background: url(../images/icon3.png) no-repeat 14px center;
    background-color:#f0ab16;
    margin-top: 2px;
}
.orTitle ul li{
    float: left;
    width: 240px;
    display:inline-block;
/*  overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;*/
 }
.orTitle ul li a{
    width: 100%;
    display:inline-block;
    text-align: center;
    margin-bottom: 14px;
    color:#59595b;
  }
p.lawTitle{
	text-align:left;
    color:#db8703;
    background: url(../images/icon4.png) no-repeat 10px center;
    padding-left: 24px;
    box-sizing: border-box;
    margin:12px 0;
}
.orTitle ul li a:hover{
    color:#e3170c;
}