/* 未能缩小。正在返回未缩小的内容。
(237,40): run-time error CSS1046: Expect comma, found '0'
(237,44): run-time error CSS1046: Expect comma, found '/'
(335,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(336,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(344,40): run-time error CSS1039: Token not allowed after unary operator: '-offset'
(345,31): run-time error CSS1039: Token not allowed after unary operator: '-blur'
(349,23): run-time error CSS1046: Expect comma, found '0'
(349,27): run-time error CSS1046: Expect comma, found '/'
(568,38): run-time error CSS1034: 
(568,38): run-time error CSS1042: Expected function, found ','
(568,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(871,38): run-time error CSS1046: Expect comma, found '0'
(871,42): run-time error CSS1046: Expect comma, found '/'
(1048,44): run-time error CSS1034: 
(1048,44): run-time error CSS1042: Expected function, found ','
(1048,48): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1486,36): run-time error CSS1034: 
(1486,36): run-time error CSS1042: Expected function, found ','
(1486,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1493,49): run-time error CSS1034: 
(1493,49): run-time error CSS1042: Expected function, found ','
(1493,53): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    background: url('../Images/back.png');
}
::selection {
    background-color: #1b890e;
    color: #fff;
}
::-moz-selection {
    background-color: #1b890e;
    color: #fff;
}
::-webkit-selection {
    background-color: #1b890e;
    color: #fff;
}
.container {
    min-width: 680px;
   /* max-width: 1920px;*/
    margin: 0 auto;
}

.body-content {
    max-width: 1220px;
    background-color: #FFF;
    margin: 20px auto;
    padding: 10px;
}

.body-content-nopadding {
    min-width: 680px;
    max-width: 1220px;
    background-color: #FFF;
    margin: 20px auto;
}

.full {
    width: 100%;
    height: 100%;
    position: relative;
}

.half-left {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #d4af1d;
}

.half-right {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 50%;
    background-color: #1b890e /*#179deb*/;
}

.Err_Pannel {
    position: absolute;
    left: calc(50% - 300px);
    top: calc(50% - 150px);
    height: 200px;
    width: 500px;
    padding: 50px;
    background-color: #FFF;
    box-shadow: 0 0 5px #333;
    border-radius: 5px;
}

    .Err_Pannel h1 {
        font: bolder 120px "Arial";
        line-height: 30px;
        text-decoration: underline;
    }

    .Err_Pannel .info {
        width: 254px;
        padding: 50px 0 80px 40px;
        font-size: 18px;
    }

    .Err_Pannel a {
        font: normal 16px "MSYahei";
        color: #FFF;
        text-decoration: none;
    }

        .Err_Pannel a:hover {
            text-shadow: 0 0 2px #FFF;
        }

    .Err_Pannel .home {
        position: absolute;
        top: -30px;
        left: 10px;
    }

    .Err_Pannel .return {
        position: absolute;
        bottom: -30px;
        right: 10px;
    }

.Err_Footer {
    position: absolute;
    width: 100%;
    min-width: 680px;
    z-index: 100;
    text-align: center;
    bottom: 20px;
    color: #FFF;
    line-height: 5px;
}

.center {
    text-align: center;
}

.header {
    width: 100%;
    height: 500px;
    min-width: 680px;
    z-index: 200;
    color: #FFF;
}

    .header a {
        color: #EEE;
        text-decoration: none;
    }

    /*lay nav mod*/
    .header .nav {
        margin-top: 290px;
        line-height: 35px;
        text-align: center;
        transition: height 0.5s;
        background-color: rgba(0,200,0,.5);
    }

.sub_header {
    height: 200px;
}

.head-img {
    width: 100%;
    height: 500px;
    min-width: 680px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}

.layui-carousel img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.top-nav {
    padding: 0 80px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0,0,0,.3);
}

.clearfix {
    margin: 0;
    padding: 0;
}

    .clearfix li {
        float: left;
        list-style: none;
    }

        .clearfix li:after {
            content: "|";
            padding: 0 10px;
        }

        .clearfix li:last-child:after {
            content: "";
        }

