@charset "UTF-8";
* { margin: 0; padding: 0; }

a[href]:after { content: none !important; }

a:hover { text-decoration: none; }

@keyframes shake { 0% { transform: rotate(0deg); }
  15% { transform: rotate(-3deg); }
  32% { transform: rotate(0deg); }
  49% { transform: rotate(2deg); }
  66% { transform: rotate(0deg); }
  83% { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); } }
html, body { height: 100%; font-family: "SimSun", 宋体, "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; }

.clear { clear: both; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ccc; font-size: 14px; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #ccc; font-size: 14px; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #ccc; font-size: 14px; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #ccc; font-size: 14px; }

ul { list-style: none; }

.contr_wzh { text-align: center; background: #fff; }

.cont_x { position: absolute; left: 0; top: 0; background: #000cff; display: block; width: 100%; height: 3px; margin: 0; padding: 0; overflow: hidden; z-index: 99999999; }

.cont_y { position: absolute; left: 0; top: 0; background: #000cff; display: block; width: 3px; min-height: 5000px; z-index: 99999999; height: auto !important; height: 5000px; overflow: visible; }

.bootui_list { overflow: hidden; }

.bootui_carousel .carousel-indicators { width: 20%; }
.bootui_carousel .carousel-indicators li.active { display: inline-block; }

.bootui_carousel .carousel-inner .item .carousel-caption { padding-right: 20%; }

.red-title { color: #c80606 !important; }

.carousel-caption { background: url(/portal/common/images/mask.png) !important; }

.float-tips { right: 20px; bottom: 17px !important; left: auto !important; z-index: 99; }

.float-tips .close_icon { z-index: 100; }

#float-tips-cal { height: 100%; width: 100%; }

.float_bar { position: fixed; right: 10px; top: 100px; width: 150px; min-height: 300px; background: #fff; z-index: 999; box-shadow: 1px 10px 20px #ccc; -webkit-box-shadow: 1px 10px 20px #ccc; -moz-box-shadow: 1px 10px 20px #ccc; -ms-box-shadow: 1px 10px 20px #ccc; -o-box-shadow: 1px 10px 20px #ccc; }
.float_bar .header { background: #cb011b; height: 30px; line-height: 30px; }
.float_bar .header h5 { margin: 0; font-size: 14px; text-indent: 5px; color: #fff; height: 30px; line-height: 30px; }
.float_bar .header .close { margin-top: 7px; margin-right: 5px; color: #fff; opacity: 1; font-size: 16px; }
.float_bar .qr_code_panel { width: 100%; text-align: center; }
.float_bar .qr_code_panel img { height: 95px; width: 95px; margin-top: 15px; margin-bottom: 10px; }
.float_bar .qr_code_panel .tips { padding-bottom: 10px; }

.noData { padding: 3px 7px; font-size: 14px; font-weight: normal; }

.loading-page { padding: 20px 40px; }
.loading-page .l-tip { font-weight: bold; font-size: 26px; }
.loading-page .l-load { font-size: 22px; }

.tpl_blue { background: #fafafa; }
.tpl_blue .fast_bar { width: 1200px; height: 330px; margin: 0 auto; margin-top: 10px; }
.tpl_blue .fast_bar .left_panel { display: inline-block; width: 840px; height: 100%; }
.tpl_blue .fast_bar .left_panel .tabs_panel { height: 100%; }
.tpl_blue .fast_bar .left_panel .tabs_panel .tabs_containers { border: none; }
.tpl_blue .fast_bar .left_panel .tabs_panel .tabs_selector ul li { position: relative; margin-left: -1px; }
.tpl_blue .fast_bar .left_panel .tabs_panel .tabs_selector ul li .triangle { display: none; background: url(./portal/common/images/triangle.png) no-repeat; position: absolute; left: -12px; height: 14px; width: 14px; top: 50%; margin-top: -7px; }
.tpl_blue .fast_bar .left_panel .tabs_panel .tabs_selector ul li a { padding: 4px 10px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; }
.tpl_blue .fast_bar .left_panel .tabs_panel .tabs_selector ul li a .title { font-size: 14px; line-height: normal; height: 100%; text-align: left; word-break: break-all; color: #666; }
.tpl_blue .fast_bar .left_panel .tabs_panel .tabs_selector ul li.active .triangle, .tpl_blue .fast_bar .left_panel .tabs_panel .tabs_selector ul li:hover .triangle, .tpl_blue .fast_bar .left_panel .tabs_panel .tabs_selector ul li:focus .triangle { display: block; }
.tpl_blue .fast_bar .left_panel .tabs_panel .tabs_selector ul li.active a, .tpl_blue .fast_bar .left_panel .tabs_panel .tabs_selector ul li:hover a, .tpl_blue .fast_bar .left_panel .tabs_panel .tabs_selector ul li:focus a { background-color: #cb011b; }
.tpl_blue .fast_bar .left_panel .tabs_panel .tabs_selector ul li.active a .title, .tpl_blue .fast_bar .left_panel .tabs_panel .tabs_selector ul li:hover a .title, .tpl_blue .fast_bar .left_panel .tabs_panel .tabs_selector ul li:focus a .title { color: #fff !important; }
.tpl_blue .fast_bar .left_panel .tabs_panel .tabs_main img { width: 100%; height: 100%; cursor: pointer; }
.tpl_blue .fast_bar .right_panel { float: right; width: 340px; margin-left: 15px; }
.tpl_blue .fast_bar .right_panel .notice_panel { position: relative; background: #fff; width: 100%; height: 150px; border: 2px solid #163c7b; }
.tpl_blue .fast_bar .right_panel .notice_panel .notice_logo { 
  position: absolute;
    top: 25px;
    left: 10px;
    width: 20px;
    height: 130px;
    background-repeat: no-repeat;
    line-height: 20px;
    font-family: '微软雅黑';
    font-weight: bold;
}
.tpl_blue .fast_bar .right_panel .notice_panel .notice_list { overflow: auto; width: 310px; height: 145px; margin-top: 3px; margin-left: 25px; }
.tpl_blue .fast_bar .right_panel .notice_panel .notice_list .list-group-item { padding: 4px 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tpl_blue .fast_bar .right_panel .notice_panel .notice_list .list-group-item .bubble { background-color: transparent; color: #282828; font-size: 12px; font-weight: 100; color: #888; width: 30; }
.tpl_blue .fast_bar .right_panel .notice_panel .notice_list .list-group-item .list-title { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 70%; display: block; }
.tpl_blue .fast_bar .right_panel .service_hall { width: 100%; height: 170px; margin-top: 10px; }
.tpl_blue .fast_bar .right_panel .service_hall img { width: 100%; height: 100%; }
.tpl_blue .fast_bar.news_bar { height: auto; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default { float: left; width: 49%; margin-left: 1%; border-color: transparent; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default:nth-child(2n-1) { margin-left: 0; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-heading { border-left: 4px solid #163c7b; background: #fff; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-heading h3 { font-weight: bold; color: #163c7b; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-heading span.more { float: right; margin-top: -2px; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-heading span.more a { color: #777; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-body { height: 225px; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-body .withImg { height: 100%; display: none; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-body .withImg img { width: 141px; height: 205px; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-body .withImg .news_list { height: 100%; float: right; width: 235px; height: 205px; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-body .withoutImg { height: 100%; display: none; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-body .withoutImg .news_list { height: 100%; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-body .list-group { list-style-type: disc; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-body .list-group .list-group-item { padding: 4px 15px; padding-left: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: url(/portal/common/images/dot.png) no-repeat; background-position: 8px center; padding-left: 25px; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-body .list-group .list-group-item .bubble { background-color: transparent; color: #282828; font-size: 12px; font-weight: 100; color: #888; width: 30%; }
.tpl_blue .fast_bar.news_bar .left_panel .panel-default .panel-body .list-group .list-group-item .list-title { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 70%; display: block; }
.tpl_blue .fast_bar.news_bar .right_panel .side_news { width: 100%; background: #fff; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; -ms-border-radius: 8px; }
.tpl_blue .fast_bar.news_bar .right_panel .side_news .tabs_selector { background-color: #cf001e; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-bottom-left-radius: 0; -moz-border-bottom-right-radius: 0; -o-border-bottom-left-radius: 0; -o-border-bottom-right-radius: 0; -ms-border-bottom-left-radius: 0; -ms-border-bottom-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.tpl_blue .fast_bar.news_bar .right_panel .side_news .tabs_selector .nav-tabs { border-color: transparent; }
.tpl_blue .fast_bar.news_bar .right_panel .side_news .tabs_selector .nav-tabs li { background: #cf001e; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-bottom-left-radius: 0; -moz-border-bottom-right-radius: 0; -o-border-bottom-left-radius: 0; -o-border-bottom-right-radius: 0; -ms-border-bottom-left-radius: 0; -ms-border-bottom-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.tpl_blue .fast_bar.news_bar .right_panel .side_news .tabs_selector .nav-tabs li a { margin: 1px 0; padding: 6px 0; width: 97px; color: #fff; cursor: pointer; border: 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; background-color: #cf001e; border-radius: 0 0 0 0; font-size: 16px; }
.tpl_blue .fast_bar.news_bar .right_panel .side_news .tabs_selector .nav-tabs li a:first-child { border-radius: 4px 0 0 0; }
.tpl_blue .fast_bar.news_bar .right_panel .side_news .tabs_selector .nav-tabs li.active a { border-top: 3px solid transparent; border-bottom: 3px solid #fff; background-color: #cf001e; }
.tpl_blue .fast_bar.news_bar .right_panel .side_news .tabs_selector .nav-tabs li:hover a { background-color: #cf001e; }
.tpl_blue .fast_bar.news_bar .right_panel .side_news .tabs_containers { border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; -moz-border-top-left-radius: 0px; -moz-border-top-right-radius: 0px; -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; -o-border-top-left-radius: 0px; -o-border-top-right-radius: 0px; -ms-border-top-left-radius: 0px; -ms-border-top-right-radius: 0px; border-top-right-radius: 0; border-top-left-radius: 0; }
.tpl_blue .fast_bar.news_bar .right_panel .side_news .tabs_containers .tabs_main .list-group { list-style-type: disc; }
.tpl_blue .fast_bar.news_bar .right_panel .side_news .tabs_containers .tabs_main .list-group .list-group-item { padding: 5px 15px; padding-left: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: url(/portal/common/images/dot.png) no-repeat; background-position: 8px center; padding-left: 25px; }
.tpl_blue .fast_bar.news_bar .right_panel .side_news .tabs_containers .tabs_main .list-group .list-group-item .bubble { background-color: transparent; color: #282828; font-size: 12px; font-weight: 100; color: #888; width: 30%; }
.tpl_blue .fast_bar.news_bar .right_panel .side_news .tabs_containers .tabs_main .list-group .list-group-item .list-title { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 70%; display: block; }
.tpl_blue .fast_bar.news_bar .right_panel .gov_info { margin-top: 20px; }
.tpl_blue .fast_bar.news_bar .right_panel .gov_info .panel-default { border: 0; box-shadow: 0 0 0 0; -webkit-box-shadow: 0 0 0 0; -moz-box-shadow: 0 0 0 0; -ms-box-shadow: 0 0 0 0; -o-box-shadow: 0 0 0 0; }
.tpl_blue .fast_bar.news_bar .right_panel .gov_info .panel-default .panel-heading { border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px; }
.tpl_blue .fast_bar.news_bar .right_panel .gov_info .panel-default .panel-body { height: 226px; padding: 0; }
.tpl_blue .fast_bar.news_bar .right_panel .gov_info .panel-default .panel-body .news_list { height: 100%; }
.tpl_blue .fast_bar.news_bar .right_panel .gov_info .panel-default .panel-body .news_list .bootui_list { overflow: hidden; }
.tpl_blue .fast_bar.news_bar .right_panel .gov_info .panel-default .panel-body .news_list .bootui_list .list-group .list-group-item { padding: 11px 15px; background: url(/portal/common/images/bg_list.png) no-repeat; margin-top: 2px; font-size: 14px; color: #163c7b; font-family: Microsoft YaHei; }
.tpl_blue .fast_bar.news_bar .right_panel .gov_info .panel-heading { background: #cf001e; filter: none; color: #fff; border-color: #cf001e; }
.tpl_blue .fast_bar.news_bar .right_panel .gov_info .panel-heading span.more { float: right; margin-top: -2px; }
.tpl_blue .fast_bar.news_bar .right_panel .gov_info .panel-heading span.more a { color: #fff; }
.tpl_blue .link_bar { width: 1200px; margin: 0 auto; margin-top: 10px; background: #fafafa; }
.tpl_blue .link_bar .banner_panel { height: 105px; margin-bottom: 10px; }
.tpl_blue .link_bar .fast_link { height: 52px; margin-top: 10px; margin-bottom: 10px; }
.tpl_blue .link_bar .fast_link .link_area { float: left; width: 13.21%; height: 52px; margin-left: 15px; }
.tpl_blue .link_bar .fast_link .link_area:first-child { margin-left: 0; }
.tpl_blue .link_bar .fast_link .link_area a img { width: 100%; height: 100%; }
.tpl_blue .link_bar .fast_link .link_area a img:hover { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transition-property: transform; transition-duration: 1s; transition-timing-function: ease-in; transition-delay: 0s; -ms-transition-property: transform; -ms-transition-duration: 1s; -ms-transition-timing-function: ease-in; -ms-transition-delay: 0s; -moz-transition-property: transform; -moz-transition-duration: 1s; -moz-transition-timing-function: ease-in; -moz-transition-delay: 0s; -webkit-transition-property: transform; -webkit-transition-duration: 1s; -webkit-transition-timing-function: ease-in; -webkit-transition-delay: 0s; -o-transition-property: transform; -o-transition-duration: 1s; -o-transition-timing-function: ease-in; -o-transition-delay: 0s; }
.tpl_blue .link_bar .service_panel { margin-top: 30px; margin-bottom: 30px; }
.tpl_blue .link_bar .service_panel h3 { line-height: 30px; height: 30px; margin: 0; font-size: 18px; }
.tpl_blue .link_bar .service_panel .service_items .service_item { line-height: 55px; background: #fff; float: left; width: 13.21%; margin-right: 12px; height: 55px; margin-top: 10px; text-align: center; }
.tpl_blue .link_bar .service_panel .service_items .service_item img { width: 100%; height: 100%; }
.tpl_blue .link_bar .service_panel .service_items .service_item img:hover { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transition-property: transform; transition-duration: 1s; transition-timing-function: ease-in; transition-delay: 0s; -ms-transition-property: transform; -ms-transition-duration: 1s; -ms-transition-timing-function: ease-in; -ms-transition-delay: 0s; -moz-transition-property: transform; -moz-transition-duration: 1s; -moz-transition-timing-function: ease-in; -moz-transition-delay: 0s; -webkit-transition-property: transform; -webkit-transition-duration: 1s; -webkit-transition-timing-function: ease-in; -webkit-transition-delay: 0s; -o-transition-property: transform; -o-transition-duration: 1s; -o-transition-timing-function: ease-in; -o-transition-delay: 0s; }

.accrualListBox.blue .accrual { margin: 30px auto 0px auto; text-align: center; overflow: hidden; width: 1200px; }
.accrualListBox.blue .accrual h2 { height: 71px; line-height: 71px; background-color: #2055ac; text-align: center; border-bottom: 4px solid #e6e6e6; font-size: 30px; font-family: "Microsoft YaHei"; color: #fff; font-weight: normal; margin-bottom: 0; }
.accrualListBox.blue .accrual .accrual_list { border-left: 1px solid #a9a9a9; border-right: 1px solid #a9a9a9; border-bottom: 1px solid #a9a9a9; }
.accrualListBox.blue .accrual .accrual_list .accrual_liitem { border-bottom: 0px; }
.accrualListBox.blue .accrual .accrual_list .accrual_liitem a { padding-left: 39px; font-size: 14px; color: #000; line-height: 55px; text-align: left; display: block; text-decoration: none; cursor: pointer; }
.accrualListBox.blue .accrual_box { display: none; margin-top: 10px; width: 1200px; margin: 0 auto; }
.accrualListBox.blue .accrual_box .accrual_main { width: 100%; }
.accrualListBox.blue .accrual_box .accrual_main .accrual_notice { height: 350px; overflow-y: scroll; border: 1px solid #cccccc; text-align: left; padding-top: 10px; padding-left: 5px; font-size: 14px; color: #000; font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu; }
.accrualListBox.blue .accrual_box .accrual_main .accrual_notice .notice_title { text-align: center; font-size: 25px; line-height: 30px; font-weight: 700; margin-bottom: 18px; }
.accrualListBox.blue .accrual_box .accrual_main .accrual_notice .son_title { text-align: center; font-size: 20px; margin-bottom: 18px; }
.accrualListBox.blue .accrual_box .accrual_main .accrual_notice p { text-indent: 2em; font-size: 20px; line-height: 30px; }
.accrualListBox.blue .accrual_box .accrual_main .depart_listContainer { border: 1px solid #cccccc; padding: 0; margin-top: 27px; }
.accrualListBox.blue .accrual_box .accrual_main .depart_listContainer .depart_listTitle { height: 41px; background-color: #f2f2f2; border-bottom: 1px dotted #cccccc; }
.accrualListBox.blue .accrual_box .accrual_main .depart_listContainer .depart_listTitle .depart_listTitle_title { height: 40px; line-height: 40px; padding-left: 30px; padding-right: 30px; float: left; background-color: #2055ac; color: #FFF; font-size: 14px; }
.accrualListBox.blue .accrual_box .accrual_main .depart_listContainer .depart_listContainer_list { padding: 10px; }
.accrualListBox.blue .accrual_box .accrual_main .depart_listContainer .depart_listContainer_list .depart_list { list-style: none; padding-bottom: 30px; overflow: visible; padding-left: 0; margin: 0 auto; }
.accrualListBox.blue .accrual_box .accrual_main .depart_listContainer .depart_listContainer_list .depart_list .no_drop { width: 23.3%; height: 35px; line-height: 35px; display: inline-block; text-align: center; float: left; border: 1px solid #cccccc; margin: 0px 10px 10px 10px; position: relative; overflow: visible; }
.accrualListBox.blue .accrual_box .accrual_main .depart_listContainer .depart_listContainer_list .depart_list .no_drop a { text-decoration: none; color: #000; font-size: 14px; font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu; }
.accrualListBox.blue .accrual_box .accrual_main .depart_listContainer .depart_listContainer_list .depart_list .dropdown { float: left; margin: 0px 10px 10px 10px; }
.accrualListBox.blue .accrual_box .accrual_main .depart_listContainer .depart_listContainer_list .depart_list .dropdown button { width: 274.5px; height: 35px; line-height: 23px; text-align: center; border: 1px solid #cccccc; overflow: visible; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; }
.accrualListBox.blue .accrual_box .accrual_main .depart_listContainer .depart_listContainer_list .depart_list .dropdown .dropdown-menu { width: 274.5px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; }
.accrualListBox.blue .accrual_box .accrual_main .depart_listContainer .depart_listContainer_list .depart_list .dropdown .dropdown-menu li a { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.footerBox .footer { background-color: #2F3F5B; padding-left: 0; padding-right: 0; min-width: 1200px; }
.footerBox .footer .container { padding-left: 0; padding-right: 0; width: 1200px; }
.footerBox .footer .footer_b { text-align: center; }
.footerBox .footer .footer_b .bottom_box { display: inline-block; margin-top: 43px; margin: 0 auto; }
.footerBox .footer .footer_b .bottom_box .bootomImg { display: inline-block; }
.footerBox .footer .footer_b .bottom_box .bootomImg a { margin-right: 5px; }
.footerBox .footer .footer_b .bottom_box .bootomImg a img { margin-top: 38px; }
.footerBox .footer .footer_b .bottom_box .copy_right { display: inline-block; float: right; width: auto; margin-top: 44px; font-size: 12px; color: #6B768C; line-height: 22px; text-align: left; margin-left: 40px; }
.footerBox.blue { padding-top: 0 !important; padding-bottom: 0 !important; }
.footerBox.blue .footer { background-color: #163C7B; }
.footerBox.blue .footer .footer_b .bottom_box .logo { display: none; }
.footerBox.blue .footer .footer_b .bottom_box .copy_right { color: #6B768C; }

.headerBox .header { min-width: 1200px; height: 200px; padding-left: 0; padding-right: 0; position: relative; background-image: url(/global/hjfj_bg.jpg);background-repeat: no-repeat;background-size: 100%;}
.headerBox .header .content_box { height: 100%; width: 1200px; margin: 0 auto; position: absolute; top: 0; left: 50%; margin-left: -600px; z-index: 999; }
.headerBox .header .content_box .hellow { position: absolute; top: 7px; left: 0; font-size: 12px; color: #fff; }
.headerBox .header .content_box .government { position: absolute; left: 0; top: 116px; font-size: 32px; color: #fff; }
.headerBox .header .content_box .littlenav { position: absolute; right: 0; top: 7px; }
.headerBox .header .content_box .littlenav li { float: left; list-style: none; width: 65px; position: relative; }
.headerBox .header .content_box .littlenav li a { font-size: 12px; color: #fff; text-decoration: none; }
.headerBox .header .content_box .littlenav li i { border-left: 1px solid #fff; display: inline-block; height: 12px; position: absolute; right: 8.5px; top: 4px; }
.headerBox .header .content_box .searchbar { width: 360px; height: 35px; position: absolute; right: 420px; top: 125px; border: none; }
.headerBox .header .content_box .searchbar .glyphicon { position: absolute; left: 11px; top: 11px; font-size: 14px; color: #153B7B; z-index: 999; }
.headerBox .header .content_box .searchbar input::-webkit-input-placeholder, .headerBox .header .content_box .searchbar textarea::-webkit-input-placeholder { color: #CCCCCC; font-size: 14px; }
.headerBox .header .content_box .searchbar input:-moz-placeholder, .headerBox .header .content_box .searchbar textarea:-moz-placeholder { color: #CCCCCC; font-size: 14px; }
.headerBox .header .content_box .searchbar input::-moz-placeholder, .headerBox .header .content_box .searchbar textarea::-moz-placeholder { color: #CCCCCC; font-size: 14px; }
.headerBox .header .content_box .searchbar input:-ms-input-placeholder, .headerBox .header .content_box .searchbar textarea:-ms-input-placeholder { color: #CCCCCC; font-size: 14px; }
.headerBox .header .content_box .searchbar input { position: absolute; left: 0; top: 0; width: 260px; height: 100%; padding-left: 40px; color: #CCCCCC; border: 2px solid #153B7B; }
.headerBox .header .content_box .searchbar .search_btn { position: absolute; right: 0; top: 0; display: inline-block; height: 100%; width: 100px; color: #fff; background-color: #153B7B; font-size: 17px; line-height: 35px; text-align: center; cursor: pointer; }
.headerBox.blue { height: 200px !important; }
.headerBox.blue .header .banner_img { width: 100%; height: 200px; }
.headerBox.blue .header .content_box .hellow { color: #fff; }
.headerBox.blue .header .content_box .government { position: absolute; left: 0; top: 50px; font-size: 32px; color: #fff; width: 352px; height: 132px; }
.headerBox.blue .header .content_box .government img { width: 100%; height: 100%; }
.headerBox.blue .header .content_box .littlenav li a { color: #fff; }
.headerBox.blue .header .content_box .littlenav li i { border-left: 1px solid #fff; }
.headerBox.blue .header .content_box .searchbar .glyphicon { color: #163C7B; }
.headerBox.blue .header .content_box .searchbar input::-webkit-input-placeholder, .headerBox.blue .header .content_box .searchbar textarea::-webkit-input-placeholder { color: #CCCCCC; }
.headerBox.blue .header .content_box .searchbar input:-moz-placeholder, .headerBox.blue .header .content_box .searchbar textarea:-moz-placeholder { color: #CCCCCC; }
.headerBox.blue .header .content_box .searchbar input::-moz-placeholder, .headerBox.blue .header .content_box .searchbar textarea::-moz-placeholder { color: #CCCCCC; }
.headerBox.blue .header .content_box .searchbar input:-ms-input-placeholder, .headerBox.blue .header .content_box .searchbar textarea:-ms-input-placeholder { color: #CCCCCC; }
.headerBox.blue .header .content_box .searchbar input { color: #333; border: 2px solid #163C7B; }
.headerBox.blue .header .content_box .searchbar .search_btn { background-color: #163C7B; }

.tdScroll { height: 250px; background-color: #fff; padding: 0; margin: 0; }
.tdScroll .tdScroll_title { border-left: 3px solid #0084C9; font-size: 18px; height: 18px; line-height: 18px; font-weight: bold; color: #000; margin-left: 5px; padding: 0 0 0 5px; cursor: pointer; text-decoration: none; }
.tdScroll .panel { width: 1000px; height: 250px; overflow: hidden; position: relative; border: 1px solid #e1e1e1; padding-top: 5px; }
.tdScroll .panel ul { position: absolute; padding: 0; margin: 0; list-style: none; width: 1000px; overflow: hidden; }
.tdScroll .panel ul li { padding: 0; height: 250px; overflow: hidden; width: 1000px; }
.tdScroll .panel ul li .item { overflow: hidden; width: 200px; height: 250px; float: left; margin: 0; padding: 0; padding-top: 15px; }
.tdScroll .panel ul li .item .title { text-align: center; vertical-align: top; font-size: 14px; padding-top: 5px; font-family: '微软雅黑'; }
.tdScroll .panel ul li .item .title a { color: #000; }
.tdScroll .panel ul li .item a { text-decoration: none; }
.tdScroll .panel ul li .item a .img { margin-left: 30px; width: 135px; height: 190px; border: 1px solid #DBDBDB; }

.leaderBox_v2.blue .leaderareas { width: 1200px; padding-left: 0; padding-right: 0; margin: 0 auto; }
.leaderBox_v2.blue .leaderareas .leader_left { width: 296px; float: left; border: 1px solid #eee; min-height: 500px; background: #F9F9F9; margin-bottom: 10px; }
.leaderBox_v2.blue .leaderareas .leader_left .leader_left_title div { height: 40px; background-color: #F4F4F4; }
.leaderBox_v2.blue .leaderareas .leader_left .leader_left_title div span { display: inline-block; font-weight: 700; font-size: 20px; margin-top: 6px; padding-left: 20px; border-left: 4px solid #163C7B; cursor: pointer; }
.leaderBox_v2.blue .leaderareas .leader_left .leader_list { width: 296px; padding-left: 0; }
.leaderBox_v2.blue .leaderareas .leader_left .leader_list .menu_head { width: 294px; height: 38px; line-height: 38px; list-style: none; cursor: pointer; padding-left: 42px; position: relative; }
.leaderBox_v2.blue .leaderareas .leader_left .leader_list .menu_head:hover { background-color: #2055ac; }
.leaderBox_v2.blue .leaderareas .leader_left .leader_list .menu_head:hover a { color: #fff; }
.leaderBox_v2.blue .leaderareas .leader_left .leader_list .menu_head a { text-decoration: none; font-size: 16px; color: #525252; font-weight: bold; }
.leaderBox_v2.blue .leaderareas .leader_left .leader_list .menu_head a i { margin-right: 10px; font-size: 14px; }
.leaderBox_v2.blue .leaderareas .leader_left .leader_list .menu_head.current { background-color: #2055ac; }
.leaderBox_v2.blue .leaderareas .leader_left .leader_list .menu_head.current a { color: #fff; }
.leaderBox_v2.blue .leaderareas .leader_left .leader_list .menu_head.current a:hover { color: #fff; }
.leaderBox_v2.blue .leaderareas .leader_right { width: 888px; float: right; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content { padding-left: 0; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li { list-style: none; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leader_right_title { width: 886px; height: 42px; border-bottom: 1px solid #163C7B; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leader_right_title a .box_text { display: inline-block; width: 100%; text-align: left; font-size: 23px; font-weight: 700; color: #333; margin-left: 10px; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leaderProfile { width: 100%; margin-top: 9px; padding-left: 15px; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leaderProfile .leader_img { display: inline-block; width: 130px; height: 100%; vertical-align: top; padding-top: 10px; margin-right: 10px; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leaderProfile .leader_img img { margin: 0 8px; border: 1px solid #cccccc; width: 120px; height: 168px; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leaderProfile .profile_text { display: inline-block; height: 100%; width: 700px; vertical-align: top; padding-top: 10px; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leaderProfile .profile_text .leader_name { font-size: 16px; font-weight: 700; height: 36px; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leaderProfile .profile_text .leader_line { width: 102px; background-color: #ff6600; height: 2px; overflow: hidden; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leaderProfile .profile_text .leaderIntroduce { width: 100%; padding-right: 40px; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leaderProfile .profile_text .leaderIntroduce .leader_work { height: 30px; margin-bottom: 13.333px; text-align: justify; line-height: 30px; height: auto; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leaderProfile .profile_text .leaderIntroduce .leader_work span { font-size: 18px; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leaderProfile .profile_text .leaderIntroduce .leader_work .sp_1 { font-weight: 700; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leaderProfile .profile_text .personalProfile { margin-top: 76px; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .leaderProfile .profile_text .personalProfile .pro_title { font-size: 25px; font-weight: 700; text-align: center; margin-bottom: 24px; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .content_tab { margin: 9px 0 45px 0; padding-left: 0; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .content_tab li { height: 34px; border-bottom: 1px solid #fff; background-color: #F9F9F9; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .content_tab li span { display: inline-block; background-color: #989898; height: 33px; width: 120px; font-size: 14px; line-height: 34px; text-align: right; padding-right: 15px; color: #fff; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .content_tab li a { display: inline-block; height: 34px; width: 142px; font-size: 14px; line-height: 34px; padding-left: 15px; vertical-align: top; color: #333; text-decoration: none; }
.leaderBox_v2.blue .leaderareas .leader_right .leader_right_content li .content_tab li a:hover { font-weight: 700; }

.leaderEmailBox { width: 1200px; min-height: 300px; margin: 0 auto; position: relative; padding-left: 310px; }
.leaderEmailBox.blue .leader_box .page_top_title { margin: 0 auto; }
.leaderEmailBox.blue .leader_box .page_top_title img { width: 32px; height: 23px; }
.leaderEmailBox.blue .leader_box .page_top_title h1 { display: inline-block; font-size: 20px; margin-top: 0; margin-bottom: 0; font-weight: 700; }
.leaderEmailBox.blue .pageBox { width: 1200px; border: 1px solid #ebebeb; padding: 10px; margin: 0 auto 10px auto; min-height: 500px; }
.leaderEmailBox.blue .pageBox .hide { display: none; }
.leaderEmailBox.blue .pageBox .clearfix { zoom: 1; }
.leaderEmailBox.blue .pageBox .clearfix:after { content: ""; display: block; clear: both; }
.leaderEmailBox.blue .pageBox ul li { margin: 0; padding: 0; list-style: none; }
.leaderEmailBox.blue .pageBox .page_title_box { width: 100%; font-size: 14px; font-weight: bold; font-family: "SimSun",宋体; height: 30px; background-color: #2055ac; color: #FFF; line-height: 30px; position: relative; }
.leaderEmailBox.blue .pageBox .page_title_box .page_num { position: absolute; left: 0; padding-left: 10px; display: inline-block; width: 80px; text-align: left; }
.leaderEmailBox.blue .pageBox .page_title_box .page_title { float: right; padding-right: 10px; display: block; position: absolute; right: 180px; }
.leaderEmailBox.blue .pageBox .page_title_box .page_right { float: right; padding-right: 10px; display: inline-block; width: 80px; text-align: left; position: absolute; right: 0; }
.leaderEmailBox.blue .pageBox .pageDiv { width: 100%; background: #fff; padding-left: 0; margin-bottom: 10px; }
.leaderEmailBox.blue .pageBox .pageDiv li { width: 100%; margin-right: 1.25%; font-size: 14px; font-family: "SimSun",宋体; position: relative; height: 36px; line-height: 36px; border-bottom: 1px dashed #eee; }
.leaderEmailBox.blue .pageBox .pageDiv li .list_num { position: absolute; right: 0; display: inline-block; width: 80px; text-align: left; color: #333; font-family: "Microsoft YaHei"; }
.leaderEmailBox.blue .pageBox .pageDiv li a { position: absolute; left: 0; padding-left: 10px; padding-right: 10px; display: inline-block; color: #333; font-family: "Microsoft YaHei"; text-decoration: none; cursor: pointer; }
.leaderEmailBox.blue .pageBox .pageDiv li a:hover { color: #000; font-weight: 700; }
.leaderEmailBox.blue .pageBox .pageDiv li .list_date { position: absolute; right: 170px; display: inline-block; width: 80px; text-align: center; color: #333; font-family: "Microsoft YaHei"; }
.leaderEmailBox.blue .pageBox .notContent { padding: 15px 0; text-align: center; }
.leaderEmailBox.blue .pageBox .page { text-align: center; width: 100%; margin: 0 auto; }
.leaderEmailBox.blue .pageBox .page .pageMenu { text-align: center; padding-left: 0; width: 90%; margin: 0 auto; }
.leaderEmailBox.blue .pageBox .page .pageMenu li::selection { background: transparent; }
.leaderEmailBox.blue .pageBox .page .pageMenu li { border: solid thin #ddd; margin: 3px; float: left; padding: 5px 10px; cursor: pointer; background: #fff; }
.leaderEmailBox.blue .pageBox .page .pageMenu div.pageObj { display: inline-block; float: left; }
.leaderEmailBox.blue .pageBox .page .pageMenu li.disabled { background-color: #DDDDDD; cursor: not-allowed; }
.leaderEmailBox.blue .pageBox .page .pageMenu li.active { border: solid thin #2055ac; background-color: #2055ac; color: #fff; }
.leaderEmailBox.blue .pageBox .page .pageMenu li.last { font-size: 14px; background: transparent; border: 0; position: relative; top: -4px; }
.leaderEmailBox.blue .pageBox .page .pageMenu li.last .keuInput { padding: 0 5px; width: 50px; border: solid thin #ddd; height: 29px; outline: none; text-align: center; font-size: 16px; margin-top: -4px; }
.leaderEmailBox.blue .pageBox .page .pageMenu li.last .btnSure { padding: 4px 8px; border: solid thin #ddd; outline: none; text-align: center; font-size: 16px; background: #fff; margin-left: 3px; }
.leaderEmailBox.blue .pageBox .page .pageMenu li.last .btnSure:hover { cursor: pointer; }
.leaderEmailBox.blue .leade_email_l { width: 300px; height: 600px; background-color: #eaeaea; margin-right: 32px; position: absolute; left: 0; }
.leaderEmailBox.blue .leade_email_l .letter_query { margin: 6px 0; }
.leaderEmailBox.blue .leade_email_l .letter_query .query_text { margin-top: 20px; height: 33px; line-height: 33px; padding-left: 10px; color: #424242; font-size: 16px; font-weight: 700; margin-bottom: 20px; }
.leaderEmailBox.blue .leade_email_l .letter_query .input-group { height: 33px; line-height: 33px; padding-left: 20px; color: #424242; font-size: 16px; margin-bottom: 10px; }
.leaderEmailBox.blue .leade_email_l .letter_query .input-group .input-group-addon { background-color: #2055ac; color: #fff; border: 1px solid #2055ac; }
.leaderEmailBox.blue .leade_email_l .letter_query .input-group input { width: 190px; border-color: #2055ac; }
.leaderEmailBox.blue .leade_email_l .letter_query .one_btn { text-align: center; }
.leaderEmailBox.blue .leade_email_l .letter_query .one_btn button { background-color: #2055ac; color: #fff; }
.leaderEmailBox.blue .leade_email_l .letter_query .one_btn button:hover { background: #163C7B; }
.leaderEmailBox.blue .condition-panel { width: 900px; height: 100px; margin-left: 10px; background: #fff; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; }
.leaderEmailBox.blue .condition-panel .condition-input { float: left; width: 620px; }
.leaderEmailBox.blue .condition-panel .condition-input .ci-input-col { margin: 15px 0; margin-left: 10px; height: 30px; width: 600px; }
.leaderEmailBox.blue .condition-panel .condition-input .ci-input-col input { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; height: 100%; width: 100%; padding: 0 5px; }
.leaderEmailBox.blue .condition-panel .condition-input .ci-select { float: left; margin: 15px 0; margin-left: 10px; height: 30px; }
.leaderEmailBox.blue .condition-panel .condition-input .ci-select select { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; height: 100%; width: 100%; }
.leaderEmailBox.blue .condition-panel .condition-input .ci-select.type { width: 240px; }
.leaderEmailBox.blue .condition-panel .condition-input .ci-select.startDate, .leaderEmailBox.blue .condition-panel .condition-input .ci-select.endDate { width: 170px; }
.leaderEmailBox.blue .condition-panel .condition-input .ci-select.startDate input, .leaderEmailBox.blue .condition-panel .condition-input .ci-select.endDate input { height: 100%; width: 100%; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; padding: 0 5px; }
.leaderEmailBox.blue .condition-panel .condition-button { float: right; width: 100px; height: 80px; margin: 10px; background: #2055ac; margin-right: 20px; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; -ms-border-radius: 8px; text-align: center; color: #fff; font-size: 18px; }
.leaderEmailBox.blue .condition-panel .condition-button img { margin-top: 10px; }
.leaderEmailBox.blue .condition-panel .condition-button i { width: 35px; height: 35px; margin-top: 5px; font-size: 35px; }
.leaderEmailBox.blue .condition-panel .condition-button:hover { cursor: pointer; background: #163C7B; }

.mail-link { width: 1200px; margin: 0 auto; }
.mail-link iframe { margin-top: 30px; border: 0; width: 100%; height: 610px; }

.letterBox.blue .letter_box { width: 1200px; margin: 0 auto; padding-top: 12px; padding-bottom: 12px; position: relative; height: 655px; margin-bottom: 20px; }
.letterBox.blue .letter_box font { color: #ff0000; }
.letterBox.blue .letter_box .letter_l { width: 278px; height: 655px; background-color: #eaeaea; margin-right: 32px; position: absolute; left: 0; }
.letterBox.blue .letter_box .letter_l .letter_query { margin: 6px 0; }
.letterBox.blue .letter_box .letter_l .letter_query .query_text { margin-top: 20px; height: 33px; line-height: 33px; padding-left: 10px; color: #424242; font-size: 16px; font-weight: 700; margin-bottom: 20px; }
.letterBox.blue .letter_box .letter_l .letter_query .input-group { height: 33px; line-height: 33px; padding-left: 10px; color: #424242; font-size: 16px; margin-bottom: 10px; }
.letterBox.blue .letter_box .letter_l .letter_query .input-group .input-group-addon { background-color: #2055ac; color: #fff; border: 1px solid #2055ac; }
.letterBox.blue .letter_box .letter_l .letter_query .input-group input { width: 190px; border-color: #2055ac; }
.letterBox.blue .letter_box .letter_l .letter_query .one_btn { text-align: center; }
.letterBox.blue .letter_box .letter_l .letter_query .one_btn button { background-color: #2055ac; color: #fff; }
.letterBox.blue .letter_box .letter_l .letter_query .one_btn button:hover { background: #c00d0e; }
.letterBox.blue .letter_box .letter_r { width: 880px; height: 655px; border: 1px solid #eeeeee; position: absolute; right: 0; }
.letterBox.blue .letter_box .letter_r .letter_r_title { height: 36px; padding: 0 10px; }
.letterBox.blue .letter_box .letter_r .letter_r_title .glyphicon { font-size: 20px; }
.letterBox.blue .letter_box .letter_r .letter_r_title .r_title { font-size: 20px; font-weight: 700; line-height: 36px; letter-spacing: 2px; }
.letterBox.blue .letter_box .letter_r .letter_r_title .check_processed { float: right; color: #3386C5; cursor: pointer; height: 36px; line-height: 36px; margin-right: 30px; }
.letterBox.blue .letter_box .letter_r .message_board { padding: 10px; margin: 10px; border: 1px solid #eee; }
.letterBox.blue .letter_box .letter_r .message_board p { text-indent: 2em; }
.letterBox.blue .letter_box .letter_r .fillfrom { padding: 10px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result { width: 98%; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr { height: 28px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr .h132 { line-height: 132px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr .h314 { line-height: 314px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr .w95 { display: inline-block; width: 26.5%; float: left; height: 34px; line-height: 22px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr .w72 { float: left; width: 73%; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr th { width: 120px; text-align: center; background: #2055ac; color: #fff; font-size: 14px; border-bottom: 2px solid #fff; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td { padding: 2px 10px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group { width: 100%; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group .noborder { border: none; display: inline-block; width: 94px; height: 34px; line-height: 22px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group .noborder1 { border: none; display: inline-block; width: 96px; height: 34px; line-height: 22px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group #input_3, .letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group #input_4, .letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group #input_5, .letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group #input_6 { width: 95px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group #input_8 { display: inline-block; width: 95px; height: 34px; line-height: 22px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group .input_8 { width: 625px; float: right; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group #input_9 { border: 1px solid #ccc; display: inline-block; height: 196px; width: 95px; line-height: 190px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group #input_10 { border: 1px solid #ccc; display: inline-block; width: 95px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group label { margin-left: 10px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td textarea { width: 605px; max-width: 605px; height: 196px; max-height: 196px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td #input_11 { float: left; height: 28px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td #checkCode { font-size: 20px; color: #0068b7; display: inline-block; width: 80px; background-color: #eee; float: left; margin-left: -60px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .change_one { float: left; text-decoration: none; font-size: 14px; line-height: 25px; color: #0068b7; margin-left: -25px; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .letter_type { padding: 6px 12px; font-size: 14px; font-weight: 400; color: #555; text-align: center; background-color: #eee; border-radius: 4px; width: 96px; display: inline-block; height: 34px; line-height: 22px; border-top-right-radius: 0; border-bottom-right-radius: 0; }
.letterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td label { font-size: 14px; color: #333; font-family: 'Microsoft YaHei'; margin-left: 6px; }
.letterBox.blue .letter_box .letter_r .tip { text-align: center; color: #ff0000; font-size: 12px; font-weight: 700; margin-bottom: 10px; }
.letterBox.blue .letter_box .letter_r .two_btn { text-align: center; margin-bottom: 10px; }
.letterBox.blue .letter_box .letter_r .two_btn button { font-size: 11pt; border: 0px none; height: 36px; background-color: #2055ac; color: #fff; width: 120px; margin: 0px 6px; letter-spacing: 3px; }
.letterBox.blue .letter_box .letter_r .two_btn button:hover { background: #163C7B; }

.onlineSurveyBox.blue .pageBox { width: 1200px; border: 1px solid #ebebeb; padding: 10px; margin: 0 auto; }
.onlineSurveyBox.blue .pageBox .hide { display: none; }
.onlineSurveyBox.blue .pageBox .clearfix { zoom: 1; }
.onlineSurveyBox.blue .pageBox .clearfix:after { content: ""; display: block; clear: both; }
.onlineSurveyBox.blue .pageBox ul li { margin: 0; padding: 0; list-style: none; }
.onlineSurveyBox.blue .pageBox .page_title_box { width: 100%; font-size: 14px; font-weight: bold; font-family: "SimSun",宋体; height: 30px; background-color: #2055ac; color: #FFF; line-height: 30px; position: relative; }
.onlineSurveyBox.blue .pageBox .page_title_box .page_num { position: absolute; left: 0; padding-left: 10px; display: inline-block; width: 80px; text-align: left; }
.onlineSurveyBox.blue .pageBox .page_title_box .page_title { padding-right: 10px; display: block; position: absolute; right: 50%; font-size: 18px; margin-right: -42px; }
.onlineSurveyBox.blue .pageBox .page_title_box .page_right { padding-right: 10px; display: block; width: 220px; position: absolute; color: #000; right: 0; bottom: -30px; }
.onlineSurveyBox.blue .pageBox .pageDiv { width: 100%; padding-left: 0; margin-bottom: 10px; margin-top: 30px; }
.onlineSurveyBox.blue .pageBox .pageDiv li { padding-bottom: 10px; width: 100%; margin-right: 1.25%; padding-top: 10px; font-size: 14px; font-family: "SimSun",宋体; position: relative; height: 75px; border-bottom: 1px solid #ccc; background-color: #fff; }
.onlineSurveyBox.blue .pageBox .pageDiv li .list_num { position: absolute; right: 0; bottom: 20px; display: inline-block; width: 80px; color: #181BCC; font-size: 12px; }
.onlineSurveyBox.blue .pageBox .pageDiv li a { position: absolute; left: 0; padding-left: 10px; font-size: 14px; font-weight: 700; padding-right: 10px; display: inline-block; color: #666; text-decoration: none; cursor: pointer; }
.onlineSurveyBox.blue .pageBox .pageDiv li a:hover { color: #337ab7; }
.onlineSurveyBox.blue .pageBox .pageDiv li .peopleNumber { position: absolute; left: 120px; bottom: 20px; display: inline-block; width: 140px; text-align: center; font-size: 12px; color: #84817C; }
.onlineSurveyBox.blue .pageBox .pageDiv li .list_date { position: absolute; left: 0; bottom: 20px; display: inline-block; width: 140px; text-align: center; font-size: 12px; color: #84817C; }
.onlineSurveyBox.blue .pageBox .notContent { padding: 15px 0; text-align: center; }
.onlineSurveyBox.blue .pageBox .page { text-align: center; width: 100%; margin: 0 auto; }
.onlineSurveyBox.blue .pageBox .page .pageMenu { padding-left: 0; width: auto; margin: 0 auto; display: inline-block; }
.onlineSurveyBox.blue .pageBox .page .pageMenu li::selection { background: transparent; }
.onlineSurveyBox.blue .pageBox .page .pageMenu li { border: solid thin #ddd; margin: 3px; float: left; padding: 5px 10px; cursor: pointer; background: #fff; }
.onlineSurveyBox.blue .pageBox .page .pageMenu div.pageObj { display: inline-block; float: left; }
.onlineSurveyBox.blue .pageBox .page .pageMenu li.disabled { background-color: #DDDDDD; cursor: not-allowed; }
.onlineSurveyBox.blue .pageBox .page .pageMenu li.active { border: solid thin #2055ac; background-color: #2055ac; color: #fff; }
.onlineSurveyBox.blue .pageBox .page .pageMenu li.last { font-size: 14px; background: transparent; border: 0; position: relative; top: -4px; }
.onlineSurveyBox.blue .pageBox .page .pageMenu li.last .keuInput { padding: 0 5px; width: 50px; border: solid thin #ddd; height: 29px; outline: none; text-align: center; font-size: 16px; }
.onlineSurveyBox.blue .pageBox .page .pageMenu li.last .btnSure { padding: 4px 8px; border: solid thin #ddd; outline: none; text-align: center; font-size: 16px; background: #fff; margin-left: 3px; }
.onlineSurveyBox.blue .pageBox .page .pageMenu li.last .btnSure:hover { cursor: pointer; }

.organizationBox.blue .institutions { width: 1200px; height: auto; border-left: 1px solid #999; border-right: 1px solid #999; margin: 0 auto 59px auto; }
.organizationBox.blue .institutions .top_text { height: 67px; border: none; text-align: center; font-size: 30px; font-weight: bold; line-height: 67px; color: #fff; background-color: #2055ac; }
.organizationBox.blue .institutions .institutions_content { background: #FFF; }
.organizationBox.blue .institutions .institutions_content ul { padding-left: 30px; }
.organizationBox.blue .institutions .institutions_content ul li { list-style: none; float: left; width: 220px; height: 58px; border: 1px solid #7185a1; text-align: center; float: left; line-height: 58px; margin: 0px 10px 9px 0px; }
.organizationBox.blue .institutions .institutions_content ul li a { text-decoration: none; font: bold 14px "宋体"; color: #666666; display: block; height: 58px; line-height: 58px; cursor: pointer; }
.organizationBox.blue .institutions .institutions_content ul li a:hover { color: #0897dd; }
.organizationBox.blue .institutions .bottom_line { width: 100%; height: 11px; background: #cccccc; }

.processedBox.blue .email_table { margin: 5px auto; width: 1200px; }
.processedBox.blue .email_table .email_main { text-align: left; padding: 5px; }
.processedBox.blue .email_table .email_main .table_result { width: 100%; border-color: #E6E6E6; }
.processedBox.blue .email_table .email_main .table_result tbody tr { height: 28px; }
.processedBox.blue .email_table .email_main .table_result tbody tr th { width: 12%; background-color: #163C7B; padding: 3px; text-align: center; font-size: 9pt; font-weight: bold; color: #fff; text-indent: 1em; }
.processedBox.blue .email_table .email_main .table_result tbody tr td { width: 38%; background: #FFFFFF; padding: 3px; font-size: 12px; }
.processedBox.blue .email_table .email_main .table_result tbody tr td .spanStyle { display: block; height: 300px; overflow: auto; }
.processedBox.blue .email_table .email_main .table_result tbody tr td .context { width: 1045px; max-width: 1045px; height: 300px; text-indent: 2em; border: 1px solid #eee; overflow: auto; }
.processedBox.blue .email_table .email_main .table_result tbody tr td p { text-indent: 1em; }

.publicOpinionBox.blue .pageBox { width: 1200px; border: 1px solid #ebebeb; padding: 10px; margin: 0 auto; }
.publicOpinionBox.blue .pageBox .hide { display: none; }
.publicOpinionBox.blue .pageBox .clearfix { zoom: 1; }
.publicOpinionBox.blue .pageBox .clearfix:after { content: ""; display: block; clear: both; }
.publicOpinionBox.blue .pageBox ul li { margin: 0; padding: 0; list-style: none; }
.publicOpinionBox.blue .pageBox .page_title_box { width: 100%; font-size: 14px; font-weight: bold; font-family: "SimSun",宋体; height: 30px; background-color: #2055ac; color: #FFF; line-height: 30px; position: relative; }
.publicOpinionBox.blue .pageBox .page_title_box .page_num { position: absolute; left: 0; display: inline-block; width: 100%; text-align: center; }
.publicOpinionBox.blue .pageBox .page_title_box .page_title { float: right; padding-right: 10px; display: block; position: absolute; right: 180px; }
.publicOpinionBox.blue .pageBox .page_title_box .page_right { float: right; padding-right: 10px; display: inline-block; width: 80px; text-align: center; position: absolute; right: 0; cursor: pointer; }
.publicOpinionBox.blue .pageBox .pageDiv { width: 100%; background: #fff; padding-left: 0; margin-bottom: 10px; }
.publicOpinionBox.blue .pageBox .pageDiv li { width: 100%; margin-right: 1.25%; font-size: 14px; font-family: "SimSun",宋体; position: relative; height: 100px; border-bottom: 1px dashed #d4d4d4; }
.publicOpinionBox.blue .pageBox .pageDiv li:hover { background-color: #eee; height: 120px; }
.publicOpinionBox.blue .pageBox .pageDiv li .list_num { position: absolute; right: 20px; bottom: 20px; display: inline-block; width: auto; color: #006dc0; font-size: 14px; }
.publicOpinionBox.blue .pageBox .pageDiv li a.a_paging, .publicOpinionBox.blue .pageBox .pageDiv li a.b_paging { position: absolute; left: 10px; top: 20px; font-size: 20px; color: #4B4B4B; font-weight: normal; padding-left: 10px; padding-right: 10px; display: inline-block; text-decoration: none; cursor: pointer; }
.publicOpinionBox.blue .pageBox .pageDiv li a.a_paging:hover, .publicOpinionBox.blue .pageBox .pageDiv li a.b_paging:hover { color: #337ab7; }
.publicOpinionBox.blue .pageBox .pageDiv li .list_date { position: absolute; left: 20px; bottom: 20px; display: inline-block; width: auto; text-align: center; }
.publicOpinionBox.blue .pageBox .pageDiv li .bdsharebuttonbox { position: absolute; display: none; width: 200px; height: 20px; right: 20px; bottom: 20px; line-height: 20px; }
.publicOpinionBox.blue .pageBox .pageDiv li .bdsharebuttonbox .shareto { color: #006dc0; font-size: 14px; float: left; text-decoration: none; margin-top: 5px; }
.publicOpinionBox.blue .pageBox .pageDiv li .bdsharebuttonbox a { display: inline-block; float: left; }
.publicOpinionBox.blue .pageBox .notContent { padding: 15px 0; text-align: center; }
.publicOpinionBox.blue .pageBox .page { text-align: center; width: 100%; margin: 0 auto; }
.publicOpinionBox.blue .pageBox .page .pageMenu { text-align: center; padding-left: 0; width: auto; margin: 0 auto; display: inline-block; }
.publicOpinionBox.blue .pageBox .page .pageMenu li::selection { background: transparent; }
.publicOpinionBox.blue .pageBox .page .pageMenu li { border: solid thin #ddd; margin: 3px; float: left; padding: 5px 10px; cursor: pointer; background: #fff; }
.publicOpinionBox.blue .pageBox .page .pageMenu div.pageObj { display: inline-block; float: left; }
.publicOpinionBox.blue .pageBox .page .pageMenu li.disabled { background-color: #DDDDDD; cursor: not-allowed; }
.publicOpinionBox.blue .pageBox .page .pageMenu li.active { border: solid thin #2055ac; background-color: #2055ac; color: #fff; }
.publicOpinionBox.blue .pageBox .page .pageMenu li.last { font-size: 14px; background: transparent; border: 0; position: relative; top: -4px; }
.publicOpinionBox.blue .pageBox .page .pageMenu li.last .keuInput { padding: 0 5px; width: 50px; border: solid thin #ddd; height: 29px; outline: none; text-align: center; font-size: 16px; }
.publicOpinionBox.blue .pageBox .page .pageMenu li.last .btnSure { padding: 4px 8px; border: solid thin #ddd; outline: none; text-align: center; font-size: 16px; background: #fff; margin-left: 3px; }
.publicOpinionBox.blue .pageBox .page .pageMenu li.last .btnSure:hover { cursor: pointer; }

.questionbaire.blue .questionnaireBox { width: 1200px; margin: 10px auto; border: 1px solid #ccc; }
.questionbaire.blue .questionnaireBox .titleBox { background-color: #2055ac; border-bottom: 1px solid #ccc; height: 30px; line-height: 30px; color: #fff; text-align: center; font-size: 18px; }
.questionbaire.blue .questionnaireBox .thanks { line-height: 25px; padding: 10px; text-indent: 2em; }
.questionbaire.blue .questionnaireBox .subject { margin-top: 5px; }
.questionbaire.blue .questionnaireBox .subject li { list-style: none; border-bottom: 1px dashed #ccc; margin-top: 5px; }
.questionbaire.blue .questionnaireBox .subject li .sub_title { color: #4B4B4B; font-size: 16px; font-family: "SimSun",宋体; font-weight: bold; }
.questionbaire.blue .questionnaireBox .subject li .radio { margin-left: 40px; }
.questionbaire.blue .questionnaireBox .subject li .radio span { color: #00568f; font-size: 12px; }
.questionbaire.blue .questionnaireBox .subject li .checkbox { margin-left: 40px; }
.questionbaire.blue .questionnaireBox .subject li textarea { margin-left: 40px; margin-bottom: 5px; margin-top: 5px; width: 1100px; height: 80px; }
.questionbaire.blue .questionnaireBox .check_code { margin-left: 20px; margin-top: 5px; }
.questionbaire.blue .questionnaireBox .check_code span { color: #4B4B4B; font-size: 16px; font-family: "SimSun",宋体; font-weight: bold; }
.questionbaire.blue .questionnaireBox .check_code input { margin-left: 10px; }
.questionbaire.blue .questionnaireBox .check_code img { font-size: 20px; width: 80px; background-color: #eee; margin-left: 10px; }
.questionbaire.blue .questionnaireBox .check_code a { margin-left: 10px; color: #4B4B4B; font-size: 16px; font-family: "SimSun",宋体; }
.questionbaire.blue .questionnaireBox .b_bottom { margin-bottom: 10px; text-align: center; }
.questionbaire.blue .questionnaireBox .b_bottom button { width: 80px; height: 32px; background-color: #2055ac; font-size: 12px; line-height: 10px; color: #fff; }

.result.blue .resultBox { width: 1200px; margin: 10px auto; border: 1px solid #ccc; }
.result.blue .resultBox .titleBox { background-color: #2055ac; border-bottom: 1px solid #ccc; height: 30px; line-height: 30px; color: #fff; text-align: center; font-size: 18px; }
.result.blue .resultBox .subject { margin-top: 5px; padding-right: 40px; }
.result.blue .resultBox .subject li { list-style: none; }
.result.blue .resultBox .subject li .sub_title { color: #4B4B4B; font-size: 16px; font-family: "SimSun",宋体; font-weight: bold; }
.result.blue .resultBox .subject li .echarts { height: 275px; }

.solicitation.blue .solicitationBox { width: 1200px; min-height: 600px; margin: 0 auto; display: block; overflow: hidden; border: 1px solid #bbbbbb; padding: 25px 49px; position: relative; }
.solicitation.blue .solicitationBox h1 { font-size: 30px; color: #4B4B4B; text-align: center; font-weight: normal; line-height: 30px; margin: 20px auto 20px auto; }
.solicitation.blue .solicitationBox .time_box { width: 442px; text-align: center; font-size: 14px; color: #545454; margin: 0px auto 23px auto; display: block; overflow: hidden; }
.solicitation.blue .solicitationBox .time_box .time { float: left; width: 124px; }
.solicitation.blue .solicitationBox .time_box .comefrom { float: left; text-align: center; width: 199px; }
.solicitation.blue .solicitationBox .time_box .setfont { float: left; width: 119px; }
.solicitation.blue .solicitationBox .time_box .setfont a { text-decoration: none; height: 24px; line-height: 24px; font-size: 12px; color: #0e2f5f; padding: 0 3px; }
.solicitation.blue .solicitationBox .time_box .setfont .on { font-weight: bold; }
.solicitation.blue .solicitationBox .info { font-size: 18px; }
.solicitation.blue .solicitationBox .info p { text-indent: 2em; line-height: 2; }
.solicitation.blue .solicitationBox .bdsharebuttonbox { position: absolute; bottom: 20px; right: 30px; width: 200px; height: 20px; line-height: 20px; }
.solicitation.blue .solicitationBox .bdsharebuttonbox .bds_more { color: #006dc0; font-size: 14px; float: left; text-decoration: none; }
.solicitation.blue .solicitationBox .bdsharebuttonbox a { display: inline-block; float: left; }
.solicitation.blue .solicitationBox .accessory a { text-decoration: none; }
.solicitation.blue .your_advice_box { width: 1200px; margin: 0 auto; font-size: 14px; }
.solicitation.blue .your_advice_box .message { border: #ebebeb 1px solid; padding: 0 0 30px 0; }
.solicitation.blue .your_advice_box .message h4 { margin: 0; height: 40px; line-height: 40px; background-color: #2055ac; color: #fff; text-align: center; font-size: 16px; margin-bottom: 1px; font-weight: bold; letter-spacing: 3px; }
.solicitation.blue .your_advice_box .message .input-group { width: 800px; margin: 5px auto; }
.solicitation.blue .your_advice_box .message .title { width: 800px; margin: 5px auto; }
.solicitation.blue .your_advice_box .message .title .theme { display: inline-block; width: 53px; height: 34px; line-height: 34px; text-align: center; }
.solicitation.blue .your_advice_box .message .advice { width: 800px; margin: 5px auto; height: 132px; }
.solicitation.blue .your_advice_box .message .advice .advice_l { float: left; width: 60px; height: 132px; line-height: 132px; text-align: left; padding-left: 12px; }
.solicitation.blue .your_advice_box .message .advice .advice_r { float: left; width: 740px; height: 132px; }
.solicitation.blue .your_advice_box .message .advice .advice_r .textarea { display: block; width: 100%; height: 110px; max-width: 100%; max-height: 110px; }
.solicitation.blue .your_advice_box .message .code_box { width: 800px; margin: 5px auto; }
.solicitation.blue .your_advice_box .message .code_box .check_code { float: left; }
.solicitation.blue .your_advice_box .message .code_box input { margin-left: 18px; height: 28px; float: left; }
.solicitation.blue .your_advice_box .message .code_box .code { float: left; font-size: 20px; color: #0068b7; display: inline-block; width: 80px; background-color: #eee; margin-left: 10px; }
.solicitation.blue .your_advice_box .message .code_box a { text-decoration: none; float: left; height: 28px; line-height: 28px; margin-left: 10px; }
.solicitation.blue .your_advice_box .message .two_btn { width: 800px; margin: 5px auto; text-align: center; }
.solicitation.blue .your_advice_box .message .two_btn button { font-size: 11pt; border: 0px none; height: 36px; line-height: 24px; background-color: #2055ac; color: #fff; width: 120px; margin: 10px 6px; }
.solicitation.blue .look_all { width: 1200px; margin: 0 auto; text-align: center; margin-top: 20px; margin-bottom: 10px; }
.solicitation.blue .look_all button { background-color: #eee; color: #000; margin-left: 10px; }
.solicitation.blue .b_search { display: none; width: 1200px; margin: 0 auto; height: 40px; line-height: 40px; background-color: #2055ac; color: #fff; font-size: 16px; margin-bottom: 1px; font-weight: bold; }
.solicitation.blue .b_search .all { margin-left: 10px; font-size: 15px; }
.solicitation.blue .b_search .key_word { margin-left: 800px; font-size: 14px; font-weight: normal; }
.solicitation.blue .b_search button { color: #000; height: 30px; line-height: 9px; margin-left: 10px; margin-bottom: 4px; border-radius: radius(0); background-color: #eee; }
.solicitation.blue .b_search input { height: 30px; margin-left: 10px; color: #000; font-weight: normal; }
.solicitation.blue .pageBox { width: 1200px; display: none; border: 1px solid #ebebeb; padding: 10px; margin: 0 auto; }
.solicitation.blue .pageBox .hide { display: none; }
.solicitation.blue .pageBox .clearfix { zoom: 1; }
.solicitation.blue .pageBox .clearfix:after { content: ""; display: block; clear: both; }
.solicitation.blue .pageBox ul li { margin: 0; padding: 0; list-style: none; }
.solicitation.blue .pageBox .page_title_box { width: 100%; font-size: 14px; font-weight: bold; font-family: "SimSun",宋体; height: 30px; background-color: #eee; color: #000; line-height: 30px; position: relative; }
.solicitation.blue .pageBox .page_title_box .page_num { position: absolute; left: 0; display: inline-block; width: auto; margin-left: 10px; }
.solicitation.blue .pageBox .page_title_box .page_title { float: right; padding-right: 10px; display: block; position: absolute; left: 200px; font-size: 12px; }
.solicitation.blue .pageBox .page_title_box .page_right { padding-right: 10px; display: inline-block; width: auto; position: absolute; left: 320px; }
.solicitation.blue .pageBox .page_title_box .page_right input { height: 100%; z-index: 999; }
.solicitation.blue .pageBox .page_title_box .page_right button { height: 30px; color: #000; }
.solicitation.blue .pageBox .pageDiv { width: 100%; background: #fff; padding-left: 0; margin-bottom: 10px; }
.solicitation.blue .pageBox .pageDiv li { width: 100%; margin-right: 1.25%; font-size: 16px; font-family: "SimSun",宋体; height: auto; border-bottom: 1px dashed #d4d4d4; }
.solicitation.blue .pageBox .pageDiv li .list_num { display: inline-block; width: auto; word-wrap: break-word; margin-left: 36px; max-width: 860px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 10px; }
.solicitation.blue .pageBox .pageDiv li a.a_paging { color: #333; font-weight: normal; padding-left: 10px; padding-right: 10px; display: inline-block; text-decoration: none; width: 100px; }
.solicitation.blue .pageBox .pageDiv li a.a_paging .subTitle { display: none; padding-left: 100px; font-size: 14px; }
.solicitation.blue .pageBox .pageDiv li .list_date { display: inline-block; width: auto; text-align: center; margin-left: 100px; }
.solicitation.blue .pageBox .notContent { padding: 15px 0; text-align: center; }
.solicitation.blue .pageBox .page { text-align: center; width: 100%; margin: 0 auto; }
.solicitation.blue .pageBox .page .pageMenu { text-align: center; padding-left: 0; width: 90%; margin: 0 auto; }
.solicitation.blue .pageBox .page .pageMenu li::selection { background: transparent; }
.solicitation.blue .pageBox .page .pageMenu li { border: solid thin #ddd; margin: 3px; float: left; padding: 5px 10px; cursor: pointer; background: #fff; }
.solicitation.blue .pageBox .page .pageMenu div.pageObj { display: inline-block; float: left; }
.solicitation.blue .pageBox .page .pageMenu li.disabled { background-color: #DDDDDD; cursor: not-allowed; }
.solicitation.blue .pageBox .page .pageMenu li.active { border: solid thin #2055ac; background-color: #2055ac; color: #fff; }
.solicitation.blue .pageBox .page .pageMenu li.last { font-size: 14px; background: transparent; border: 0; position: relative; top: -4px; }
.solicitation.blue .pageBox .page .pageMenu li.last .keuInput { padding: 0 5px; width: 50px; border: solid thin #ddd; height: 29px; outline: none; text-align: center; font-size: 16px; }
.solicitation.blue .pageBox .page .pageMenu li.last .btnSure { padding: 4px 8px; border: solid thin #ddd; outline: none; text-align: center; font-size: 16px; background: #fff; margin-left: 3px; }
.solicitation.blue .pageBox .page .pageMenu li.last .btnSure:hover { cursor: pointer; }
.solicitation.blue .feedback { width: 1200px; margin: 0 auto; display: none; margin-bottom: 10px; }
.solicitation.blue .feedback .back_title { height: 40px; line-height: 40px; background-color: #2055ac; color: #fff; font-size: 16px; margin-bottom: 1px; font-weight: bold; }
.solicitation.blue .feedback .back_title .title { margin-left: 10px; }
.solicitation.blue .feedback .content { padding-left: 10px; }

.writeLetterBox.blue .letter_box { width: 1200px; margin: 0 auto; padding-top: 12px; padding-bottom: 12px; position: relative; height: 865px; margin-bottom: 20px; }
.writeLetterBox.blue .letter_box font { color: #ff0000; }
.writeLetterBox.blue .letter_box .letter_l { width: 278px; height: 865px; background-color: #eaeaea; margin-right: 32px; position: absolute; left: 0; }
.writeLetterBox.blue .letter_box .letter_l .letter_query { margin: 6px 0; }
.writeLetterBox.blue .letter_box .letter_l .letter_query .query_text { margin-top: 20px; height: 33px; line-height: 33px; padding-left: 10px; color: #424242; font-size: 16px; font-weight: 700; margin-bottom: 20px; }
.writeLetterBox.blue .letter_box .letter_l .letter_query .input-group { height: 33px; line-height: 33px; padding-left: 10px; color: #424242; font-size: 16px; margin-bottom: 10px; }
.writeLetterBox.blue .letter_box .letter_l .letter_query .input-group .input-group-addon { background-color: #2055ac; color: #fff; border: 1px solid #2055ac; }
.writeLetterBox.blue .letter_box .letter_l .letter_query .input-group input { width: 190px; border-color: #2055ac; }
.writeLetterBox.blue .letter_box .letter_l .letter_query .one_btn { text-align: center; }
.writeLetterBox.blue .letter_box .letter_l .letter_query .one_btn button { background-color: #2055ac; color: #fff; }
.writeLetterBox.blue .letter_box .letter_r { width: 880px; height: 865px; border: 1px solid #eeeeee; position: absolute; right: 0; }
.writeLetterBox.blue .letter_box .letter_r .letter_r_title { height: 36px; padding: 0 10px; }
.writeLetterBox.blue .letter_box .letter_r .letter_r_title .glyphicon { font-size: 20px; }
.writeLetterBox.blue .letter_box .letter_r .letter_r_title .r_title { font-size: 20px; font-weight: 700; line-height: 36px; letter-spacing: 2px; }
.writeLetterBox.blue .letter_box .letter_r .letter_r_title .check_processed { float: right; color: #2055ac; cursor: pointer; height: 36px; line-height: 36px; }
.writeLetterBox.blue .letter_box .letter_r .message_board { padding: 10px; margin: 10px; border: 1px solid #eee; }
.writeLetterBox.blue .letter_box .letter_r .message_board p { text-indent: 2em; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom { padding: 10px; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result { width: 98%; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr { height: 28px; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr .h132 { line-height: 132px; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr .h314 { line-height: 314px; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr .w95 { display: inline-block; width: 95px; float: left; height: 34px; line-height: 22px; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr .w86 { float: left; width: 86%; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr .w78 { float: left; width: 78%; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr th { width: 120px; text-align: center; background-color: #2055ac; color: #fff; border-bottom: 2px solid #fff; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td { padding: 2px 10px; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group { width: 100%; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group #input_7 { border-right: 1px solid #ccc; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group #input_9 { border: 1px solid #ccc; display: inline-block; height: 196px; width: 95px; line-height: 190px; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group #input_10 { border: 1px solid #ccc; display: inline-block; width: 95px; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .input-group label { margin-left: 10px; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td textarea { width: 605px; max-width: 605px; height: 196px; max-height: 196px; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td.td_address .input-group { width: 60%; float: left; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td.td_address .sel_1 { width: 13%; float: left; margin-left: 1%; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td.td_address .sel_2 { width: 24.5%; float: left; margin-left: 1%; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td #input_11 { float: left; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td #checkCode { font-size: 20px; color: #0068b7; display: inline-block; width: 80px; height: 25px; background-color: #eee; float: left; margin-left: 10px; }
.writeLetterBox.blue .letter_box .letter_r .fillfrom .table_result tbody tr td .change_one { float: left; height: 25px; text-decoration: none; font-size: 14px; line-height: 25px; color: #0068b7; margin-left: 10px; }
.writeLetterBox.blue .letter_box .letter_r .two_btn { text-align: center; }
.writeLetterBox.blue .letter_box .letter_r .two_btn button { font-size: 11pt; border: 0px none; height: 36px; background-color: #2055ac; color: #fff; width: 120px; margin: 0px 6px; letter-spacing: 3px; }

.detailsBox.red .details { width: 1200px; min-height: 600px; margin: 0 auto; display: block; overflow: hidden; border: 1px solid #bbbbbb; padding: 25px 49px; position: relative; }
.detailsBox.red .details h1 { font-size: 30px; color: #4B4B4B; text-align: center; font-weight: normal; line-height: 30px; margin: 20px auto 20px auto; }
.detailsBox.red .details .time_box { width: 442px; text-align: center; font-size: 14px; color: #545454; margin: 0px auto 23px auto; display: block; overflow: hidden; }
.detailsBox.red .details .time_box .time { float: left; width: 124px; }
.detailsBox.red .details .time_box .comefrom { float: left; text-align: center; width: 199px; }
.detailsBox.red .details .time_box .setfont { float: left; width: 119px; }
.detailsBox.red .details .time_box .setfont a { text-decoration: none; height: 24px; line-height: 24px; font-size: 12px; color: #0e2f5f; padding: 0 3px; }
.detailsBox.red .details .time_box .setfont .on { font-weight: bold; }
.detailsBox.red .details .info { font-size: 18px; border-top: 1px dashed #eee; }
.detailsBox.red .details .info p { text-indent: 2em; line-height: 2; }
.detailsBox.red .details .bdsharebuttonbox { position: absolute; bottom: 20px; right: 30px; width: 200px; height: 20px; line-height: 20px; }
.detailsBox.red .details .bdsharebuttonbox .bds_more { color: #006dc0; font-size: 14px; float: left; text-decoration: none; }
.detailsBox.red .details .bdsharebuttonbox a { display: inline-block; float: left; }
.detailsBox.red .details .accessory a { text-decoration: none; }
.detailsBox.blue .details { width: 1200px; min-height: 600px; margin: 0 auto; display: block; overflow: hidden; border: 1px solid #bbbbbb; padding: 25px 49px; position: relative; }
.detailsBox.blue .details h1 { font-size: 30px; color: #4B4B4B; text-align: center; font-weight: normal; line-height: 30px; margin: 20px auto 20px auto; }
.detailsBox.blue .details .time_box { width: 442px; text-align: center; font-size: 14px; color: #545454; margin: 0px auto 23px auto; display: block; overflow: hidden; }
.detailsBox.blue .details .time_box .time { float: left; width: 124px; }
.detailsBox.blue .details .time_box .comefrom { float: left; text-align: center; width: 199px; }
.detailsBox.blue .details .time_box .setfont { float: left; width: 119px; }
.detailsBox.blue .details .time_box .setfont a { text-decoration: none; height: 24px; line-height: 24px; font-size: 12px; color: #0e2f5f; padding: 0 3px; }
.detailsBox.blue .details .time_box .setfont .on { font-weight: bold; }
.detailsBox.blue .details .info { border-top: 1px dashed #eee; font-size: 18px; }
.detailsBox.blue .details .info p { text-indent: 2em; line-height: 2; }
.detailsBox.blue .details .bdsharebuttonbox { position: absolute; bottom: 20px; right: 30px; width: 200px; height: 20px; line-height: 20px; }
.detailsBox.blue .details .bdsharebuttonbox .bds_more { color: #006dc0; font-size: 14px; float: left; text-decoration: none; }
.detailsBox.blue .details .bdsharebuttonbox a { display: inline-block; float: left; }
.detailsBox.blue .details .accessory a { text-decoration: none; }

.friendLinkBox .friendLink { background-color: #2F3F5B; padding-left: 0; padding-right: 0; min-width: 1200px; }
.friendLinkBox .friendLink .container { padding-left: 0; padding-right: 0; width: 1200px; }
.friendLinkBox .friendLink .line_1 { height: 6px; background-color: #BB1109; }
.friendLinkBox .friendLink .line_2 { height: 12px; background-color: #213357; }
.friendLinkBox .friendLink .friendLink_t { border-bottom: 1px solid #26324A; }
.friendLinkBox .friendLink .friendLink_t .friend_link { margin-top: 40px; padding-left: 70px; position: relative; margin-bottom: 13px; }
.friendLinkBox .friendLink .friendLink_t .friend_link span { position: absolute; left: 0; top: 0; font-size: 14px; color: #979FAD; margin-right: 30px; }
.friendLinkBox .friendLink .friendLink_t .friend_link ul li { float: left; list-style: none; margin-right: 30px; margin-bottom: 5px; }
.friendLinkBox .friendLink .friendLink_t .friend_link ul li a { text-decoration: none; font-size: 14px; color: #fff; }
.friendLinkBox .friendLink .friendLink_t .friend_link ul li a img { width: 95px; height: 30px; }
.friendLinkBox .friendLink .friendLink_t .unit_select { margin-top: 10px; margin-bottom: 5px; }
.friendLinkBox .friendLink .friendLink_t .unit_select .drop_box { display: inline-block; }
.friendLinkBox .friendLink .friendLink_t .unit_select .drop_box .btn-group { margin-right: 21px; margin-bottom: 10px; }
.friendLinkBox .friendLink .friendLink_t .unit_select .drop_box .btn-group button { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; width: 223px; height: 30px; }
.friendLinkBox .friendLink .friendLink_t .unit_select .drop_box .btn-group button .caret { margin-left: 0; position: absolute; right: 12px; top: 50%; margin-top: -2px; }
.friendLinkBox .friendLink .friendLink_t .unit_select .drop_box .btn-group .dropdown-menu { border: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; }
.friendLinkBox .friendLink .friendLink_t .unit_select .drop_box .btn-group .dropdown-menu li { width: 33.333333%; }
.friendLinkBox .friendLink .friendLink_t .unit_select .drop_box .btn-group .dropdown-menu li a { padding: 3px 0 3px 10px; width: 100%; font-size: 12px; }
.friendLinkBox .friendLink .friendLink_t .unit_select .drop_box .btn-group .dropdown-menu li a:hover { background-color: #999; }
.friendLinkBox.blue .friendLink { background-color: #163C7B; }
.friendLinkBox.blue .friendLink .line_1 { background-color: #b70002; }
.friendLinkBox.blue .friendLink .line_2 { background-color: #2055ac; }
.friendLinkBox.blue .friendLink .line_2 div { display: none; }
.friendLinkBox.blue .friendLink .friendLink_t { border-bottom: 1px solid #26324A; }
.friendLinkBox.blue .friendLink .friendLink_t .friend_link span { color: #979FAD; }
.friendLinkBox.blue .friendLink .friendLink_t .friend_link ul li a { color: #fff; }
.friendLinkBox.blue .friendLink .friendLink_t .unit_select .drop_box .btn-group button { background-color: #2055ac; color: #fff; }

.accessible_read { width: 1200px; margin: 0 auto; display: block; overflow: hidden; }
.accessible_read h3, .accessible_read h6, .accessible_read h4, .accessible_read h5 { margin: 10px 0 10px 0; }
.accessible_read .s { font-weight: bold; }
.accessible_read .txi2em { text-indent: 2em; }
.accessible_read .ml28 { margin-left: 28px; }
.accessible_read a { text-decoration: none; color: #000; }
.accessible_read a:hover { color: #0919ef; }
.accessible_read li { list-style: none; }
.accessible_read .content { width: 100%; border: 2px solid #eee; padding: 0 20px; background: #fff; margin-top: 10px; }
.accessible_read .content .aboutme { text-align: center; }
.accessible_read .content .aboutme a { color: #000; text-decoration: none; outline: none; font-size: 16px; font-weight: 700; }

.webMapBox { min-height: 450px; text-align: center; }
.webMapBox .map_box { width: 1200px; margin: 0 auto; }
.webMapBox .map_box h2 a { text-decoration: none; font-size: 14px; font-weight: 700; color: #000; display: block; border-bottom: 5px solid #2055ac; margin-bottom: 10px; padding-bottom: 3px; }
.webMapBox .map_box h2 a:hover { color: #0c1cea; }
.webMapBox .map_box .map-tab { width: 100%; border-spacing: 0px; margin-bottom: 10px; }
.webMapBox .map_box .map-tab tbody tr th { width: 17%; padding-left: 5px; background-color: #eee; text-align: center; }
.webMapBox .map_box .map-tab tbody tr th a { text-decoration: none; color: #666; font-size: 14px; font-weight: 700; }
.webMapBox .map_box .map-tab tbody tr th a:hover { color: #0c1cea; }
.webMapBox .map_box .map-tab tbody tr td { width: 83%; }
.webMapBox .map_box .map-tab tbody tr td ul { list-style: none; }
.webMapBox .map_box .map-tab tbody tr td ul li { float: left; margin: 5px 10px; font-size: 12px; }
.webMapBox .map_box .map-tab tbody tr td ul li a { color: #000000; outline: none; }
.webMapBox .map_box .map-tab tbody tr td ul li a:hover { color: #0c1cea; }
.webMapBox.blue h2 { margin-top: 0; line-height: 36px; }
.webMapBox.blue h2 a:hover { color: #000; }
.webMapBox.blue tr { line-height: 35px; }
.webMapBox.blue tr:hover th, .webMapBox.blue tr:hover td { background: #daedfe; }
.webMapBox.blue tr th a, .webMapBox.blue tr td a { text-decoration: none; }
.webMapBox.blue tr th a:hover, .webMapBox.blue tr td a:hover { font-weight: bold; color: #4990e2; }
.webMapBox.blue tr td li { margin: 0px; padding: 5px 10px; width: 20%; text-align: left; }

.searchPageBox.leizhou { width: 100%; padding-top: 108px; }
.searchPageBox.leizhou a { text-decoration: none; }
.searchPageBox.leizhou .search_header { width: 100%; position: fixed; top: 0; background-color: #fff; z-index: 999; }
.searchPageBox.leizhou .search_header .logo_search { height: 75px; width: 1200px; margin: 0 auto; }
.searchPageBox.leizhou .search_header .logo_search .logo { margin-top: 17px; float: left; }
.searchPageBox.leizhou .search_header .logo_search .logo img { max-width: 300px; max-height: 64px; }
.searchPageBox.leizhou .search_header .logo_search .search_box { padding: 17px 0 0 0; float: left; }
.searchPageBox.leizhou .search_header .logo_search .search_box .input-group { width: 580px; }
.searchPageBox.leizhou .search_header .logo_search .search_box .input-group input { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; height: 41px; width: 536px; }
.searchPageBox.leizhou .search_header .logo_search .search_box .input-group span.glyphicon-search { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; width: 44px; height: 41px; border: none; background-color: #2055ac; color: #fff; font-size: 18px; top: 0; cursor: pointer; }
.searchPageBox.leizhou .search_header .logo_search .search_box .input-group ul { width: 100%; }
.searchPageBox.leizhou .search_header .logo_search .search_box .hot_search { margin: 14px 0 0 0; line-height: 12px; color: #a0a0a0; font: 12px "SimSun"; }
.searchPageBox.leizhou .search_header .logo_search .search_box .hot_search .hot_start { float: left; font-weight: bold; }
.searchPageBox.leizhou .search_header .logo_search .search_box .hot_search .hot_word { float: left; }
.searchPageBox.leizhou .search_header .logo_search .search_box .hot_search .hot_word .cursor { margin: 0 5px 0 20px; float: left; color: #a0a0a0; text-decoration: none; }
.searchPageBox.leizhou .search_header .logo_search .advanced { margin: 17px 0 0 15px; width: 45px; height: 41px; float: left; }
.searchPageBox.leizhou .search_header .logo_search .advanced a { color: #b8b8b8; text-decoration: none; border: none; }
.searchPageBox.leizhou .search_header .nav_box { height: 37px; background: #f7f7f7; border: 1px solid #e9e9e9; border-left: none; border-right: none; }
.searchPageBox.leizhou .search_header .nav_box .nav_main { width: 1200px; margin: 0 auto; padding-left: 3px; }
.searchPageBox.leizhou .search_header .nav_box .nav_main a { font-size: 14px; color: #656565; height: 37px; line-height: 37px; margin-right: 25px; padding: 0 13px 0 12px; float: left; text-decoration: none; }
.searchPageBox.leizhou .search_header .nav_box .nav_main a.checked { font-weight: 700; height: 34px; border-bottom: 3px solid #2055ac; }
.searchPageBox.leizhou .page_center { width: 1200px; margin: 0 auto; padding-bottom: 113px; }
.searchPageBox.leizhou .page_center .content_l { width: 100%; min-height: 900px; float: left; }
.searchPageBox.leizhou .page_center .content_l .search_num { height: 57px; position: relative; }
.searchPageBox.leizhou .page_center .content_l .search_num .resulte_num { position: absolute; left: 0px; top: 30px; color: #8b8b8b; height: 12px; line-height: 12px; }
.searchPageBox.leizhou .page_center .content_l .new_message { margin-top: 18px; }
.searchPageBox.leizhou .page_center .content_l .new_message .new_msg_title { height: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #004276; font-size: 16px; }
.searchPageBox.leizhou .page_center .content_l .new_message .new_msg_title span { color: #da0507; }
.searchPageBox.leizhou .page_center .content_l .new_message .new_msg_content { margin-top: 5px; padding-left: 10px; list-style: none; }
.searchPageBox.leizhou .page_center .content_l .new_message .new_msg_content li a { text-decoration: none; font-size: 12px; }
.searchPageBox.leizhou .page_center .content_l .new_message .new_msg_content li a img { display: block; width: 100px; height: 67px; border: 1px solid #eee; }
.searchPageBox.leizhou .page_center .content_l .new_message .new_msg_content li.fl { float: left; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox { padding: 10px; padding-left: 0; margin: 0 auto; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .hide { display: none; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .clearfix { zoom: 1; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .clearfix:after { content: ""; display: block; clear: both; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox ul li { margin: 0; padding: 0; list-style: none; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page_title_box { width: 100%; font-size: 14px; font-weight: bold; font-family: "SimSun",宋体; height: 30px; background-color: #da0507; color: #FFF; line-height: 30px; position: relative; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page_title_box .page_num { position: absolute; left: 0; display: inline-block; width: 100%; text-align: center; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page_title_box .page_title { float: right; padding-right: 10px; display: block; position: absolute; right: 180px; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page_title_box .page_right { float: right; padding-right: 10px; display: inline-block; width: 80px; text-align: center; position: absolute; right: 0; cursor: pointer; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv { width: 100%; background: #fff; padding-left: 0; margin-bottom: 10px; clear: both; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv li { width: 100%; margin-top: 18px; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv li .title { height: 25px; line-height: 25px; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv li .title .project_title { height: 25px; font-size: 17px; padding: 0 19px; line-height: 25px; margin-right: 11px; float: left; color: #fff; background-color: #2055ac; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv li .title .txt_color { width: 382px; height: 25px; font-size: 18px; line-height: 25px; float: left; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv li .title .txt_color em { color: #da0507; font-style: normal; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv li .content { margin-top: 11px; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv li .content img { vertical-align: bottom; width: 118px; float: left; margin-right: 10px; height: 90px; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv li .content .txt { color: #323232; background: #fff; font-size: 14px; line-height: 20px; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv li .content .txt em { color: #da0507; font-style: normal; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv li .content .link { display: inline-block; color: #008000; line-height: 20px; font-size: 14px; text-decoration: none; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv li .content i { font-style: italic; color: #000; margin-left: 2px; margin-right: 5px; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv li .content .time { font-size: 14px; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv #li_img { float: left; display: inline-block; width: 80px; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv #li_img .txt_color_img { display: inline-block; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .pageDiv #li_img .txt_color_img img { display: inline-block; width: 80px; height: 80px; border: 1px solid #eee; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .notContent { padding: 15px 0; text-align: center; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page { text-align: center; width: 100%; margin: 0 auto; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page .pageMenu { text-align: center; padding-left: 0; width: 90%; margin-top: 43px; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page .pageMenu li::selection { background: transparent; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page .pageMenu li { border: solid thin #ddd; margin: 3px; float: left; padding: 5px 10px; cursor: pointer; background: #fff; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page .pageMenu div.pageObj { display: inline-block; float: left; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page .pageMenu li.disabled { background-color: #DDDDDD; cursor: not-allowed; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page .pageMenu li.active { border: solid thin #2055ac; background-color: #2055ac; color: #fff; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page .pageMenu li.last { font-size: 14px; background: transparent; border: 0; position: relative; top: -7px; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page .pageMenu li.last .keuInput { padding: 0 5px; width: 50px; border: solid thin #ddd; height: 29px; outline: none; text-align: center; font-size: 16px; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page .pageMenu li.last .btnSure { padding: 4px 8px; border: solid thin #ddd; outline: none; text-align: center; font-size: 16px; background: #fff; margin-left: 3px; }
.searchPageBox.leizhou .page_center .content_l .paging .pageBox .page .pageMenu li.last .btnSure:hover { cursor: pointer; }
.searchPageBox.leizhou .footer { height: 60px; background: #fafafa; border-top: 1px solid #e9e9e9; }
.searchPageBox.leizhou .footer .footer_content { width: 1200px; margin: 0 auto; }
.searchPageBox.leizhou .footer .footer_content span { float: left; display: inline-block; font-size: 12px; line-height: 60px; font-family: "Microsoft YaHei"; color: #999; }
.searchPageBox.leizhou .backTop { width: 40px; height: 40px; background-color: #999; position: fixed; right: 100px; top: 600px; z-index: 999; text-align: center; line-height: 40px; color: #fff; }

#myModal { padding-right: 0 !important; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; }
#myModal .modal-dialog { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; width: 100%; top: -1px; margin-top: 0; }
#myModal .modal-dialog .modal-content { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; }
#myModal .modal-dialog .modal-content .modal-header { padding-left: 72px; }
#myModal .modal-dialog .modal-content .modal-footer { text-align: center; }
#myModal .modal-dialog .modal-content .modal-body { padding: 0; }
#myModal .modal-dialog .modal-content .modal-body .level { height: 26px; line-height: 26px; margin-top: 6px; margin-bottom: 6px; }
#myModal .modal-dialog .modal-content .modal-body .level label { display: inline; margin-bottom: 5px; font-weight: 400; }
#myModal .modal-dialog .modal-content .modal-body .level label input { height: 12px; width: 12px; line-height: 12px; border: 1px solid #999; border-bottom-color: #d8d8d8; padding-left: 5px; }
#myModal .modal-dialog .modal-content .modal-body .level1 .sec { margin-left: 0 !important; }
#myModal .modal-dialog .modal-content .modal-body input { height: 24px; width: 188px; line-height: 24px; border: 1px solid #999; border-bottom-color: #d8d8d8; padding-left: 5px; }
#myModal .modal-dialog .modal-content .modal-body .fir { width: 100px; text-align: right; font-weight: 700; display: inline-block; text-align: right; white-space: nowrap; }
#myModal .modal-dialog .modal-content .modal-body .sec { width: 200px; margin-left: 106px; display: inline-block; }
#myModal .modal-dialog .modal-content .modal-body .condition_top { background-color: #f3f3f3; padding-top: 24px; padding-bottom: 29px; }
#myModal .modal-dialog .modal-content .modal-body .condition_top .content { width: 1200px; margin: 0 auto; }
#myModal .modal-dialog .modal-content .modal-body .condition_bottom { margin-bottom: 20px; }
#myModal .modal-dialog .modal-content .modal-body .condition_bottom .content { width: 1200px; margin: 0 auto; }
#myModal .modal-dialog .modal-content .modal-body .condition_bottom .content .level .advanced_time i { color: #999; margin-left: 3px; font-size: 16px; cursor: pointer; }

.channelDirectoryBox { background-color: #fff; }
.channelDirectoryBox.blue .content { width: 1200px; margin: 0 auto; min-width: 1200px; margin-top: 20px; margin-bottom: 30px; }
.channelDirectoryBox.blue .content .content_left { width: 260px; float: left; }
.channelDirectoryBox.blue .content .content_left .back_first_page { margin-bottom: 16px; }
.channelDirectoryBox.blue .content .content_left .page_title { margin-bottom: 8px; }
.channelDirectoryBox.blue .content .content_left .c1 { width: 100%; margin: 10px auto; }
.channelDirectoryBox.blue .content .content_left .c1 ul { list-style: none; }
.channelDirectoryBox.blue .content .content_left .c1 ul .tree-list { margin: 10px 0; }
.channelDirectoryBox.blue .content .content_left .c1 ul li { cursor: pointer; width: 100%; min-height: 50px; line-height: 50px; }
.channelDirectoryBox.blue .content .content_left .c1 ul li i { margin-right: 6px; color: #CECECE; }
.channelDirectoryBox.blue .content .content_left .c1 ul li a { display: block; width: 100%; height: 50px; white-space: nowrap; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree1 { margin-bottom: 10px; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree1 .span1 { font-size: 15px; font-weight: 700; background-color: #9F9F9F; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree1 .span1 .glyphicon.glyphicon-cog { margin-left: 13px; margin-right: 17px; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree1 .span1 .glyphicon.glyphicon-plus { float: right; margin-right: 8px; color: #666666; font-size: 8px; height: 100%; line-height: 50px; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree1 .span1 .glyphicon.glyphicon-minus { float: right; margin-right: 8px; color: #666666; font-size: 8px; height: 100%; line-height: 50px; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree1 .span1:hover { background-color: #3FA6FF; color: #fff; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree1 .span1:hover i { color: #fff; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree1 .active { background-color: #3FA6FF; color: #fff; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree1 .active i { color: #fff; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree1 ul a:hover { background-color: #EFEFEF; color: #000; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree1 ul a:hover i { color: #000; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree1 ul .current { background-color: #EFEFEF; color: #000; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree1 ul .current i { color: #000; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree2 { width: 232px; min-height: 42px; margin: 10px auto; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree2 span { background-color: #EBEEF3; border-radius: 10px; font-size: 15px; color: #666666; }
.channelDirectoryBox.blue .content .content_left .c1 ul li.tree2 span .glyphicon.glyphicon-play { color: #E93A41; font-size: 12px; margin-left: 18px; margin-right: 22px; }
.channelDirectoryBox.blue .content .content_left .c1 .tree-list { background: #fff; }
.channelDirectoryBox.blue .content .content_left .c1 .tree-list ul { display: none; }
.channelDirectoryBox.blue .content .content_right { width: 900px; float: right; }
.channelDirectoryBox.blue .content .content_right .title_img { width: 100%; height: 160px; background-image: url(./portal/common/images/title_img.gif); background-repeat: no-repeat; text-align: center; font-size: 40px; font-weight: 700; color: #0068B7; line-height: 160px; }
.channelDirectoryBox.blue .content .content_right .input-group { width: 100%; height: 62px; border: 1px solid #89B9DE; margin-top: 13px; margin-bottom: 22px; border-radius: 4px; background-color: #E4E4E4; padding-left: 22px; padding-right: 25px; }
.channelDirectoryBox.blue .content .content_right .input-group .text { color: #BE2F2F; font-size: 20px; font-weight: bold; text-shadow: 1px 1px 2px #BE2F2F; float: left; height: 62px; line-height: 62px; }
.channelDirectoryBox.blue .content .content_right .input-group input { height: 45px; width: 600px; border-radius: 10px; margin-top: 7px; float: right; }
.channelDirectoryBox.blue .content .content_right .input-group .glyphicon { float: right; margin-top: 7px; display: inline-block; width: 70px; height: 43px; border-radius: 10px; background-color: #BE2F2F; color: #fff; font-size: 25px; line-height: 43px; text-align: center; margin-left: -30px; position: relative; z-index: 999; }
.channelDirectoryBox.blue .content .content_right .pageBox { padding: 10px; margin: 0 auto; }
.channelDirectoryBox.blue .content .content_right .pageBox .hide { display: none; }
.channelDirectoryBox.blue .content .content_right .pageBox .clearfix { zoom: 1; }
.channelDirectoryBox.blue .content .content_right .pageBox .clearfix:after { content: ""; display: block; clear: both; }
.channelDirectoryBox.blue .content .content_right .pageBox ul li { margin: 0; padding: 0; list-style: none; }
.channelDirectoryBox.blue .content .content_right .pageBox .page_title_box { width: 100%; font-size: 14px; font-family: "SimSun",宋体; height: 46px; background-color: #EEEEEE; color: #2266C3; line-height: 30px; }
.channelDirectoryBox.blue .content .content_right .pageBox .page_title_box .page_num { float: left; width: auto; text-align: center; height: 100%; line-height: 46px; margin-left: 238px; }
.channelDirectoryBox.blue .content .content_right .pageBox .page_title_box .page_title { float: right; margin-right: 90px; display: block; height: 100%; line-height: 46px; }
.channelDirectoryBox.blue .content .content_right .pageBox .pageDiv { width: 100%; background: #fff; padding-left: 0; margin-bottom: 10px; }
.channelDirectoryBox.blue .content .content_right .pageBox .pageDiv li { width: 100%; font-size: 14px; font-family: "Microsoft YaHei"; height: 46px; line-height: 46px; padding-left: 26px; padding-right: 76px; border-bottom: 1px solid #EBEBEB; }
.channelDirectoryBox.blue .content .content_right .pageBox .pageDiv li a.a_paging { font-size: 14px; color: #333; font-weight: normal; padding-left: 10px; padding-right: 10px; display: inline-block; text-decoration: none; cursor: pointer; float: left; max-width: 700px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.channelDirectoryBox.blue .content .content_right .pageBox .pageDiv li a.a_paging:hover { color: #000; }
.channelDirectoryBox.blue .content .content_right .pageBox .pageDiv li .list_date { float: right; display: inline-block; width: auto; text-align: center; font-size: 14px; color: #333; }
.channelDirectoryBox.blue .content .content_right .pageBox .notContent { padding: 15px 0; text-align: center; }
.channelDirectoryBox.blue .content .content_right .pageBox .page { text-align: center; width: 100%; margin: 0 auto; }
.channelDirectoryBox.blue .content .content_right .pageBox .page .pageMenu { text-align: center; padding-left: 0; width: auto; margin-left: 0; background-color: #E1EBF6; padding-left: 10px; padding-top: 10px; display: inline-block; }
.channelDirectoryBox.blue .content .content_right .pageBox .page .pageMenu li::selection { background: transparent; }
.channelDirectoryBox.blue .content .content_right .pageBox .page .pageMenu li { border: solid thin #ddd; margin: 3px; float: left; padding: 5px 10px; cursor: pointer; background: #fff; }
.channelDirectoryBox.blue .content .content_right .pageBox .page .pageMenu div.pageObj { display: inline-block; float: left; }
.channelDirectoryBox.blue .content .content_right .pageBox .page .pageMenu li.disabled { background-color: #96AAC1; cursor: not-allowed; }
.channelDirectoryBox.blue .content .content_right .pageBox .page .pageMenu li.active { border: solid thin #3D7FCA; background-color: #3D7FCA; color: #fff; }
.channelDirectoryBox.blue .content .content_right .pageBox .page .pageMenu li.last { font-size: 14px; background: transparent; border: 0; position: relative; top: -7px; }
.channelDirectoryBox.blue .content .content_right .pageBox .page .pageMenu li.last .keuInput { padding: 0 5px; width: 50px; border: solid thin #ddd; height: 29px; outline: none; text-align: center; font-size: 16px; margin-top: -4px; }
.channelDirectoryBox.blue .content .content_right .pageBox .page .pageMenu li.last .btnSure { padding: 4px 8px; border: none; outline: none; text-align: center; font-size: 16px; background: #3D7FCA; margin-left: 3px; color: #fff; }
.channelDirectoryBox.blue .content .content_right .pageBox .page .pageMenu li.last .btnSure:hover { cursor: pointer; background-color: #3D7FCA; }

.breadcrumbBox.leizhou { height: 47px; background-color: #F1F1F1; border-top: 1px solid #F1F1F1; }
.breadcrumbBox.leizhou .bootui_breadcrumb.breadcrumb { padding: 0; font-size: 14px; margin: 6px auto 0 auto; background-color: #F1F1F1; }
.breadcrumbBox.leizhou .bootui_breadcrumb.breadcrumb li span i { color: #0D2F5F; margin-right: 20px; color: #A2A2A2; }
.breadcrumbBox.leizhou .bootui_breadcrumb.breadcrumb li a { color: #000; text-decoration: none; }
.breadcrumbBox.leizhou .bootui_breadcrumb.breadcrumb li a:hover { color: #6BB9F7; }
.breadcrumbBox.v4 .bootui_breadcrumb.breadcrumb { background: #fff; border-radius: 0; padding-left: 5px; }
.breadcrumbBox.v5 .bootui_breadcrumb.breadcrumb { background: #fff; border-radius: 0; padding-left: 5px; }

.collapseBox.leizhou .panel-group .panel { border-radius: 0; border: none; }
.collapseBox.leizhou .panel-group .panel .panel-heading { border-radius: 0; height: 50px; background: #9F9F9F; padding: 0 7px 0 0; }
.collapseBox.leizhou .panel-group .panel .panel-heading.active { background: #3FA6FF; }
.collapseBox.leizhou .panel-group .panel .panel-heading .panel-title { width: 100%; height: 100%; }
.collapseBox.leizhou .panel-group .panel .panel-heading .panel-title a { display: inline-block; width: 100%; height: 100%; padding-left: 13px; text-decoration: none; }
.collapseBox.leizhou .panel-group .panel .panel-heading .panel-title a .glyphicon-cog { float: left; height: 49px; color: #fff; font-size: 20px; line-height: 49px; }
.collapseBox.leizhou .panel-group .panel .panel-heading .panel-title a .text { float: left; margin-left: 16px; font-size: 17px; color: #fff; height: 50px; line-height: 50px; }
.collapseBox.leizhou .panel-group .panel .panel-heading .panel-title a .glyphicon-forward { float: right; height: 49px; color: #666666; font-size: 8px; line-height: 49px; }
.collapseBox.leizhou .panel-group .panel .panel-collapse { border-radius: 0; }
.collapseBox.leizhou .panel-group .panel .panel-collapse .panel-body { border-top: none; padding: 0; }
.collapseBox.leizhou .panel-group .panel .panel-collapse .panel-body ul { padding-top: 16px; }
.collapseBox.leizhou .panel-group .panel .panel-collapse .panel-body ul li { list-style: none; width: 242px; height: 42px; margin: 0 auto 10px auto; }
.collapseBox.leizhou .panel-group .panel .panel-collapse .panel-body ul li a { text-decoration: none; display: inline-block; width: 100%; height: 100%; background: #EDF0F5; font-size: 15px; line-height: 42px; color: #000; border-radius: 10px; border: 1px solid #E0E4ED; }
.collapseBox.leizhou .panel-group .panel .panel-collapse .panel-body ul li a i { margin-left: 20px; margin-right: 18px; font-size: 12px; color: #E93A41; }

.navBox.blue .bootui_nav { background-color: #163C7B; padding-left: 0; padding-right: 0; }
.navBox.blue .bootui_nav .nav-tabs { position: relative; border-bottom: none; height: 45px; width: 1200px; margin: 0 auto; background-color: #163C7B; }
.navBox.blue .bootui_nav .nav-tabs li { border-right: 1px solid #CFD2D9; border: none; }
.navBox.blue .bootui_nav .nav-tabs li a.dropdown-toggle, .navBox.blue .bootui_nav .nav-tabs li > a { height: 45px; width: 100%; border: none; font-size: 16px; font-weight: bold; line-height: 45px; padding: 0 15px; text-align: center; color: #fff; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px; background-color: #163C7B; color: #fff; cursor: pointer; }
.navBox.blue .bootui_nav .nav-tabs li a.dropdown-toggle .caret, .navBox.blue .bootui_nav .nav-tabs li > a .caret { display: none; }
.navBox.blue .bootui_nav .nav-tabs li a.dropdown-toggle:hover, .navBox.blue .bootui_nav .nav-tabs li a.dropdown-toggle.active, .navBox.blue .bootui_nav .nav-tabs li a.dropdown-toggle:focus, .navBox.blue .bootui_nav .nav-tabs li > a:hover, .navBox.blue .bootui_nav .nav-tabs li > a.active, .navBox.blue .bootui_nav .nav-tabs li > a:focus { background-color: #2055ac; color: #fff; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px; border: none; }
.navBox.blue .bootui_nav .nav-tabs li .dropdown-menu { width: 1200px; position: absolute; top: 45px; left: 0; padding: 0; }
.navBox.blue .bootui_nav .nav-tabs li .dropdown-menu li { border: none; }
.navBox.blue .bootui_nav .nav-tabs li .dropdown-menu li a { background-color: #fff; color: #000; line-height: 39px; border: none; padding: 0px 20px; }
.navBox.blue .bootui_nav .nav-tabs.active { border: none; border-right: 1px solid #CFD2D9; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px; }
.navBox.blue .bootui_nav .nav-tabs.active a.dropdown-toggle { background-color: #2055ac; border: none; color: #fff; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px; }
.navBox.blue .bootui_nav .nav-tabs:hover { border: none; }

.detailPageBox.leizhou { width: 1200px; margin: 0 auto; }
.detailPageBox.leizhou .breadcrumbBox.leizhou { height: 53px; background: #fff; }
.detailPageBox.leizhou .breadcrumbBox.leizhou .breadcrumb.bootui_breadcrumb { background-color: #fff; }
.detailPageBox.leizhou .breadcrumbBox.leizhou .breadcrumb.bootui_breadcrumb i { display: none; }
.detailPageBox.leizhou .content { min-height: 900px; border: 1px solid #eee; margin-bottom: 20px; position: relative; background: #fff; }
.detailPageBox.leizhou .content .information_content_t { padding: 20px 60px; display: inline-block; }
.detailPageBox.leizhou .content .information_content_t .syh { width: 528px; float: left; }
.detailPageBox.leizhou .content .information_content_t .syh ul li { height: 22px; font-size: 14px; color: #545454; }
.detailPageBox.leizhou .content .information_content_t .syh ul li b { float: left; display: block; width: 71px; font-family: "Microsoft YaHei"; }
.detailPageBox.leizhou .content .information_content_t .syh ul li #documentNumber, .detailPageBox.leizhou .content .information_content_t .syh ul li #documentName, .detailPageBox.leizhou .content .information_content_t .syh ul li #subjectWord { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 450px; display: inline-block; }
.detailPageBox.leizhou .content .title { font-size: 30px; padding: 0 55px; font-weight: 700; text-align: center; margin: 40px 0; }
.detailPageBox.leizhou .content .second_title { font-size: 16px; font-weight: 700; text-align: center; margin: 40px 0; }
.detailPageBox.leizhou .content .center_controduce { width: 1086px; height: 40px; margin: 0 auto; background: #EFEDEE; text-align: center; color: #333; }
.detailPageBox.leizhou .content .center_controduce .time { display: inline-block; height: 40px; line-height: 40px; margin-right: 10px; }
.detailPageBox.leizhou .content .center_controduce .comefrom { display: inline-block; height: 40px; line-height: 40px; margin-right: 10px; }
.detailPageBox.leizhou .content .center_controduce .setfont { display: inline-block; height: 40px; line-height: 40px; }
.detailPageBox.leizhou .content .center_controduce .setfont a { text-decoration: none; color: #333; }
.detailPageBox.leizhou .content .center_controduce .setfont a.on { font-weight: bolder; }
.detailPageBox.leizhou .content .data_text { margin: 10px 0; padding: 20px 60px; line-height: 3em; font-size: 16px; font-family: 微软雅黑, "Microsoft YaHei"; }
.detailPageBox.leizhou .content .data_text img { max-width: 1080px !important; }
.detailPageBox.leizhou .content .data_text table { margin: 0 auto; }
.detailPageBox.leizhou .content .share_print { position: absolute; bottom: 0; width: 100%; padding-right: 20px; }
.detailPageBox.leizhou .content .share_print .bdsharebuttonbox { float: right; }
.detailPageBox.leizhou .content .share_print .print { float: right; margin-top: 6px; margin-left: 5px; }
.detailPageBox.leizhou .content .share_print .print a { text-decoration: none; }
.detailPageBox.leizhou .content .share_print .print a i { margin-right: 3px; }
.detailPageBox.v5 { width: 1200px; margin: 0 auto; background: #fff; }
.detailPageBox.v5 .breadcrumbBox.leizhou { height: 53px; background: #fff; }
.detailPageBox.v5 .breadcrumbBox.leizhou .breadcrumb.bootui_breadcrumb { background-color: #fff; }
.detailPageBox.v5 .breadcrumbBox.leizhou .breadcrumb.bootui_breadcrumb i { display: none; }
.detailPageBox.v5 .content { min-height: 900px; border: 1px solid #eee; border-top: none; margin-bottom: 20px; position: relative; }
.detailPageBox.v5 .content .information_content_t { padding: 20px 60px; display: inline-block; }
.detailPageBox.v5 .content .information_content_t .syh { width: 528px; float: left; }
.detailPageBox.v5 .content .information_content_t .syh ul li { height: 22px; font-size: 14px; color: #545454; }
.detailPageBox.v5 .content .information_content_t .syh ul li b { float: left; display: block; width: 71px; font-family: "Microsoft YaHei"; }
.detailPageBox.v5 .content .information_content_t .syh ul li #documentName, .detailPageBox.v5 .content .information_content_t .syh ul li #subjectWord { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 450px; display: inline-block; }
.detailPageBox.v5 .content .title { font-size: 20px; font-weight: 700; text-align: center; margin: 40px 0; padding: 0 55px; }
.detailPageBox.v5 .content .second_title { font-size: 16px; font-weight: 700; text-align: center; margin: 40px 0; }
.detailPageBox.v5 .content .center_controduce { width: 1086px; height: 40px; margin: 0 auto; border-bottom: 1px dashed #ddd; text-align: center; color: #333; }
.detailPageBox.v5 .content .center_controduce .time { display: inline-block; height: 40px; line-height: 40px; margin-right: 10px; }
.detailPageBox.v5 .content .center_controduce .comefrom { display: inline-block; height: 40px; line-height: 40px; margin-right: 10px; }
.detailPageBox.v5 .content .center_controduce .setfont { display: inline-block; height: 40px; line-height: 40px; }
.detailPageBox.v5 .content .center_controduce .setfont a { text-decoration: none; color: #333; }
.detailPageBox.v5 .content .center_controduce .setfont a.on { font-weight: bolder; }
.detailPageBox.v5 .content .data_text { margin: 10px 0; padding: 20px 60px; line-height: 3em; font-size: 16px; font-family: 微软雅黑, "Microsoft YaHei"; min-height: 600px; }
.detailPageBox.v5 .content .data_text img { max-width: 1080px !important; }
.detailPageBox.v5 .content .data_text table { margin: 0 auto; }
.detailPageBox.v5 .content .share_print { bottom: 0; width: 100%; padding-right: 20px; }
.detailPageBox.v5 .content .share_print .share_text { border-top: 1px dashed #ddd; margin: 0 60px; font-size: 18px; color: #9F9F9F; height: 84px; line-height: 84px; text-align: center; }
.detailPageBox.v5 .content .share_print .bdsharebuttonbox { float: left; margin-left: 465px; }
.detailPageBox.v5 .content .share_print .bdsharebuttonbox a { width: 48px; height: 48px; }
.detailPageBox.v5 .content .share_print .print { float: right; margin-top: 15.5px; margin-left: 5px; }
.detailPageBox.v5 .content .share_print .print a { text-decoration: none; }
.detailPageBox.v5 .content .share_print .print a i { margin-right: 3px; }

.leizhouInformationBox.blue { width: 1200px; margin: 0 auto; }
.leizhouInformationBox.blue .breadcrumbBox.leizhou { height: 53px; background: #fff; }
.leizhouInformationBox.blue .breadcrumbBox.leizhou .breadcrumb.bootui_breadcrumb { background-color: #fff; border-bottom: 1px solid #F1F1F1; padding-left: 10px; }
.leizhouInformationBox.blue .breadcrumbBox.leizhou .breadcrumb.bootui_breadcrumb i { display: none; }
.leizhouInformationBox.blue .content { width: 1200px; margin: 0 auto; }
.leizhouInformationBox.blue .content .content_left { width: 910px; float: left; border: 1px solid #F1F1F1; min-height: 900px; }
.leizhouInformationBox.blue .content .content_left .paging_title { height: 42px; }
.leizhouInformationBox.blue .content .content_left .paging_title .title { float: left; background: #2055ac; height: 100%; width: 274px; font-size: 20px; font-weight: bold; color: #fff; text-align: center; line-height: 42px; }
.leizhouInformationBox.blue .content .content_left .pageBox { padding: 10px; margin: 0 auto; }
.leizhouInformationBox.blue .content .content_left .pageBox .hide { display: none; }
.leizhouInformationBox.blue .content .content_left .pageBox .clearfix { zoom: 1; }
.leizhouInformationBox.blue .content .content_left .pageBox .clearfix:after { content: ""; display: block; clear: both; }
.leizhouInformationBox.blue .content .content_left .pageBox ul li { margin: 0; padding: 0; list-style: none; }
.leizhouInformationBox.blue .content .content_left .pageBox .pageDiv { width: 100%; background: #fff; padding-left: 0; margin-bottom: 10px; }
.leizhouInformationBox.blue .content .content_left .pageBox .pageDiv li { width: 880px; margin: 0 auto; font-size: 14px; font-family: "SimSun",宋体; height: 35px; line-height: 35px; border-bottom: 1px dashed #d4d4d4; float: left; }
.leizhouInformationBox.blue .content .content_left .pageBox .pageDiv li .list_title { text-decoration: none;width: 680px; color: #333; cursor: pointer; float: left; max-width: 790px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.leizhouInformationBox.blue .content .content_left .pageBox .pageDiv li img { margin-right: 12px; float: left; margin-top: 15.5px; }
.leizhouInformationBox.blue .content .content_left .pageBox .pageDiv li .list_date { float: right; }
.leizhouInformationBox.blue .content .content_left .pageBox .notContent { padding: 15px 0; text-align: center; }
.leizhouInformationBox.blue .content .content_left .pageBox .page { text-align: center; width: 100%; margin: 0 auto; }
.leizhouInformationBox.blue .content .content_left .pageBox .page .pageMenu { text-align: center; padding-left: 0; width: auto; margin: 0 auto; display: inline-block; }
.leizhouInformationBox.blue .content .content_left .pageBox .page .pageMenu li::selection { background: transparent; }
.leizhouInformationBox.blue .content .content_left .pageBox .page .pageMenu li { border: solid thin #ddd; margin: 3px; float: left; padding: 5px 10px; cursor: pointer; background: #fff; }
.leizhouInformationBox.blue .content .content_left .pageBox .page .pageMenu div.pageObj { display: inline-block; float: left; }
.leizhouInformationBox.blue .content .content_left .pageBox .page .pageMenu li.disabled { background-color: #DDDDDD; cursor: not-allowed; }
.leizhouInformationBox.blue .content .content_left .pageBox .page .pageMenu li.active { border: solid thin #2055ac; background-color: #2055ac; color: #fff; }
.leizhouInformationBox.blue .content .content_left .pageBox .page .pageMenu li.last { font-size: 14px; background: transparent; border: 0; position: relative; top: -7px; }
.leizhouInformationBox.blue .content .content_left .pageBox .page .pageMenu li.last .keuInput { padding: 0 5px; width: 50px; border: solid thin #ddd; height: 29px; outline: none; text-align: center; font-size: 16px; margin-top: -4px; }
.leizhouInformationBox.blue .content .content_left .pageBox .page .pageMenu li.last .btnSure { padding: 4px 8px; border: solid thin #ddd; outline: none; text-align: center; font-size: 16px; background: #fff; margin-left: 3px; }
.leizhouInformationBox.blue .content .content_left .pageBox .page .pageMenu li.last .btnSure:hover { cursor: pointer; }
.leizhouInformationBox.blue .content .content_right { width: 256px; float: right; }
.leizhouInformationBox.blue .content .content_right .right_title { background: #2055ac; min-height: 54px; font-size: 29px; font-weight: 700; color: #fff; line-height: 54px; text-align: center; margin-bottom: 10px; }
.leizhouInformationBox.blue .content .content_right .center_btn { margin-bottom: 20px; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 { width: 100%; margin: 20px auto; overflow: auto; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul { list-style: none; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul .tree-list { margin: 10px 0; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li { cursor: pointer; width: 100%; min-height: 50px; line-height: 50px; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li i { margin-right: 6px; color: #CECECE; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li a { display: block; width: 100%; white-space: nowrap; height: 54px; border: 1px solid #eee; margin-bottom: 10px; background: #EBEBEB; font-size: 17px; line-height: 54px; color: #333; font-weight: 700; text-align: center; text-decoration: none; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree1 { margin-bottom: 10px; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree1 .span1 { font-size: 17px; font-weight: 700; background: #ddd; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree1 .span1 img { margin-left: 34px; margin-right: 21px; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree1 .span1:hover { background: #2055ac; color: #fff; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree1 .active { background: #2055ac; color: #fff; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree1 ul .current { background-color: #ddd; color: #000; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree1 ul .current i { color: #000; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree2 { width: 232px; min-height: 42px; margin: 10px auto; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree2 a { background-color: #EBEEF3; font-size: 15px; color: #666666; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree2 a .glyphicon.glyphicon-play { color: #E93A41; font-size: 12px; margin-left: 18px; margin-right: 22px; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree2 a:hover { background: #ddd; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree3 { width: 212px; margin: 0 auto; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree4 { width: 192px; margin: 0 auto; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree5 { width: 172px; margin: 0 auto; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 ul li.tree6 { width: 152px; margin: 0 auto; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 .tree-list { background: #fff; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 .tree-list ul { display: none; }
.leizhouInformationBox.blue .content .content_right .center_btn .c1 .tree-show > ul { display: block; }

/*# sourceMappingURL=cluster.css.map */
