
.public-container {
    position: relative;
    margin: 0 auto;
    width:1200px;
}
.banner{
    height:50px;
    font-size: 20px;
    font-weight: bolder;
    line-height: 50px;
    background: #e3edf8;
    color: #3667b1;

}
.index-panel{
    width: 1200px;
    margin: 0 auto;

    position: relative;
    height: 600px;
}
.left-panel{
    display: inline-block;
    width: 14%;

    background: #3667b1;
    height: 600px;
}
.left-item{
    display: block;
    width: 100%;
    height:80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    background: #3667b1;
    border-bottom: solid 2px #fff;
    margin-top: 2px;
    color: #fff;
}
.right-panel{
    width: 85%;
    border: solid 1px #3667b1;
    height: 100%;
    float: right;
    border-top: none;
}
.top-item{
    height: 55px;
}
.content{
    display: none;
}
.gh-item li{
    float: left;
}
.item{
    line-height: 45px;
    text-align: center;
    width: 140px;
    float: left;
    display: block;
    background: #F7F5CE;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 5px;
}
.lt-active{
    background: red;
}
.rt-active{
    border:solid 1px #3667b1;
}

.tr-show table tr td{
    height:50px;
text-overflow:ellipsis;
overflow:hidden;
}
.content-item{
line-height:40px;
margin-left:10px;
}