.logo {
    padding: 20px 80px 5px 80px;
    text-shadow: 1px 1px 2px #333;
}

    .logo a {
        color: #FFF;
        text-decoration: none;
    }

        .header a:hover, .logo a:hover {
            color: #3F3;
        }

.logo-img {
    width: 100px;
}

.logo-title {
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: 13px;
    left: 110px;
    letter-spacing: 5px;
}

.logo-sub-title {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 63px;
    left: 110px;
}

.logo-search {
    float: right;
    height: 40px;
    min-width: 240px;
    border-radius: 30px;
    margin-top: 30px;
    overflow: hidden;
    box-shadow: -2px 0px 5px 0px rgb(0 0 0 / 25%);
}

.search_input {
    float: left;
    border: 0;
    font-size: 12px;
    line-height: 24px;
    color: #333;
    width: 160px;
    padding: 8px 20px;
    transition: width 0.4s;
}

    .search_input:focus {
        width: 230px;
    }

.search_btn {
    float: right;
    width: 60px;
    font-size: 24px;
    line-height: 40px;
    border-radius: 0 30px 30px 0;
    background-color: darkgreen;
    cursor: pointer;
}

    .search_btn:hover {
        background-color: #1b890e;
    }

.layui-icon-search:before {
    margin-right: 20px;
}

.nav-item {
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    font: 22px "华文中宋";
    line-height: 35px;
    height: 35px;
    width: 120px;
    box-sizing: border-box;
    /*transition: all 0.2s;*/
    transition-delay: 0.3s; /*过度延时*/
}

    .nav-item:after {
        content: '';
        position: absolute;
        left: 0;
        right: 100%;
        bottom: 0;
        border-bottom: 2px solid;
        -webkit-transition: right 0.5s;
        transition: right 0.5s;
        color: #FFF;
    }

    .nav-item:hover:after {
        right: 0;
    }

.tab_link a:hover {
    color: #1b890e;
    font-weight: bold;
    font-size: 18px;
}

.footer {
    width: 100%;
    min-width: 680px;
    z-index: 100;
    text-align: center;
}

.footerInfo {
    padding: 25px 0;
}

blur {
    height: 150px;
    position: relative;
    overflow: hidden;
    display: block;
}

    blur > div {
        position: absolute;
        bottom: -5px;
        left: -5px;
        width: 101%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        --offset: 0px;
        --blur: 2px;
    }

        blur > div > img {
            display: block;
            width: 110%;
            height: 100%;
            object-fit: cover;
            transform: translatex(var(--offset));
            filter: blur(var(--blur));
        }

.totop {
    box-shadow: rgb(0 0 0 / 50%) 0px 0px 4px;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.slide {
    background-repeat: no-repeat;
    background-size: cover;
}


#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #fff; /*这里设置的是活动导航的颜色*/
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border: 1px solid #fff !important; /*这里设置的是非活动导航的颜色*/
    /*background-color: transparent !important;*/
    background-color: #ccc !important;
}

.menu {
    position: absolute;
    right: 20px;
    top: 35px;
}

    .menu div {
        font-size: 20px;
    }

        .menu div:hover {
            color: #1b890e;
        }

    .menu:focus ~ .nav {
        height: auto;
    }

        .menu:focus ~ .nav > ul > li.nav-item {
            display: inline-block;
        }

.fixPanel {
    position: fixed;
    right: 20px;
    z-index: 10000;
}
    .fixPanel .big {
        height: 80px;
        width: 80px;
        background-color: #3eb71b;
        box-shadow: 0 0 5px #000;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
        .fixPanel .big:hover {
            background-color: #1b890e;
            box-shadow: 0 0 8px #000;
        }

    .fixPanel .small {
        height: 60px;
        width: 60px;
        position: absolute;
        left: 10px;
        top: 10px;
        background-color: #FFF;
    }
        .fixPanel .small:hover {
            background-color: #ffffee;
        }

.circle {
    border-radius: 50%;
}

    .circle img {
        height: 45px;
        margin-top: 7px;
        margin-left: 7px;
    }

/* News */
.full {
    width: 100%;
    height: 100%;
}

.carousel_text {
    background-color: darkgreen;
    height: 400px;
}

.news_text {
    margin: 0;
    background-color: #1b890e;
    height: 400px;
    color: #FFF;
}

.news_content {
    height: 300px;
}




div#News {
    background: url(../content/bk_news.jpg) center no-repeat;
    background-size: cover;
}

