* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 18px;
    line-height: 27px;
    background-color: #ddd;
}
h1 {
    font-size: 32px;
    line-height: 48px;
    margin-top: 80px;
}
h2 {
    font-size: 28px;
    line-height: 42px;
    margin-top: 40px;
}
h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 40px;
}
h4 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}
h5 {
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px;
}
p {
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px;
}
ul {
    list-style: none;
}
li {
    padding-left: 25px;
    font-weight: normal;
}
.dot::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333333;
    border-radius: 50%;
    margin: 0 9px 5px -13px;
}
.dot2::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 1px solid #333333;
    border-radius: 50%;
    margin: 0 9px 5px -13px;
}
.index {
    width: 1680px;
    background-color: #fff;
    margin: 0 auto;
    color: #333;
}

.content {
    padding: 0 198px;
}

.pagination {
    margin-top: 40px;
}

.el-pagination {
    text-align: center;
}
.submit {
    display: block;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #0d4aa6 !important;
    margin-top: 80px;
}
.submit:hover {
    text-decoration: underline !important;
    color: #0d4aa6 !important;
}
.submit img{
    position: relative;
    top: 3px;
}
.opertion {
    position: relative;
    margin-top: 12px;
    display: flex;
}
.opertion a {
    text-decoration: none;
}
.opertion img {
    margin-right: 12px;
}
.opertion span {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #0d4aa6;
}
.opertion span:hover {
    text-decoration: underline;
}
.modal {
    position: absolute;
    top: 0;
    left: 347px;
    display: none;
    justify-content: space-between;
    align-items: end;
    width: 480px;
    padding: 12px 10px;
    border-radius: 8px;
    border: 2px solid #EEEEEE;
    background-color: #fff;
}
.modal p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 0;
}
.header {
    position: sticky;
    top: 0px;
    z-index: 100;
    background-color: #ffffff;
}