.xswyh-header {
  display: inline-block;
  margin-left: 310px;
  height: 28px;
  font-size: 28px;
  font-weight: bold;
  color: #FF7E00;
  line-height: 28px;
  width: 600px;
}
.xswyh-sort {
  display: inline-block;
  margin-bottom: 70px;
}
.xswyh-bottom {
  font-size: 16px;
  font-weight: bold;
  height: 68px;
  line-height: 68px;
  background: rgba(0, 153, 68, 0.05);
  border: 1px dashed #77c59a;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #444444;
}
.xswyh-list {
  margin: 0 100px;
}
.xswyh-item {
  float: left;
  margin: 0 0 30px 140px;
  text-align: center;
  cursor: pointer;
}
.xswyh-item h4 {
  line-height: 2;
  color: #191919;
  font-size: 20px;
}
.xswyh-item p {
  font-size: 14px;
}
.hidden-model-content {
  display: none;
}
@media screen and (max-width: 1600px) {
  .xswyh-header {
    margin-left: 210px;
  }
  .xswyh-list {
    margin-left: 100px;
  }
  .xswyh-item {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .xswyh-header {
    margin-left: 110px;
  }
  .xswyh-list {
    margin-left: 80px;
  }
  .xswyh-item {
    margin-left: 60px;
  }
  .xswyh-sort {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .xswyh-header {
    margin-left: 0px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .xswyh-sort {
    font-size: 12px;
    width: 100%;
    float: right;
    text-align: right;
  }
  .xswyh-bottom {
    margin-left: 10%;
    font-size: 12px;
    width: 80%;
    line-height: 16px;
    height: 52px;
    padding: 10px 20px;
  }
  .xswyh-list {
    margin-left: 80px;
  }
  .xswyh-item {
    margin-left: 30px;
  }
}
.modal-dialog {
  width: 920px;
  height: 420px;
}
.modal-body {
  padding: 16px 16px 0 16px;
}
.modal-body .summary {
  margin-left: 256px;
  line-height: 2;
}
.modal-body .summary p {
  margin-bottom: 1em;
  text-indent: 2em;
}
.modal-footer {
  font-size: 18px;
  padding: 10px 0;
}
