.content{
    width: 1300px;
    height: 931px;
    box-sizing: border-box;
    margin: 0 auto;
}
.top{
height:33px;
width:100%;
background:#0d59a7;
line-height:31px;
margin-bottom: -6px;
font-size:14px;
color:white;
}
.left{
float:left;
}
.right:{
float:right;
}
.content li{
line-height:55px;
font-size:22px;
color:#393939;
background:url(/img/dot.jpg) no-repeat 8px center;
padding-left:22px;
margin:0;
border-bottom:1px dashed #c9c9c9;
padding-right:5px;
}
.content li a{
color:black;
}