.clear {
  clear: both;
}
.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 .search {
  width: 731px;
  text-align: center;
  margin: 42px auto;
}
.contwycx .search input {
  width: 418px;
  height: 43px;
  border: 2px solid #CECECE;
  border-radius: 8px;
  line-height: 43px;
  float: left;
  padding: 0 2%;
  margin-bottom: 20px;
}
.contwycx .search a {
  width: 138px;
  height: 43px;
  background: #a81010;
  border-radius: 8px;
  line-height: 43px;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-left: 8px;
  margin: 0 auto;
  display: inline-block;
  margin-top: 42px;
}
.contwycx .search a img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.contwycx .wycxlist {
  width: 100%;
}
.contwycx .wycxlist li {
  width: 100%;
  padding: 25px 2%;
}
.contwycx .wycxlist li .lititle {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.contwycx .wycxlist li .lititle h3 {
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  float: left;
  margin-right: 20px;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lititle b{margin-right:5px;}
.contwycx .wycxlist li .lititle font {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B70000;
  line-height: 17px;
  padding-left: 10px;
  border-left: 1px solid #999999;
  float: left;
  margin-top: 6px;
}
.contwycx .wycxlist li .lititle .btn {
  height: 28px;
  border: 1px solid #C4D6EB;
  border-radius: 16px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #396EA0;
  line-height: 30px;
  float: left;
  margin-left: 10px;
  text-align: center;
padding:0 15px;
}
.contwycx .wycxlist li .lititle span {
  display: inline-block;
  float: right;
}
.contwycx .wycxlist li 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 p a {
  color: #005293;
}
.contwycx .wycxlist li:nth-child(2n) {
  background: #F8FBFD;
}
@media screen and (max-width: 991px) {
  .search {
    width: 100% !important;
  }
  .search input {
    width: 70% !important;
  }
  .search a {
    width: 25% !important;
  }
  .contwycx .wycxlist li .lititle {
    width: 100%;
    height: auto;
  }
  .contwycx .wycxlist li .lititle h3 {
    float: none;
    width: 100%;
  }
  .lititle font {
    border-left: none !important;
  }
  .contwycx .wycxlist li .lititle span {
    float: none;
  }
}
