@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.main {
  width: 100%;
}
.main .layout {
  width: 1300px;
  margin: 0 auto;
}
.layout {
  width: 1300px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
  color: #257e20 !important;
}
body {
  background-color: #F5F9FF;
}
header {
  height: 40px;
  background: #257e20;
}
.title {
  padding: 33px 0;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-top: 0;
}
.title .layout {
  font-size: 24px;
  font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
  font-weight: bold;
  color: #257e20;
}
.container {
  margin-top: 20px;
  margin-bottom: 40px;
}
.detail-wrap {
  padding: 60px 40px 25px 40px;
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
  border-radius: 4px 4px 4px 4px;
}
.detail-wrap .detail-bt {
  padding-bottom: 30px;
}
.detail-wrap .detail-bt h1 {
  font-size: 24px;
  line-height: 30px;
  color: #323232;
  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 p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 25px;
}
.detail-wrap .text a {
  display: block;
  position: relative;
}
.detail-wrap .text a .stop {
  width: 51px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail-wrap .text img {
  display: block;
  border-radius: 4px 4px 4px 4px;
  margin: 0 auto;
}
.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;
}
