.main-content-header {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w100 {
  float: left;
  width: 100%;
}
.commonTitle .titles {
  width: 100%;
  font-family: Microsoft YaHei;
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  height: 42px;
  line-height: 42px;
  letter-spacing: 4px;
  color: #e61721;
  text-align: center;
}
.commonTitle .contents {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
}
.commonTitle .name {
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  height: 20px;
  letter-spacing: 0px;
  color: #e61721;
  opacity: 0.5;
  margin-bottom: 10px;
}
.commonTitle .more {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #e61721;
  line-height: 40px;
}
.commonTitle .more img {
  margin-left: 10px;
  height: 16px;
  margin-top: 12px;
}
.commonTitle .more:hover {
  cursor: pointer;
  font-weight: bold;
}
.commonTitle .lin1 {
  width: 100%;
  height: 1px;
  background-color: transparent;
  border: 1px dashed #e61721;
}
.commonTitle .lin2 {
  margin-top: 5px;
  width: 100%;
  height: 1px;
  background-color: transparent;
  border: 1px solid #e61721;
}
.fzzl {
  float: left;
  background-color: #fff;
  width: 100%;
  min-height: 1000px;
}
.fzzl a {
  float: left;
  width: 100%;
}
.fzzl .ul-list {
  float: left;
  width: 100%;
}
.fzzl .ul-list .li-list:hover {
  cursor: pointer;
}
.fzzl .ul-list .li-list:hover .names {
  color: #e61721 !important;
}
.fzzl .ul-list .li-list {
  float: left;
  width: 100%;
  padding: 30px 30px;
  border: solid 1px #dddddd;
  margin-bottom: 30px;
}
.fzzl .ul-list .li-list .imgs {
  float: left;
  width: 176px;
  height: 100px;
}
.fzzl .ul-list .li-list .textBg {
  float: left;
  margin-left: 23px;
  width: calc(100% - 176px - 23px);
}
.fzzl .ul-list .li-list .textBg .names {
  float: left;
  width: calc(100% - 100px);
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #222222;
}
.fzzl .ul-list .li-list .textBg .times {
  float: right;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #e61721;
}
.fzzl .ul-list .li-list .textBg .texts {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
}
@media screen and (max-width: 1000px) {
  .fzzl .ul-list .li-list .textBg {
    width: 100%;
    margin-left: 0;
  }
  .fzzl .ul-list .li-list .textBg .names {
    width: 100%;
  }
}
