@charset "utf-8";

.navigation-bread {
  margin-top: 20px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #004E9C;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}

body {
  background-color: #ffffff;
}
.header{
  box-shadow: 0 7px 12px #e2e2e2;
}


.container {
  margin-top: 20px;
  margin-bottom: 60px;
}
.detail-wrap {
  border-top: 1px solid #E5E5E5;
  
  padding: 20px 0 0;
  background-color: #ffffff;
}
.detail-wrap .detail-bt {
  /* border-top: 1px dashed #E5E5E5; */
  padding-bottom: 20px;
}
.detail-wrap .detail-bt h1 {
  font-size: 26px;
  line-height: 32px;
  color: #1F2229;
  font-weight: bold;
  text-align: center;
}
.detail-wrap .detail-bt .sub-title {
  text-align: center;
  line-height: 30px;
  margin-top: 14px;
}
.detail-wrap .detail-bt .sub-title span {
  font-size: 14px;
  color: #757575;
  margin-right: 20px;
}
.detail-wrap .detail-bt .sub-title span:last-child {
  margin-right: 0;
}
.detail-wrap .text {
  margin-top: 26px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E5E5E5;
}
.detail-wrap .text h3{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #1F2229;
line-height: 30px;
margin-bottom: 15px;
text-align: center;
}
.detail-wrap .text p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 30px;
  text-indent: 2em;
}
.detail-wrap .text p img{width: auto;height: auto;/* display: block; *//* margin: 40px auto; */}
.detail-wrap .link-bottom {
  margin-top: 30px;
}
.detail-wrap .link-bottom a{
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.detail-wrap .link-bottom a:hover{
  color: #004E9C;
}
.detail-wrap .text .text-img {
  text-align: center;
}
.detail-wrap .text .text-img h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin: 35px 0 30px;
}
