.index {
  background-color: #ffffff;
}
.yx-header .bg {
  text-align: center;
}
.yx-header .bg a {
  display: inline-block;
  height: 38px;
  color: #a31711;
  line-height: 36px;
  margin-top: 293px;
  padding: 0 15px;
  border: 2px solid #a31711;
  border-radius: 20px;
  font-weight: bold;
}

.yx-header .bg a:hover {
  color: #fff;
  background: #a31711;
}
.laiyang-body {
  position: relative;
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 36px;
  margin-bottom: 50px;
}
.top-con {
  border: 1px solid #a31711;
  padding: 40px;
}
.top-con .img-box {
  display: flex;
  justify-content: space-between;
}
.top-con .img-box a {
  display: inline-block;
  width: 48.1%;
  overflow: hidden;
}
.top-con .img-box a img {
  width: 100%;
  transition: all 0.6s;
}
.top-con .img-box a:hover img {
  transform: scale(1.06);
}
.top-con ul {
  display: flex;
  flex-wrap: wrap;
}
.top-con ul li {
  min-width: 174px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 20px 6px 0;
  padding: 0 20px;
  border: 1px solid #a31711;
  border-radius: 10px;
  transition: all 0.6s;
}
.top-con ul li a {
  display: block;
  transition: all 0.6s;
}
.top-con ul li:hover {
  background: #a31711;
}
.top-con ul li:hover a {
  color: #fff;
}
.nav1 {
  display: flex;
  justify-content: center;
}

.nav1 li {
  width: 300px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  cursor: pointer;
  background: #f7f7f7;
}
.nav1 li p {
  font-size: 18px;
  font-weight: 600;
}
.nav1 .active {
  background: #a31711;
}
.nav1 .active p {
  color: #fff;
}
.box-wrapper {
  display: none;
  border: 1px solid #a31711;
  padding: 40px;
}
.box {
  width: 100%;
  margin-bottom: 65px;
}
.box .title {
  height: 60px;
  line-height: 60px;
  background-color: #f7f7f7;
  border-top: 3px solid #a31711;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  color: #a31711;
  margin-bottom: 33px;
}
.box .pic_ul {
  /* display: flex; */
}
.box .pic_ul .pic {
  width: 240px;
  height: 140px;
  float: left;
  background-color: #f7f7f7;
  border: solid 5px #f7f7f7;
  margin-right: 50px;
}
.list_ul {
  font-size: 0;
}
.list_ul .list_li {
  border: solid 1px #a31711;
  margin-right: 20px;
  display: inline-block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  background-color: #f7f7f7;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.list_ul .list_li:nth-of-type(4n) {
  margin-right: 0;
}
.list_ul .list_li a {
  font-size: 14px;
  color: #333333;
}
.list_li .two_ul {
  display: none;
  width: 100%;
}
.list_ul .list_li:hover .two_ul {
  position: absolute;
  padding-top: 0;
  display: block;
  height: auto;
  background-color: #eee;
  z-index: 10;
  margin-left: 0px;
  margin-top: -1px;
  height: 240px;
  overflow: auto;
}
.two_ul li {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border: none;
  margin-top: 0px;
  color: #000000;
  font-size: 12px;
}
.two_ul li:hover {
  background-color: #ddd;
}
.two_ul li a:hover {
  color: #a31711;
}
.all_ul {
  background: url(ztxm_bor.png) no-repeat;
  margin: 40px;
  height: 470px;
  background-size: 100% 100%;
  background-position: center;
  overflow: hidden;
}
.all_ul .al_tit {
  width: 100%;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 26px;
  color: #fff;
}
.all_ul .content_ul {
  padding: 30px 40px 20px 40px;
  display: inline-block;
}
.all_ul .content_ul li {
  position: relative;
  margin: 0 20px;
  margin-bottom: 17px;
  display: inline-block;
  width: 480px;
  float: left;
}
.all_ul .content_ul li:nth-of-type(2n) {
  float: right;
}
.all_ul .content_ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #a31711;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.all_ul .content_ul li:last-of-type {
  margin-bottom: 0;
}

