﻿/*分辨率在300-720之间*/

@media screen and (min-width: 300px) {
  .navbar-wrapper {
    margin-left: -50%;
    display: none;
  }
  .goto-top {
    display: none;
  }
  .jianshuo_top #tjc {
    width: 200px !important;
  }
  body.search-content .twitter-typeahead {
    left: 12px;
  }
  body.search-content .search_index .tc {
    width: 558px;
    left: 14%;
    display: none;
  }
  .conter .rightcon .fwchaxun_con .chaxun_table_300 {
    display: block;
  }
  .conter .rightcon .fwchaxun_con .chaxun_table_720 {
    display: none;
  }
}

/*分辨率在720-960之间*/

@media screen and (min-width: 720px) {
  .navbar-wrapper {
    margin-left: -50%;
    display: block;
  }
  .goto-top {
    display: block;
  }
  .jianshuo_top #tjc {
    width: 329px !important;
  }
  body.search-content .twitter-typeahead {
    /* left: 44%; */
  }
  body.search-content .search_index .tc {
    width: 558px;
    left: 14%;
    display: inline-block;
  }
  .conter .rightcon .fwchaxun_con .chaxun_table_300 {
    display: none;
  }
  .conter .rightcon .fwchaxun_con .chaxun_table_720 {
    display: block;
  }
}

/*分辨率在960-1024之间*/

@media screen and (min-width: 960px) {
  .navbar-wrapper {
    margin-left: -50%;
    display: block;
  }
  .goto-top {
    display: block;
  }
  body.search-content .twitter-typeahead {
    left: 0;
  }
  body.search-content .search_index .tc {
    width: 558px;
    left: 0;
    display: inline-block;
  }
  .conter .rightcon .fwchaxun_con .chaxun_table_300 {
    display: none;
  }
  .conter .rightcon .fwchaxun_con .chaxun_table_720 {
    display: block;
  }
}

/*分辨率在1024-1280之间*/

@media screen and (min-width: 1024px) {
  .navbar-wrapper {
    margin-left: -50%;
    display: block;
  }
  .goto-top {
    display: block;
  }
  body.search-content .twitter-typeahead {
    left: 0;
  }
  body.search-content .search_index .tc {
    width: 638px;
    left: 0;
    display: inline-block;
  }
  .conter .rightcon .fwchaxun_con .chaxun_table_300 {
    display: none;
  }
  .conter .rightcon .fwchaxun_con .chaxun_table_720 {
    display: block;
  }
}

/*分辨率在1280-1366之间*/

@media screen and (min-width: 1280px) {
  .navbar-wrapper {
    margin-left: -635px;
    display: block;
  }
  .goto-top {
    display: block;
  }
  body.search-content .twitter-typeahead {
    left: 0;
  }
  body.search-content .search_index .tc {
    width: 638px;
    left: 0;
    display: inline-block;
  }
  .conter .rightcon .fwchaxun_con .chaxun_table_300 {
    display: none;
  }
  .conter .rightcon .fwchaxun_con .chaxun_table_720 {
    display: block;
  }
}

/*分辨率大于1366*/

@media screen and (min-width: 1366px) {
  .navbar-wrapper {
    margin-left: -655px;
    display: block;
  }
  .goto-top {
    display: block;
  }
  body.search-content .twitter-typeahead {
    left: 0;
  }
  body.search-content .search_index .tc {
    width: 638px;
    left: 0;
    display: inline-block;
  }
  .conter .rightcon .fwchaxun_con .chaxun_table_300 {
    display: none;
  }
  .conter .rightcon .fwchaxun_con .chaxun_table_720 {
    display: block;
  }
}

.conter .leftcon .tjlist ul li.back-color1 {
  background: #f67c6f;
  width: 110px;
}

.conter .leftcon .tjlist ul li.back-color2 {
  width: 85px;
  background: #6dc8e1;
}

.conter .leftcon .tjlist ul li.back-color3 {
  width: 130px;
  background: #c588df;
}

.conter .leftcon .tjlist ul li.back-color4 {
  width: 85px;
  background: #64bae5;
}

