@charset "utf-8";
*:not(.row) {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt35 {
  margin-top: 35px;
}
.row {
  display: inline-block;
  min-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.row > * {
  padding: 0 15px;
  float: left;
}
ul,
li,
ol {
  list-style: none;
}
.w46 {
  width: 46%;
}
.w54 {
  width: 54%;
}
.img {
  max-width: 100%;
}
.banner {
  background: url(../images/banner.png) no-repeat center top;
  height: 499px;
}
.container {
  margin: auto;
  max-width: 1200px;
}
.introduce {
  font-size: 18px;
  line-height: 36px;
  background-color: #fbf6f6;
  border: 1px solid #911b13;
  padding: 20px 20px 10px;
  border-radius: 5px;
}
.introduce p {
  text-indent: 2em;
  margin-bottom: 10px;
}
.title {
  overflow: hidden;
  position: relative;
  padding-bottom: 12px;
}
.title span {
  display: inline-block;
  position: relative;
  color: #a6251d;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
}
.title span:after {
  content: "";
  position: absolute;
  width: 991px;
  height: 30px;
  top: 10px;
  left: 100%;
  margin-left: 20px;
  background: url(../images/titlebg.png) no-repeat;
}
.title a.more {
  position: absolute;
  right: 0;
  color: #666;
  top: 0;
}
.panel .content {
  padding-top: 3px;
}
.panel dl {
  padding: 14px 0;
  border-bottom: 1px dashed #cfcfcf;
  display: inline-block;
  width: 100%;
}
.panel dl dt {
  float: left;
  width: 168px;
  height: 90px;
}
.panel dl dt img {
  width: 100%;
  height: 100%;
}
.panel dl dd {
  float: right;
  width: 438px;
  width: calc(100% - 180px);
}
.panel dl dd h3 {
  margin-bottom: 15px;
}
.panel dl dd h3 a {
  color: #313232;
  font-size: 18px;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.panel dl dd p {
  color: #666666;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.text-center {
  text-align: center;
}
ul.list li {
  line-height: 26px;
  padding: 10px 0 10px 15px;
  position: relative;
}
ul.list li a {
  color: #666;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.list li i {
  font-size: 40px;
  font-style: normal;
  position: absolute;
  color: #666666;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
}
@media screen and (max-width: 991px) {
  .row {
    margin: 0;
    display: block;
  }
  .row > * {
    padding: 0;
  }
  .container {
    padding-left: 2%;
    padding-right: 2%;
  }
  .m-100 {
    width: 100%;
  }
  .m-mt10 {
    margin-top: 10px;
  }
  .m-mt20 {
    margin-top: 20px;
  }
  .banner {
    height: 0;
    padding-top: 42%;
    background-size: cover;
  }
  .introduce {
    font-size: 14px;
    line-height: 23px;
    padding: 10px 10px 5px;
  }
  .introduce p {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 540px) {
  .title {
    padding-bottom: 0;
  }
  .title span {
    font-size: 18px;
  }
  .title span:after {
    width: 540px;
    background-size: contain;
    top: 15px;
    margin-left: 10px;
  }
  .title span a.more {
    font-size: 14px;
  }
  .panel dl dt {
    width: 40%;
  }
  .panel dl dt img {
    height: auto;
  }
  .panel dl dd {
    width: 58%;
  }
  .panel dl dd h3 {
    margin-bottom: 5px;
    line-height: 20px;
  }
  .panel dl dd h3 a {
    font-size: 16px;
  }
  .panel dl dd p {
    font-size: 14px;
    line-height: 18px;
  }
  ul.list li {
    padding: 0 0 0 15px;
  }
  ul.list li a {
    font-size: 14px;
  }
}