.news_box {
    margin: 20px 30px;
}

.news_row {
    padding-top: 50px;
    font-size: 16px;
    color: #333;
}

    .news_row a {
        color: inherit !important;
    }

.news_title {
    margin-bottom: 40px;
    overflow: hidden;
}

.news_subject {
    font: 30px "华文中宋";
    position: relative;
    float: left;
    padding: 0 32px;
}

    .news_subject:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 22px;
        background: url(../Images/title-blk.png) no-repeat;
        left: 0;
        background-position: left;
    }

    .news_subject:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 22px;
        background: url(../Images/title-blk.png) no-repeat;
        right: 0;
        background-position: right;
    }

.t_more {
    position: relative;
    float: right;
    margin-top: 14px;
    padding: 0 32px;
}

    .t_more:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 21px;
        background: url(../content/more.png) no-repeat;
        left: 0;
        background-position: left top;
    }

    .t_more:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 21px;
        background: url(../content/more.png) no-repeat;
        right: 0;
        background-position: right top;
    }

    .t_more:hover {
        color: #9A3030;
    }

        .t_more:hover:before {
            background-position: left bottom;
        }

        .t_more:hover:after {
            background-position: right bottom;
        }

.news_img_title {
    color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: rgb(128,128,128,0.5);
    padding-left: 10px;
}

.news_list {
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px dashed #c5c5c5;
}

    .news_list li + li {
        margin-top: 8px;
    }

.date {
    float: right;
    margin-left: 20px;
    color: #333;
    font-size: 14px;
    line-height: 21px;
}

.sub_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .sub_title a:hover {
        color: #1b890e;
    }

.action_list {
    padding: 0 0 30px 0;
}

.sp_list {
    padding: 0 0 30px 0;
    margin-bottom: 28px;
}

.bk_qhc {
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: -10;
}

/* Service */
.service {
    width: 100%;
    height: 300px;
}

.title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.service_title {
    width: 120px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 39px;
    color: #1b890e;
    border-bottom: 2px solid #1b890e;
}

.service .content {
    height: 240px;
    padding: 10px;
    border-bottom: 1px dashed #c5c5c5;
}

.content .layui-row {
    margin-bottom: 20px;
}

.service_item {
    margin: 10px auto;
}

    .service_item .item {
        margin: 0 auto;
        height: 80px;
        width: 80px;
        border-radius: 10px;
        background-image: url(icons.png);
        background-repeat: no-repeat;
        background-size: 845px;
        overflow: hidden;
        transition: all 0.2s;
    }

    .service_item .s_title {
        position: absolute;
        bottom: -25px;
        left: 50%;
        margin-left: -28px;
        background-color: inherit;
    }

        .service_item .s_title:hover {
            color: #1b890e;
            font-weight: bold;
        }

.zhinan:hover {
    background-position: 0 -85px;
}

.zuzhi {
    background-position: -255px 0;
}

    .zuzhi:hover {
        background-position: -255px -85px;
    }

.lingdao {
    background-position: -595px 0;
}

    .lingdao:hover {
        background-position: -595px -85px;
    }

.tongji {
    background-position: -510px 0;
}

    .tongji:hover {
        background-position: -510px -85px;
    }

.gongkai {
    background-position: -85px 0;
}

    .gongkai:hover {
        background-position: -85px -85px;
    }

.jihua {
    background-position: -680px 0;
}

    .jihua:hover {
        background-position: -680px -85px;
    }

.shenqing {
    background-position: -765px 0;
}

    .shenqing:hover {
        background-position: -765px -85px;
    }

    .shenqing + .s_title {
        margin-left: -35px;
    }

.shebao {
    background-position: 0 -170px;
}

    .shebao:hover {
        background-position: 0 -255px;
    }

.jiaoyu {
    background-position: -170px -170px;
}

    .jiaoyu:hover {
        background-position: -170px -255px;
    }

