body, h1, h2, h3, h4, h5, ul, li, p, figure {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.main {
    width: 1200px;
    margin: 30px auto;
}

.main section {
    display: flex;
    justify-content: space-between;
}

.main section .left {
    width: 800px;
    margin: 20px 0;
    padding-right: 50px;
    border-right: 1px solid #ccc;
}

.main section .left ul {
    margin-left: 5px;
}

.main section .left ul li {
    height: 30px;
    line-height: 30px;
    /*padding-left: 10px;*/
    overflow: hidden;
    background: url(../img/jsbxbg.png) -5px -219px no-repeat;
}

.main section .left ul li a {
    display: flex;
    justify-content: space-between;
}

.main .navigation span {
    font-size: 14px;
    color: rgb(167, 164, 164);
}

.main section .right .title span {
    width: 3px;
    height: 20px;
    display: block;
    margin-top: 4px;
    border-left: 7px solid #117cc4;
    border-right: 2px solid #117cc4;
    float: left;
}

.main section .right {
    width:300px;
}

.main section .right .title a {
    font-size: 19px;
    padding-left: 10px;
    font-weight: normal;
}

.main section .right .img img{
    margin-top: 20px;
}



.page {
    text-align: center;
    margin-top: 20px;
}

.page span {
    box-sizing: border-box;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding: 0 18px;
    border: 1px solid #e1e2e3;
    font-size: 14px;
}