.lc {
  width: 100%;
  height: 38px;
  background: #f6f6f6;
}
.lc .center {
  width: 1200px;
  height: 38px;
  margin: 0 auto;
  background: url(../img/lc.png) no-repeat left center;
  padding-left: 18px;
  line-height: 38px;
}
.dts-content {
  padding: 16px 0 35px 0;
}
.dts-content .center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.dts-content .center .txt {
  width: 990px;
  min-height: 745px;
  float: left;
  background: #fcfcfc;
  padding: 35px;
  box-sizing: border-box;
}
.dts-content .center .txt .top-txt {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px dashed #dcdcdc;
}
.dts-content .center .txt .top-txt h2 {
  text-align: center;
  font-size: 25px;
  color: #464646;
}
.dts-content .center .txt .top-txt p {
  color: #7e7e7e;
  font-size: 13px;
  text-align: center;
  margin-top: 8px;
}
.dts-content .center .txt .txt-list {
  margin-top: 10px;
}
.dts-content .center .lk {
  width: 188px;
  background: #fcfcfc;
  float: right;
  height: auto;
  padding-bottom: 20px;
  padding-left: 5px;
}
.dts-content .center .lk .tit {
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #dddddd;
}
.dts-content .center .lk .tit strong {
  display: block;
  box-sizing: border-box;
  margin-left: 5px;
  width: 100px;
  height: 53px;
  line-height: 51px;
  color: #464646;
  font-weight: 500;
  padding-left: 24px;
  background: url(../img/ts.png) 7px center no-repeat;
  font-size: 15px;
  border-bottom: 3px solid #00c738;
}
.dts-content .center .lk ul {
  margin-top: 10px;
  padding-left: 20px;
}
.dts-content .center .lk ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  list-style-type: square;
  border-bottom: 1px solid #f6f6f6;
}
.dts-content .center .lk ul li a {
  position: relative;
  left: -5px;
  display: block;
  width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.tr {
  width: 100%;
  height: 35px;
  background: #f6f6f6;
}
.tr .center {
  width: 1200px;
  height: 35px;
  margin: 0 auto;
}
.tr .center span {
  font-size: 15px;
  line-height: 33px;
}
.tr .center span.l {
  float: left;
}
.tr .center span.r {
  float: right;
}
.tr .center span a {
  font-size: 15px;
  color: #a0a0a0;
}
.footer {
  margin-top: 0;
}
