body {
  background: url(../images/main_bg.png) #FBF6F3 no-repeat;
  background-position-x: center;
  background-position-y: -10px;
  min-height: 100%;
  background-size: 100%;
  min-width: 1400px;
  position: relative;
}

.header {
  height: 90px;
  display: flex;
  justify-content: space-between;
  padding-left: 35px;
  padding-right: 54px;
}

.header .logo {
  margin-top: 26px;
  width: 26%;
}

.header .logo a {
  width: 100%;
  display: inline-block;
}

.header .logo img {
  width: 100%;
}

.header .right_btn {
  margin-top: 35px;
}

.header .right_btn a+a {
  margin-left: 22px;
}

.header .right_btn .back_level {
  display: none;
}

.header .right_btn .back_level img {
  width: 162px;
}

.header .right_btn .back_home img {
  width: 140px;
}

.main {
  width: 100%;
  height: 1060px;
}

.main .fwfl_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  width: 350px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
}

.main .fwfl_box .grfw {
  width: 175px;
  height: 40px;
  background: url(../images/grfw_title.png) no-repeat center;
  background-size: 70%;
}

.main .fwfl_box .grfw.on {
  background: url(../images/grfw_title_on.png) no-repeat center;
  background-size: 100% 140%;
}

.main .fwfl_box .qyfw {
  width: 175px;
  height: 40px;
  background: url(../images/qyfw_title.png) no-repeat center;
  background-size: 70%;
}

.main .fwfl_box .qyfw.on {
  background: url(../images/qyfw_title_on.png) no-repeat center;
  background-size: 100%;
}

.main .main_bottom {
  display: flex;
  justify-content: space-between;
  height: calc(100% - 40px);
  min-height: 1000px;
}

.main .smzq_box {
  display: none;
  width: 254px;
  height: 956px;
  background: url(../images/smzq_bg.png) no-repeat left center;
  background-size: 100%;
  text-align: center;
  overflow: hidden;
  flex-shrink: 0;
  padding: 0 6px;
}

.main .smzq_box.on {
  display: block;
}

.main .smzq_title {
  margin-top: 40px;
  font-size: 20px;
  color: #8F6B54;
}

.main .show_smzq_container {
  margin-top: 30px;
  height: calc(100% - 150px);
  display: none;
}

.main .show_smzq_container.on {
  display: block;
}

.main .show_smzq_container .smzq_item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 20px;
  color: #8F6B54;
}

.main .show_smzq_container .smzq_item.on {
  color: white;
}

.main .show_smzq_container .smzq_item img.noon {
  display: block;
}

.main .show_smzq_container .smzq_item img.on {
  display: none;
}

.main .show_smzq_container .smzq_item.on img.noon {
  display: none;
}

.main .show_smzq_container .smzq_item.on img.on {
  display: block;
}

.main .show_smzq_container .smzq_item img {
  width: 28px;
  margin-right: 15px;
}

.main .show_smzq_container.gr .smzq_item {
  width: 135px;
  height: 48px;
  background: url(../images/gr_smzq_item.png) no-repeat center;
  background-size: 100% 100%;
}

.main .show_smzq_container.gr .smzq_item.on {
  background: url(../images/gr_smzq_item_on.png) no-repeat center;
  background-size: 100% 100%;
}

.main .show_smzq_container.qy .smzq_item {
  width: 154px;
  height: 48px;
  background: url(../images/qy_smzq_item.png) no-repeat center;
  background-size: 100% 100%;
}

.main .show_smzq_container.qy .smzq_item.on {
  background: url(../images/qy_smzq_item_on.png) no-repeat center;
  background-size: 100% 100%;
}

.main .show_smzq_container .smzq_item.jt {
  margin: 10px auto;
  width: 18px;
  height: 14px;
  background: url(../images/smzqjt_icon.png) no-repeat center;
  background-size: 100% 100%;
}

.main .tag_box {
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
}

.main .tag_box .show_box {
  height: 100%;
}

.main .tag_box .tag_ul {
  position: relative;
  width: 100%;
  height: 100%;
}

