.container-body {
    width: 1300px;
    margin: 0px auto;
    overflow: auto;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
}

.container-left {
    float: left;
    width: 320px;
    background-repeat: no-repeat;
    min-height: 400px;
    margin-left: 5px;
    font-size: 18px;
}
.container{
    position: relative;
    width: 100%;
    background-repeat: round;
}
#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;
    border-bottom: #0155c7 5px solid;
}

.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 {
    width: 1300px;
    border-width: 1px;
    min-height: 300px;
    padding: 0px 10px;
    margin: 0 auto;
   
}
.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: #0255c6;
    padding-top: 20px;
    font-weight: bold;
}

.info {
    font-size: 15px;
    line-height: 50px;
}

.info-body {
    line-height: 25px;
    text-align: left;
}

.dspcontainer-body {
    width: 1400px;
    margin: 0px auto;
    overflow: auto;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
    min-height: 300px;
}

.dspcontainer-right {
    width: 1300px;
    border-width: 1px;
    min-height: 300px;
    padding: 0px 10px;
    margin: 0 auto;
   
}
.dspcontainer{
    position: relative;
    width: 100%;
    background-repeat: round;
    top: -180px;
}

@media screen  and (max-width:767px){
.dspcontainer{
    position: relative;
    width: 100%;
    background-repeat: round;
    top: 1px;
}

.dspcontainer-body {
    width: 360px;
    margin: 0px auto;
    overflow: auto;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
    min-height: 300px;
}

.dspcontainer-right {
    width: 360px;
    border-width: 1px;
    min-height: 300px;
    padding: 0px 10px;
    margin: 0 auto;
   
}
.info-body {
    line-height: 25px;
    text-align: left;
    width: 344px;
}
.info-body img{
    line-height: 25px;
    text-align: left;
    width: 344px;
}
.info-title {
    font-size: 20px;
    color: #0255c6;
    padding-top: 20px;
    font-weight: bold;
    width: 344px;
}
}