
body{
    font-family: "Î¢ÈíÑÅºÚ";
}
.detail-container{
    width: 960px;
    margin: 0 auto;
	/*margin-top: 265px;*/
    padding: 20px;
    background-color: #e9fcd7;
	margin-bottom:20px;
}
.container-top{
    height: 46px;
    line-height: 46px;
    padding-left: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #cef7a8;
    background-image: url("/static/home/image/position.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.detail-body{
     background-color: #fff;
     padding:  0 20px 20px 20px;
    min-height: 500px;
 }

.detail-body .detail-title{
    text-align: center;
    font-size: 16px;
    color:#666;
    padding-top: 30px;
}
.detail-body .detail-title span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #858585;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-color: #75b0c9;
    border-bottom-style: dashed;
}

.detail-content p img{
    max-width:100%;
}
.detail-content strong{
    display: block;
}
/*ÉìËõ²ã*/
.qr-code-icon{
   width: 54px;
    height: 54px;
    position: fixed;
    right: 0;
    bottom: 86px;
    z-index: 99;

}
.icon-img{
    width: 46px;
    height: 38px;
    position: relative;
    top: 8px;
    left: 5px;
    background-image: url(/static/home/image/column/wechat1.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.qr-code-content{
    width: 133px;
    height: 124px;
    position: fixed;
    right: 55px;
    bottom: 55px;
    z-index: 99;
   background-image:url('/static/home/image/column/qrcode-content-bg.png');
    background-position:center center;
    background-repeat:no-repeat;
}

.files-contents{
    padding: 5px 20px 5px 0px;
}
.files-contents p{
    margin: 0px;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
}
.files-contents a{
    text-decoration: none;
    font-size: 14px;
    color: #00a0e9;
    height: 18px;
    line-height: 18px;
}
