.main {
  min-width: 1200px;
}
.container {
  width: 1200px;
  margin: auto;
}
.header {
  height: 200px;
  background: url("../images/headerBg.png") no-repeat center center;
  background-size: cover;
}
.header .header-title {
  display: flex;
  align-items: center;
  color: #C81C1E;
}
.header .header-title img {
  width: 65px;
}
.header-title-text {
  margin-left: 20px;
}
.header .header-title-text-cn {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 8px;
}
.header .header-title-text-cn2 {
  letter-spacing: 20px;
}
.header .header-title-text-en {
  font-size: 14px;
}
.header-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-tools-first {
  display: flex;
  align-items: center;
}
.header-tools-first-list {
  display: flex;
  color: #2A84E5;
  font-size: 14px;
}
.header-tools-first .wx-icon {
  width: 20px;
  cursor: pointer;
}
.header-tools-wx {
  position: relative;
}
.header-tools-wx:hover .wx-hover-img {
  display: block;
}
.wx-hover-img {
  display: none;
  position: absolute;
  left: -46px;
  top: 30px;
  width: 120px;
  height: 120px;
  z-index: 99;
}
.header-tools-first-list li {
  padding: 0 10px;
  cursor: pointer;
  position: relative;
}
.header-tools-first-list li::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #979797;
  position: absolute;
  top: 4px;
  right: 0;
}
.header-tools-first-list li:last-child::after {
  display: none;
}
.header-tools-second {
  margin-top: 10px;
  position: relative;
}
.header-tools-search {
  width: 200px;
  height: 32px;
  border: 1px solid #2A84E5;
  padding: 10px;
  padding-right: 30px;
  margin-right: 10px;
}
.header-tools-second .icon {
  position: absolute;
  width: 18px;
  top: 6px;
  right: 20px;
}

/* nav */
.nav {
  min-height: 60px;
  background: #1164BE;
}
.nav-scroll {
  overflow: auto;
}
.nav-list {
  display: flex;
  flex-wrap: nowrap;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: normal;
}
.nav-list .active, .nav-list li:hover {
  background: #FFAB48;
  font-weight: bold;
}
.nav-list a {
  padding: 18px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  display: block;
}

/* banner */
.banner {
  height: 230px;
  background: url("../images/details-banner.png") no-repeat center center;
  background-size: cover;
}

/* content */
.content {
  background: url("../images/list-background.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 40px;
}
.crumbs {
  padding: 20px 0;
}
.crumbs .active {
  color: #1164BE;
}

.detail-content {
  width: 100%;
  min-height: 400px;
  background-color: #fff;
  background-image: url("../images/details-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0 20px;
}
.detail-head {
  border-bottom: 1px dashed #ccc;
  padding: 46px 20px 42px 20px;
}
.detail-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.detail-info {
  margin-top: 42px;
  display: flex;
  color: #666;
  justify-content: center;
}
.detail-info p {
  margin: 0 20px;
  padding-left: 25px;
}
.detail-info .time {
  background: url("../images/time.png") no-repeat left center;
  background-size: 18px;
}
.detail-info .view-num {
  background: url("../images/view.png") no-repeat left center;
  background-size: 18px;
}
.detail-info .origin {
  background: url("../images/origin.png") no-repeat left center;
  background-size: 18px;
}
.detail-text {
  padding: 26px 0;
  font-size: 12pt;
  color: #333;
  text-indent: 2em;
  line-height:32px;
  text-align: justify;
}
.detail-text img {
  max-width: 550px;
  display: block;
  margin: 30px auto;
}
.detail-text p,.detail-text div,.detail-text span {
  line-height: 32px !important;
  font-family: '微软雅黑',FZLTHJW,Lucida Grande, Verdana, Lucida, Arial, Helvetica, sans-serif!important;
  margin: 10px 0;
}
.detail-text table p{text-indent:0!important;}

/* footer */
.footer {
  min-height: 182px;
  background: url("../images/footer-bg.png") no-repeat center center;
  background-size: cover;
  padding: 32px 0;
}
.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}
.tool-list {
  display: flex;
  justify-content: center;
}
.tool-item {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}
.tool-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  right: 0;
}
.tool-item:last-child::after {
  display: none;
}
.info-list {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  width: 600px;
  flex-wrap: wrap;
}
.info-item {
  margin-top: 5px;
}
.copyright {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  opacity: .8;
}
.footer-qrcode {
  position: absolute;
  right: 0;
}
.qrcode-img {
  width: 100px;
  height: 100px;
}
.footer-qrcode p {
  text-align: center;
}

#back-top {
  position: fixed;
  z-index: 999;
  width: 80px;
  height: 80px;
  right: 100px;
  bottom: 240px;
  background: #fff;
  text-align: center;
  color: #999;
  font-size: 14px;
  padding: 16px 0;
  cursor: pointer;
}
#back-top img {
  width: 28px;
  height: 28px;
}

.detail-text table{border-collapse: collapse;border: 1px solid black;}
.detail-text table td, .detail-text table th{border: 1px solid black;}
.detail-text table td {font-size: 14px;}
