.list_t {
  margin-top: 0;
  margin-bottom: 0;
}
.title {
  height: 51px;
  margin-bottom: 30px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.title.title8 {
  background-image: url(../images/title8.png);
}
.title.title9 {
  background-image: url(../images/title9.png);
}
.title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.title a.more {
  position: absolute;
  bottom: 12px;
  right: 0;
  font-size: 18px;
  font-weight: normal;
  color: #cc0201;
}
@media (max-width: 600px) {
  .title {
    height: 33px !important;
    margin-bottom: 20px;
  }
  .title a.more {
    font-size: 14px;
    bottom: 16px;
  }
}
.zypl_ul {
  margin-left: 0px;
  margin-right: 0px;
}
.zypl_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zypl_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.zypl_ul > li:nth-child(n) {
  margin-top: 0;
}
.zypl_ul > li:nth-child(n)::after {
  display: block;
}
.zypl_ul > li:nth-child(n + 1) {
  margin-top: 30px;
}
.zypl_ul > li:nth-child(1) {
  margin-top: 0;
}
.zypl_ul > li:nth-child(1n)::after,
.zypl_ul > li:last-child::after {
  display: none;
}
.zypl_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zypl_ul a {
  display: block;
  padding: 30px 40px;
  background: #fff9f1;
  border-bottom: 4px solid #fcdea9;
}
.zypl_ul span {
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.zypl_ul a:hover span {
  color: #cc0201;
}
.links_ul {
  margin-left: -15px;
  margin-right: -15px;
}
.links_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.links_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.links_ul > li:nth-child(n) {
  margin-top: 0;
}
.links_ul > li:nth-child(n)::after {
  display: block;
}
.links_ul > li:nth-child(n + 4) {
  margin-top: 30px;
}
.links_ul > li:nth-child(4) {
  margin-top: 0;
}
.links_ul > li:nth-child(4n)::after,
.links_ul > li:last-child::after {
  display: none;
}
.links_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .links_ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .links_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .links_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .links_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .links_ul > li:nth-child(n)::after {
    display: block;
  }
  .links_ul > li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .links_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .links_ul > li:nth-child(2n)::after,
  .links_ul > li:last-child::after {
    display: none;
  }
  .links_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.dsbl_news_item1 {
  transition: all 0.3s ease;
  background: #ffffff;
}
.dsbl_news_item1 > a,
.dsbl_news_item1 > div {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.dsbl_news_item1 .news_img_container {
  width: 100%;
  height: 263px;
  overflow: hidden;
}
.dsbl_news_item1 .news_img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.dsbl_news_item1 .news_content {
  background: linear-gradient(302deg, #ff6229 0%, #be0a01 100%), #d8d8d8;
  padding: 20px;
}
.dsbl_news_item1 .news_item_title {
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.dsbl_news_item1 .news_item_text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.dsbl_news_item1:hover .news_img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .dsbl_news_item1 .news_img_container,
  .dsbl_news_item1 .news_content {
    width: 100% !important;
  }
}
.dsbl_news_item2 {
  transition: all 0.3s ease;
  background: #fff9f1;
}
.dsbl_news_item2 > a,
.dsbl_news_item2 > div {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.dsbl_news_item2 .news_img_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dsbl_news_item2 .news_img {
  display: block;
  width: 100%;
  height: 216px;
  transition: all 0.3s ease;
}
.dsbl_news_item2 .news_content {
  padding: 20px 30px;
}
.dsbl_news_item2 .news_item_title {
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: normal;
  color: #be0a01;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dsbl_news_item2 .news_item_text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.dsbl_news_item2 .news_info {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dsbl_news_item2 .news_date {
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.dsbl_news_item2 .news_link {
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: normal;
  color: #cc0201;
  padding-right: 20px;
  position: relative;
}
.dsbl_news_item2 .news_link::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 8px;
  width: 7px;
  height: 7px;
  border: 2px solid transparent;
  border-top: 2px solid #c70000;
  border-left: 2px solid #c70000;
  transform: rotateZ(135deg);
}
.dsbl_news_item2:hover .news_img {
  transform: scale(1.05);
}
.dsbl_news_item2:hover .news_item_title {
  color: #cc0201;
}
.dsbl_news_item2.news_item_hor .news_img_container {
  flex-shrink: 0;
  width: 328px;
}
.dsbl_news_item2.news_item_hor .news_content {
  flex-shrink: 0;
  width: calc(100% - 328px);
}
@media (max-width: 992px) {
  .dsbl_news_item2 .news_img_container,
  .dsbl_news_item2 .news_content {
    width: 100% !important;
  }
}
@media (min-width: 993px) {
  .dsbl_list_t li {
    width: 49%;
  }
  .dsbl_list_t li:nth-child(odd) {
    float: left;
  }
  .dsbl_list_t li:nth-child(even) {
    float: right;
  }
  .dsbl_list_t li:nth-child(7) {
    border-bottom: none;
  }
}
.dzdg_box {
  background: url(../images/dzdg_img.png) no-repeat top left #fff9f1;
  background-size: 218px 80px;
  padding-left: 285px;
}
@media (max-width: 992px) {
  .dzdg_box {
    background-position: top center;
    padding: 20px;
    padding-top: 100px;
  }
}
.dzdg_box ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dzdg_box li {
  float: left;
}
.dzdg_box li:not(:first-child) {
  position: relative;
}
.dzdg_box li:not(:first-child)::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 1px;
  height: 20px;
  background-color: #333333;
}
.dzdg_box li:first-child a {
  padding-left: 0;
}
.dzdg_box a {
  transition: all 0.3s ease;
  line-height: 80px;
  padding: 0 35px;
}
@media (max-width: 992px) {
  .dzdg_box a {
    line-height: 40px;
    padding: 0 15px;
  }
}
.dzdg_box a:hover {
  color: #cc0201;
}
