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

.public_banner {
    width: 100%;
}

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

.news_index {
    margin: 0 auto;
}

.news_main {
    background-color: #fff;
    padding: 40px;
    /*box-shadow: 0 2px 11px 2px rgba(0, 0, 0, 0.15);*/
    /*border-radius: 8px;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    min-height: calc(100% - 300px)
}

.news_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;
}

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

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

.news_main_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.news_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;
}


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

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

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

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

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

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


.news_main_row {
    width: 100%;
}

.news_main_row_left {
    width: 280px;
    position: relative;
}

.news_main_row_left img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.news_main_row_left_tip {
    width: 95px;
    height: 55px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #F4D1D3;
    position: absolute;
    bottom: 20px;
    right: -16px;
    z-index: 99;
    padding-right: 16px;
}

.news_main_row_left_tip div:first-child {
    font-size: 14px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
}

.news_main_row_left_tip div:last-child {
    font-size: 11px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    /*margin-left: 8px;*/
}

.news_main_row_left_tip div:last-child span {
    display: inline-block;
}

.news_main_row_right {
    width: calc(100% - 320px);
    height: 170px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.news_main_row .home_modal3_tab_pane_line:last-child {
    display: none;
}