.jiuye {
    background-position: -255px -170px;
}

    .jiuye:hover {
        background-position: -255px -255px;
    }

.wenti {
    background-position: -340px -170px;
}

    .wenti:hover {
        background-position: -340px -255px;
    }

.zujian {
    background-position: -765px -170px;
}

    .zujian:hover {
        background-position: -765px -255px;
    }

.kangfu {
    background-position: -85px -170px;
}

    .kangfu:hover {
        background-position: -85px -255px;
    }

.fuju {
    background-position: -680px -170px;
}

    .fuju:hover {
        background-position: -680px -255px;
    }

.weiquan {
    background-position: -595px -170px;
}

    .weiquan:hover {
        background-position: -595px -255px;
    }

.jiaoliu {
    margin: 5px 0;
    text-align: center;
    font-size: 20px;
    line-height: 80px;
    background-color: #1b890e;
    color: #FFF;
}

    .jiaoliu:hover {
        background-color: darkgreen;
    }

.banner {
    position: relative;
    border-bottom: 2px solid #1b890e;
}

.banner_title {
    position: absolute;
    top: -18px;
    left: 50%;
    color: #1b890e;
    width: 141px;
    height: 40px;
    background: url(../images/banner_t.png) no-repeat;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-left: -70px;
}

.pannel {
    background-color: #1b890e;
    padding: 0;
    border: 1px solid #FFF;
}

.pannel_header {
    padding: 20px;
    border-bottom: 1px dashed #CCC;
    margin-bottom: 10px;
}

.right_pannel {
    background-color: #FFF;
    min-height: 800px;
}

.pannel_nav_title {
    text-shadow: 0 0 5px #333;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    line-height: 80px;
    padding: 30px 35px;
}

.long_title {
    font-size: 58px;
    line-height: 80px;    
}

.pannel_nav_list {
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,225,.14);
}

    .pannel_nav_list li a {
        font-size: 15px;
        color: #fff;
        padding: 10px;
        font-weight: 400;
        text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
        border-bottom: 1px solid rgba(0,0,0,.15);
        border-top: 1px solid rgba(255,255,225,.14);
    }

        .pannel_nav_list li a:hover {
            background-color: rgba(0,0,0,.05);
            border-bottom-color: rgba(0,0,0,.05);
            border-top-color: rgba(0,0,0,.05);
        }

    .pannel_nav_title, .pannel_nav_list li a {
        text-align: center;
        display: block;
    }

        .pannel_nav_list li a.active {
            background-color: rgba(0,0,0,.2);
            border-bottom: 0;
            border-top-color: rgba(0,0,0,.35);
        }

.special-main {
    position: relative;
    height: 105px;
    padding: 30px 0;
    overflow: hidden;
}

    .special-main .prev, .special-main .next {
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 48px;
        height: 65px;
        border: 1px solid #e6e6e6;
        background: rgba(255,255,255,0.8);
        font-family: simsun;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 65px;
        color: #c2c2c2;
        margin-top: 18.5px;
        overflow: hidden;
        cursor: pointer;
        margin-top: -33.5px;
        z-index: 9;
    }

    .special-main .next {
        left: auto;
        right: 0;
    }

        .special-main .prev:hover, .special-main .next:hover {
            color: #1b890e;
        }

.special-list {
    position: relative;
    width: 1040px;
    height: 105px;
    margin: 0 auto;
    z-index: 5;
    overflow: hidden;
}

    .special-list ul li {
        float: left;
        width: 245px;
        height: 105px;
        margin-right: 20px;
        overflow: hidden;
    }

/*layui override*/
.link .layui-form-select dl {
    top: auto;
    bottom: 36px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #1b890e;
    font-weight: bold;
}

    .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-color: #1b890e;
    }

.layui-tab-title li {
    font-size: 18px;
    width: 70px;
    padding: 0 10px;
}

.layui-breadcrumb {
    padding-left: 20px;
}

    .layui-breadcrumb > * {
        font-size: 16px;
    }

/* Last section */
.last_cont {
    height: 500px;
    margin-bottom: 300px;
}

.normal_cont {
    margin-top: 160px;
}

