p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
div,
pre,
body,
code,
form,
input,
legend,
button,
figure,
fieldset,
textarea,
blockquote {
  box-sizing: border-box;
}

.top_box {
  width: 100%;
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.swiper {
  width: 610px;
  height: 360px;
  margin: 0;
}

.swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.swiper .swiper-slide a p {
  width: 100%;
  height: 57px;
  line-height: 57px;
  background: url(../img/zcjd_p_bg.png) no-repeat center;
  position: absolute;
  bottom: 0;
}

.swiper .swiper-slide a p .title {
  display: block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  font-family: MicrosoftYaHei;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.bmjd,
.spjd {
  margin-top: 30px;
}

.bmjd {
  width: 610px !important;
}

.newslist {
  width: 553px;
  height: auto;
}

.newslist .tit {
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newslist .tit span {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
}

.more {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #999999;
  letter-spacing: 0;
}

.newslist .cont {
  width: 100%;
  margin-top: 12px;
}

.newslist .cont ul li {
  width: 100%;
  padding-left: 10px;
  background: url(../img/szf_list_li.png) left center no-repeat;
  line-height: 2.5;
}

.newslist .cont ul li a {
  display: block;
  width: 82%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  float: left;
}

.newslist .cont ul li .date {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  float: right;
}

.bot_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bmjd .hd ul li {
  float: left;

}

.hd ul li a {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  color: #999999;
  letter-spacing: 0;
  padding-right: 10px;
  /* border-right: 2px solid #000000; */
}

.hd ul li:nth-child(2) a {
  border: 0;
  padding-left: 10px;
}

.hd ul li.on a {
  color: #000000;
  font-weight: 700;
}

.bd ul {
  position: relative;
}

.bd ul .more {
  position: absolute;
  top: -50px;
  right: 0;
}

/* old */
.oldModel .top_box,
.oldModel .bot_box {
  flex-wrap: wrap;
}

.oldModel .swiper {
  width: 100%;
  height: 520px;
}

.oldModel .swiper .swiper-slide a p {
  background-repeat: repeat;
}

.oldModel .swiper .swiper-slide a p .title,
.oldModel .newslist .tit span,
.oldModel .hd ul li a {
  font-size: 28px;
}

.oldModel .newslist,
.oldModel .bmjd {
  width: 100% !important;
}

.oldModel .newslist .cont ul li a {
  font-size: 32px;
  line-height: 64px;
}

.oldModel .newslist .cont ul li .date {
  font-size: 28px;
}

.oldModel .zxtj {
  margin-top: 30px;
}