@line_clamp: 2;// 文字默认截取行数
@onehundred: 100%; //整体百分百
@small-size:12px;
@font-size-base:14px;// 新闻简介字号
@titlesize:16px;// 新闻标题字号
@large-size:18px;
@large-two-size:24px;
@title-color: #333; //标题颜色
@hover-color: #07175C; //文字滑过颜色跟随当前主体色，也有可能滑过的和高亮的不是一种颜色这个主要作为文字颜色
@active-color: #07175C; //高亮颜色跟随当前主体色，也有可能滑过的和高亮的不是一种颜色这个主要作为背景颜色
@text-color:#666; //简介颜色
@textinfo-color:#999;// 不重要的文字颜色比如时间
@forminputjianju: 10px;// 输入框左内间距
@white:#fff; //白色
@black:#000;
@e5:#e5e5e5;
@dc:#dcdcdc;
@family:"Microsoft YaHei";
@left:left;
@right:right;
@center:center;
@display-block:block;
@display-flex:flex;
@display-table:table;
@display-inline-block:inline-block;
@display-none:none;
/************************************** 以上是默认设置除了高亮和滑过别的不要动，想到可以随时添加  *******************************************/
/**************************************** css文件不要改，要改同名的less文件并重新生成css文件！！！！！！****************************************/
.wrap{
    background: url(../images/headbg.jpg) top center no-repeat;
    .header{
        padding-top: 15px;
        padding-bottom: 55px;
        .header-top{
            margin-bottom: 20px;
            text-align: @right;
            overflow: hidden;
            a{
                display: @display-inline-block;
                width: 66px;
                height: 26px;
                font-size: @font-size-base;
                color: @active-color;
                text-align: @center;
                line-height: 26px;
                background: @white;
                border-radius: 4px;
            }
        }
        .header-bottom{
            .logo{
                float: @left;
                margin-top: 3px;
            }
            .header-right{
                float: @right;
                .header-right-top{
                    display: @display-flex;
                    width: @onehundred;
                    align-items: @center;
                    justify-content: flex-end;
                    .search-box{
                        width: 300px;
                        height: 30px;
                        background: @white;
                        border-radius: 15px;
                        overflow: hidden;
                        input{
                            float: @left;
                            padding-left: 15px;
                            width: calc(100% - 45px);
                            height: 30px;
                            font-size: @font-size-base;
                            color: @text-color;
                            border: 0;
                        }
                        button{
                            float: @right;
                            width: 45px;
                            height: 30px;
                            border: 0;
                            background: transparent;
                        }
                    }
                    .header-link{
                        margin-left: 30px;
                        i{
                            font-style: normal;
                        }
                        a,span{
                            display: @display-block;
                            float: @left;
                            font-size: @titlesize;
                            color: @white;
                        }
                        span{
                            margin: 0 10px;
                        }
                    }
                }
                .header-right-bottom{
                    margin-top: 25px;
                    .nav{
                        padding: 0;
                        list-style: none;
                        ul{
                            padding: 0;
                            list-style: none;
                        }
                        &>li{
                            float: @left;
                            position: relative;
                            margin-right: 45px;
                            &:last-child{
                                margin-right: 0;
                            }
                            a{
                                display: @display-block;
                            }
                            &>a{
                                padding-bottom: 6px;
                                font-size: 20px;
                                color: @white;
                                border-bottom: 2px solid transparent;
                            }
                            .menu-nav{
                                display: @display-none;
                                position: absolute;
                                top: @onehundred;
                                left: 0;
                                min-width: @onehundred;
                                background: @white;
                                z-index: 999;
                                ul{
                                    li{
                                        border-bottom: 1px solid #eee;
                                        a{
                                            padding: 10px;
                                            font-size: @titlesize;
                                            color: @text-color;
                                            text-align: @center;
                                            white-space: nowrap;
                                        }
                                        &:hover{
                                            a{
                                                color: @active-color;
                                            }
                                        }
                                    }
                                }
                            }
                            &:hover,
                            &.active{
                                &>a{
                                    border-bottom-color: @white;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .content{
        .index-blurb-section{
            position: relative;
            padding: 0 50px;
            padding-right: 90px;
            padding-bottom: 45px;
            background: @white url(../images/icon6.png) right bottom no-repeat;
            box-shadow: 0px 10px 12px -4px rgba(0, 90, 210, 0.1);
            .blurb-title{
                margin-top: -20px;
                display: @display-flex;
                align-items: @center;
                padding: 40px 0 14px 50px;
                width: 184px;
                height: 113px;
                background: url(../images/icon2.png) no-repeat;
                h6{
                    font-size: 22px;
                    color: @active-color;
                }
            }
            .blurb-text{
                margin-top: 10px;
                p{
                    font-size: @titlesize;
                    color: @title-color;
                    line-height: 2;
                    text-indent: 2em;
                }
            }
        }
        .section{
            margin-top: 62px;
            margin-bottom: 60px;
            overflow: hidden;
            .section-title{
                width: 700px;
                overflow: hidden;
                h6{
                    float: @left;
                    font-size: 30px;
                    color: @title-color;
                }
                .more{
                    float: @right;
                    font-size: @titlesize;
                    color: @active-color;
                    line-height: 40px;
                    img{
                        margin-left: 10px;
                        margin-top: -4px;
                    }
                }
            }
            .section-box{
                margin-top: 22px;
                overflow: hidden;
                .dynamics-section{
                    float: @left;
                    padding: 0 30px;
                    width: 700px;
                    background: #F4F5F6;
                    .dynamics-list{
                        padding: 0;
                        list-style: none;
                        overflow: hidden;
                        li{
                            border-bottom: 1px dashed #DEDFDF;
                            overflow: hidden;
                            a{
                                display: @display-block;
                                padding: 21px 0;
                                padding-bottom: 12px;
                                overflow: hidden;
                            }
                            &:last-child{
                                border-bottom: 0;
                            }
                            &.first{
                                h6{
                                    font-size: @large-size;
                                    color: @active-color;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    white-space: nowrap;
                                }
                                .item-time{
                                    margin-top: 8px;
                                    font-size: @font-size-base;
                                    color: @textinfo-color;
                                }
                                .item-more{
                                    margin-top: 10px;
                                    width: 98px;
                                    height: 38px;
                                    font-size: @font-size-base;
                                    color: @white;
                                    text-align: @center;
                                    line-height: 38px;
                                    background: #FF6733;
                                }
                            }
                            &.two{
                                a{
                                    padding-top: 18px;
                                    padding-bottom: 12px;
                                }
                                h6,p{
                                    padding-left: 22px;
                                }
                                h6{
                                    font-size: @titlesize;
                                    color: @title-color;
                                    font-weight: normal;
                                    background: url(../images/icon8.png) left center no-repeat;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    white-space: nowrap;
                                }
                                p{
                                    margin-top: 6px;
                                    font-size: @font-size-base;
                                    color: @textinfo-color;
                                }
                                &:hover{
                                    h6{
                                        color: @active-color;
                                    }
                                }
                            }
                        }
                    }
                }
                .dynamics-right{
                    float: @right;
                    width: 650px;
                    .dynamics-slide{
                        margin-bottom: 30px;
                        width: @onehundred;
                        overflow: hidden;
                        .swiper-slide{
                            img{
                                width: @onehundred;
                                height: 300px;
                                object-fit: cover;
                                transition: all .3s;
                            }
                            &:hover{
                                img{
                                    transform: scale(1.1);
                                    -ms-transform: scale(1.1);
                                    -moz-transform: scale(1.1);
                                    -webkit-transform: scale(1.1);
                                    -o-transform: scale(1.1);
                                }
                            }
                        }
                        .swiper-horizontal>.swiper-pagination-bullets, 
                        .swiper-pagination-bullets.swiper-pagination-horizontal, 
                        .swiper-pagination-custom, 
                        .swiper-pagination-fraction{
                            bottom: 20px;
                        }
                        .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
                        .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
                            margin: 0 5px;
                        }
                        .swiper-pagination-bullet{
                            width: 10px;
                            height: 10px;
                            background: @white;
                            opacity: .5;
                            outline: none;
                        }
                        .swiper-pagination-bullet-active{
                            opacity: 1;
                        }
                    }
                    .organizational-section{
                        overflow: hidden;
                        .organizational-title{
                            overflow: hidden;
                            h6{
                                position: relative;
                                float: @left;
                                padding-right: 10px;
                                font-size: @large-two-size;
                                color: @title-color;
                                &::after{
                                    content: "";
                                    position: absolute;
                                    right: 0;
                                    bottom: 1px;
                                    width: 60px;
                                    height: 8px;
                                    background: #FF6733;
                                    z-index: -1;
                                }
                            }
                            .more{
                                float: @right;
                                font-size: @titlesize;
                                color: @active-color;
                                line-height: 30px;
                                img{
                                    margin-left: 10px;
                                    margin-top: -4px;
                                }
                            }
                        }
                        .organizational-list{
                            margin-top: 10px;
                            padding: 0;
                            list-style: none;
                            overflow: hidden;
                            li{
                                padding-left: 15px;
                                background: url(../images/icon9.png) left center no-repeat;
                                overflow: hidden;
                                a{
                                    display: @display-block;
                                    font-size: @titlesize;
                                    color: @title-color;
                                    line-height: 34px;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    white-space: nowrap;
                                }
                                &:hover{
                                    a{
                                        color: @active-color;
                                    }
                                }
                            }
                        }
                    }
                    .organizational-img{
                        margin-top: 16px;
                        overflow: hidden;
                        img{
                            width: @onehundred;
                            height: 100px;
                            object-fit: cover;
                        }
                    }
                }
            }
        }
        .page-content{
            padding: 0 30px;
            padding-bottom: 40px;
            min-height: calc(100vh - 484px);
            background: @white;
            .page-title{
                display:@display-flex;
                justify-content: @center;
                flex-direction: column;
                height: 126px;
                border-bottom: 2px solid #17236A;
                h6{
                    font-size: @large-two-size;
                    color: #D3D3D3;
                    text-transform: uppercase;
                }
                h5{
                    font-size: 34px;
                    color: @title-color;
                }
            }
            .sidenav{
                height: 70px;
                border-bottom: 1px solid #eee;
                .sidenav-list{
                    padding: 0;
                    list-style: none;
                    height: @onehundred;
                    li{
                        float: @left;
                        position: relative;
                        margin-right: 30px;
                        height: 69px;
                        a{
                            display: @display-block;
                            font-size: @large-size;
                            color: @title-color;
                            line-height: 69px;
                        }
                        &:hover,
                        &.active{
                            a{
                                color: #17236A;
                            }
                            &::after{
                                content: "";
                                position: absolute;
                                left: 0;
                                right: 0;
                                bottom: -1px;
                                height: 4px;
                                background-color: #17236A;
                            }
                        }
                    }
                }
            }
            .first-list{
                padding: 0;
                list-style: none;
                overflow: hidden;
                li{
                    padding: 22px 0;
                    padding-left: 17px;
                    font-size: 17px;
                    border-bottom: 1px solid #eee;
                    background: url(../images/icon9.png) left center no-repeat;
                    overflow: hidden;
                    a{
                        display: @display-block;
                        float: @left;
                        max-width: 80%;
                        color: @title-color;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        span{
                            color: #17236A;
                        }
                        &:hover{
                            color: @active-color;
                        }
                    }
                    .time{
                        float: @right;
                        color: @textinfo-color;
                    }
                }
            }
            .two-list{
                margin-top: 5px;
                padding: 0;
                list-style: none;
                overflow: hidden;
                li{
                    padding: 25px 0;
                    border-bottom: 1px solid #DBDBDB;
                    overflow: hidden;
                    .time-box{
                        float: @left;
                        display: @display-flex;
                        align-items: @center;
                        justify-content: @center;
                        text-align: @center;
                        flex-direction: column;
                        width: 140px;
                        height: 81px;
                        background: url(../images/bg1.png) no-repeat;
                        h6{
                            font-size: 30px;
                            color: #263069;
                            font-weight: normal;
                        }
                        p{
                            font-size: @large-size;
                            color: #263069;
                        }
                    }
                    .item-cont{
                        margin-left: 160px;
                        h6{
                            font-size: @large-size;
                            color: @title-color;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }
                        p{
                            margin-top: 10px;
                            font-size: @font-size-base;
                            color: @text-color;
                            line-height: 24px;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: @line_clamp;
                            /*要显示的行数*/
                            overflow: hidden;
                        }
                    }
                    a{
                        &:hover{
                            .time-box{
                                background: url(../images/bg1_1.png) no-repeat;
                                h6,p{
                                    color: @white;
                                }
                            }
                            .item-cont{
                                h6{
                                    color: #263069;
                                }
                            }
                        }
                    }
                }
            }
            .three-list{
                margin-top: 30px;
                padding: 0;
                list-style: none;
                overflow: hidden;
                li{
                    margin-bottom: 20px;
                    background: #F8F8F8;
                    overflow: hidden;
                    a{
                        display: @display-block;
                        padding: 18px 25px;
                        overflow: hidden;
                        h6{
                            font-size: @large-size;
                            color: @title-color;
                        }
                        .item-text{
                            margin-top: 12px;
                            font-size: @titlesize;
                            line-height: 24px;
                            color: @text-color;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: @line_clamp;
                            /*要显示的行数*/
                            overflow: hidden;
                        }
                        p{
                            font-size: @titlesize;
                            line-height: 24px;
                            &.item-text{
                                margin-top: 12px;
                                color: @text-color;
                                display: -webkit-box;
                                -webkit-box-orient: vertical;
                                -webkit-line-clamp: @line_clamp;
                                /*要显示的行数*/
                                overflow: hidden;
                            }
                            &.item-info{
                                margin-top: 12px;
                                color: @title-color;
                                span{
                                    margin-right: 20px;
                                }
                            }
                        }
                        &:hover{
                            h6{
                                color: #263069;
                            }
                        }
                    }
                    &:last-child{
                        margin-bottom: 0;
                    }
                }
            }
            .four-list{
                padding: 0;
                list-style: none;
                margin-top: 30px;
                overflow: hidden;
                li{
                    margin-bottom: 20px;
                    padding: 20px 30px;
                    border: 1px solid #eee;
                    overflow: hidden;
                    &:last-child{
                        margin-bottom: 0;
                    }
                    .item-label{
                        float: @left;
                        width: 26px;
                        height: 26px;
                        font-size: @titlesize;
                        color: @white;
                        font-weight: bold;
                        text-align: @center;
                        line-height: 26px;
                        border-radius: 3px;
                    }
                    .item-title{
                        margin-bottom: 20px;
                        overflow: hidden;
                        .item-label{
                            background: #17236A;
                        }
                        h6{
                            margin-left: 41px;
                            font-size: @titlesize;
                            color: @title-color;
                            font-weight: normal;
                            line-height: 26px;
                        }
                    }
                    .item-answer{
                        overflow: hidden;
                        .item-label{
                            background: #ECB321;
                        }
                        .item-text{
                            margin-left: 41px;
                            padding: 11px 20px;
                            background: rgba(23, 35, 106, .05);
                            overflow: hidden;
                            p{
                                font-size: @titlesize;
                                color: @title-color;
                                line-height: 32px;
                            }
                        }
                    }
                }
            }
            .nodata-section {
                margin: 10vh 0;
                text-align: @center;
                overflow: hidden;
                p{
                    margin-top: 40px;
                    font-size: @titlesize;
                    color: @text-color;
                }
            }
            .attach-section{
                margin-top: 57px;
                overflow: hidden;
                .attach-title{
                    padding: 11px 25px;
                    padding-bottom: 12px;
                    background: #E0E7F4;
                    overflow: hidden;
                    h6{
                        font-size: @titlesize;
                        color: #263069;
                        font-weight: normal;
                    }
                }
                .attach-list{
                    padding: 0;
                    padding-left: 20px;
                    margin-top: 10px;
                    list-style: none;
                    overflow: hidden;
                    li{
                        padding-left: 44px;
                        font-size: @titlesize;
                        color: #444;
                        line-height: 32px;
                        background: url(../images/icon10.png) left center no-repeat;
                        overflow: hidden;
                        a{
                            display: @display-block;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            &:hover{
                                color: #263069;
                            }
                        }
                    }
                }
            }
            .standard-table{
                margin: 0 30px;
                table{
                    width: @onehundred;
                    thead{
                        tr{
                            th{
                                padding: 15px 20px;
                                font-size: @titlesize;
                                color: @title-color;
                                text-align: @left;
                                line-height: 1.2;
                                background: #E7F3FF;
                                border: 1px solid #ccc;
                            }
                        }
                    }
                    tbody{
                        tr{
                            td{
                                padding: 15px 20px;
                                font-size: @titlesize;
                                color: @title-color;
                                text-align: @left;
                                line-height: 1.2;
                                border: 1px solid #ccc;
                                &:first-child{
                                    white-space: nowrap;
                                }
                                a{
                                    color: #17236A;
                                }
                            }
                            &:nth-child(even){
                                td{
                                    background: #F7F7F7;
                                }
                            }
                        }
                    }
                }
            }
            .structure-text{
                margin-top: 30px;
                overflow: hidden;
                &,& *{
                    font-size: @titlesize;
                    color: @title-color;
                    line-height: 2;
                }
                img{
                    max-width: @onehundred !important;
                    height: auto !important;
                }
                // Org Chart v3 styles (migrated from inline <style> in 组织管理-组织架构.html)
                .oc3 {
                    --oc-color: #A8B3FF;                 // 线条与文字主色
                    --oc-border: 2px;                    // 线条粗细
                    --oc-gap-y: clamp(28px, 5vw, 56px);  // 层级纵向间距
                    --oc-gap-x: clamp(16px, 4.5vw, 56px); // 同层节点左右间距（收紧以缩短横线）
                    width: 100%;
                    max-width: 920px;
                    margin: 0 auto;
                    padding: clamp(12px, 3vw, 24px) 8px 0;
                    box-sizing: border-box;

                    // 树容器与层级列表
                    &-tree,
                    &-children {
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        display: flex;
                        justify-content: center;
                        align-items: flex-start;
                        gap: var(--oc-gap-x);
                    }
                    &-tree {
                        > li {
                            padding-top: 0;
                        }
                    }

                    &-item {
                        position: relative;
                        text-align: center;

                        // 有子节点时，显示竖线与箭头
                        &.has-children {
                            > .oc3-stem-down,
                            > .oc3-arrow {
                                display: block;
                            }
                            > .oc3-children-wrap > .oc3-rail {
                                display: block;
                            }
                        }
                    }

                    // 节点盒子（独立）
                    &-node {
                        border: var(--oc-border) solid var(--oc-color);
                        border-radius: 6px;
                        padding: clamp(10px, 2.4vw, 18px) clamp(18px, 4.2vw, 30px);
                        color: #6C7AE0;
                        background: #fff;
                        font-weight: 600;
                        font-size: clamp(16px, 2.8vw, 22px);
                        line-height: 1.2;
                        white-space: nowrap;
                        box-sizing: border-box;
                        margin: 0 auto;
                        display: inline-block;
                        cursor: pointer;
                        transition: all 0.3s ease;

                        &:hover {
                            background: #6C7AE0;
                            color: #fff;
                            transform: translateY(-2px);
                            box-shadow: 0 4px 12px rgba(108, 122, 224, 0.3);
                        }
                    }

                    // 连接到下一层的竖线（独立元素）
                    &-stem-down {
                        width: 0;
                        height: calc(var(--oc-gap-y) / 2 - 6px);
                        border-left: var(--oc-border) solid var(--oc-color);
                        margin: 6px auto 0;
                        display: none; // 默认无子节点不显示
                    }

                    // 箭头（独立元素）
                    &-arrow {
                        width: 0;
                        height: 0;
                        margin: 0 auto;
                        border: 6px solid transparent;
                        border-top-color: var(--oc-color);
                        display: none;
                    }

                    // 子层容器（相对定位，用于放置水平连线 rail）
                    &-children-wrap {
                        position: relative;
                    }
                    &-rail {
                        position: absolute;
                        left: 0;
                        right: 0;
                        height: 0;
                        border-top: var(--oc-border) solid var(--oc-color);
                        display: none; // 只有存在多个或单个子时才显示（多子显示横线，单子可只显示茎）
                    }

                    // 每个子项从 rail 向下的竖线（独立元素）
                    &-stem-up {
                        width: 0;
                        height: calc(var(--oc-gap-y) / 2 - 6px);
                        border-left: var(--oc-border) solid var(--oc-color);
                        margin: 0 auto 6px;
                        display: block;
                    }
                    &-arrow-down {
                        width: 0;
                        height: 0;
                        margin: 0 auto 0;
                        border: 6px solid transparent;
                        border-top-color: var(--oc-color);
                    }

                    // 小屏换行优化
                    @media (max-width: 520px) {
                        &-node {
                            white-space: normal;
                        }
                    }
                }
            }
            .roster-section{
                margin-top: 55px;
                overflow: hidden;
                .roster-group{
                    margin-bottom: 35px;
                    overflow: hidden;
                    &:last-child{
                        margin-bottom: 30px;
                    }
                    .roster-group-title{
                        margin-bottom: 15px;
                        display:@display-flex;
                        align-items: @center;
                        overflow: hidden;
                        h6{
                            position: relative;
                            float:@left;
                            padding-left: 15px;
                            font-size: @large-size;
                            color: @title-color;
                            &::before{
                                content: "";
                                position: absolute;
                                top: 3px;
                                left: 0;
                                margin: auto 0;
                                width: 4px;
                                height: 18px;
                                background: #17236A;
                            }
                        }
                        .perm-btn{
                            float:@left;
                            display:@display-block;
                            margin-left:10px;
                            width: 80px;
                            height: 32px;
                            font-size:@font-size-base;
                            color:@white;
                            text-align:@center;
                            line-height:32px;
                            background: #17236A;
                            border-radius: 4px;
                        }
                    }
                    .roster-group-table{
                        width: @onehundred;
                        overflow: hidden;
                        &.perm-section{
                            display:@display-none;
                        }
                        table{
                            width: @onehundred;
                            thead{
                                tr{
                                    th{
                                        padding: 14px 20px;
                                        padding-bottom: 15px;
                                        font-size: @titlesize;
                                        color: @white;
                                        text-align: @center;
                                        white-space: nowrap;
                                        background: #17236A;
                                    }
                                }
                            }
                            tbody{
                                tr{
                                    td{
                                        padding: 14px 20px;
                                        padding-bottom: 15px;
                                        font-size: @titlesize;
                                        color: @title-color;
                                        text-align: @center;
                                        &:last-child{
                                            width: 100px;
                                        }
                                    }
                                    &:nth-child(even){
                                        td{
                                            background: #F2F2F2;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .tc-section{
                line-height: 24px;
                overflow: hidden;
                .tc-group{
                    margin-bottom: 35px;
                    overflow: hidden;
                    &:nth-child(5){
                        margin-bottom: 25px;
                    }
                    &:last-child{
                        margin-bottom: -7px;
                    }
                    .tc-group-title{
                        display: @display-flex;
                        align-items: @center;
                        margin-bottom: 15px;
                        overflow: hidden;
                        h6{
                            float: @left;
                            position: relative;
                            padding-left: 15px;
                            font-size: @large-size;
                            color: @title-color;
                            &::before{
                                content: "";
                                position: absolute;
                                top: 3px;
                                left: 0;
                                margin: auto 0;
                                width: 4px;
                                height: 18px;
                                background: #17236A;
                            }
                        }
                        .perm-btn{
                            float:@left;
                            display:@display-block;
                            margin-left:10px;
                            width: 80px;
                            height: 32px;
                            font-size:@font-size-base;
                            color:@white;
                            text-align:@center;
                            line-height:32px;
                            background: #17236A;
                            border-radius: 4px;
                        }
                    }
                    &.first{
                        margin-bottom: 25px;
                        .tc-group-title{
                            margin-bottom: 10px;
                        }
                    }
                    .tc-group-text{
                        overflow: hidden;
                    }
                    .roster-group-table{
                        width: @onehundred;
                        overflow: hidden;
                        table{
                            width: @onehundred;
                            thead{
                                tr{
                                    th{
                                        padding: 13px 20px;
                                        font-size: @titlesize;
                                        color: @white;
                                        text-align: @center;
                                        white-space: nowrap;
                                        background: #17236A;
                                        border: 0;
                                    }
                                }
                            }
                            tbody{
                                tr{
                                    td{
                                        padding: 13px 20px;
                                        font-size: @titlesize;
                                        color: @title-color;
                                        text-align: @center;
                                        border: 0;
                                        &:last-child{
                                            width: 100px;
                                        }
                                    }
                                    &:nth-child(even){
                                        td{
                                            background: #F2F2F2;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .roster-group-table2{
                        width: @onehundred;
                        overflow: hidden;
                        table{
                            width: @onehundred;
                            thead{
                                tr{
                                    th{
                                        padding: 13px 20px;
                                        font-size: @titlesize;
                                        color: @white;
                                        text-align: @center;
                                        white-space: nowrap;
                                        background: #17236A;
                                        border: 0;
                                    }
                                }
                            }
                            tbody{
                                tr{
                                    td{
                                        padding: 13px 20px;
                                        font-size: @titlesize;
                                        color: @title-color;
                                        text-align: @center;
                                        border: 0;
                                        .state-type{
                                            display: @display-inline-block;
                                            width: 50px;
                                            height: 30px;
                                            font-size: 15px;
                                            color: @white;
                                            font-weight: bold;
                                            text-align: @center;
                                            line-height: 30px;
                                            border-radius: 3px;
                                            background: #5CB85C;
                                        }
                                    }
                                    &:nth-child(even){
                                        td{
                                            background: #F2F2F2;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .news-list{
                        margin-top: -4px;
                        padding: 0;
                        list-style: none;
                        overflow: hidden;
                        li{
                            padding-left: 15px;
                            line-height: 36px;
                            background: url(../images/icon9.png) left center no-repeat;
                            overflow: hidden;
                            a{
                                display: @display-block;
                                font-size: 17px;
                                color: @title-color;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                            }
                            &:hover{
                                a{
                                    color: #17236A;
                                }
                            }
                        }
                    }
                }
            }
            .contentus-section{
                margin-top: 20px;
                overflow: hidden;
                .img-box{
                    overflow: hidden;
                    img{
                        width: @onehundred;
                    }
                }
                .text-box{
                    margin-top: 25px;
                    overflow: hidden;
                    .item-text{
                        margin-bottom: 20px;
                        display: @display-flex;
                        align-items: @center;
                        font-size: @titlesize;
                        color: @title-color;
                        overflow: hidden;
                        &:last-child{
                            margin-bottom: 0;
                        }
                        .icon-box{
                            float: @left;
                            margin-top: 2px;
                            margin-right: 15px;
                            width: 20px;
                            text-align: @center;
                            img{
                                max-width: @onehundred;
                            }
                        }
                    }
                }
            }
            .complaint-form{
                margin-top: 18px;
                overflow: hidden;
                .el-form-item{
                    margin-bottom: 15px;
                }
                .el-form-item__label{
                    display: @display-block;
                    float: none;
                    width: @onehundred;
                    font-size: @titlesize;
                    color: @text-color;
                    text-align: @left;
                }
                .el-textarea__inner{
                    border-radius: 4px;
                    border-color: #dcdcdc;
                }
                .el-input{
                    float: @left;
                    width: 550px;
                }
                .img-box{
                    float: @left;
                    margin-left: 10px;
                    display: @display-flex;
                    align-items: @center;
                    justify-content: @center;
                    width: 80px;
                    height: 40px;
                    background: @white;
                    border-radius: 4px;
                    border: 1px solid #DCDCDC;
                    img{
                        max-width: 75px;
                        max-height: 38px;
                    }
                }
                .btn{
                    margin-top: 40px;
                    text-align: @center;
                    overflow: hidden;
                    .el-button{
                        padding: 0;
                        width: 100px;
                        height: 40px;
                        font-size: @titlesize;
                        border-radius: 5px;
                        &.el-button--primary{
                            border-color: #17236A;
                            background-color: #17236A;
                        }
                    }
                }
            }
            .TextBox{
                .btn-group{
                    margin-top: 15px;
                    text-align: @center;
                    overflow: hidden;
                    a{
                        display: @display-inline-block;
                        margin: 0 10px;
                        padding: 0 17px;
                        height: 42px;
                        font-size: @titlesize;
                        text-align: @center;
                        line-height: 40px;
                        border-radius: 5px;
                        border: 1px solid @active-color;
                        &.btn1{
                            color: #17236A;
                        }
                        &.btn2{
                            color: @white;
                            background: #17236A;
                            border-color: #17236A;
                        }
                    }
                }
            }
        }
    }
    .footer{
        padding-top: 45px;
        padding-bottom: 40px;
        background: url(../images/footerbg.jpg) top center no-repeat;
        overflow: hidden;
        .w1400{
            display: @display-flex;
            align-items: @center;
            justify-content: space-between;
            .footer-left{
                .footer-link{
                    margin-bottom: 30px;
                    font-size: @titlesize;
                    color: @white;
                    a{
                        margin-right: 15px;
                        &:hover{
                            opacity: .85;
                        }
                    }
                }
                p{
                    font-size: @font-size-base;
                    color: #B0B8DF;
                    span{
                        margin-right:20px;
                    }
                }
            }
            .footer-right{
                width: 140px;
                img{
                    width: @onehundred;
                    height: 140px;
                }
                p{
                    margin-top: 10px;
                    font-size: @font-size-base;
                    color: @white;
                    line-height: 22px;
                    text-align: @center;
                }
            }
        }
    }
}
.pop_cover {
    display: @display-none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: @onehundred;
    height: @onehundred;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    .poplogin_section {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width:380px;
        height: 442px;
        background: @white;
        border-radius: 5px;
        z-index: 99;
        .pop_close {
            position: absolute;
            top: 40px;
            right: 30px;
            z-index: 999;
        }
        .poplogin_box {
            position: relative;
            padding: 35px 30px;
            overflow: hidden;
            .poplogin_header {
                position: relative;
                padding-bottom: 15px;
                width: 100%;
                overflow: hidden;
                a {
                    position: relative;
                    margin-right: 35px;
                    font-size: @large-size;
                    color: @text-color;
                    font-weight: bold;
                    &.active {
                        color: @active-color;
                        &::after {
                            content: "";
                            display: block;
                            position: absolute;
                            left: 0;
                            right: 0;
                            bottom: -15px;
                            margin: 0 auto;
                            width: 16px;
                            height: 4px;
                            border-radius: 2px;
                            background: @active-color;
                        }
                    }
                }
            }
            .poplogin_items {
                margin-top: 20px;
                width:@onehundred;
                overflow: hidden;
                .poplogin_item{
                    &:not(:first-child){
                        display: @display-none;
                    }
                    .poplogininput_section {
                        position: relative;
                        margin-bottom: 20px;
                        width: @onehundred;
                        height: 50px;
                        background: #f1f1f2;
                        border-radius: 10px;
                        overflow: hidden;
                        input {
                            width: 100%;
                            height: 50px;
                            font-size: @font-size-base;
                            color: @text-color;
                            border: 0;
                            background: none;
                            &:-webkit-autofill {
                                background-color: #f1f1f2!important;
                                -webkit-box-shadow: 0 0 0 1000px #f1f1f2 inset;
                            }
                        }
                        .poploginyzm {
                            position: absolute;
                            top: 0;
                            right: 10px;
                            bottom: 0;
                            padding: 0 10px;
                            height: 50px;
                            font-size:@titlesize;
                            color: @active-color;
                            line-height: 50px;
                            z-index: 999;
                        }
                    }
                    .forgetpass {
                        margin-bottom: 16px;
                        width: @onehundred;
                        font-size: @font-size-base;
                        color: #818994;
                        text-align: right;
                        overflow: hidden;
                    }
                    .poplogin_btn {
                        display:@display-block;
                        width: @onehundred;
                        height: 50px;
                        font-size: @large-size;
                        color: @white;
                        background:@active-color;
                        border-radius: 25px;
                        border: 0;
                    }
                }
            }
            .popregister_btn {
                display: @display-block;
                margin-top: 15px;
                font-size: @titlesize;
                color: @active-color;
                text-align: @center;
            }
            .item-tips{
                margin-top: 10px;
                font-size: @font-size-base;
                color: @text-color;
                line-height: 1.65;
                text-align: @center;
            }
        }
    }
}
.m-search-btn,
.m-nav-btn,
.m-nav-pop,
.submenu-bar,
.mobile-cover {
    display: @display-none;
}
@media screen and (min-width:0px) and (max-width:1700px) {
    .w1400{
        width: 1200px;
    }
    .wrap {
        background-size: auto 294px;
        .header {
            padding-top: 12px;
            padding-bottom: 45px;
            .header-top{
                margin-bottom: 15px;
                a{
                    width: 55px;
                    height: 22px;
                    font-size: @small-size;
                    line-height: 22px;
                }
            }
            .header-bottom {
                .logo{
                    margin-top: 0;
                    img{
                        height: 55px;
                    }
                }
                .header-right {
                    .header-right-top {
                        .search-box{
                            width: 260px;
                            height: 28px;
                        }
                        .header-link{
                            margin-left: 25px;
                            a,span{
                                font-size: @font-size-base;
                            }
                            span{
                                margin: 0 5px;
                            }
                        }
                    }
                    .header-right-bottom{
                        margin-top: 20px;
                        .nav{
                            &>li{
                                margin-right: 20px;
                                &>a{
                                    padding-bottom: 3px;
                                    font-size: @titlesize;
                                }
                                .menu-nav{
                                    ul{
                                        li{
                                            a{
                                                padding: 6px 10px;
                                                font-size: @font-size-base;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        .content {
            .index-blurb-section{
                padding: 0 30px;
                padding-right: 45px;
                padding-bottom: 30px;
                .blurb-title{
                    h6{
                        font-size: 20px;
                    }
                }
                .blurb-text{
                    p{
                        font-size: @font-size-base;
                    }
                }
            }
            .section{
                margin-top: 40px;
                margin-bottom: 50px;
                .section-title{
                    width: 600px;
                    h6{
                        font-size: 26px;
                    }
                }
                .section-box{
                    margin-top: 15px;
                    .dynamics-section{
                        padding: 0 25px;
                        width: 600px;
                        .dynamics-list{
                            li{
                                a{
                                    padding: 15px 0;
                                }
                                &.first{
                                    h6{
                                        font-size: @titlesize;
                                    }
                                    .item-time{
                                        line-height: 24px;
                                    }
                                    .item-more{
                                        width: 85px;
                                        height: 35px;
                                        line-height: 35px;
                                    }
                                }
                                &.two{
                                    a{
                                        padding-top: 18px;
                                        padding-bottom: 16px;
                                    }
                                    h6{
                                        font-size: @font-size-base;
                                    }
                                    p{
                                        line-height: 22px;
                                    }
                                }
                            }
                        }
                    }
                    .dynamics-right{
                        width: 560px;
                        .dynamics-slide{
                            margin-bottom: 25px;
                            .swiper-slide{
                                img{
                                    height: 260px;
                                }
                            }
                            .swiper-horizontal>.swiper-pagination-bullets, 
                            .swiper-pagination-bullets.swiper-pagination-horizontal, 
                            .swiper-pagination-custom, 
                            .swiper-pagination-fraction{
                                bottom: 10px;
                            }
                        }
                        .organizational-section{
                            .organizational-title{
                                h6{
                                    font-size: 22px;
                                }
                            }
                            .organizational-list{
                                li{
                                    a{
                                        line-height: 33px;
                                    }
                                }
                            }
                            .organizational-more{
                                margin-top: 40px;
                                a{
                                    font-size: @font-size-base;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

}
@media screen and (min-width:0px) and (max-width:1340px) {
    .w1400{
        width: 90%;
    }
    .wrap{
        .content {
            .section {
                .section-title{
                    width: 50%;
                }
                .section-box {
                    .dynamics-section{
                        width: 50%;
                    }
                    .dynamics-right{
                        width: 46%;
                        .dynamics-slide{
                            .swiper-slide{
                                img{
                                    height: 243px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
@media screen and (min-width:0px) and (max-width:768px) {
    .w1400 {
        width: calc(100% - 30px);
    }
    .wrap{
        background-size: auto 215px;
        .header {
            position: relative;
            padding: 15px 0;
            padding-bottom: 40px;
            .header-top{
                display: @display-none;
            }
            .header-bottom{
                .header-right {
                    .header-right-top{
                        .search-box{
                            display: @display-none;
                            position: absolute;
                            top: @onehundred;
                            left: 15px;
                            right: 15px;
                            width: calc(100% - 30px);
                            height: 40px;
                            border-radius: 0;
                            z-index: 999;
                            box-shadow: 0px 10px 12px -4px rgba(0, 90, 210, 0.1);
                            input,
                            button{
                                height: 40px;
                            }
                        }
                        .header-link{
                            position: absolute;
                            bottom: 13px;
                            margin-left: 0;
                            width: @onehundred;
                            text-align: @right;
                            a,span{
                                float: none;
                                display: inline-block;
                            }
                        }
                    }
                }
            }
        }
        .content {
            .index-blurb-section{
                padding: 25px 25px;
                padding-top: 0;
                background-size: 135px;
            }
            .section{
                .section-title{
                    width: @onehundred;
                    h6{
                        font-size: @large-two-size;
                    }
                    .more{
                        font-size: @font-size-base;
                        line-height: 30px;
                    }
                }
                .section-box{
                    .dynamics-section,
                    .dynamics-right{
                        float: none;
                        width: @onehundred;
                    }
                    .dynamics-section{
                        margin-bottom: 25px;
                    }
                    .dynamics-right{
                        .dynamics-slide{
                            .swiper-slide{
                                img{
                                    height: 342px;
                                }
                            }
                        }
                    }
                }
            }
            .page-content{
                padding: 0 15px;
                padding-bottom: 30px;
                .page-title{
                    height: 100px;
                    h6{
                        font-size: 20px;
                    }
                    h5{
                        font-size: 28px;
                    }
                }
                .three-list{
                    margin-top: 25px;
                    li{
                        a{
                            padding: 18px 20px;
                        }
                    }
                }
                .standard-table{
                    table{
                        tbody{
                            tr{
                                td{
                                    white-space: inherit;
                                    white-space: initial;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .m-search-btn,
    .m-search-btn,
    .m-nav-btn{
        display: @display-inline-block;
        margin-left: 10px;
    }
    .m-nav-btn {
        width: 20px;
        height: 20px;
    }
   
    .m-nav-btn{
        background: url(../images/icon3.png) center no-repeat;
        background-size: 20px;
    }
    .m-search-btn{
        width: 22px;
        height: 22px;
        background: url(../images/icon1_2.png) center no-repeat;
        background-size: 90%;
    }
    .nav{
        display: @display-none;
    }
    .m-nav-pop{
        width: @onehundred;
        height: @onehundred;
        position: fixed;
        z-index: 102;
        left: @onehundred;
        top: 0;
        display:@display-block;
        transition: left 0.3s;
        background: @white;
        z-index: 99999;
        overflow-y: auto;
        .m-nav-close {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 18px;
            img {
                width: @onehundred;
            }
        }
        .m-nav-list {
            padding: 0;
            list-style: none;
            position: relative;
            margin-top: 45px;
            ul {
                padding: 0;
                list-style: none;
            }
            li {
                padding: 0 20px;
                font-size: @titlesize;
                color: @text-color;
                border-bottom: 1px solid #dcdcdc;
                a{
                    display: @display-block;
                    padding: 14px 0;
                }
                &.more{
                    background: url(../images/icon5.png) 95% 20px no-repeat;
                    background-size:@titlesize;
                    &.active {
                        border-bottom: 0;
                        background: url(../images/icon5_2.png) 95% 20px no-repeat;
                        background-size:@titlesize;
                    }
                }
                .menu-nav {
                    display:@display-none;
                }
            }
        }
    }
    .TextTitle{
        padding: 20px 20px;
        padding-bottom: 22px;
        h5{
            font-size: 28px;
        }
    }
}
@media screen and (min-width:0px) and (max-width:640px) {
    .wrap{
        background-size: auto 155px;
        .header {
            .header-bottom {
                .logo{
                    img{
                        height: 35px;
                    }
                }
                .header-right{
                    .header-right-bottom{
                        margin-top: 5px;
                    }
                }
            }
        }
        .content{
            .index-blurb-section{
                padding: 15px;
                padding-top: 0;
                .blurb-title{
                    padding: 33px 0 14px 38px;
                    width: 150px;
                    height: 90px;
                    background-size: 100% 100%;
                    h6{
                        font-size: @large-size;
                    }
                }
                .blurb-text{
                    margin-top: 5px;
                    p{
                        line-height: 1.85;
                    }
                }
            }
            .section{
                margin-top: 25px;
                margin-bottom: 30px;
                .section-title{
                    h6{
                        font-size: @large-size;
                    }
                    .more{
                        line-height: 24px;
                    }
                }
                .section-box{
                    .dynamics-section{
                        padding: 0 15px;
                        .dynamics-list{
                            li{
                                &.first{
                                    .item-more{
                                        width: 70px;
                                        height: 28px;
                                        font-size: @small-size;
                                        line-height: 28px;
                                    }
                                }
                                &.two{
                                    a{
                                        padding-bottom: 10px;
                                    }
                                }
                            }
                        }
                    }
                    .dynamics-right{
                        .dynamics-slide{
                            .swiper-slide{
                                img{
                                    height: 160px;
                                }
                            }
                            .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
                            .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
                                margin: 0 4px;
                            }
                            .swiper-pagination-bullet{
                                width: 8px;
                                height: 8px;
                            }
                        }
                        .organizational-section{
                            .organizational-title{
                                h6{
                                    font-size: @titlesize;
                                    &::after{
                                        height: 6px;
                                    }
                                }
                                .more{
                                    font-size: @font-size-base;
                                    line-height: 21px;
                                }
                            }
                            .organizational-list{
                                margin-top: 6px;
                                li{
                                    a{
                                        font-size: @font-size-base;
                                        line-height: 26px;
                                    }
                                }
                            }
                            
                        }
                        .organizational-img{
                            img{
                                height: auto;
                            }
                        }
                    }
                }
            }
            .page-content{
                .page-title{
                    height: 70px;
                    h6{
                        font-size: @titlesize;
                    }
                    h5{
                        font-size: 20px;
                    }
                }
                .sidenav{
                    height: auto;
                    .sidenav-list{
                        li{
                            margin-right: 10px;
                            height:40px;
                            a{
                                font-size: @font-size-base;
                                line-height: 40px;
                            }
                            &:hover,
                            &.active{
                                &::after{
                                    height: 2px;
                                }
                            }
                        }
                    }
                }
                .first-list{
                    li{
                        padding: 10px 0;
                        padding-left: 14px;
                        font-size: @font-size-base;
                        a{
                            max-width: 68%;
                        }
                    }
                }
                .two-list{
                    li{
                        padding: 15px 0;
                        .time-box{
                            width:110px;
                            height:63px;
                            background-size: 100% 100%;
                            h6{
                                font-size: 20px;
                            }
                            p{
                                font-size: @font-size-base;
                                line-height: 18px;
                            }
                        }
                        .item-cont{
                            margin-left:125px;
                            h6{
                                font-size: @font-size-base;
                            }
                            p{
                                margin-top: 4px;
                                font-size: @small-size;
                                line-height: 20px;
                            }
                        }
                    }
                }
                .three-list{
                    margin-top: 20px;
                    li{
                        margin-bottom: 15px;
                        a{
                            padding: 12px 15px;
                            h6{
                                font-size: @titlesize;
                            }
                            .item-text{
                                font-size: @font-size-base;
                                line-height: 20px;
                            }
                            p{
                                font-size: @font-size-base;
                                line-height: 20px;
                                &.item-info{
                                    margin-top:8px;
                                    span{
                                        display: @display-block;
                                        margin-right: 0;
                                    }
                                }
                            }
                        }
                    }
                }
                .four-list{
                    margin-top: 25px;
                    li{
                        margin-bottom: 15px;
                        padding: 15px;
                        .item-label{
                            width: 20px;
                            height: 20px;
                            font-size: @small-size;
                            line-height: 20px;
                        }
                        .item-title{
                            margin-bottom: 15px;
                            h6{
                                margin-left: 30px;
                                font-size: @font-size-base;
                                line-height: 20px;
                            }
                        }
                        .item-answer{
                            .item-text{
                                margin-left: 30px;
                                padding: 11px 15px;
                                p{
                                    font-size: @font-size-base;
                                    line-height: 1.75;
                                }
                            }
                        }
                    }
                }
                .nodata-section{
                    margin: 60px 0;
                    img{
                        max-width: 80%;
                    }
                    p{
                        margin-top: 30px;
                        font-size: @font-size-base;
                    }
                }
                .contentus-section{
                    .text-box{
                        margin-top: 20px;
                        .item-text{
                            margin-bottom: 10px;
                            display: @display-block;
                            font-size: @font-size-base;
                        }
                    }
                }
                .standard-table{
                    margin: 0;
                    table{
                        thead{
                            tr{
                                th{
                                    padding: 9px 10px;
                                    font-size: @font-size-base;
                                }
                            }
                        }
                        tbody{
                            tr{
                                td{
                                    padding: 9px 10px;
                                    font-size: @font-size-base;
                                }
                            }
                        }
                    }
                }
                .pages{
                    margin-top: 30px;
                    .pagination{
                        li{
                            width: 30px;
                            height: 30px;
                            font-size: @font-size-base;
                            line-height: 28px;
                            &.first,
                            &.last{
                                display: @display-none;
                            }
                            &.prev,
                            &.next{
                                width: auto;
                                span,a{
                                    padding: 0 10px;
                                }
                            }
                        }
                    }
                }
                .tc-section{
                    .tc-group{
                        margin-bottom: 25px;
                        &:nth-child(5){
                            margin-bottom: 15px;
                        }
                        .tc-group-title{
                            h6{
                                font-size: @titlesize;
                            }
                        }
                        .roster-group-table,
                        .roster-group-table2{
                            table{
                                thead{
                                    tr{
                                        th{
                                            padding: 9px 10px;
                                            font-size: @font-size-base;
                                        }
                                    }
                                }
                                tbody{
                                    tr{
                                        td{
                                            padding: 9px 10px;
                                            font-size: @font-size-base;
                                            .state-type{
                                                height: 26px;
                                                font-size: @small-size;
                                                line-height: 26px;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                        .news-list{
                            margin-top: -10px;
                            li{
                                line-height: 27px;
                                a{
                                    font-size: @font-size-base;
                                }
                            }
                        }
                        &.first{
                            margin-bottom: 15px;
                        }
                    }
                }
                .roster-section{
                    .roster-group{
                        margin-bottom: 20px;
                        &:last-child{
                            margin-bottom: 10px;
                        }
                        .roster-group-title{
                            h6{
                                font-size: @titlesize;
                            }
                        }
                        .roster-group-table{
                            overflow: hidden;
                            overflow-x: auto;
                            table{
                                thead{
                                    tr{
                                        th{
                                            padding: 9px 10px;
                                            font-size: @font-size-base;
                                        }
                                    }
                                }
                                tbody{
                                    tr{
                                        td{
                                            padding: 9px 10px;
                                            font-size: @font-size-base;
                                            white-space: nowrap;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
                .complaint-form{
                    margin-top: 10px;
                    .el-form-item__label{
                        font-size: @font-size-base;
                        line-height: 26px;
                    }
                    .el-input{
                        width: calc(100% - 100px);
                    }
                    .img-box{
                        float: @right;
                    }
                    .btn{
                        margin-top: 20px;
                        .el-button{
                            width: 80px;
                            height: 35px;
                            font-size: @font-size-base;
                            line-height: 35px;
                        }
                    }
                }
                .NewsText{
                    &,& p{
                        font-size: @font-size-base;
                        line-height: 1.85;
                    }
                }
                .attach-section{
                    margin-top: 30px;
                    .attach-title{
                        padding: 7px 15px;
                        padding-bottom: 8px;
                        h6{
                            font-size: @font-size-base;
                        }
                    }
                    .attach-list{
                        padding-left: 0;
                        li{
                            padding-left: 30px;
                            font-size: @small-size;
                            line-height: 28px;
                        }
                    }
                }
                .TextBox{
                    .btn-group{
                        margin-top: 10px;
                        a{
                            margin: 0 5px;
                            padding: 0 10px;
                            height: 30px;
                            font-size: @small-size;
                            line-height: 28px;
                        }
                    }
                }
            }
        }
        .footer{
            padding: 15px 0;
            background-size: cover;
            .w1400{
                display: @display-block;
                .footer-left{
                    margin-bottom: 15px;
                    .footer-link{
                        margin-bottom: 15px;
                        font-size: @font-size-base;
                        line-height: 26px;
                        a{
                            margin-right: 10px;
                        }
                    }
                    p{
                        font-size: @small-size;
                        line-height: 1.85;
                        span{
                            margin-right: 0;
                            display: @display-block;
                        }
                    }
                }
                .footer-right{
                    margin: 0 auto;
                    p{
                        font-size: @small-size;
                        line-height: 1.85;
                    }
                }
            }
        }
    }
    .TextTitle{
        padding: 14px 0;
        h5{
            font-size: @large-size;
        }
        .shar{
            margin-top: 8px;
        }
    }
    .NewsText{
        padding-top: 15px;
    }
    .pop_cover{
        .poplogin_section{
            width: 90%;
            height: 433px;
            .pop_close{
                top: 25px;
                right: 15px;
            }
            .poplogin_box{
                padding: 20px 15px;
            }
        }
    }

}