.container-body {
    width: 70%;
    margin: 0px auto;
    overflow: auto;
}

.container-left {
    float: left;
    width: 250px;
    background-repeat: no-repeat;
  background-color:#0c63c1;
    min-height: 600px;
    margin-left: 5px;
    margin-top: 20px;
}

#left-list {
height:30px;
background-color:blue;
    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: 10px;
    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;
    display: flex;
  justify-content: center;
  align-items: center;
}

.info {
    font-size: 15px;
    line-height: 50px;
    display: flex;
  justify-content: center;
  align-items: center;
}

.info-body {
    line-height: 25px;
    text-align: left;
    display: flex;
  justify-content: center;
  align-items: center;
}

.left-list {
    margin-top: 15px;
    display: flex;
  justify-content: center;
  align-items: center;
}

.td-1{
    position: relative;
    background-color:#2687F2;
    height: 35;
    margin: 0;
    padding: 0;
}

.td-2{
    position: relative;
    background-color:#2687F2;
    height: 35;
    margin: 0;
    padding: 0;
}

.p-news{
        color: #666;
        font-size: 16px;
        line-height: 1.5;
        text-indent: 2em;  /* 设置首行缩进为2个字符宽度 */
        text-align: left; /* 设置文本整体靠左对齐 */
}