.main {
    display: flex;
    justify-content: space-between;
}
.col-1 {
    width: 900px;
}

.sum {
    margin: 40px 0 20px 0;
}
.cardBox {
    display: flex;
    flex-wrap: wrap;
}
.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 382px;
    height: 220px;
    margin: 20px 24px 0 0;
    padding: 0 0 20px 30px;
    border-radius: 8px;
    background-color: #F8F8F8;
}
.cardTop {
    display: flex;
}
.cardTop img {
    margin: 50px 40px 0 0;
    width: 60px;
    height: 60px;
}
.imgBox {
    width: 798px;
    height: 348px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: space-between;
    flex-wrap: wrap;
}
.imgBox::after {
    content: "";
    width: 150px;
    height: 60px;
    visibility: hidden;
}
.imgBox img {
    width: 150px;
    height: 60px;
    border-radius: 8px;
}
.col-2 {
    width: 350px;
}
.nav {
    display: flex;
    flex-direction: column;
    height: 572px;
    /* overflow-y: scroll;
    overflow-x: hidden; */
}
.nav p {
    margin-top: 40px;
}
.nav ul {
    margin-top: 20px;
}
.nav ul li {
    margin-top: 8px;
    padding-left: 0;
}
.nav li a {
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 21px;
    color: #999999;
    cursor: pointer;
}
.nav .navItem {
    display: flex;
}
.nav .navItem ul li a {
    color: #999999 !important;
    font-weight: normal;
}
.nav .navItem ul li a:hover{
    color: #0d4aa6 !important;
    font-weight: 700;
}
.nav .navItem>div {
    margin: 40px 10px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav .navItem div .cicle{
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 1px solid #999999;
    border-radius: 50%;
}
.nav .navItem div .check {
    border: 1px solid #333333;
}
.nav .navItem div .line{
    width: 1px;
    height: 29px;
    background-color: #999999;
}
.navList {
    text-decoration: none;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #999999 ;
    font-weight: normal;
}
.navList:hover {
    color: #0d4aa6 !important;
    font-weight: 700;
}
.nav .navTitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #999999;
    cursor: pointer;
}
.nav .check {
    color: #333333;
    font-weight: 700;
}
p>span {
    font-weight: 700;
    color: #0d4aa6 !important;
}
p>a {
    color: #0d4aa6 !important;
    font-weight: 700;
    text-decoration: none;
}
p>a:hover {
    text-decoration: underline !important;
}