/* 全名消防 */
.list_container {
  padding: 20px;
  background-color: #3eb6ff;
  background-image: linear-gradient(180deg, #58afff 23%, #ffffff 100%);
}
.list_container .main {
  background-color: #fff;
  padding: 12px 20px;
  width: 960px;
}
.list_container .breadcrumb-nav {
  font-size: 14px;
  color: #8e8e93;
  line-height: 22px;
  margin-bottom: 20px;
}
.list_container .breadcrumb-nav i {
  margin: 0 8px;
}
.list_container .breadcrumb-nav a {
  color: #8e8e93;
}
.list_container .breadcrumb-nav a.last {
  color: #383838;
}

.list_container .zt_banner {
  height: 60px;
  margin-bottom: 20px;
}
.list_container .zt_banner a,
.list_container .zt_banner img {
  display: block;
  width: 100%;
  min-height: 60px;
  background-color: #f3f8fa;
}
.list_container .mod-block-1,
.list_container .mod-block-2 {
  overflow: hidden;
}
.list_container .mod-l,
.list_container .mod-r {
  float: left;
}
.list_container .mod-l {
  width: 715px;
  margin-right: 20px;
}
.list_container .mod-r {
  width: 225px;
}

.list_container .mod-lblock-1,
.list_container .mod-lblock-2,
.list_container .mod-lblock-3 {
  margin-bottom: 30px;
}
.list_container .hd {
  font-weight: normal;
  line-height: 33px;
  font-size: 22px;
  color: #3460ab;
  border-bottom: 1px solid #dbe9fb;
  margin-bottom: 20px;
}
.list_container .hd a {
  color: #3460ab;
}
.list_container .hd strong {
  display: inline-block;
  font-style: normal;
  font-size: 20px;
  border-bottom: 3px solid #3460ab;
  margin-bottom: -1px;
  text-indent: 10px;
}
.list_container .list li {
  margin-top: 10px;
  height: 22px;
  font-family: SimSun;
}
.list_container .list li a {
  display: block;
  line-height: 22px;
  font-size: 16px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_container .list_img li {
  margin-bottom: 10px;
}
.list_container .list_img a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 153px;
}
.list_container .list_img a img {
  width: 100%;
  min-height: 100%;
}
.list_container .list_img .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.list_container .list_img .mask .title {
  margin: 2px 12px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.list_container .list_dotted {
  color: #e34637;
  padding-left: 20px;
}
.list_container .list_dotted li {
  display: block;
  position: relative;
}
.list_container .list_dotted li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: -20px;
  background: #e34637;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.list_container .list_dotted a {
  margin-right: 20px;
}
.list_container .list_dotted .summary {
  margin-right: 20px;
}
.list_container .mod-block-2 .list_img {
  margin-left: -20px;
}
.list_container .mod-block-2 .list_img li {
  float: left;
  width: 225px;
  margin-left: 20px;
}