.all_ul .content_ul li .title {
  font-size: 17px;
  color: #333333;
  width: 295px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  padding-left: 13px;
}

.all_ul .content_ul li .time {
  color: #999999;
  font-size: 17px;
  float: right;
}

.all_ul .content_ul li:hover .title {
  color: #a31711;
}

.all_ul .content_ul li:hover .time {
  color: #a31711;
}



.ywdt-two {
  margin-top: 30px;
  padding: 30px 0;
}

.ywdt-two .sm-div {
  display: flex;
  justify-content: space-between;
}
.sm-div {
  width: 1200px;
  margin: 0 auto;
}
.top_content {
  width: 580px;
  height: 360px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  padding: 20px;
}

.wrapper-title {
  display: inline-block;
  width: 100%;
}

.normal-title {
  position: relative;
  margin-bottom: 20px;
}

.normal-title h5 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.normal-title h5.danghui {
  color: #df280f;
 background: url(danghui.png) no-repeat;
 background-size: 30px 30px;
 background-position: left center;
 text-indent: 40px;
}
.normal-title .line {
  height: 4px;
  background: #f5f5f5;
  margin-top: 6px;
}

.normal-title .line-short {
  width: 100px;
  height: 4px;
  background: #df280f;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1.2s;
}

.normal-title .line-short p {
  position: absolute;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #df280f;
}

.normal-title .line-short h6 {
  position: absolute;
  left: 45px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.normal-title2 .line-short {
  width: 120px;
  height: 4px;
  background: #df280f;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1.2s;
}

.normal-title2 .line-short p {
  position: absolute;
  left: 50px;
}

.normal-title2 .line-short h6 {
  position: absolute;
  left: 55px;
}

.normal-title:hover .line-short {
  width: 100%;
  transition: width 1.2s;
}

.normal-title .more {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #999;
}

.normal-title3 h5 {
  justify-content: center;
}




.normal-title3 .line-short {
  position: absolute;
  bottom: 0;
  left: 46%;
}

.wrapper-title .normal-title3:hover .line-short {
  width: 100px;
  transition: width 1.2s;
}

.content_ul_li {
  position: relative;
  margin-bottom: 22px;
}
.content_ul_li .title {
  font-size: 16px;
  color: #404040;
  width: 78%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  padding-left: 14px;
}


.content_ul_li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #404040;
  border-radius: 50%;
  left: 0;
  top: 9px;
}

.content_ul_li:last-of-type {
  margin-bottom: 0;
}

.content_ul_li a {
  display: flex;
  align-items: center;
  width: 100%;
}

.content_ul_li a .num {
  display: inline-block;
  width: 28px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  padding-left: 4px;
  background: url(number-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.content_ul_li .title {
  font-size: 16px;
  color: #404040;
  width: 78%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  padding-left: 14px;
}

.content_ul_li:hover .title {
  color: #115db2;
}

.content_ul_li .time {
  color: #999999;
  font-size: 16px;
  float: right;
}

.content_ul_li:hover .time {
  color: #115db2;
}

@media screen and (max-width: 768px) {
  .laiyang-body {
    width: 100%;
  }
  .top-con {
    padding: 8px;
  }
  .top-con .img-box {
    display: flex;
    flex-direction: column;
  }
  .top-con .img-box a {
    width: 100%;
    margin-bottom: 8px;
  }
  .top-con ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .top-con ul li {
    min-width: 48%;
    width: 48%;
    margin: 1%;
    padding: 2px;
  }
  .all_ul {
    background-image: none;
    margin: 12px 0;
    height: auto;
  }
  .all_ul .al_tit {
    color: #000000;
  }
  .all_ul .content_ul {
    padding: 0;
  }
  .all_ul .content_ul li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .all_ul .content_ul li .title {
    width: 58%;
  }
  .nav1 li {
    width: 50%;
  }
  .box-wrapper {
    padding: 0;
  }
  .box .title {
    border-top: none;
    border-bottom: 3px solid #a31711;
    text-align: center;
  }
  .box .pic_ul .pic {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin: 0 auto;
  }
  .list_ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .list_ul .list_li {
    width: 48%;
    margin-right: 0;
    margin: 1%;
  }
}
