@charset "utf-8";
/* CSS Document */
.footer{
width:1000px;
margin:10px auto 0;
padding-bottom:20px;
}
.foot_top{
height:26px;
background-color:#09548b;
text-align:center;
padding-top:14px;
}
.foot_top span{
padding:0 10px;
}
.psty03{
text-align:center;
padding-top:20px;
}
.foot_bot{
width:335px;
margin:5px auto 0;
}
.foot_bot p{
line-height:20px;
text-align:center;
}

.share {
position:fixed;
top:135px;
right:0;
}
.share .close-btn {
    background: url("../images/close.gif") repeat 0 0;
    cursor: pointer;
    display: block;
    height: 11px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -200px;
    top: -15px;
    width: 43px;
}
.share .item {
    background: none repeat scroll 0 0 #eeeeee;
    border: 0px solid #cccccc;
    padding: 0px;
    position: relative;
}



/*左侧漂浮专题图片*/
.piaofu_img{position:fixed;
width:150px;
top:135px;
left:0;
}
.piaofu_img .close-btn2{
	 background: url("../images/close.gif") repeat 0 0;
    cursor: pointer;
    display: block;
    height: 11px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -200px;
    top: -15px;
    width: 43px;
	}
.piaofu_img img{ margin:5px 0;}	