#about_map {
    width: 80%;
    height: 500px;
    border: #ccc solid 1px;
    font-size: 12px;
    margin: 10px auto;
}

.main_title {
    font: 30px "华文中宋";
    top: 180px;
    left: 0;
    right: 0;
    text-align: center;
}

.main_subject {
    display: inline-block;
    position: relative;
    padding: 0 32px;
}

    .main_subject:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 22px;
        background: url(../Images/title-blk.png) no-repeat;
        left: 0;
        background-position: left;
    }

    .main_subject:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 22px;
        background: url(../Images/title-blk.png) no-repeat;
        right: 0;
        background-position: right;
    }

.normal_list {
    margin: 0 10px;
}

.carousel_img {
    background-size: cover;
}

.list_item {
    position: relative;
    padding: 20px 40px;
    height: 240px;
    margin: 20px 0;
    width: 915px;
}

    .list_item:hover {
        box-shadow: 0 0 5px rgb(128,128,128,0.5);
    }

        .list_item:hover .item_title, .list_item:hover .item_day {
            color: #1b890e;
        }

.item_snap {
    width: 300px;
    height: 200px;
    border: 0;
    position: absolute;
    left: 15px;
    overflow: hidden;
    margin: 20px 10px;
}

.item_img {
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    width: 300px;
    height: 200px;
}

.list_item:hover .item_img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.item_date {
    width: 100px;
    height: 240px;
    position: absolute;
    padding: 0 25px;
    left: 320px;
    text-align: center;
    border-right: 1px solid #f1f1f1;
}

    .item_date div {
        position: absolute;
        width: 100px;
    }

.item_day {
    font: 4.5em "微软雅黑";
    font-weight: bold;
    top: 60px;
    transition: all 0.5s;
}

.item_ym {
    top: 150px;
    color: #999;
}

.item_cont {
    width: 480px;
    height: 220px;
    position: absolute;
    right: 0;
    margin: 10px 30px;
    text-align: left;
}