.main .infoLists {
  display: none;
  width: 500px;
  height: 846px;
  background: url(../images/right_modal.png) no-repeat center;
  background-size: 110%;
  flex-shrink: 0;
  padding: 62px 30px 45px;
}

.main .infoLists.on {
  display: block;
}

.main .infoLists .top_title {
  height: 82px;
  line-height: 82px;
  color: white;
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  max-width: 300px;
}

.main .infoLists .top_title img {
  width: 36px;
  transform: translateY(20%);
  margin-right: 10px;
}

.main .infoLists #info_list {
  margin: 20px 0;
  padding: 0 10px;
  height: calc(100% - 130px);
  overflow-y: auto;
  font-size: 20px;
}

.main .infoLists #info_list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.main .infoLists #info_list::-webkit-scrollbar-track {
  background: #D5B9A9;
  width: 1px;
}

.main .infoLists #info_list::-webkit-scrollbar-thumb {
  background: #94694E;
  border-radius: 3px;
}

.classification_data_list .classification_data_item {
  display: flex;
}

.classification_data_list .classification_data_item .time_line {
  flex-shrink: 0;
  margin: 0 18px;
  width: 1px;
  background: #D5B7A5;
  position: relative;
}

.classification_data_list .classification_data_item .time_line::after {
  position: absolute;
  top: 17px;
  left: -6px;
  border-radius: 50px;
  content: " ";
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border: 3px solid #B17E5F;
}

.classification_data_list .classification_data_item:first-child .time_line {
  margin-top: 20px;
}

.classification_data_list .classification_data_item:first-child .time_line::after {
  top: 0;
}

.classification_data_list .classification_data_item:last-child .time_line {
  height: 28px;
}

.classification_data_list .classification_data_item:last-child .time_line::after {
  bottom: 0;
  top: unset;
}

.classification_data_list .classification_data_item:first-child:last-child .time_line {
  height: 0;
}

.classification_data_list .classification_data_item:first-child:last-child .time_line::after {
  bottom: unset;
}

.classification_data_list .classification_data_item .data_right {
  width: 100%;
}

.classification_data_list .classification_data_item .data_right a {
  padding-right: 24px;
  background: url(../images/right_jt.png) no-repeat;
  background-size: 16px 16px;
  padding-left: 12px;
  display: inline-block;
  background-position-x: right;
  background-position-y: 6px;
}

.classification_data_list .classification_data_item .data_right.bg_noon a {
  background: transparent;
  padding-right: 0;
  cursor: text;
}

.classification_data_item .data_right .T6_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-left: 12px;
}

.classification_data_item .data_right .T6_box span {
  min-width: 110px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.26);
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 0 20px;
  max-width: 355px;
}

.classification_data_item .data_right .T6_box::after {
  content: " ";
  min-width: 110px;
}

.classification_data_list .classification_data_item a {
  margin: 10px 0;
  font-size: 18px;
  line-height: 30px;
  padding-left: 20px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  border-radius: 4px;
}

.classification_data_item a:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.485) 0%, rgba(255, 255, 255, 0) 100%);
}

#connectorCanvas1,
#connectorCanvas2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* 智能问答样式 */
.znwd-span {
  height: 180px;
  width: 130px;
  left: 400px;
  position: absolute;
  top: 160px;
  z-index: 9999;
}

.znwd-span span {
  width: 20px;
  height: 20px;
  background: url(https://www.guiyang.gov.cn/material/web_2021/images/jiqiren_close.png) center no-repeat;
  cursor: pointer;
  position: absolute;
  display: none;
}

.bubble {
  -webkit-box-shadow: 0 0 3px #bba4a4;
  box-shadow: 0 0 3px #bba4a4;
  background-color: #fff;
  line-height: 20px;
  width: 220px;
  height: 76px;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
  position: absolute;
  margin-left: -90%;
  top: -75px;
  display: none;
}

.bubble:before {
  position: absolute;
  right: 40px;
  top: 72px;
  content: " ";
  width: 0;
  height: 0;
  opacity: 1;
  border: 10px solid;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
}

.wangbei img {
  width: unset;
}

.friendlink-list li a {
  color: #333;
}