.sec_img {
  width: 100%;
}
.sec_img img {
  width: 100%;
  height: 240px;
}
.xinwen {
  display: table;
  height: auto;
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 55px;
  padding: 40px;
}
.xinwen .zuo {
  width: 200px;
  float: left;
}
.xinwen .zuo .mingcheng {
  background: #c11f1b;
  font-size: 24px;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.xinwen .zuo .liebiao {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.xinwen .zuo .liebiao ul li {
  display: block;
  text-align: center;
  overflow: hidden;
  /* background: #f4f4f4; */
}
.xinwen .zuo .liebiao ul li a {
  display: block;
  border-bottom: 1px dashed #e8e8e8;
  padding: 12px;
  text-align: center;
  color: #000;
  transition: all ease-out 0.5s;
  font-size: 18px;
}
.you {
  width: 910px;
  float: left;
  margin-left: 45px;
}
.you li {
 height: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    transition: all ease-out 0.5s;
    overflow: hidden;
}
.you li > p {
  width: 88px;
  height: 88px;
  background: #c11f1b;
  /* border-radius: 1px silid ; */
  text-align: center;
  float: left;
  margin-right: 25px;
}
.you li > p span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  display: block;
}
.you li > p .miao {
  font-size: 28px;
  line-height: 60px;
}
.you li a {
  width: 87%;
    height: 86px;
    float: left;
    overflow: hidden;
}
.you li a span {
  height: 19px;
  font-size: 19px;
  font-weight: 400;
  color: #000000;
}
.you li > a p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
}
.you li:hover a span {
  color: #c11f1b;
}
