@charset 'UTF-8';


/* 当前位置 */

.clear{clear: both; height: 0; overflow: hidden;}
.ewb-route {
    padding: 14px 0 13px 0;
}

.ewb-route p {
    padding-left: 21px;
    line-height: 22px;
    color: #666;
    background: url('../images_zwfw/route_ico.png') left center no-repeat;
}

.ewb-route p a {
    color: #666;
}

.ewb-route p span {
    color: #ffab00;
}

/* 左侧 */

.ewb-menu-hd {
    padding-left: 32px;
    height: 52px;
    line-height: 50px;
    border-top: 2px solid #36a8ff;
    background: url('../images_zwfw/menu_bg.png') right bottom no-repeat #007bd9;
}

.ewb-menu-hd span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.ewb-menu-bd {
    min-height: 661px;
    border: 1px solid #bfdcff;
    background-color: #fff;
}

.wb-tree {
    padding-top: 10px;
}

.wb-tree-items {
    margin-top: 10px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-tt {
    color: #666;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    background-color: #f3faff;
}
.wb-tree li,
.wb-tree li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;

}
.wb-tree li{background:#f3faff url(../images_zwfw/wblistl.png) no-repeat 25px center; text-indent: 70px; margin-bottom: 10px;}

.wb-tree-iconl {
    float: left;
    width: 10px;
    height: 10px;
    margin: 20px 38px 0 24px;
    background: url('../images_zwfw/wblistl.png') no-repeat;
}

.wb-tree-sub {
    display: none;
    padding: 5px 0;
}

.wb-tree-item>a {
    height: 30px;
    line-height: 30px;
    padding-left: 104px;
    font-size: 14px;
    color: #666;
}

.wb-tree-item>a:hover,
.wb-tree-item>a.current {
    color: #ffab00;
}

.current .wb-tree-tt {
    color: #007bd9;
}

.current .wb-tree-node {
    background-color: #e2f3ff;
}

.current.hasChild .wb-tree-iconl {
}

.current .wb-tree-sub {
    display: block;
}

/* 1380分辨率以下 */

@media (max-width: 1379px) {
    .wb-tree-iconl {
        margin-right: 24px;
    }
    .wb-tree-item>a {
        padding-left: 80px;
        background-position: 65px center;
    }
}

/* 竖版pad及以下 */

@media (max-width: 997px) {
    .ewb-menu-bd {
        height: auto;
        padding-bottom: 10px;
        min-height: auto;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .wb-tree-items {
        margin-top: 5px;
    }
}

/* 右侧 */

.ewb-right {
    min-height: 713px;
    border: 1px solid #eeeeee;
    background-color: #fff;
}

@media (max-width: 997px) {
    .ewb-right {
       min-height: auto;
    }
}
.ewb-cloumn-hd {
    height: 46px;
}

.ewb-cloumn-hd span {
    float: left;
    margin: 6px 0 0 14px;
    padding-left: 21px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #007bd9;
    background: url('../images_zwfw/tt_ico.jpg') left center no-repeat;
}

.ewb-list {
    padding: 0 18px;
}

.ewb-list-node {
    padding-left: 17px;
    height: 40px;
    line-height: 39px;
    background: url('../images_zwfw/list_ico.png') 2px center no-repeat;
}

.ewb-list-name {
    float: left;
    max-width: 80%;
    color: #333;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover {
    background: url('../images_zwfw/list_ico_cur.png') left center no-repeat;
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
    color: #ffab00;
}

/*分页*/

.ewb-page {
    vertical-align: top;
    margin-top: 50px;
    text-align: center;
}

.ewb-total {
    /* margin-right: 14px; */
    /* height: 26px; */
    /* line-height: 26px; */
    /* vertical-align: top; */
    /* color: #6395ec; */
    /* margin-top: 5px;  */
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    color: #888;
    height: 26px;
    line-height:40px;
    margin-right: 14px;
}

.ewb-total,
.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 26px;
    *width: 36px;
    margin-right: 4px;
    text-align: center;
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #666;
    height: 26px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}

.ewb-page-li>a:hover {
    border: 1px solid #6395ec;
}

.ewb-page-li.current>a {
    height: 26px;
    line-height: 24px;
    color: #fff;
    border: 1px solid #6395ec;
    background-color: #6395ec;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 26px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 62px;
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #6395ec;
    border-color: #6395ec;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
    *width: 38px;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 10px;
    color: #666;
}

/* 竖版pad及以下 */

@media (max-width: 997px) {
    .ewb-right {
        margin-top: 20px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-right {
        height: auto;
        /* padding-bottom: 20px; */
        padding-bottom: 50px; /* sxx */
    }
    .ewb-cloumn-hd span {
        margin-left: 10px;
    }
    .ewb-list {
        padding: 0 10px;
    }
    .ewb-list-name {
        max-width: 66%;
    }
    .ewb-page {
        margin-top: 20px;
    }

    .ewb-site .ewb-region-box {
        position: static;
        margin: 0 10px;
    }
}




/* ewb-region-sel  ewb-region-box */
.ewb-region-box {
    position: absolute;
    top: 15px;
    right: 24px;
    width: 120px;
    height: 24px;
}

.ewb-region-sel {
    padding-left: 4px;
    width: 100%;
    height: 24px;
    line-height: 23px;
    border: 1px solid #bfdcff;
    color: #007bd9;
    background-color: #fff;
}

.ewb-region-box .chosen-container {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.ewb-region-box .chosen-single {
    /* padding: 0 0 0 7px; */
    height: 36px;
    border: 1px solid #bfdcff;
    box-shadow: none;
    font-size: 14px;
    color: #007bd9;
}

.ewb-region-box .chosen-single.cur {
    color: #007bd9;
}

.ewb-region-box .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #bfdcff;
}

.ewb-region-box .chosen-single span {
    margin-right: 15px;
    height: 28px;
    line-height: 22px;
}

.ewb-region-box .chosen-single div {
    width: 15px;
    padding: 0;
}

.ewb-region-box .chosen-single div b {
    width: 15px;
    height: 36px;
}

.ewb-region-box .chosen-drop {
    top: 25px;
    border: 1px solid #bfdcff;
    border-top: 0;
    border-radius: 0;
}

.ewb-region-box .chosen-results {
    margin: 0;
    padding: 0;
    color: #666;
}

.ewb-region-box .chosen-results li {
    padding: 0 7px;
    line-height: 22px;
}

.ewb-region-box .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}


.doc_list li{background: url("../images_zwfw/list_ico.png") no-repeat left center;}
.doc_list li:hover{background: url("../images_zwfw/list_ico_cur.png") no-repeat left center;}
.newstitle{line-height: 42px;text-align: center;font-size: 28px;color: #000;}
.newstitlet,h2.newstitlef ,h4.newstitles{text-align: center; font-size: 18px; }
.newsinfo {text-align: center; font-size: 14px; color: #999; margin-top: 20px;line-height: 36px;background-color: #f7f7f7; margin-bottom: 10px;}
.newsinfo a{color: #999;}
.ewb-article {padding: 30px 20px;border: 1px solid #eeeeee;background-color: #fff;word-wrap: break-word;word-break: normal;}

/**留言板**/
#guestbook_form{width: 100%; margin-left: 0;}
.guestbook-table-form ul li.srk input{text-indent: 15px;width: 80%;height: 32px;line-height: 32px;border: 1px solid #e0e0e0;background: 0 0; margin-top: 0;}
.guestbook-table-form ul li label{margin-right: 50px;}
.guestbook-table-form ul li.srk_xb input{width: 14px; height: 14px; position: relative; top: 10px;}
.guestbook-table-form ul li.srk{height: 35px; line-height: 35px;}
.guestbook-table-form ul li.bt{line-height: 35px;}
.guestbook-table-form ul li.tex textarea{width: 80%; border: 1px solid #e0e0e0;background: 0 0; text-indent: 15px;}
.guestbook-table-form ul li.yzm input{width: 30%;height: 32px;line-height: 32px;border: 1px solid #e0e0e0;background: 0 0; margin-top: 0;}
.guestbook-table-form ul li.yzm img{width: 100px !important;height: 32px !important;line-height: 32px;border: 1px solid #e0e0e0;background: 0 0; margin-top: 0;
margin-left: 0; border-left: 0;}
.guestbook-table-form ul li.btn_group input{width: 90px; height: 34px; cursor: pointer; text-align: center; line-height: 34px; font-size: 16px;
    margin-top:60px;color: #fff; border: 0;}
.guestbook-table-form ul li.btn_group input.btn-search{color: #fff; background: #D6D6D6;}
.guestbook-table-form ul li.btn_group input.btn-submit{background: #007BD9; margin: 0 5px;}
.guestbook-table-form input::-webkit-input-placeholder {color: #999;}
.guestbook-table-form input::-moz-input-placeholder {color: #999;}
.guestbook-table-form input::-ms-input-placeholder {color: #999;}
.guestbook-table-form textarea::-webkit-input-placeholder {color: #999;}
.guestbook-table-form textarea::-moz-input-placeholder {color: #999;}
.guestbook-table-form textarea::-ms-input-placeholder {color: #999;}

.liuyan_cxcon{width: 100%;}
.zwfw_ly_right .ewb-list{padding: 0;}
.new_cx_c2, .gjz{width: 140px !important; font-size: 15px; color: #666; height: 28px; line-height: 28px;}
#docNum, #randomCode{height: 26px; line-height: 25px; width: 252px; border: 1px solid #DCDCDC; margin-top: 0;}
.srk #randomCode{height: 26px; line-height: 25px; width: 252px; border: 1px solid #DCDCDC; margin-top: 0;}
.liuyan_cxcon .cxform2 ul li.srk{width: 255px;}
.liuyan_cxcon .liuyan_cxbox ul li.btn{float: left;margin-left: 28px;width: 72px;height: 28px;border-radius: 4px;color: #fff;background-color: #ffa200;
    font-weight: bold; cursor: pointer;}
.liuyan_cxcon .liuyan_cxbox ul li.btn input{margin: 0; border: 0; color: #fff; font-size: 14px; background: none; width: 72px; height: 28px; text-align: center;
    line-height: 28px;
}
.liuyan_cxcon{height: 46px; background: #F6F6F6;}
.guestbook-table-form ul li.srk select{margin-left: 5px; width: 80%;}
.listnews .guestbook-table{width: 98%; margin-left: 1%; border: 0;}
.listnews .guestbook-table ul.odd li.t1, .listnews .guestbook-table ul.even li.t1{border: 0; height: 30px; line-height: 30px; width: 100%; overflow: hidden;}
.listnews .guestbook-table ul.odd, .listnews .guestbook-table ul.even{height: 68px; padding-top: 4px; border: 0; width: 100%; border-bottom: 1px dashed #dedede;}
.listnews .guestbook-table ul.odd li, .listnews .guestbook-table ul.even li{border: 0 !important;  text-align: left; height: 30px; line-height: 30px;}
.listnews .guestbook-table ul.odd li.t1 a, .listnews .guestbook-table ul.even li.t1 a{font-size: 16px; padding-left: 0;}
.listnews .guestbook-table ul.odd li.t3, .listnews .guestbook-table ul.even li.t3{font-size: 14px; color: #999; width: 25%; text-align: left;}
.listnews .guestbook-table ul.odd li.t7, .listnews .guestbook-table ul.even li.t7{font-size: 14px; color: #999; width: 25%;}
.listnews .guestbook-table ul.odd li.t6, .listnews .guestbook-table ul.even li.t6{font-size: 14px; color: #999; width: 25%;}
.nrtxt .dfbox{height: 240px; overflow: auto; font-size: 14px;}
.wztit_1 th,.wztit_2 .tit, .wztit_3 .tit{font-size: 16px; color: #333;}
.wztit_1 td{font-size: 14px;}
.wztit_1 .nr {border: 1px solid #d2d2d2;display: block;padding: 8px;}
.wztit_2 .nrtxt,.wztit_3 .nrtxt{border: 1px solid #d2d2d2; padding: 4px; line-height: 30px;}
.mydcon .rad label{display: block; height: 25px; line-height: 25px;}
#myComment th.tit{font-size: 16px;}
.liuyanCon_c  .liuyancon .tit{font-size: 16px; text-align: right;}
.ewb-list li.pjbtn{background: none; list-style:none; width: 90px; line-height: 34px;   margin: 50px auto 0; padding: 0;}
.pjbtn .myd_btn{ width: 90px; height: 34px; line-height: 34px; background: #007bd9; margin: 0; border: 0; color: #fff; font-size: 16px; cursor: pointer;}
.mydcon .pj{border: 1px solid #D2D2D2; width: 100%; padding: 5px 0;}
.mydcon .pj .rad{margin-left: 10px;}

.liuyanCon_c .hide{display: none;}
#randomCode{width: 100%; height: 38px; line-height: 38px; border: 1px solid #D2D2D2;}

.row-zwfwlyxq .col-md-18{width: 100%; }
.row-zwfwlyxq .wztit_1 th{width: 25%;}
.row-zwfwlyxq .ewb-right{padding-right: 8%; padding-top: 30px;}
.row-zwfwlyxq .ewb-cloumn-hd{display: none;}


@media (max-width: 1380px) {
    #docNum,.srk #randomCode{ width: 150px; }
    .liuyan_cxcon .cxform2 ul li.srk{width: 155px;}
}

@media (max-width: 767px) {
    .container{width: 100%;}
    .listnews .guestbook-table ul.odd, .listnews .guestbook-table ul.even{height: 100px;}
    .listnews .guestbook-table ul.odd li.t6, .listnews .guestbook-table ul.even li.t6{width: 50%;}
    .listnews .guestbook-table ul.odd li.t3, .listnews .guestbook-table ul.even li.t3{width: 50%;}
    .listnews .guestbook-table ul.odd li.t7, .listnews .guestbook-table ul.even li.t7{width: 50%;}
}


/**数据统计**/
.ewb-otw {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ewb-popup {width: 1060px;height: 770px;background-color: #fff;box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.33);overflow: hidden; margin: 0 auto;}
.ewb-popup-hd{position: relative;height: 66px;background: url(../images_zwfw/popup_tt_bg.jpg) center top repeat;}
.ewb-popup-head{height: 28px;line-height: 28px;text-align: center;font-size: 0; padding-top: 7px;}
.ewb-popup-tt {display: inline-block;vertical-align: top;margin: 0 5px;font-size: 18px;font-weight: bold;color: #fff;}
.ewb-sel-wrap {display: inline-block;vertical-align: top;margin: 0 5px;width: 72px;padding: 2px 0;height: 24px;}
.ewb-sel-box {width: 100%;height: 24px;line-height: 24px;border: 1px solid #bfdcff;font-size: 12px;color: #007bd9;}
.ewb-date-sel{height: 24px;line-height: 24px; text-align: center; padding-top: 7px;}
.ewb-ds-btn,.ewb-date-info {display: inline-block;vertical-align: top;font-size: 14px;}
.ewb-ds-btn {margin: 0 8px;color: #e9f4fc;cursor: pointer;}
.ewb-date-info {min-width: 270px;color: #abdbff; text-align: center;}
.ewb-date-info span {margin: 0 8px;}
.ewb-tab {padding: 0 20px;height: 42px;border: 1px solid #e3e3e3;background-color: #f8f8f8}
.ewb-tab-name {float: left;margin-top: 3px;padding: 0 12px;height: 39px;line-height: 36px;font-size: 16px;color: #666;}
.ewb-tab-name.current {font-weight: bold;color: #1492ff;border-bottom: 3px solid #1492ff;}
.ewb-remind {float: right;height: 41px;line-height: 41px;color: #666;}


.ewb-tab {padding: 0 20px;height: 42px;border: 1px solid #e3e3e3;background-color: #f8f8f8;}
.ewb-tab-name {float: left;margin-top: 3px;padding: 0 12px;height: 39px;line-height: 36px;font-size: 16px;color: #666;}
.ewb-tab-name.current {font-weight: bold;color: #1492ff;border-bottom: 3px solid #1492ff;}
.ewb-remind {float: right;height: 41px;line-height: 41px;color: #666;}




.ewb-popup-bd {
    margin: 20px 20px 0 20px;
}

.ewb-info-table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #ededed;
}

.ewb-info-table th {
    height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: #e3e3e3;
}

.ewb-wd1 {
    background-color: #e1e1e1;
    width: 19%;
}

.ewb-wd2 {
    width: 21%;
}

.ewb-wd3,
.ewb-wd4 {
    width: 20%;
}

.ewb-info-table td {
    height: 46px;
    text-align: center;
    font-size: 16px;
    color: #aaa;
    border-bottom: 1px solid #ededed;
}

.ewb-info-type {
    display: block;
    padding-right: 18px;
    height: 46px;
    line-height: 46px;
    text-align: right;
    color: #007bd9;
    background-color: #f8f8f8;
}

.ewb-number {
    margin-right: 6px;
    font-weight: bold;
    color: #ffab00;
}

.table-responsive {
    float: left;
    width: 530px;
    margin-bottom: 0;
}

.ewb-sel-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 72px;
    padding: 2px 0;
    height: 24px;
}

.ewb-sel-box {
    width: 100%;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bfdcff;
    font-size: 12px;
    color: #007bd9;
}

.chosen-container {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 6px;
    height: 24px;
    border: 1px solid #bfdcff;
    box-shadow: none;
    font-size: 14px;
    color: #007bd9;
}

.chosen-container-single .chosen-single.cur {
    color: #007bd9;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #bfdcff;
}

.chosen-container-single .chosen-single span {
    margin-right: 15px;
    height: 22px;
    line-height: 22px;
}

.chosen-container-single .chosen-single div {
    width: 15px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {width: 15px;height: 22px;
}


.chosen-container-single .chosen-drop {top: 25px;border: 1px solid #bfdcff;border-top: 0;border-radius: 0;}

.chosen-container .chosen-results {margin: 0;padding: 0;color: #676767;}

.chosen-container .chosen-results li {padding-left: 6px;padding-right: 6px;line-height: 16px;}

.chosen-container .chosen-results li.highlighted {color: #fff;background-color: #0087ff;}

.ewb-chart-wrap {position: relative;float: left;width: 490px;}

.ewb-chart-wrap .ewb-sel-wrap {
    position: absolute;
    z-index: 300;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 24px;
    margin: 0;
}

.ewb-pie-chart {
    width: 100%;
    height: 275px;
}

.ewb-caliber {
    float: left;
    width: 100%;
    margin-top: 11px;
}

.ewb-caliber-tt,
.ewb-caliber-content>p {
    line-height: 28px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ewb-caliber-tt {
    padding-left: 18px;
    font-size: 15px;
    font-weight: bold;
    color: #1492ff;
}

.ewb-caliber-content>p {
    color: #666;
}

.ewb-notice {
    float: left;
    width: 490px;
}

.ewb-notice.right {
    position: relative;
    float: right;
}

.ewb-notice.right:before {
    position: absolute;
    content: "";
    top: 0;
    left: -20px;
    bottom: 0;
    border-left: 1px dashed #d5d5d5;
}

.ewb-notice-tt {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #1492ff;
}

.ewb-notice-tt>span {
    font-weight: bold;
}

.ewb-notice-wrap {
    width: 100%;
    table-layout: fixed;
}

.ewb-notice-wrap td {
    height: 46px;
    font-size: 15px;
    color: #666;
}

.ewb-notice-wrap .odd td {
    background-color: #f9f9f9;
}

.wd1 {
    padding-left: 24px;
    width: 130px;
}

.wd2 {
    width: 105px;
}

.wd3 {
    width: 54px;
}

.wd4 {
    width: 147px;
}

.wd5 {
    width: 54px;
}

.wd6 {
    padding-left: 24px;
    width: 245px;
}

.wd7 {
    width: 245px;
    padding-right: 24px;
    text-align: right;
}

.ewb-notice-name {
    color: #007bd9;
}

.ewb-notice-num {
    font-weight: bold;
    color: #ffab00;
}


@media (max-width: 1380px) {
    .ewb-popup{width: 997px;}
    .table-responsive{width: 450px;}
    .ewb-notice{width: 460px;}
    .ewb-notice-wrap{table-layout: auto;}
}

@media (max-width: 998px) {
    .ewb-popup{width: 744px;}
    .table-responsive{width: 100%; float: none; display: block; }
    .ewb-popup{height: auto;}
    .ewb-chart-wrap{width: 100%; margin-top: 10px;}
    .ewb-notice{width: 100%;}

}

@media (max-width: 744px) {
    .ewb-popup{width: 100%;}
    .table-responsive{width: 100%; float: none; display: block; }
    .ewb-popup{height: auto;}
    .ewb-info-table tr th:nth-child(4),.ewb-info-table tr th:nth-child(5){display: none;}
    .ewb-info-table tr td:nth-child(4),.ewb-info-table tr td:nth-child(5){display: none;}
    #pieChart img{width: 70%;}
    .ewb-chart-wrap{width: 100%; margin-top: 10px;}
    .ewb-pie-chart{height: auto;}
    .container_sjtj .ewb-date-info{max-width: 140px; min-width: auto;}
}

.doc_list li.columnName{display: none;}

/**站点地图**/
.jjmenunr{border: 1px solid #e0e0e0;}
.jjmenunr>ul>li>span{display: block; width: 100%; border-bottom: 1px solid #e0e0e0; font-size: 16px;color: #1b75f1; font-weight: bold; height: 36px; line-height: 36px;
text-indent: 20px;}
.jjmenunr>ul>li>span a{color: #1b75f1;}
.blockActive{padding: 10px 0 35px 0;}
.blockActive li{float: left; font-size: 14px; text-indent: 20px; height: 30px;}
.blockActive li a{color: #333;}
@media (max-width: 744px){
    .blockActive li{float: none; display: inline-block;}
}
.ewb-foot-bd .container{position: relative;}
.ewb-foot-bd .jiucuo{position: absolute; top: 20px; right: 0;}
.ewb-foot-bd .dzjg{position: absolute; top: 20px; right: 130px;}