body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
mid-cer,
header,
hgroup,
menu,
nav,
section {
  margin: 0px;
  padding: 0px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  list-style-type: none;
}

img {
  border-style: none;
  vertical-align: middle;
}
a {
  color: #333;
}
a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}
input,
textarea {
  outline: none;
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.rczqzt_mid {
  background: url(../images/rczqzt001.jpg) no-repeat;
  background-size: cover;
  padding: 20px 0;
}

.rczqzt_mid .row {
  margin: 0 -5px;
}
.rczqzt_mid .rczqzt_item,
.rczqzt_item_last {
  padding: 5px;
}
.rczqzt_mid .rczqzt_item a {
  display: block;
}
.rczqzt_mid .rczqzt_item a img {
  width: 100%;
}
.rczqzt_item_last_title {
  background: #fc5013;
  font-size: 20px;
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
.rczqzt_item_last_title a {
  color: #ffff;
  display: inline-block;
}
.rczqzt_item_last_list_wrap {
  background: #fff;
  padding: 20px;
}
.rczqzt_item_last_list_wrap a+ a{
  margin-top: 10px;
}
.rczqzt_item_last_list_wrap  .rczqzt_item_last_text_link {
  display: block;
  color: #666666;
  font-size: 16px;
  line-height: 1.4;
  font-family: PingFangSC-Medium, sans-serif;
  font-weight: bold;
}
.rczqzt_item_point {
  float: left;
  width: 8px;
  height: 4px;
  border-radius: 2.5px;
  background: #ff7b35;
  background: linear-gradient(to right, #fd2f16 0%, #ff8037 100%);
  box-shadow: rgba(255, 102, 21, 0.4) 0 2px 4px 0px;
  margin: 11px 0 0 0;
}
.rczqzt_item_last_text{
  margin-left: 20px;
}
.rczqzt_item_last_text p{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.rczqzt_item_last_date{
    font-size: 14px;
    margin: 5px 0 0;
    display: block;
}

@media (min-width: 768px) {
  .rczqzt_mid .row {
    margin: 0 -10px;
  }
  .rczqzt_mid .rczqzt_item,
  .rczqzt_item_last {
    padding: 10px;
  }
  .rczqzt_item_last_title {
    padding: 0px 45px;
    font-size: 32px;
    height: 80px;
    line-height: 80px;
  }
  .rczqzt_item_last_list_wrap {
    padding: 40px 30px;
  }
.rczqzt_item_last_list_wrap a+ a {
    margin-top: 20px;
}
  .rczqzt_item_point {
    width: 10px;
    height: 6px;
    box-shadow: rgba(255, 102, 21, 0.4) 0 3px 7px 0px;
  }
  .rczqzt_item_last_list_wrap  .rczqzt_item_last_text_link {
    font-size: 24px;
  }
  .rczqzt_item_last_date{
    font-size: 20px;
    margin: 10px 0 0;
  }
  .rczqzt_mid {
    padding: 35px 0;
  }
}
@media (min-width: 992px) {
  .rczqzt_mid .rczqzt_item a {
    overflow: hidden;
  }
  .rczqzt_mid .rczqzt_item a img {
    transition: 0.2s all;
  }
  .rczqzt_mid .rczqzt_item a:hover img {
    transform: scale(1.1);
    transition: 0.4s all;
  }
  .rczqzt_item_last_title {
    padding: 0px 20px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
  .rczqzt_item_last_list_wrap {
    padding: 35px 30px;
  }
  .rczqzt_item_last_list_wrap  .rczqzt_item_last_text_link {
    font-size: 18px;
    line-height: 35px;
    font-weight: normal;
  }
  .rczqzt_item_last_list_wrap  .rczqzt_item_last_text_link:hover{
    color:  #fc5013;
    transition: 0.3s all;
  }
  .rczqzt_item_last_list_wrap a+ a {
    margin-top: 7px;
}
  .rczqzt_item_last_text{
    overflow: hidden;
    margin-left: 25px;
  }
  .rczqzt_item_last_text p {
    float: left;
    width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .rczqzt_item_last_date{
  float: right;
  font-size: inherit;
  margin: auto;
  }
  .rczqzt_item_point {
    margin: 14px 0 0 0;
}
}
@media (min-width: 1200px) {
  .rczqzt_mid {
    padding: 40px 0;
  }
  .rczqzt_item_last_title {
    padding: 0px 45px;
    font-size: 38px;
    height: 90px;
    line-height: 90px;
  }
  .rczqzt_item_last_list_wrap {
    padding: 45px 40px;
  }
  .rczqzt_item_last_list_wrap  .rczqzt_item_last_text_link {
    font-size: 20px;
  }
  .rczqzt_item_last_list_wrap a+ a {
    margin-top: 8px;
}
}
