@charset "utf-8";
.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}
.text-list ul li {
  line-height: 36px;
  overflow: hidden;
}
.text-list ul li:hover span {
  color: #c02832;
}
.text-list ul li a {
  font-weight: 400;
  color: #505050;
  width: 95%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 18px;
  line-height: 36px;
}
.text-list ul li a i {
  display: inline-block;
  font-style: normal;
  line-height: 24px;
  margin: 0 10px 0 3px;
}
.text-list ul li span {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  float: right;
  line-height: 36px;
}
body {
  background-color: #F9F9F9;
}
.container {
  margin-top: 20px;
}
.textitme {
  overflow: hidden;
  padding: 43px 56px 50px 66px;
  background: #ffffff;
}
.textitme .textitme-left {
  width: 170px;
  float: left;
  margin-right: 8px;
  margin-top: 3px;
}
.textitme .textitme-left ul li {
  margin-bottom: 19px;
}
.textitme .textitme-left ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #373737;
  line-height: 25px;
  display: block;
  position: relative;
  padding-left: 16px;
}
.textitme .textitme-left ul li a:after {
  content: "";
  position: absolute;
  background-color: #c0130d;
  left: 0;
  top: 2px;
  width: 6px;
  height: 21px;
}
.textitme .textitme-left ul .textitme-active a {
  color: #c02832;
}
.textitme .textitme-right {
  width: 900px;
  float: left;
}
.textitme .textitme-right .text-list ul li {
  margin-bottom: 10px;
}
.textitme .textitme-right .text-list ul li a {
  width: 85%;
}
