body {
    background-color: #F1F2F4;
}
.crumbs {
    display: flex;
}
.home {
    width: 1200px;
    margin: 145px auto 0 auto;
}
.crumbs {
    font-size: 14px;
    cursor: pointer;
    color: #333333;
    padding-top: 20px;
    margin-bottom: 30px;
}
.crumbs-mid { 
    cursor: default;
    margin: 0 10px;
}
.crumbs a {
    color: #333333;
 }
 .crumbs a:hover {
    color: #36A437;
 }
.top-card {
    width: 1200px;
    box-sizing: border-box;
    padding: 24px 24px 30px 24px;
    background-color: #FFFFFF;
}
.top-card .card-title {
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-weight: bold;
}
.card-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;  
}
.card-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 36px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    align-items: center;
    width: 280px;
    height: 285px;
    cursor: pointer;
    background: #F5F6F8;
}
.card-item img {
    width: 74px;
    height: 74px;
    margin-bottom: 26px;
}
.card-item .p1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 14px;
}
.card-item .p2 {
    font-size: 14px;
    line-height: 23px;
    color: #888888;
    text-align: center;
}
.card-item span {
    font-size: 14px;
    color: #BEBEBE;
}
.bottom-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    box-sizing: border-box;
    margin-top: 16px;
    margin-bottom: 50px;
}
.bottom-card-item {
     padding: 24px 21px 26px 24px;
     cursor: pointer;
}
.bottom-card-item h3 {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}
.bottom-card-main {
    display: flex;
    align-items: center;

}
.bottom-card-main img {
     width: 90px;
     height: 80px;
     margin-right: 17px;
}
.bottom-card-main .title-card-bottom {
    display: flex;
    flex-direction: column;
}
.title-card-bottom p {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.title-card-bottom span {
    font-size: 14px;
    color: #888888;
    line-height: 23px;
    margin-top: 13px;
}
.bottom-card-item {
    box-sizing: border-box;
    width: 592px;
    height: 170px;
    background-color: #FFFFFF;
}

