.container-body {
    width: 1300px;
    margin: 0px auto;
    overflow: auto;
}

.container-left {
    float: left;
    width: 320px;
    background-repeat: no-repeat;
    min-height: 600px;
    margin-left: 5px;
    font-size: 18px;
}

#left-list {
    /* margin: 80px 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;
    margin: 5px 5px;
    float: right;
    width: 900px;
}

.container-button {
    margin-bottom: 20px;
    margin-top: 10px;
}
.text-nav {
    float: right;
    line-height: 50px;
    font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    padding-right: 10px;
}

.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;
   
}
.container-right2 {
    /* 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;
    width: 890px;
    float: right;
}

.info-title {
    
font-size: 20px;
    
color: #0b8505;
    
padding-top: 20px;
}

.info {
    font-size: 15px;
    line-height: 50px;
}

.info-body {
    line-height: 25px;
    text-align: left;
}