﻿/* 布局 */
.hide {
    display: none;
}

.top {
    vertical-align: top;
}

.btm {
    vertical-align: bottom;
}

.body {
    padding: 20px;
    display: flex;
    background: #FFF;
}


.maxcont {
    max-width: 1024px;
}

.mincont {
    min-width: 1024px;
}

.row {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: row;
}

    .row.nobottom {
        margin-bottom: 0;
    }

    .row:nth-last-child(1) {
        margin-bottom: 0;
    }

.column {
    flex-direction: column;
    flex-wrap: initial;
}

.rowcenter {
    align-items: center;
}

    .rowcenter > .row {
        margin-bottom: 0;
    }

.colcenter {
    justify-content: center;
}

.start {
    justify-content: flex-start;
}

.end {
    justify-content: flex-end;
}

.grow1 {
    flex-grow: 1;
    margin-bottom: 0;
}

.grow2 {
    flex-grow: 2;
    margin-bottom: 0;
}

.wrap {
    flex-wrap: wrap;
}

.nowrap {
    flex-wrap: nowrap;
}

.mrgr5 {
    margin-right: 5px;
}

.mrgr10 {
    margin-right: 10px;
}

.mrgl5 {
    margin-left: 5px;
}

.mrgl10 {
    margin-left: 10px;
}

.mrgb5 {
    margin-bottom: 5px;
}

.mrgb10 {
    margin-bottom: 10px;
}

.hr {
    border: none;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}

.hide {
    display: none;
}

.show {
    display: initial;
}

.flex {
    display: flex;
}

.b {
    font-weight: 700;
}










.lh_header{
    position: absolute;
    bottom: -210px;
    z-index: 10;
}
#Banner_menu111 {
    /* margin-bottom: 190px; */
    position: absolute;
    width: 100%;
}
div#new_yi {
    margin-top: 50px;
    margin-bottom: 190px;
}
.lh_header{
    width: 1176px;
    left: 50%;
    margin-left: -588px;
    align-items: end;
    margin-bottom: 10px;
}
.lh_header img {
    width: 100px;
}
.lh_title h2 {
    padding: 4px 0;
    color: rgb(253,185,49);
    font-weight: 400;
    font-size: 18px;
}
.lh_title h1 {
    font-size: 24px;
    font-weight: 400;
    background: url(/photo/14/images/file/2023-11/标题后云彩.png) no-repeat right bottom;
    padding-top: 20px;
    width: 200px;
}
.lh_title {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.lh_tags h3 {
    flex-grow: 1;
    text-align: center;
    background: url(/photo/14/images/file/2023-11/未选中.png) no-repeat center center;
    font-size: 16px;
    font-weight: 400;
    padding: 40px 0 16px;
    margin: 0 15px;
    background-size: 100% 100%;
    cursor: pointer;
}
.lh_tags h3:hover, .lh_tags h3.active {
    background: url(/photo/14/images/file/2023-11/选中.png) no-repeat center center;
    color: white;
    background-size: 90% 90%;
    font-weight: 700;
}
.lh_tags {
    padding: 10px 20px 0;
}
#CenterPanel{
    width: auto !important;
}
div#LeftPanel>table {
    display: none;
}

#news1_con_1,#news1_con_2,#news1_con_3,#news1_con_4,#news1_con_5{
    height: 100%;
    background: rgb(255, 255, 255);
    border: 6px solid #f5f7f9;
}
tr[bgcolor=ghostwhite],._footer {
    background: #27d1ff;
    color: #FFF;
}