@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #ffffff;
}
body a:hover {
  color: #417505 !important;
}
.Crumbs {
  margin-bottom: 50px;
  height: 21px;
  line-height: 21px;
}
.Crumbs .Crumbs-title {
  color: #417505;
}
.Crumbs span {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 21px;
}
.Crumbs a {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}
.Crumbs .active {
  color: #417505;
}
body {
  background: url(../images/body_bg.jpg) center top no-repeat #ffffff;
}
.container_wrap {
  padding-top: 390px;
  padding-bottom: 45px;
}
.layout_main {
  position: relative;
  padding: 0 19px;
  padding-bottom: 90px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.2) 100%);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.2) 100%);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.2) 100%);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.2) 100%);
  /* 标准的语法（必须放在最后） */
}
#index_path {
  position: absolute;
  left: 19px;
  top: -340px;
  height: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #2D8A88;
  line-height: 25px;
}
#index_path span {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  vertical-align: 2px;
  line-height: 25px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  color: #2D8A88;
}
#index_path:hover {
  color: #2D8A88 !important;
}
#index_path:hover span {
  color: #2D8A88 !important;
}
.layout_head {
  position: relative;
  width: 100%;
  height: 77px;
  line-height: 68px;
  text-align: center;
  margin-bottom: 16px;
  background: url(../images/head_bg.png) no-repeat center center;
  font-size: 32px;
  font-family: FZSEJW--GB1-0, FZSEJW--GB1;
  font-weight: normal;
  color: #ffffff;
}
.article_detail {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 28px 24px 80px;
}
.detail_wrap .detail_head {
  padding-bottom: 26px;
  border-bottom: 1px dashed #D4D4D4;
}
.detail_wrap .detail_head h1 {
  height: 37px;
  font-size: 26px;
  font-weight: 500;
  color: #333;
  line-height: 37px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.detail_wrap .detail_head .sub_title {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.detail_wrap .detail_head .sub_title span {
  display: inline-block;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-left: 40px;
}
.detail_wrap .detail_head .sub_title span:first-child {
  margin: 0px;
}
.detail_wrap .detail_text {
  padding-top: 27px;
  padding-bottom: 80px;
}
.detail_wrap .detail_text p {
  font-size: 16px;
  color: #333;
  line-height: 34px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
