.main {
  background-color: #fff;
}
.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 {
  padding-bottom: 40px;
  justify-content: space-between;
  background: url('../images/detail_line.png') no-repeat bottom;
}
.detail_left .flex .media_share {
   display: none;
}
.content {
  padding-top: 40px;
  font-size: 18px;
  line-height: 40px;
}
.detail_left .flex span {
  font-size: 18px;
  line-height: 40px;
  color: #333;
}
/* 内容部分 */
.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;
}

.detail_right {
  border-left: 1px solid #d5d5d5;
  padding: 0 0 0 10px;
  width: 310px;
}

.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 {
  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;
}
.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 h3 {
  font-size: 20px;
  line-height: 30px;
  color: #016bb5;
  margin-bottom: 10px;
}
.wjjd a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  line-height: 30px;
  color: #333;
  background-position: 0px center;
}

.wjjd a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  transform: translateY(-10%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4CAF50;;
}

.wjjd a:hover {
  color: #016bb5;
}

/* 政府文件下载 */
.wjxz {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  background: url('../images/detail_wjxz_bg.png') no-repeat;
  margin-bottom: 30px;
}

.wjxz h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #016bb5;
  margin-bottom: 12px;
}

.wjxz h3 img {
  margin-bottom: 10px;
}

.wjxz .download_box {
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.wjxz .download_box a {
  display: block;
  width: 118px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  background-color: #f8fdff;
}

.wjxz .download_box a img {
  margin-right: 10px;
  vertical-align: middle;
}

.wjxzRead {
  color: #016bb5;
  border: 1px solid #016bb5;
}
.download_word {
  color: #016bb5;
  border: 1px solid #016bb5;
}
.download_pdf {
  color: #fc5a5a;
  border: 1px solid #fc5a5a;
}
/* 相关附件 */
.detail .detail_right .annex {
  margin-top: 30px;
  padding: 20px 0 0 20px;
}
.detail .detail_right .annex .annex_title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #016bb5;
  font-weight: 700;
  margin-bottom: 10px;
}
.detail .detail_right .annex .annex_list li {
  position: relative;
  padding-left: 12px;
  line-height: 1.5;
}
.detail .detail_right .annex .annex_list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  transform: translateY(-10%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4CAF50;
}
.detail .detail_right .annex .annex_list li a {
  color: #333;
}
.detail .detail_right .annex .annex_list li a:hover {
  color: #016bb5;
}
