@charset "gb2312";
#weizhi span:last-child {
    color: #1b4e93
}

#weizhi span:last-child:after {
    content: ""
}

#captcha-container {
    cursor: pointer
}
body{
    margin:0 auto;
    background:url("imagesbody-bg.jpg") no-repeat #E8E8E8;
    background-size: cover;
}
html*.body{
    margin-left: 10%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold
}

.newsTxt .text .text_size {
    text-align: left;
    float: none !important
}

a:hover {
    text-decoration: none
}

#goTop {
    position: absolute;
    display: none;
    width: 60px;
    height: 60px;
    background: url("PublicHomeimagesreturn_top.png");
    background-size: 100% 100%;
    border: solid 1px #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

#goTop:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    background: url("PublicHomeimagesreturn_top1.png");
    background-size: 100% 100%;
}