/* 消防文化 */
.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 .hd {
  font-weight: normal;
  line-height: 33px;
  font-size: 22px;
  color: #505050;
  border-bottom: 1px solid #dbe9fb;
  margin-bottom: 20px;
  user-select: none;
}
.list_container .bd {
  overflow: hidden;
}
.list_container .hd a {
  color: #3460ab;
}
.list_container .hd strong {
  display: inline-block;
  font-style: normal;
  font-size: 20px;
  color: #3460ab;
  border-bottom: 3px solid #3460ab;
  margin-bottom: -1px;
  padding: 0 10px;
}
.list_container .list li {
  margin-top: 10px;
  height: 22px;
}
.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: 133px;
}
.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 5px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.list_container .img .video_icon {
  position: absolute;
  left: 18px;
  top: 109px;
  width: 32px;
  height: 32px;
  background-image: url(../images/v-btn.png);
  background-repeat: no-repeat;
}
.list_container .list_img_no a {
  display: block;
}
.list_container .list_img_no .img {
  height: 153px;
  overflow: hidden;
  position: relative;
}
.list_container .list_img_no img {
  width: 100%;
  min-height: 100%;
}
.list_container .list_img_no .mask {
  height: 44px;
  overflow: hidden;
  margin-top: 5px;
}
.list_container .list_img_no .mask .title {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #383838;
}

.list_container .list_dotted {
  color: #e34637;
  padding-left: 20px;
}
.list_container .list_dotted li {
  display: block;
  position: relative;
  font-family: SimSun;
}
.list_container .list_dotted li::before {
  content: '';
  background: #e34637;
  position: absolute;
  top: 9px;
  left: -20px;
  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-0,
.list_container .mod-block-1,
.list_container .mod-block-2,
.list_container .mod-block-3 {
  overflow: hidden;
  margin-bottom: 30px;
}

.list_container .mod-block-1 .mod-l {
  width: 470px;
  margin-right: 20px;
}
.list_container .mod-block-1 .mod-r {
  width: 470px;
}
.list_container .mod-block-1 .list_img_no {
  margin: -20px 0 0 -20px;
}
.list_container .mod-block-1 .list_img_no li {
  float: left;
  width: 225px;
  margin: 20px 0 0 20px;
  font-family: SimSun;
}
.list_container .mod-block-0 .list_img_no {
  margin-left: -20px;
}
.list_container .mod-block-0 .list_img_no li {
  float: left;
  width: 225px;
  margin: 20px 0 0 20px;
  font-family: SimSun;
}
.list_container .mod-l,
.list_container .mod-r {
  float: left;
}

.list_container .mod-block-2 .list {
  margin-right: -20px;
}
.list_container .mod-block-2 .list li {
  margin-right: 20px;
  width: 460px;
  float: left;
}
.list_container .mod-block-3 .list_img_no {
  margin: -20px 0 0 -20px;
}
.list_container .mod-block-3 .list_img_no li {
  float: left;
  width: 306px;
  margin: 20px 0 0 20px;
  font-family: SimSun;
}
.list_container .mod-block-3 .list_img_no .img {
  height: 260px;
}
/* 2x */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  .list_container .img .video_icon {
    background-image: url(../images/v-btn2x.png);
    background-size: 32px auto;
  }
}
