.container-body {
    /* width: 70%; */
    margin: 0px auto;
    /* overflow: auto; */
}

.container-left {
    float: left;
    width: 250px;
    background-image: url(../img/leftbanner.png);
    background-repeat: no-repeat;
    min-height: 600px;
    margin-left: 5px;
    margin-top: 20px;
}

#left-list {
    margin: 50px 20px 0px 10px;
    text-align:center;
}

#left-list a {
    height: 30px;
    line-height: 30px;
}
#left-list a:hover{
    background-color: #c20102;
}


#left-list div ul li a{
    display:block;
    width:100%;
    color: #fff;
    font-size:15px;
    font-weight:bold;
    word-wrap:break-word;
    border-bottom:1px solid #ddd;
    border-top:1px solid #fff;text-align: left;
    background: #c71e34;

}
#left-list div ul li a:hover { color:#C00; background-color:#f9f9f9;}

.container-nav {
    height: 50px;
/*    border-bottom: solid;
    border-color: #bc293c;
    margin: 15px 5px; */
}

.container-button {
    margin-bottom: 20px;
}
.text-nav {
    float: left;
    font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 20px;
}

.container-right {
    margin-left: 270px;
    margin-right: 10px;
    /* border-style: dashed; */
    border-width: 1px;
    min-height: 600px;
    padding: 0px 10px;
    box-shadow: 2px 1px 7px 4px #eee;
   
}

.info-title {
    
    font-size: 20px;
    color: #0c63c1;
    padding-top: 20px;
}

.info {
    font-size: 15px;
    line-height: 50px;
}

.info-body {
    line-height: 25px;
    text-align: left;
}

.left-list {
    margin-top: 15px;
}
ul.sub-nav{height:200px !important;}
