*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}
body{
    font-family: "Microsoft YaHei";
    height:100%;
}
.content{
    width: 960px;
    margin: 0 auto;
    min-height: 262px;
    padding: 20px;
    padding-bottom: 80px;
    background-color: #f1f7fe;
    height: 100%;
}
.content .aside{
    width: 150px;
    float: left;
}
.content .right_container{
    width: 788px;
    min-height: 262px;
    float: right;
    height:100%;
}
.content .aside ul{
    margin: 0;
    padding: 0;
}
.content .aside ul li{
    position: relative;
    list-style: none;
    height: 46px;
    line-height: 46px;
    margin-top: 2px;
    text-align: center;
    background-color: #c8ebfa;
}
.content .aside ul li.active{
    background-color: #fff;
    height: 44px;
    line-height: 44px;
    border: 1px solid #c8ebfa;
}
.content .aside ul li.active:after{
    display:block;
    content:'';
    width: 13px;
    height: 26px;
    background: url("/static/home/image/column/aside-active-triangle.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: -1px;
}
.content .aside ul li a{
    text-decoration: none;
    color:#666;
    font-size: 16px;
    width: 145px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.content .aside ul li.active a{
    color:#00a0e9;
    font-weight: bold;
}
.content .aside ul li:first-child{
    margin-top: 0;
}

.qr-code{
    width: 120px;
    height: 100px;
    position: absolute;
    right: 20px;
    top: 480px;
    text-align: center;
    font-size: 14px;
}
/*ÉìËõ²ã*/
.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;
}

/*ÓÒ²àÄÚÈÝÇø*/
.right_container-top{
    height: 46px;
    line-height: 46px;
    padding-left: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #b6d1f2;
    background-image: url("../image/position.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.detail-container{
    width: 960px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f1f7fe;
}
.detail-container .detail-top{
    height: 46px;
    line-height: 46px;
    padding-left: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #b6d1f2;
    background-image: url("/static/home/image/position.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.detail-body{
    background-color: #fff;
}

.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;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-color: #75b0c9;
    border-bottom-style: dashed;
}
.detail-content{
    text-align: center;
}

.nodata{
    text-align: center;
    font-size: 16px;
    min-height: 300px;
    line-height: 300px;
}
