.con {
  padding-top: 27px;
  padding-bottom: 88px;
  height: auto;
}
.conCurrent {
  margin-bottom: 25px;
}
.conCurrent ul {
  display: flex;
  align-items: center;
}
.conCurrent ul li {
  margin-right: 7px;
  font-size: 16px;
}
.conCurrent ul li a {
  color: #292929;
}
.current {
  color: #c60e0e;
}
.rightJt {
  font-family: \5B8B\4F53, serif;
}
/* 当前位置 */
.listCon {
  display: flex;
  justify-content: space-between;
}
.conNav {
  width: 200px;
  height: auto;
}
.conNav ul {
  display: flex;
  flex-direction: column;
}
.conNav ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 7px;
}
.conNav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #292929;
  background-color: #eaeaea;
  text-align: center;
  font-size: 18px;
}
.conNavCurrent {
  background-color: #c60e0e !important;
  color: #fff !important;
  font-weight: bold;
}
/* 新闻内容 */
.textCon {
  width: 946px;
  height: auto;
}
.textCon ul li {
  padding: 20px 0;
  border-top: 1px dashed #dcdcdc;
}
.textCon ul li .text {
  width: 776px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
  display: inline-block;
}
.textCon ul li:last-child {
  border-bottom: 1px dashed #dcdcdc;
}
.textCon ul li a:hover .text {
  color: #c90324;
}
.textCon ul li a:hover .time {
  color: #c90324;
}
.textCon ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text {
  font-size: 18px;
  color: #292929;
}
.time {
  font-size: 18px;
  color: #929292;
}
