@charset "gb2312";

/* CSS Document */

/*w*/

.w{

        width:96.875%;

        margin:0 auto;

}

/*article-location*/

#article-location{

        border-top:0.46875rem solid #F7E8D3;

}

#article-location h2{

        width:96.875%;

        margin:0 auto;

        color:#555555;

        font-size:0.46875rem;

        padding:0.46875rem 0 0.390625rem 0;

}

#article-location h2 a:last-of-type{

        color:#555555;

}

/*article*/

#article{

        width:96.875%;

        margin:0 auto;

        border-top:1px solid #787878;

        padding-top:0.46875rem;

}

#article h2{

        color:#500000;

        font-size:0.5rem;

        padding-bottom:0.15625rem;

        text-align:center;

}

#article h3{

        padding-bottom:0.4375rem;

        font-size:0.375rem;

        color:#969696;

        text-align:center;

}

#article .article-txt{

        border-bottom:1px solid #e7e7e7;

        border-top:1px solid #e7e7e7;

        padding:0.3125rem;

		line-height:1.5em;

}

#article .article-txt p{ 

       line-height:150%;

}

#article .aiticle-list{

        font-size:0.5rem;

        line-height:0.9375rem;

        color:#500000;

        padding:0.3125rem 0;

}

/*other-banner*/

#other-banner{

        border-top:0.46875rem solid #e1e1e1;

        height:4.265625rem;

        overflow:hidden;

        position:relative;

}

#other-banner .hd{

        position:absolute;

        z-index:4;

        bottom:0.125rem;

        text-align:center;

        width:100%;

}

#other-banner .hd ul{

        clear:both;

        *zoom:1;

        display:inline-block;

}

#other-banner .hd ul:after{

        clear:both;

        display:block;

        visibility:hidden;

        height:0;

        line-height:0;

        content:"";

        font-size:0;

}

#other-banner .hd li{

        float:left;

        margin:0 5px;

        width:10px;

        height:10px;

        background:#4b4b4b;

        border-radius:50%;

        bottom:8px;

}

#other-banner .hd li.on{

        background:#f92209;

}

