.projects_body {
    width: 100%;
    background-color: #FBF9F8;
    padding-bottom: 30px;
}

.public_banner {
    width: 100%;
}

.public_banner img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.projects_index {
    margin: 0 auto 0;
}

.projects_main {
    background-color: #fff;
    padding: 40px;
    min-height: calc(100% - 300px)
}

.projects_main_search {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 22px;
    border: 1px solid #CCCCCC;
    margin-bottom: 30px;
    overflow: hidden;
}

.projects_main_search i {
    font-size: 15px;
    width: 30px;
    text-align: right;
}

.projects_main_search input {
    border: 0;
    outline: 0;
    width: calc(100% - 40px);
    font-size: 15px;
}

.projects_main_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
}

.projects_main_nav a {
    background: #FFFFFF;
    box-shadow: 0 2px 11px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: inline-block;
    padding: 8px 20px;
    color: #333333;
    margin-right: 20px;
    margin-bottom: 20px;
}

.projects_main_nav a:link {
    color: #333333;
    text-decoration: none;
}

.projects_main_nav a:visited {
    text-decoration: none;
    color: #333333;
}

.projects_main_nav a:hover {
    text-decoration: none;
    color: #CC2D34;
}

.projects_main_nav a:active {
    text-decoration: none;
    color: #CC2D34;
}

.projects_main_nav .active:hover {
    color: #fff;
}

.projects_main_nav .active {
    color: #ffffff !important;
}

.projects_main_row_bgs {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    margin-bottom: 20px;
}

.project_state {
    position: absolute;
    top: -10px;
    right: -10px;
    color: white;
    font-size: 16px;
    border-radius: 0 24px 0 24px;
    background-color: #a0a0a0;
    z-index: 10;
    padding: 5px 25px;
}

.projects_main_row img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

