.dcon {
  width: 1180px;
  height: 785px;
  margin: 0 auto;
}
.dcon .sub:nth-child(2n) {
  float: right;
}
.dcon .sub {
  width: 565px;
  height: 300px;
  float: left;
  margin-top: 91px;
}
.dcon .sub .subtop::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(../images/crile.png) no-repeat;
  margin-left: -10px;
  margin-top: 0px;
}
.dcon .sub .subtop {
  position: relative;
  width: 100%;
  font-size: 28px;
  font-family: MicrosoftYaHei;
  color: #200F0E;
  line-height: 37px;
}
.dcon .sub .subtop a {
  float: right;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #F83635;
  line-height: 37px;
  cursor: pointer;
}
.dcon .sub .sub_con {
  width: 565px;
  height: 240px;
  margin-top: 20px;
}
.dcon .sub .sub_con ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #E6DCDC;
}
.dcon .sub .sub_con ul li a:hover {
  color: #F83635;
  width: 494px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.dcon .sub .sub_con ul li a {
  width: 494px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #7B6C6C;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  float: left;
  cursor: pointer;
}
.dcon .sub .sub_con ul li span {
  display: inline-block;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #AD9E9E;
  line-height: 60px;
  height: 60px;
  float: right;
}
.namec {
  height: 66px;
  margin-top: 129px;
  margin-bottom: 16px;
}
.namec p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 30px;
  text-align: center;
}
.dhyin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