.conter .leftcon .tjlist ul li.back-color5 {
  width: 130px;
  background: #f7b233;
}

.conter .leftcon .tjlist ul li.back-color6 {
  width: 110px;
  background: #a6cf65;
}

.conter div.list_page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.navbar-wrapper {
  position: absolute;
  top: 243px;
  width: 35px;
  z-index: 2;
}

.navbar-wrapper a {
  display: block;
  background: url(../images/jianshuosy20171010_18.png) right top no-repeat;
  height: 90px;
  width: 15px;
  padding: 15px 10px 0 10px;
  line-height: 14px;
  color: #666666;
  text-align: center;
  margin: 0 0 10px 0;
}

.navbar-wrapper a+a {
  padding-top: 10px;
  height: 95px;
}

.navbar-wrapper a.hover {
  color: #fff;
  background-image: url(../images/jianshuosy20171010_03.png);
}

.goto-top {
  float: right;
  background: url(../images/goto_top.png) #fff 15px 16px no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  z-index: 100;
}

.goto-top a {
  display: block;
  width: 100%;
  height: 100%;
}

.conter .rightcon .tit a {
  color: #3247dd;
  text-overflow: ellipsis;
  overflow: hidden;
}

.conter .rightcon .tit a em, .conter .rightcon a em {
  color: #e1211f;
  text-decoration: underline;
}

.conter .rightcon .searchcon_top .searchcon_top_l .pic_left h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
}

.conter .rightcon .searchcon_top .searchcon_top_l .pic_left h1 img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.conter .leftcon .imglist p.service {
  float: left;
  margin: 0px 0 0 18px;
  text-align: center;
  font-size: 14px;
}

.conter .leftcon .imglist p.service img {
  width: 72px;
}

body.search-content .twitter-typeahead {
  float: left;
  width: 75%;
  position: absolute;
  z-index: 100;
  background: #fff;
  padding: 0 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  box-shadow: 3px 2px 5px #e5e5e5;
  -moz-box-shadow: 3px 2px 5px #e5e5e5;
  -o-box-shadow: 3px 2px 5px #e5e5e5;
  -webkit-box-shadow: 3px 2px 5px #e5e5e5;
}

