.clear {
  clear: both;
}
button:hover {
  cursor: pointer;
}
.contwycx {
  width: 100%;
}
.contwycx h2 {
  width: 100%;
  border-bottom: 1px solid #CECECE;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 55px;
  height: 55px;
  position: relative;
}
.contwycx h2 span {
  display: inline-block;
  font-size: 23px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  height: 55px;
  background: url(../images/zmhd/wyly/bottombg.png) no-repeat bottom left;
}
.contwycx .wycxlist {
  width: 100%;
}
.contwycx .wycxlist li {
  width: 100%;
  padding: 25px 1%;
}
.contwycx .wycxlist li .lileft {
  width: 90%;
  float: left;
}
.contwycx .wycxlist li .lileft .lititle {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.contwycx .wycxlist li .lileft .lititle h3 {
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  float: left;
  margin-right: 20px;
}
.contwycx .wycxlist li .lileft .lititle h3 img {
  margin-right: 10px;
}
.contwycx .wycxlist li .lileft .lititle span {
  display: inline-block;
  float: right;
}
.contwycx .wycxlist li .lileft p {
  width: 100%;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 27px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contwycx .wycxlist li .lileft p a {
  color: #a81010;
}
.contwycx .wycxlist li .liright {
  float: right;
  width: 10%;
  text-align: right;
}
.contwycx .wycxlist li .liright button {
  width: 99px;
  height: 33px;
  background: #f9ebeb;
  border-radius: 16px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #396EA0;
}
.contwycx .wycxlist li .jxing {
  margin-top: 40px;
}
.contwycx .wycxlist li .js {
  margin-top: 20px;
}
.contwycx .wycxlist li .js .jgfk {
  background: #a81010;
  color: white;
}
.contwycx .wycxlist li .js .yjs {
  background: #DCDCDC;
  color: white;
  margin-top: 10px;
}
.contwycx .wycxlist li:nth-child(2n) {
  background: #fcf8f8;
}
@media screen and (max-width: 991px) {
  .lileft {
    width: 100% !important;
  }
  .contwycx .wycxlist li .liright {
    width: auto !important;
  }
}