.item_title {
    font: 2em "微软雅黑";
    line-height: 36px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.item_subTitle {
    margin: 20px 0;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #888;
    line-height: 20px;
}

.item_footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.item_source {
    float: left;
}

.item_editor {
    float: right;
}

/* 窄清单 */
.nr_list_item {
    position: relative;
    background-color: #F3F3F3;
    padding: 20px 50px;
    height: 40px;
    margin-bottom: 10px;
}

    .nr_list_item:after {
        content: '';
        position: absolute;
        left: 0;
        right: 100%;
        bottom: 0;
        border-bottom: 2px solid;
        -webkit-transition: right 0.5s;
        transition: right 0.5s;
        color: #1b890e;
    }

    .nr_list_item:hover {
        background-color: #F3F6F3;
    }

        .nr_list_item:hover .nr_item_title {
            color: #1b890e;
        }

        .nr_list_item:hover:after {
            right: 0;
        }

.nr_item_title {
    font: 1.5em "微软雅黑";
    text-align: left;
    width: 80%;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nr_item_date {
    position: absolute;
    bottom: 30px;
    right: 50px;
}
.nr_item_srchTitle {
    padding-left: 70px;
    font: 1.5em "微软雅黑";
    text-align: left;
    width: 60%;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.nr_item_srchType {
    position: absolute;
    bottom: 25px;
    left: 20px;
    padding: 5px 10px;
    background-color: #1b890e;
    color: #FFF;
    border-radius: 5px;
}

.right {
    float: right;
}

.ar {
    text-align: right;
}

.al {
    text-align: left;
}
/*leader*/
.leader {
    margin: 0 10px;
}

    .leader li {
        border: 1px solid #EEE;
        border-radius: 5px;
        margin-top: 15px;
        min-height: 160px;
    }

        .leader li:hover {
            border: 1px solid #1b890e;
            background-color: #F3F6F3;
        }

    .leader img {
        padding: 15px 0;
        max-width: 115px;
    }

.ld_item {
    width: 80%;
    height: 120px;
    padding: 15px 0;
    padding-right: 10px;
    text-align: left;
}

.normal_list h1 {
    text-align: center;
    padding: 10px 0;
}

.ld_item .name {
    font-weight: bold;
    padding-right: 10px;
}

.info_cont p {
    padding: 5px 0;
    text-indent: 32px;
}

/* details */
.detail_cont {
    font: 14px "微软雅黑";
    background-color: #FFF;
    margin: 40px 50px;
    padding: 30px 50px;
}

.detail_title {
    position: relative;
    padding: 10px 0;
}

.title_line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 17px;
}

    .title_line:before, .title_line:after {
        content: '';
        position: absolute;
        top: 0;
        width: 30px;
        height: 21px;
        background: url(../Images/sub.png) no-repeat;
    }

    .title_line:before {
        left: 0;
        background-position: left;
    }

    .title_line:after {
        right: 0;
        background-position: right;
    }

    .title_line .line {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 5px;
        border-top: 1px solid #1b890e;
    }

.detail_sub {
    margin: 45px 50px;
    height: 25px;
    line-height: 25px;
}

.detail_foot {
    margin: 25px 20px;
    height: 25px;
    line-height: 25px;
}

.detail_text {
    text-align: justify;
    font-size: 18px;
    padding: 20px 0;
    line-height: 28px;
    min-height: 300px;
}

    .detail_text h1 {
        line-height: 48px;
    }

    .detail_text table {
        margin: 0 auto;
        width: 90%;
        border-top: 1px solid #999;
        border-left: 1px solid #999;
    }

        .detail_text table td {
            border-bottom: 1px solid #999;
            border-right: 1px solid #999;
            padding: 5px 20px;
        }

        .detail_text table th {
            border-bottom: 1px solid #999;
            border-right: 1px solid #999;
            text-align: center;
            background-color: #EEE;
            text-indent: 0;
        }

        .detail_text p {
            text-indent: 2em;
            margin: 10px 0;
        }
        .detail_text p img {
            display: block;
            margin: 5px auto;
            max-width: 90%;
        }

    .detail_text a {
        color: #1b890e;
    }

em {
    padding: 0 5px;
    color: red;
    background: #CFC;
    border-radius: 4px;
}

.detail_cont em {
    font-style: normal;
}

.detail_date {
    float: right;
}
.detail_read {
    float: left;
}

.list_sub {
    text-align: justify;
    text-indent: 2em;
    margin: 15px 50px;
    line-height: 20px;
}

.list_num {
    margin: 10px 0;
}

    .list_num .num {
        font-family: Impact;
        font-size: 6em;
    }

    .list_num .sort {
        font-size: 1.5em;
    }

.totop {
    padding: 8px 20px;
    color: #fff;
    background-color: #3eb71b;
    display: none;
    border-radius: 4px;
    font-size: 12px;
    z-index: 100;
}
    .totop:hover {
        background-color: #1b890e;
    }

.attach {
    position: relative;
    padding: 20px;
    text-align: left;
}
    .attach .line {
        position: absolute;
        left: 0;
        right: 0;
        border-top: 1px solid #1b890e;
    }
    .attach li {
        padding-left: 30px;
        line-height: 30px;
    }
        .attach li span {
            font-size: 10px;
            color: green;
        }

    .attach a:hover {
        color: green;
    }

/* 适配响应 */
@media only screen and (max-width:535px) {
    .logo, .top-nav {
        padding: 0px 20px !important;
        transition: ease 0.5s;
    }

    .Err_Pannel {
        left: calc(50% - 170px);
        top: calc(50% - 200px);
        height: 300px;
        width: 300px;
        text-align: center;
        padding: 20px;
    }

        .Err_Pannel .info {
            width: auto;
            padding: 0;
        }
}

@media only screen and (max-width:768px) {
    .nav {
        margin-top: 20px !important;
        height: 0;
        background-color: rgb(0,0,0,0.5);
    }

    .nav-item {
        width: 100%;
        display: none;
        overflow: hidden;
        border-bottom: 1px solid rgb(153,153,153,0.5);
        height: 40px;
        line-height: 40px;
    }

    .logo {
        padding: 10px 30px 5px 30px;
    }

    .left {
        display: none;
    }

    #map {
        height: 300px;
    }

    .map_title {
        top: 10%;
    }

    #map_list {
        margin: 10px auto;
    }

    .normal_list {
        min-width: 420px;
        margin: 0;
    }

    .list_item {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .nr_list_item {
        background-image: none;
    }

    .nr_item_date {
        right: 40px;
    }

    .item_snap, .item_editor {
        display: none;
    }

    .item_date {
        left: 0;
        padding: 0 15px;
    }

    .item_subTitle {
        line-height: 24px;
    }

    .item_source {
        float: right;
    }

    .Err_Footer {
        display: none;
    }
}

@media only screen and (min-width:992px) and (max-width:1140px) {
    .tab_link {
        display: none !important;
    }
}

@media only screen and (max-width:1200px) {
    .logo-search {
        display: none !important;
    }
}

@media only screen and (min-width:770px) {
    .nav {
        height: 100% !important;
    }

    .nav-item {
        display: inline-block !important;
        text-shadow: 2px 1px 0px #333;
    }
}

@media only screen and (min-width:970px) {
    .el__heading:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 22px;
        background: url(../content/title4.png) no-repeat;
        left: 0;
        background-position: left;
    }

    .el__heading:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 22px;
        background: url(../content/title4.png) no-repeat;
        right: 0;
        background-position: right;
    }

    .detail_cont {
        margin: 50px 100px;
    }
}