body.search-content .search_index .tc {
  /*display: inline-block; */
  background: #fff;
  border: 1px solid #f2f2f2;
  position: absolute;
  /*left: 0px; */
  top: 47px;
  z-index: 9999999999;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

body.index-content .search_index {
  overflow: hidden;
}

body.index-content .twitter-typeahead {
  float: left;
  width: 75%;
  z-index: 100;
  background: #fff;
  /*#e0dfdf*/
  padding: 0 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  box-shadow: 3px 2px 5px #e5e5e5;
  -moz-box-shadow: 3px 2px 5px #e5e5e5;
  -o-box-shadow: 3px 2px 5px #e5e5e5;
  -webkit-box-shadow: 3px 2px 5px #e5e5e5;
}

.navbar-wrapper .twitter-typeahead {
  width: 24.5%;
}

.twitter-typeahead .tt-dropdown-menu {
  width: 100%;
  font-size: 14px;
  text-align: left;
}

/*.form-input{position: relative;}*/

.twitter-typeahead .tt-dropdown-menu .tt-dataset-wrapper {
  line-height: 22px;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}

.twitter-typeahead .tt-dropdown-menu .tt-dataset-wrapper .tt-suggest-name {
  display: inline-block;
  width: 15%;
  text-align: center;
}

.twitter-typeahead .tt-dropdown-menu .tt-dataset-wrapper .tt-suggest-name span {
  display: block;
  font-weight: bold;
  color: #666;
}

.twitter-typeahead .tt-dropdown-menu .tt-dataset-wrapper .tt-suggestions {
  margin-top: 5px;
}

.twitter-typeahead .tt-dropdown-menu .tt-dataset-wrapper .tt-suggestions p a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.twitter-typeahead .tt-dropdown-menu .tt-dataset-wrapper:last-child {
  border-bottom: none;
}

.twitter-typeahead .league-name {
  font-size: 14px;
  line-height: 38px;
  width: 20%;
  min-width: 50px;
  float: left;
  height: 100%;
  text-align: center;
}

.twitter-typeahead .league-name span {
  font-weight: bold;
}

.tt-dataset-xxgk.js_hotkey .tt-suggestions {
  width: 100%;
}

.tt-suggestions {
  width: 80%;
  float: right;
  background-color: #ffffff;
}

.tt-suggestions em {
  font-style: normal;
  color: red;
}

.tt-dataset-his-posit {
  position: relative !important;
  top: 0px;
  width: 100%;
}

.tt-suggestions.js_empty_hot {
  width: 100%;
}

.tt-suggestions.js_empty_hot .tt-suggestion {
  padding: 6px;
}

.tt-suggestions.js_empty_hot p {
  padding: 0;
}

.twitter-typeahead .tt-suggestions.js_empty_hot p {
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
}

.twitter-typeahead .tt-suggestions.js_empty_hot p a.tt-but {
  font-size: 12px;
  padding: 3px 5px;
  margin-bottom: 3px;
}

.twitter-typeahead .tt-suggestions .tt-suggestion p {
  margin: 0;
  padding: 5px 0;
}

.twitter-typeahead .tt-suggestion+.tt-suggestion {
  border-top: 1px solid #eee;
}

.twitter-typeahead .tt-dropdown-menu .tt-dataset-wrapper .tt-suggest-name {
  width: 20%;
}

.twitter-typeahead .tt-dropdown-menu .tt-dataset-wrapper .tt-suggestions {
  width: 75%;
}

/*时间灰色样式*/

#select_list .gary, .searchcon_btm span.gary {
  color: #aaaaaa;
  font-family: "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.searchcon_btm {
  font-size: 14px;
}

.searchcon_btm p {
  float: left;
}

.searchcon_btm p a {
  color: #539b42;
  margin-right: 15px;
}

/*scenery*/

.select_list .pic_list dl {
  color: #333333;
  font-size: 16px;
}

.scenery-content-box {
  display: flex;
}

.scenery-img {
  width: 220px;
  height: 145px;
  flex: 1 0 auto;
  margin: auto;
  display: flex;
  justify-content: center;
}

.scenery-img img {
  max-width: 100%;
  max-height: 100%;
}

.scenery-content-box .pic_list {
  flex: 0 1 auto;
  margin-left: 10px;
}

.select_list .pic_list dl dt {
  display: initial;
}

.select_list .pic_list dl dd {
  display: initial;
  font-size: 16px;
}

/*scenery*/

/*character style start*/

.conter .rightcon .searchcon_top .searchcon_top_l .pic_right h1 {
  font-weight: normal;
  font-size: 24px;
  color: #0051bf;
}

.conter .rightcon .searchcon_top .searchcon_top_l .pic_right p {
  line-height: 30px;
  padding: 5px 0;
  color: #333333;
  font-size: 16px;
}

.conter .rightcon .searchcon_top .searchcon_top_l .pic_right p {
  line-height: 30px;
  padding: 5px 0;
  color: #333333;
  font-size: 16px;
}

.conter .rightcon .searchcon_top .searchcon_top_l .pic_right p span {
  color: #666;
}

.conter .rightcon .searchcon_top .searchcon_top_l .pic_right span {
  width: 100px;
  display: inline-block;
  margin: 0 20px 0 0;
  text-align: right;
}

.pic_right dl {
  line-height: 30px;
  padding: 5px 0;
  color: #333333;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 110px;
  min-height: 30px;
}

.clearfix {
  clear: both;
}

.pic_right dl dt {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
  font-size: 16px;
  text-align: RIGHT;
}

.pic_right dl dd.description {
  overflow: visible;
  text-align: left;
  text-overflow: initial;
  white-space: normal;
  font-size: 15px;
  line-height: 24px;
}

