.content{
  width: 90%;
}
.content_nr{
  width: 100%;
  height: 1000px;
}

.content_cd ul{
  display: flex;
  flex-direction: column;
  padding: 0px 100px;
}
.content_cd li{
  height: 60px;
  width: 250px;
  text-align: center;
  border-bottom: 1px dashed #797a7a;
  line-height: 70px;
}
.content_cd h3{
  width: 250px;
  color: white;
  padding: 30px;
  background-color: #00a0e9;
  margin: 30px auto;
}
.content_cpjs ul{
  display: flex;
  flex-direction: column
}
.content_cpjs li{
  padding: 20px 0;

}
.content_cpjs_img img{
  width: 250px;
  height: 180px;
  padding: 10px 50px 10px 20px;
}
.content_cpjs_div{
  margin-bottom: 20px;
  font-size: 14px;
  width: 600px;
  line-height: 30px;
  padding-right: 100px ;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content_cpjs h3{
  text-align: left;
  color: black;
  line-height: 60px;
}
.qyal{
  font-size: 16px;
  padding: 5px 10px ;
  border: 2px solid #666;
  border-radius: 25px;
}

.foot_lmy{
      width: 80%;
        height: 100px;
        background-color: rgb(230, 230, 230);
        padding: 20px 10%;
        position: fixed;
        bottom: 0;
}
.footer_left {
  float: left;
  width: 80%;
}

.footer_right {
  float: right;
  padding: 10px 50px 0px 0px;

}
.nr {
  width: 100%;
  color: #999;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  line-height: 25px;
}