@media only screen and (min-width:1200px) {
/*    body {
        max-width: 1920px;
    }*/

    .detail_cont {
        margin: 50px 40px;
    }
}

@media print {
    .noPrint {
        display: none !important;
    }

    body {
        background: none;
    }

    .pannel {
        background-color: #FFF;
    }
}

/*GHB CSS*/
body.ghb {
    font-size: 18px !important;
}

.ghb .header .nav {
    margin-top: 200px !important;
    line-height: 45px !important;
}

.ghb .top-nav {
    height: 55px !important;
    line-height: 55px !important;
    font-size: 20px !important;
}

.ghb .logo-img {
    width: 160px !important;
}

.ghb .logo-title {
    font-size: 46px !important;
    top: 20px !important;
    left: 180px !important;
}

.ghb .logo-sub-title {
    font-size: 28px !important;
    top: 80px !important;
    left: 180px !important;
}

.ghb .logo-search {
    height: 60px !important;
    border-radius: 60px !important;
}

.ghb .search_input {
    font-size: 24px !important;
    line-height: 44px !important;
    width: 200px !important;
}

    .ghb .search_input:focus {
        width: 240px !important;
    }

.ghb .search_btn {
    line-height: 60px !important;
}

.ghb .nav-item {
    font-size: 28px !important;
    line-height: 45px !important;
    height: 45px !important;
    width: 160px !important;
    transition-delay: 0.5s;    
}

.ghb .news_list {
    font-size: 22px !important;
}

.ghb .date {
    font-size: 22px !important;
    line-height: 29px !important;
}

.ghb .service_title {
    width: 140px !important;
    font-size: 28px !important;
}

.ghb .service_item .s_title {
    left: 45% !important;
}

.ghb .jiaoliu {
    font-size: 24px !important;
}

.ghb .layui-tab-title li {
    font-size: 28px !important;
    width: 120px !important;
}

.ghb .news_img{
    padding: 20px 0 0 60px;
}

.ghb .pannel_nav_list li a {
    font-size: 20px !important;
}

.ghb .item_ym {
    padding: 10px 0 0 5px;
}
.ghb .item_subTitle {
    line-height: 24px !important;
}

.ghb .layui-breadcrumb > * {
    font-size: 20px !important;
}

.ghb .main_title {
    font-size: 36px !important;
    padding: 20px 0;
}

.ghb .detail_cont {
    font-size: 18px !important;
}

.ghb .detail_text {
    font-size: 22px !important;
    line-height: 36px !important;
}

.ghb .layui-btn {
    font-size: 18px !important;
}

.newTab {
    padding: 0 !important;
}

.more {
    text-align:right;
    padding-right: 10px;
    line-height: 32px;
}
    .more a {
        color: darkgreen;
    }
        .more a:hover {
            color: #1b890e;
        }
.layui-card-body .layui-table-view
{
    margin: 0;
}        