.pic_right dl dd {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

/*character style end*/

/*informationPublication style start*/

.conter .rightcon .fwchaxun_con .chaxun_table {
  border: none;
}

.conter .rightcon .fwchaxun_con .chaxun_table tr td {
  line-height: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  width: 200px;
  text-align: left;
}

.conter .rightcon .fwchaxun_con .chaxun_table tr td.left {
  color: #717171;
  width: 80px;
  text-align: right;
}

.conter .rightcon p {
  font-size: 14px;
}

.conter .rightcon p a {
  color: #539b42;
  margin-right: 15px;
  word-wrap: break-word;
}

.conter .rightcon .gary {
  color: #aaaaaa;
  font-family: "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif;
}

/*informationPublication style end*/

/*policy style start*/

.conter .rightcon .fwchaxun_con .chaxun_table {
  border: none;
}

.conter .rightcon .fwchaxun_con .chaxun_table tr td {
  line-height: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  width: 340px;
  text-align: left;
}

.conter .rightcon .fwchaxun_con .chaxun_table tr td.left {
  color: #717171;
  width: 80px;
  text-align: right;
}

.conter .rightcon p {
  font-size: 14px;
}

.conter .rightcon p a {
  color: #539b42;
  margin-right: 15px;
}

.conter .rightcon .gary {
  color: #aaaaaa;
  font-family: "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif;
}

/*policy style end*/

/*policy style end*/

.box-search.work-service-wrapper {
  padding: 0;
}

.box-search.work-service-wrapper .accept-obj {
  font-size: 18px;
  color: #333;
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}

.box-search {
  border: 1px solid #ddd;
  padding: 15px;
}

.box-search.work-service-wrapper .work-service-nav {
  list-style: none;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #f9f9f9;
  height: 39px;
}

.box-search.work-service-wrapper .scrollSpy {
  padding: 0 10px;
}

.box-search.work-service-wrapper .scrollSpy .scrollSpy-body>div {
  margin-bottom: 15px;
}

.box-search.work-service-wrapper .scrollSpy .scrollSpy-body>div h5 {
  line-height: 30px;
  font-size: 15px;
}

.box-search.work-service-wrapper .scrollSpy .scrollSpy-body>div>div {
  font-size: 14px;
  color: #666;
}

.box-search.work-service-wrapper .work-service-nav li {
  float: left;
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 0 1px 0 0;
  line-height: 37px;
  cursor: pointer;
  border: none;
  border-right: 1px solid #eee;
  width: 138px;
  background: none;
  position: relative;
  height: 40px;
}

.box-search.work-service-wrapper .work-service-nav li.active {
  background: #fff;
  color: #333;
}

.work-service a {
  color: #539b42;
  cursor: pointer;
  font-size: 14px;
}

.work-service .gary {
  color: #aaaaaa;
  font-family: "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.center-wrapper .result-list>dl>dt {
  margin-bottom: 10px;
  font-size: 18px;
}

.center-wrapper .result-list>dl>dt b {
  color: #666;
  vertical-align: middle;
}

.center-wrapper .result-list>dl>dt a {
  color: #000;
  display: inline-block;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.center-wrapper .result-list>dl>dd .link-info {
  margin-top: 10px;
  font-size: 14px;
}

.center-wrapper .result-list>dl>dt {
  margin-bottom: 10px;
  font-size: 18px;
}

/*policy style end*/

.float_top {
  width: 100%;
  z-index: 100;
  background-image: url(../images/index_bg_1.png);
  padding-top: 60px;
  /* position: fixed;
    top: 36px; */
}

.red .float_top {
  width: 100%;
  z-index: 100;
  background-image: url(../images/red/index_bg.png);
  background-position-x: 40%;
  background-position-y: 40%;
  padding-top: 80px;
  /* position: fixed;
    top: 36px; */
}

.float_top.header-top {
  /* position: fixed;
    top: 0px; */
}

/*logo*/

.jianshuo_top .logo img {
  height: 70px;
  vertical-align: middle;
}

/*高级搜索滚动条*/

.most.panel {
  overflow: auto !important;
  /*height: 50vh;*/
}

/*商务*/

.sp_box {
  width: 220px;
  float: left;
  height: 280px;
  margin: 10px 82px;
}

.sp_box a, .sp_box img {
  display: block;
}

.sp_img {
  margin-bottom: 5px;
}

.sp_name {
  color: rgb(0, 0, 0);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.sp_in {
  text-align: center;
  margin-top: 10px;
}

.sp_yj {
  line-height: 24px;
  font-size: 12px;
  color: rgb(153, 153, 153);
  text-decoration: line-through;
}

.sp_zk {
  font-size: 16px;
  color: rgb(255, 0, 0);
  font-weight: bold;
}

.type-is-all {
  display: flex;
  flex-direction: column;
  /*padding: 0px 20px;*/
}

/**
 * 意见反馈
 */

.js-feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 19999;
  background: url(../images/bazxbs20171016_35.png);
}

.feedbackBox {
  width: 650px;
  height: 420px;
  border: 1px solid #cfd7da;
  margin: 100px auto;
  z-index: 99999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*left: 50%;
    margin-left: -375px;
    top: 50%;
    margin-top: -210px;*/
  background: #fff;
}

.feedbackBox span {
  margin-right: 10px;
}

.feedbackBox .header {
  height: 40px;
  line-height: 40px;
  background: #a1cbf3;
  margin: 0;
}

.feedbackBox .header img {
  width: 20px;
  float: left;
  margin: 10px 5px;
}

.feedbackBox .title {
  height: 30px;
  line-height: 30px;
  padding: 0 100px;
  margin: 10px 0;
}

.feedbackBox .title input {
  width: 473px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #ddd;
}

.feedbackBox .contact {
  /* height: 30px; */
  line-height: 30px;
  padding: 0 50px;
  margin: 10px 0;
}

.feedbackBox .contact input {
  height: 20px;
  line-height: 20px;
  width: 473px;
  border: 1px solid #ddd;
  padding: 2px 5px;
}

.feedbackBox .contact input:focus {
  border: 1px solid #288fec;
}

.feedbackBox .contact .qq {
  margin-left: 30px;
}

.feedbackBox .content {
  padding: 0 50px;
  margin: 10px 0;
}

.feedbackBox .content span {
  float: left;
}

.feedbackBox .content textarea {
  width: 473px;
  height: 190px;
  border: 1px solid #ddd;
  padding: 5px;
}

.feedbackBox .content textarea:focus {
  border: 1px solid #288fec;
}

.feedbackBox .btnGroup {
  text-align: center;
}

.feedbackBox .btnGroup button {
  width: 100px;
  height: 35px;
  margin: 5px;
}

.feedbackBox .btnGroup .submit {
  background: #288fec;
  border-radius: 3px;
  color: #fff;
}

.feedbackBox .btnGroup .cancel {
  background: #ddd;
  border-radius: 3px;
}

.warn-alert {
  color: red;
  margin-left: 60px;
}

.feedbackBox .active {
  background: #288fec;
  border: 1px solid #288fec;
  color: #fff;
}

.feedbackBox .btn {
  width: 38px;
  height: 22px;
}

.feedbackBox .disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

#map {
  min-height: 500px;
}

.jianshuo_top #tjc {
  left: 180px;
  width: calc(100% - 370px) !important;
  box-sizing: border-box;
}

.service-page .fwchaxun_con .chaxun_table tr td.left {
  width: 150px !important;
  text-align: left !important;
  padding-left: 10px;
}

.service-page .fwchaxun_con .chaxun_table tr td.go-link {
  padding-left: 10px;
  border-bottom: none;
  margin-top: 2px;
}

.service-page .fwchaxun {
  padding-bottom: 0!important;
}

.service-page .fwchaxun_con .chaxun_table tr td.go-link a {
  color: #288fec;
  padding: 0 10px;
  font-size: 14px;
  border-right: 1px solid #ddd;
  line-height: 14px;
  float: left;
}

.service-page .fwchaxun_con .chaxun_table tr td.go-link a:last-of-type {
  border-right: none;
}