.show .breadcrumbs {
  display: flex;
  align-items: center;
  height: 75px;
}
.show .breadcrumbs .title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #999;
}
.show .breadcrumbs .title img {
  width: 14px;
  height: 18px;
  margin-right: 11px;
}
.show .breadcrumbs .path {
  font-size: 20px;
}
.show .breadcrumbs .path a {
  color: #333;
}
.show .breadcrumbs .path a:hover {
  color: #366fca;
}
.show .head {
  margin-top: 20px;
}
.show .head .title {
  font-size: 36px;
  color: #255796;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.show .head .tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #A5A4A4;
  font-size: 16px;
  color: #333;
}
.show .head .tool .left {
  display: flex;
}
.show .head .tool .left .date {
  font-size: 16px;
  color: #404040;
  margin-right: 30px;
}
.show .head .tool .right {
  display: flex;
  align-items: center;
}
.show .head .tool .right .font {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.show .head .tool .right .font .font_option {
  display: flex;
  border-right: 1px solid #e6e6e6;
}
.show .head .tool .right .font .font_option li {
  width: 32px;
  height: 25px;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #999;
  border-right: 0;
  cursor: pointer;
}
.show .head .tool .right .font .font_option .active {
  color: #366fca;
}
.show .head .tool .right .print {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
}
.show .head .tool .right .print img {
  margin-right: 3px;
}
.show .head .tool .right .share {
  display: flex;
  align-items: center;
}
.show .head .tool .right .social-share .icon-wechat {
  background: url(../images/share_wx.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.show .head .tool .right .social-share .icon-wechat:hover {
  background-image: url(../images/share_wx_active.png);
  background-color: #7bc549;
}
.show .head .tool .right .social-share .icon-weibo {
  background: url(../images/share_wb.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.show .head .tool .right .social-share .icon-weibo:hover {
  background-image: url(../images/share_wb_active.png);
  background-color: #ff763b;
}
.show .head .tool .right .social-share .icon-qzone {
  background: url(../images/share_qq.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.show .head .tool .right .social-share .icon-qzone:hover {
  background-image: url(../images/share_qq_active.png);
  background-color: #fdbe3d;
}
.show .details_inner {
  margin-top: 50px;
  font-size: 16px;
}
.show .details_annex {
  margin-top: 50px;
}
.show .details_annex .annex_title {
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #255796;
  font-weight: 700;
  padding-bottom: 17px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.show .details_annex .annex_title img {
  margin-right: 18px;
}
.show .details_annex .annex_list {
  font-size: 18px;
  color: #333;
  line-height: 32px;
}
.show .details_annex .annex_list li a {
  color: #333;
}
.show .details_annex .annex_list li a:hover {
  color: #255796;
}
.show .details_handle {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  font-size: 18px;
  color: #255796;
}
.show .details_handle .handle_item {
  margin-bottom: 22px;
}
.show .details_handle .handle_item a {
  color: #333;
}
.show .details_handle .handle_item a:hover {
  color: #255796;
}
