@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;
}
.layout {
  width: 1100px;
  margin: 0 auto;
}
.fill .head {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #DBDBDB;
}
.fill .head .head-title {
  float: left;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}
.fill .head .head-title i {
  font-style: normal;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/fill_icon.png) no-repeat;
  margin: 6px 10px 0 0;
}
.fill .head .fill-tab {
  float: left;
  margin-left: 28px;
}
.fill .head .fill-tab li {
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  margin-right: 24px;
  padding-bottom: 3px;
  position: relative;
  cursor: pointer;
}
.fill .head .fill-tab .on {
  color: #c60d0e;
}
.fill .head .fill-tab .on:after {
  position: absolute;
  content: '';
  width: 58px;
  height: 2px;
  background: #c60d0e;
  border-radius: 2px;
  left: 50%;
  margin-left: -29px;
  bottom: 0;
  z-index: 3;
}
.fill .head a {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.zhengwen {
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 36px 81px 43px 81px;
}
.zhengwen .top {
  height: 133px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.zhengwen .top .title {
  margin: 0 auto 18px auto;
  width: 778px;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
  text-align: center;
}
.zhengwen .top .middle {
  display: flex;
  justify-content: space-evenly;
  width: 778px;
  margin: 0 auto 20px auto;
}
.zhengwen .top .middle span {
  font-size: 12px;
  font-weight: 500;
  color: #666666;
}
.zhengwen .text p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  text-indent: 2em;
}
