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

.public_banner {
    width: 100%;
}

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

.inform_index {
    margin: 0 auto;
}

.inform_main {
    background-color: #ffffff;
    padding: 40px 0;
    /*box-shadow: 0 2px 11px 2px rgba(0, 0, 0, 0.15);*/
    /*border-radius: 8px;*/
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: calc(100vh - 300px)
}

.inform_main_left {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.inform_main_left_link {
    width: 100%;
    color: #333333;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 400;
    height: 30px;
    display: inline-block;
    position: relative;
}

.inform_main_left_link span:first-child {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    z-index: 9;
}

.inform_main_left .active:hover {
    color: #333333;
}

.inform_main_left .active span:last-child {
    position: absolute;
    bottom: 5px;
    left: 45px;
    width: calc(100% - 90px);
    height: 4px;
    display: inline-block;
    border-radius: 3px;
    opacity: 0.8;
    z-index: 1;
}


.inform_main_right {
    width: calc(100% - 162px);
    border-left: 1px solid #D8D8D8;
    min-height: calc(100vh - 300px)
}


/***************捐赠查询*****************/
.inform_main_right_search {
    width: calc(100% - 80px);
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inform_main_right_search input {
    height: 40px;
}

#inform_search_ids {
    width: 160px;
    height: 40px;
    border-radius: 4px;
    border: 0;
    color: #ffffff;
}

#inform_name_input_ids {
    width: calc(45% - 100px);
}

#inform_project_input_ids {
    width: calc(55% - 100px);
}

.inform_main_right_ul {
    width: calc(100% - 120px);
    margin: 0 auto 20px;
    overflow: hidden;
}

.inform_main_right_ul .row1 {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0;
}


.inform_main_right_ul .row1:first-child {
    border-bottom: 0;
}

.inform_main_right_ul .row1:last-child {
    border-bottom: 0;
}

/****************年检报告*******************/

.inform_main_right_ul_dian {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 20px;
}

.inform_main_right_ul .row2 {
    color: #333333;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.inform_main_right_ul .row2:last-child {
    border-bottom: 0;
}


.inform_main_right_ul_a {
    color: #333333;
}

