@charset "UTF-8";
/**!
 * 常州市武进区公共资源交易平台
 * date:2021-11-02
 * author: sxw;
 */
.banner {
  height: 240px;
  background: url("../images/environment.jpg") no-repeat center center;
}

.containerwj {
  margin-top: 24px;
}

.list {
  width: 590px;
  border: 1px solid #d7e6f9;
}

.list .title {
  line-height: 50px;
  background: #edeef2;
}

.list .title span {
  display: block;
  width: 173px;
  padding-left: 58px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: url("../images/policy.png") no-repeat 18px center;
  background-color: #3a6ebf;
}

.list .title a {
  display: block;
  width: 173px;
  padding-left: 58px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: url("../images/policy.png") no-repeat 18px center;
  background-color: #3a6ebf;
}

.list .tab {
  margin-top: -50px;
  padding-bottom: 8px;
}

.list .tab .hd {
  text-align: right;
  padding-right: 20px;
}

.list .tab .hd span {
  display: inline-block;
  line-height: 47px;
  font-size: 20px;
  font-weight: 600;
  padding: 0 5px;
  margin-left: 19px;
  cursor: pointer;
}

.list .tab .hd span:nth-child(1) {
  margin-left: 0;
}

.list .tab .hd span.active {
  border-bottom: 3px solid #5181cc;
}

.list .tab .hd a {
  display: inline-block;
  line-height: 47px;
  font-size: 20px;
  font-weight: 600;
  padding: 0 5px;
  margin-left: 19px;
  cursor: pointer;
      color: #333;
}

.list .tab .hd a:nth-child(1) {
  margin-left: 0;
}

.list .tab .hd a.active {
  border-bottom: 3px solid #5181cc;
}

.bd {
  height: 260px;
  overflow: hidden;
}

.list-items {
  padding: 8px 20px 0 40px;
  position: relative;
}

.list-items li {
  position: relative;
  line-height: 42px;
  border-top: 1px dotted #dde0e2;
}

.list-items li:nth-child(1) {
  border: none;
}

.list-items li:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 20px;
  width: 4px;
  height: 4px;
  background-color: #bcd5fb;
}

.list-items li a {
  display: block;
  color: #333;
  margin-right: 110px;
}

.list-items li .news-time {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}

.list-items li:hover a,
.list-items li:hover .news-time {
  color: #1463ce;
}

.list-items li:hover::before {
  background: #1463ce;
}

.container .news {
  padding-bottom: 3px;
}

.container .news .title span {
  background: url("../images/news.png") no-repeat 18px center;
  background-color: #3a6ebf;
}

.container .path {
  margin-top: 24px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 33px;
  color: #fff;
  letter-spacing: 4px;
  background: url("../images/path.jpg");
}
