* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

input {
  outline: none
}

.clearfix {
  display: block;
  /* #zoom: 1; */
}

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}

.domPc {
  display: block;
}

.domMobile {
  display: none;
}

.part {
  width: 1200px;
  margin: 0 auto;
}

/* 列表 */

.list li {
  padding: 15px 0;
  border-bottom: 1px solid #f7f7f7;
}

.list li .img img {
  width: 100%;
  border-radius: 3px;
}

.list li .tit {
  font-size: 18px;
  line-height: 25px;
}

.list li .tit a {
  color: #333;
}

.list li .time {
  font-size: 14px;
  line-height: 16px;
  color: #b9b9b9;
}

.list-txt li {
  display: flex;
  align-items: center;
}

.list-txt li:before {
  content: '';
  margin-right: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c3160c;
}

.list-txt li .tit {
  flex: 1;
}

.list-txt li .time {
  margin-left: 10px;
}


/* 左图右文 */
.list-mix li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-mix li .img {
  position: relative;
  width: 210px;
  height: 118px;
  margin-right: 12px;
  overflow: hidden;
}

.list-mix li .img img {
  position: relative;
  z-index: 1;
  height: 100%;
}

.list-mix li .txt {
  flex: 1;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

/* 图片列表 */
.list-pic {
  font-size: 0;
  width: 101%;
}

.list-pic li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  border-bottom: 0;
  margin-right: 1%;
}

.list-more {
  width: 140px;
  text-align: center;
  margin: 30px auto;
  background: #cf0307;
  line-height: 45px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}

.ej-banner {
  position: relative;
  width: 100%;
  height: 540px;
  background-image: url('https://www.news.cn/zt/ddesjsdscqthy/banner.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ej-nav {
  width: 100%;
  height: 80px;
  background: #cf0307;
}

.ej-nav .part {
  height: 100%;
}

.ej-nav ul {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ej-nav ul li {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
}

.ej-main {
  margin: 30px auto;
}

.ej-title {
  position: relative;
  margin: 0 auto;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #c3160c;
  border-bottom: 1px solid #e1e1e1;
}

.ej-title:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 6px;
  height: 36px;
  background: #c3160c;
}

.ej-title .explain {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.ej-title .explain.hide {
  display: none;
}

.ej-list {
  margin-top: 20px;
}

.ej-foot {
  background: #cf0307;
  padding: 20px 0;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}


@media screen and (max-width: 1199px) {
  .domPc {
    display: none !important;
  }

  .domMobile {
    display: block;
  }

  .part {
    width: 100%;
  }

  .ej-banner {
    width: 100%;
    height: auto;
    background: none;
    text-align: center;
    font-size: 0;
  }

  .ej-banner img {
    width: 100%;
    height: auto;
  }

  .ej-nav {
    height: 40px;
  }

  .ej-nav ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .ej-nav ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 40px;
  }

  .ej-foot {
    font-size: 12px;
  }

  .ej-main {
    margin: 15px auto;
  }

  .ej-main .part {
    padding: 0 3%;
  }

  .ej-list {
    margin-top: 10px;
  }

  .ej-title {
    font-size: 24px;
    line-height: 30px;
  }

  .ej-title:before {
    height: 30px;
  }

  .ej-title .explain {
    font-size: 12px;
  }

  .list-more {
    width: 120px;
    margin: 10px auto;
    line-height: 35px;
    font-size: 14px;
  }

  .list li {
    padding: 10px 0;
  }

  .list li .time {
    font-size: 12px;
    margin-top: 10px;
  }

  .list-txt li {
    display: block;
  }

  .list-txt li:before {
    display: none;
  }

  .list-txt li .time {
    margin-left: 0;
  }

  .list-pic {
    width: 100%;
  }

  .list-pic li {
    width: 49%;
    margin-right: 0;
  }

  .list-pic li:nth-child(odd) {
    margin-right: 1%;
  }

  .list-pic li:nth-child(even) {
    margin-left: 1%;
  }

  .list-mix li .img {
    width: 135px;
    height: 76px;
  }
}