.main {
  margin-top: -350px;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 10px 0 #17171733;
  padding: 49px 30px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.breadcrumbs .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
}
.breadcrumbs .title img {
  width: 14px;
  height: 18px;
  margin-right: 11px;
}
.breadcrumbs .path {
  font-size: 18px;
}
.breadcrumbs .path a {
  color: #333;
}
.breadcrumbs .path a:hover {
  color: #016bb5;
}
.detail {
  display: flex;
  justify-content: space-between;
}
.detail_left {
  padding-top: 20px;
  width: 72%;
}
.detail_left h3 {
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  padding-bottom: 50px;
}
.detail_left .flex {
  display: flex;
  padding-bottom: 40px;
  justify-content: space-between;
  background: url('../images/detail_line.png') no-repeat bottom;
}
.content {
  padding-top: 40px;
  font-size: 18px;
  line-height: 40px;
}
.content p {
  /* font-size: 18px;
  line-height: 40px; */
}
.detail_left .flex span {
  font-size: 18px;
  line-height: 40px;
  color: #333;
}
.detail_handle {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d5d5d5;
  font-size: 18px;
  color: #016bb5;
}
.detail_handle .handle_item {
  margin-bottom: 25px;
}
.detail_handle .handle_item a {
  color: #333;
}
.detail_handle .handle_item a:hover {
  color: #016bb5;
}
.detail_right {
  border-left: 1px solid #d5d5d5;
  padding: 0 0 0 10px;
  width: 310px;
}
.detail_right .fonts {
}
.detail_right .fonts p {
  font-size: 20px;
  color: #016bb5;
  text-align: center;
  font-weight: 600;
  border-top: 1px solid #d5d5d5;
  padding: 30px 0 10px;
}
.detail_right .fonts .flex {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.detail_right .fonts .flex li {
  font-size: 20px;
  width: 40px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  text-align: center;
  margin: 0 12px;
  cursor: pointer;
}
.detail_right .fonts .flex li.active {
  color: #016bb5;
}

.detail_right .operate li {
  height: 50px;
  margin: 4px 0;
}
.detail_right .operate li a {
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  margin-left: 50px;
  color: #1e1e1e;
  display: block;
  cursor: pointer;
}
.detail_right .operate li.dy {
  background: url('../images/detail_dy.png') no-repeat;
  background-position: center;
}
.detail_right .operate li.gb {
  background: url('../images/detail_gb.png') no-repeat;
  background-position: center;
}
.detail_right .operate li.sc {
  background: url('../images/detail_sc.png') no-repeat;
  background-position: center;
}
.detail_right .fonts {
}
.share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.share .social-share .social-share-icon {
  border: none;
}
.share .social-share .icon-wechat {
  background: url(../images/detail_wx.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.share .social-share .icon-weibo {
  background: url(../images/detail_wb.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}

.share .social-share .icon-qzone {
  background: url(../images/detail_qq.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}

.wjjd {
  margin-top: 30px;
  padding-top: 20px;
  padding-left: 20px;
  border-top: 1px solid #d5d5d5;
}
.wjjd.noLinne {
  border: none;
}
.wjjd h3 {
  font-size: 20px;
  line-height: 30px;
  color: #016bb5;
  margin-bottom: 10px;
}
.wjjd a {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  padding-left: 8px;
  background: url('../images/detail_dot.png') no-repeat;
  background-position: 0px center;
}
.wjjd a:hover {
  color: #016bb5;
}
.wjxz {
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 0 30px 45px;
  width: 253px;
  height: 195px;
  background: url('../images/detail_wjxz.png') no-repeat;
  margin-bottom: 30px;
  box-sizing: content-box;
}
.wjxz a {
  width: 118px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  background-color: #fffcf6;
}
.wjxz a:hover {
  font-weight: 600;
}
.wjxzRead {
  color: #016bb5;
  border: 1px solid #016bb5;
}
.wjxzDownload {
  color: #12a08a;
  border: 1px solid #12a08a;
}
.detail_table {
  margin-bottom: 25px;
}
.detail_table .pc_table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #333;
  font-size: 18px;
}
.detail_table .h5_table {
  display: none;
}
.detail_table table tr,
.detail_table table td {
  border: 1px solid #d2d2d2;
}

.detail_table table td {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  padding: 5px;
}

.detail_table table tr td:nth-child(2n + 1) {
  width: 170px;
  background-color: #edf8ff;
}

.detail_table table tr td:nth-child(2n) {
  text-align: left;
  padding-left: 30px;
}
