html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/150% Arial, Verdana, "\5b8b\4f53";   
    color: #666;
    background: #f8f8f8;
}
fieldset, img, input, button {          
    border: 0;
    padding: 0;
    margin: 0;
    outline-style: none;
}


ul, ol {
    list-style: none;               
}

input {
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #ddd;
    
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}


button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner { border:none; padding:0; }


textarea {
    resize: none;
}


img {
    border: 0;
    vertical-align: middle;
}


table {
    border-collapse: collapse;
}


.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; 
}

a {
    color: #666;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}



h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}




.w,.main-content{
    
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

}

.w995{
    width: 995px;
    margin:0 auto;
    overflow: hidden;
    position: relative;
}

.hide {
    display: none;
}

.link {
    color: #999;
    cursor: pointer;
    text-decoration: none;
}
.link:hover {

    color: #e80012;
}
.link-text {
    color: #999;
    text-decoration: none;
}

.btn {
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: 0;
    background-color: #d63b3f;
    font-size: 15px;
    color: #fff;
    outline: none;
    cursor: pointer;
    text-decoration: none;

}
.btn-mini {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 10px;
}

.loading{
    display: block;
    width: 65px;
    height: 65px;
    margin:  10px auto;
    border:  1px solid #ddd;
    border-radius: 5px;
    background: url('http://fwxt.czj.beijing.gov.cn/frontend/image/loading.gif') no-repeat;
    opacity: .6;
}

.fl {
    float: left;
}

.fr {
    float: right
}

.al {
    text-align: left
}

.tc{
    text-align: center;
}

.ar {
    text-align: right
}

.noborder {
    border: none;
}
.fs12{
    font-size: 12px;
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs22{
    font-size: 22px;
}
.fs30{
    font-size: 30px;
}
.fs20{
    font-size: 20px;
}
.color-red{
    color: #ff3000;
}
.color-666{
    color: #666 !important;
}
.color-yellow{
    color: #fede03;
}
.color-black{
    color: #000;
}
.color-brown{
    color: #4b3401;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}

.mt-15{
    margin-top: 15px
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}