.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #999;
}
.breadcrumbs a:hover {
  color: #015293;
}
.main {
  margin-top: 48px;
  margin-bottom: 80px;
  box-shadow: 0px 6px 9px 0px rgba(175, 175, 175, 0.2);
  border: solid 1px #e8e8e8;
  border-top-color: #015293;
  padding: 20px;
}
.main .info_table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 18px;
  color: #383838;
  margin-bottom: 60px;
}
.main .info_table th,
.main .info_table td {
  padding: 9px 15px;
  border: 1px solid #e8e8e8;
  text-align: left;
}
.main .info_table th {
  background-color: #f8f8f8;
  width: 180px;
  font-weight: normal;
  text-align: center;
}
.main .info_table td {
  padding-left: 42px;
}
.main .show_title {
  font-size: 36px;
  text-align: center;
  color: #015293;
  margin-bottom: 49px;
}
.main .show_tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  padding-bottom: 47px;
  background: url(../images/show_bg_line.png) no-repeat;
  background-size: 100% 13px;
  background-position: bottom;
}
.main .show_tool .show_tool_left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main .show_tool .show_tool_left .info_item {
  font-size: 16px;
  color: #999;
}
.main .show_tool .show_tool_center {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main .show_tool .show_tool_center .speech_box .speech {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 33px;
  border-radius: 8px;
  border: solid 1px #015293;
  font-size: 16px;
  color: #015293;
  line-height: 0;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
}
.main .show_tool .show_tool_center .speech_box .speech img {
  vertical-align: middle;
  margin-left: 10px;
}
.main .show_tool .show_tool_center .guided_reading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 33px;
  border-radius: 8px;
  border: solid 1px #015293;
  font-size: 16px;
  color: #015293;
  line-height: 0;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
}
.main .show_tool .show_tool_center .guided_reading img {
  vertical-align: middle;
  margin-left: 10px;
}
.main .show_tool .show_tool_center .mind_map {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 33px;
  border-radius: 8px;
  border: solid 1px #015293;
  font-size: 16px;
  color: #015293;
  line-height: 0;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
}
.main .show_tool .show_tool_center .mind_map img {
  vertical-align: middle;
  margin-left: 10px;
}
.main .show_tool .show_tool_right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main .show_tool .show_tool_right .font_btn {
  position: relative;
  width: 33px;
  height: 33px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  background-color: transparent;
  font-size: 22px;
  font-weight: normal;
  color: #999;
  cursor: pointer;
  padding-right: 1px;
}
.main .show_tool .show_tool_right .font_btn .plus {
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 12px;
}
.main .show_tool .show_tool_right .font_btn .reduce {
  position: absolute;
  top: -1px;
  right: 4px;
  font-size: 14px;
}
.main .show_tool .show_tool_right .font_btn:hover {
  color: #015293;
  border-color: #015293;
}
.main .show_tool .show_tool_right .tool_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  background-color: transparent;
  font-size: 22px;
  font-weight: normal;
  color: #999;
  cursor: pointer;
  padding-right: 1px;
}
.main .show_tool .show_tool_right .tool_btn .selected {
  display: none;
}
.main .show_tool .show_tool_right .tool_btn .share {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 37px;
  left: -104px;
  width: 128px;
  padding: 5px 12px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-sizing: border-box;
}
.main .show_tool .show_tool_right .tool_btn .share em {
  width: 35px;
  height: 9px;
  background: url(../images/show_icon_sj.png) no-repeat center right 4px;
  padding-right: 10px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  z-index: 999;
  top: -9px;
}
.main .show_tool .show_tool_right .tool_btn .share .social-share .social-share-icon {
  width: 26px;
  height: 26px;
}
.main .show_tool .show_tool_right .tool_btn .share .social-share .icon-wechat {
  background: url(../images/share_wx.png) no-repeat;
  background-size: 20px 20px;
  background-position: center;
  border-radius: 50%;
}
.main .show_tool .show_tool_right .tool_btn .share .social-share .icon-wechat:hover {
  background-image: url(../images/share_wx_active.png);
  background-color: #7bc549;
}
.main .show_tool .show_tool_right .tool_btn .share .social-share .icon-weibo {
  background: url(../images/share_wb.png) no-repeat;
  background-size: 20px 20px;
  background-position: center;
  border-radius: 50%;
}
.main .show_tool .show_tool_right .tool_btn .share .social-share .icon-weibo:hover {
  background-image: url(../images/share_wb_active.png);
  background-color: #ff763b;
}
.main .show_tool .show_tool_right .tool_btn .share .social-share .icon-qzone {
  background: url(../images/share_qq.png) no-repeat;
  background-size: 20px 20px;
  background-position: center;
  border-radius: 50%;
}
.main .show_tool .show_tool_right .tool_btn .share .social-share .icon-qzone:hover {
  background-image: url(../images/share_qq_active.png);
  background-color: #fdbe3d;
}
.main .show_tool .show_tool_right .tool_btn:hover {
  border-color: #015293;
}
.main .show_tool .show_tool_right .tool_btn:hover .share {
  display: flex;
}
.main .show_tool .show_tool_right .tool_btn:hover .selected {
  display: block;
}
.main .show_tool .show_tool_right .tool_btn:hover .default {
  display: none;
}
.main .show_inner {
  padding: 54px 0;
}
.main .show_inner .inner {
  font-size: 18px;
}
.main .show_inner .statement {
  font-size: 18px;
  color: #ed1a1a;
  margin-top: 52px;
  text-align: right;
}
.main .show_bot .show_annex {
  display: flex;
}
.main .show_bot .show_annex .show_annex_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 133px;
  height: 60px;
  background-color: #015293;
  border-radius: 20px 20px 0px 20px;
  font-size: 22px;
  color: #fff;
}
.main .show_bot .show_annex .show_annex_list {
  flex: 1;
  line-height: 60px;
  margin-left: 30px;
  font-size: 20px;
  background-color: rgba(227, 243, 255, 0.3);
}
.main .show_bot .show_annex .show_annex_list li {
  padding: 0 30px;
}
.main .show_bot .show_annex .show_annex_list li a {
  color: #333;
}
.main .show_bot .show_annex .show_annex_list li:hover a {
  color: #015293;
}
.main .show_bot .show_other {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-top: 40px;
  height: auto;
}
.main .show_bot .show_other .show_other_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 322px;
  height: 180px;
  padding-top: 30px;
  background: url(../images/show_bg_zcwjqzb.png) no-repeat;
  background-size: 100% 100%;
}
.main .show_bot .show_other .show_other_item .item_desc {
  font-size: 18px;
  color: #015293;
  margin-top: 20px;
}
.main .show_bot .show_other .show_other_item .btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 31px;
  border-radius: 10px;
  border: solid 1px #a33639;
  font-size: 18px;
  color: #a33639;
  background-color: #fff;
  margin-top: 20px;
}
.main .show_bot .show_other .show_other_item.zcjd {
  width: 481px;
  height: 180px;
  background-image: url(../images/show_bg_zcjd.png);
}
.main .show_bot .show_other .show_other_item.zcjd .item_nav {
  display: flex;
  gap: 22px;
  margin-top: 30px;
}
.main .show_bot .show_other .show_other_item.zcjd .item_nav li {
  width: 122px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(36, 130, 254, 0.25);
  border-radius: 10px;
  transition: all 0.3s;
}
.main .show_bot .show_other .show_other_item.zcjd .item_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  font-size: 20px;
  color: #468f19;
}
.main .show_bot .show_other .show_other_item.zcjd .item_nav li a img {
  margin-bottom: 2px;
}
.main .show_bot .show_other .show_other_item.zcjd .item_nav li:nth-child(2) a {
  color: #d89d0e;
}
.main .show_bot .show_other .show_other_item.zcjd .item_nav li:nth-child(3) a {
  color: #1d79c2;
}
.main .show_bot .show_other .show_other_item.zcjd .item_nav li:hover {
  transform: translateY(-5px);
}
.main .show_bot .show_other .show_other_item.zcgt {
  background-image: url(../images/show_bg_zcgt.png);
}
.main .show_bot .show_other .show_other_item.zcgt .btn_link {
  color: #ff6c00;
  border-color: #ff6c00;
}
