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 .navigation span {
    font-size: 14px;
    color: rgb(167, 164, 164);
}

.main .sect {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.main .left {
    width: 700px;
    padding-right: 60px;
    border-right: 1px solid #efefef;
}

.main .left .title {
    position: relative;
    margin-bottom: 20px;
}

.main .left .title h3 {
    font-size: 22px;
    width: 90px;
    color: rgb(7, 42, 112);
    border-bottom: 2px solid rgb(7, 42, 112);
    text-align: center;
}

.main .left .content section {
    margin-bottom: 20px;
}

.main .left .content .top {
    display: flex;
    justify-content: space-between;
}

.main .left .content .top img {
    width: 170px;
    height: 100px;
}

.main .left .content .top .text h3 {
    padding-left: 15px;
    line-height: 22px;
    overflow: hidden;
    color: #333;
    font-size: 21px;
    font-weight: 400;
}

.main .left .content .top .text p {
    padding-top: 5px;
    padding-left: 15px;
    line-height: 24px;
}

.main .left .content .top .text p a {
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.main .left .content .bottom {
    padding-top: 4px;
    padding-bottom: 9px;
    border-bottom: 2px solid #e6e6e6;
    color: #999;
    font-size: 15px;
}

.main .right {
    /* width: 100%; */
}

.main .right>div {
    margin-bottom: 30px;
}

.main .right .title {
    width: 400px;
    position: relative;
}

.main .right .title h3 {
    font-size: 18px;
    width: 90px;
    color: rgb(7, 42, 112);
    border-bottom: 2px solid rgb(7, 42, 112);
    text-align: center;
}

.main .right .content li {
    padding-left: 20px;
    position: relative;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .right .content li i {
    font-size: 30px;
    position: absolute;
    top: -10px;
    left: 5px;
    color: #1375be;
}


.page {
    text-align: center;
}

.page span {
    box-sizing: border-box;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding: 0 18px;
    border: 1px solid #e1e2e3;
    font-size: 14px;
}

.border {
    width: 100%;
    height: 2px;
    background-color: rgb(229, 229, 229);
    position: absolute;
    bottom: 0;
    z-index: -1;
}