.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 {
  display: flex;
  flex-wrap: wrap;
}
.textCon ul li {
  width: 300px;
  height: 238px;
  margin-right: 23px;
  margin-bottom: 40px;
}
.textCon ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
}
.textCon ul li:nth-child(3n) {
  margin-right: 0;
}
.textCon ul li .img {
  width: 300px;
  height: 200px;
}
.textBox {
  display: flex;
  align-items: center;
}
.textCon ul li .icon {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.textCon ul li .text {
  width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: flex-start;
  display: inline-block;
  font-size: 16px;
  color: #292929;
}
.textCon ul li a:hover .text {
  color: #c90324;
}
