
    .w1200 {
        min-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        padding: 0 40px;
    }

    .flex_stretch {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }
.tit2 {
    flex: 4;
}
    .mt15 {
        padding: 30px;
        display: block;
        background: #ffffff;
        border-radius: 4px;
        margin-top: 15px !important;
    }

    .mt20 {
        margin-top: 20px !important;
    }

    .mt30 {
        padding: 0% 4%;
    }

    .bgff {}

    .news_box {
        width: 49%;
        min-height: 200px;
        box-sizing: border-box;
        border-radius: 2px;
    }

    .title {
        border-bottom: 3px solid #2A4A9D;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        margin-bottom: 10px;
    }

    .title h3 {
        font-size: 22px;
        color: #333;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    .title h3 img {
        margin-left: 10px;
    }

    .tabs_green_nav {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .tabs_green_nav li {
        margin-right: 30px;
        line-height: 28px;
        text-align: center;
        background: #f5f5f6;
        border-radius: 15px;
        cursor: pointer;
        padding: 0 20px;
    }

    .tabs_green_nav li.hover {
        background: #09F;
        color: #fff;
    }

    .more {
        font-size: 14px;
        color: #666;
        line-height: 24px;
    }

    .more i {
        font-size: 14px;
        color: #666;
        margin-left: 3px;
    }

    .news_hot {
        padding-bottom: 20px;
    }

    .news_hot li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        line-height: 30px;
    }

    .news_hot li a {
        position: relative;
        padding-left: 15px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 30px;
        width: 100%;
       font-size:16px;
    }

    .news_hot li span {
        flex-shrink: 0;
        color: #666;
        margin-left: 30px;
    }

    .news_hot li i {
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        color: #666;
        background: #f5f5f6;
        font-size: 12px;
        font-style: normal;
    }

    .notice_box {
        background: url(/files/visual/img/1974/sybg1.png);
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .notice_sm_tab {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .notice_sm_tab li {
       margin-right: 3%;
    /* line-height: 92%; */
    text-align: center;
    background: #f5f5f6;
    border-radius: 15px;
    cursor: pointer;
    padding: 0.5rem 1rem;
    }

    .notice_sm_tab li.hover {
        background: #0099ff;
        color: #fff;
    }

    .notice_tab {
        display: flex;
        align-items: center;
        font-size: 26px;
        color: #8ED0FF;
        font-weight: bold;
    }

    .notice_tab li {
        cursor: pointer;
font-size:22px;
text-align:left;
margin-right:10px;
    }
   .notice_tab li:nth-child(2){
margin-left:10px;}
    .notice_tab li.hover {
        color: #ffffff;
    }

    .notice_cont {
        padding: 20px;
    }

    .notice_more {
        font-size: 14px;
        color: #fff;
        position: absolute;
        top: 30px;
        right: 90px;
        line-height: 24px;
    }

    .notice_more i {
        font-size: 14px;
        color: #666;
        margin-left: 3px;
    }

    .layui-table a:hover {
        color: #5395ed;
    }

    .layui-table {
        color: #333;
    }

    .layui-table thead tr {
        background-color: #dee0e4;
    }

    .layui-table[lay-even] tr:nth-child(even) {
        background-color: #f6f8fa;
    }

    .layui-table,
    .layui-table-view {
        margin: 0;
    }

    .layui-table[lay-skin=nob] td,
    .layui-table[lay-skin=nob] th {
        border-bottom: 1px solid #fff;
    }

    .center {
        text-align: center !important;
    }

    .news {
        padding-bottom: 20px;
    }

    .news li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        line-height: 30px;
    }

    .news li a {
        position: relative;
        padding-left: 15px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 30px;
        max-width: 880px;
       font-size:16px;
    }

    .news li a::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 4px;
        height: 4px;
        background: #6983cf;
        border-radius: 2px;
        margin-top: -2px;
    }

    .news li span {
        flex-shrink: 0;
        color: #666;
        margin-left: 30px;
    }

    .ml20 {
        margin-left: 20px !important;
    }

    .bg_green {
        color: #fff !important;
        background: #DFAA5F !important;
    }

    @media only screen and (max-width: 1200px) {
        .w1200 {
            min-width: 100%;
            /* padding: 0 1rem; */
        }

        .news_box {
            width: 100%;
            margin-bottom: 20px;
        }

        .title h3 {
            font-size: 18px;
        }

        .tabs_green_nav li {
            margin-right: 10px;
        }

        .more {
            font-size: 12px;
        }

        .news_hot li {
            font-size: 12px;
        }

        .notice_more {
            right: 20px;
            font-size: 12px;
        }

        .notice_tab li {
            padding: 0 10px;
            font-size: 18px;
        }

        .notice_cont {
            padding: 10px;
        }

        .layui-table thead tr {
            font-size: 12px;
        }

        .layui-table tbody tr {
            font-size: 12px;
        }
    }

    @media only screen and (max-width: 768px) {
        .title h3 {
            font-size:20px;
        }

        .tabs_green_nav li {
            margin-right: 5px;
            padding: 0 10px;
        }

        .more {
            font-size: 10px;
        }

        .news_hot li {
            font-size: 12px;
        }

        .notice_more {
            font-size: 10px;
        }

        .notice_tab li {
            padding: 0 5px;
            font-size: 14px;
        }

        .layui-table thead tr {
            font-size: 10px;
        }

        .layui-table tbody tr {
            font-size: 10px;
        }

        .flex_stretch {
            flex-direction: column;
        }

        .ml20 {
            margin-left: 0 !important;
        }
    }

    @media only screen and (max-width: 480px) {
        .title h3 {
            font-size: 20px;
        }
    .notice_sm_tab li {
       margin-right: 5px;
    /* line-height: 92%; */
    text-align: center;
    background: #f5f5f6;
    border-radius: 10px;
    cursor: pointer;
    padding: 5px;
    }
        .tabs_green_nav li {
            margin-right: 5px;
            padding: 0 5px;
        }

        .more {
            font-size: 12px;
        }

        .news_hot li {
            font-size: 12px;
        }

        .notice_more {
            font-size: 12px;
        }

        .notice_tab li {
            padding: 0 3px;
            font-size: 20px;
        }

        .layui-table thead tr {
            font-size: 12px;
        }

        .layui-table tbody tr {
            font-size: 12px;
        }

        .flex_stretch {
            flex-direction: column;
        }
.tit2 {
    flex: 2;
}
        .ml20 {
            margin-left: 0 !important;
        }
    }
.layui-table-cell{
font-size:16px !important}
.layui-table-cell>a{
font-size:16px !important;}