* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.box_content {
  width: 1200px;
  margin: 0 auto 80px;
}
.module {
  width: 1200px;
  margin: auto;
  text-align: center;
}
.module .module01 {
  width: 1200px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.module .module01_left {
  width: 799px;
  height: 364px;
  background: #1542E9;
  border-radius: 5px;
}
.module .module01_left .swiper-container {
  position: relative;
}
.module .module01_left .swiper-container .swiper-wrapper .swiper-slide {
  width: 799px;
  height: 364px;
  background: #1542E9;
  padding: 36px 35px 0 32px;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.module .module01_left .swiper-container .swiper-wrapper .swiper-slide .box_p {
  width: 252px;
  height: 259px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
.module .module01_left .swiper-container .swiper-wrapper .swiper-slide .box_p .txt1 {
  min-height: 59px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 250px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  text-align: left;
}
.module .module01_left .swiper-container .swiper-wrapper .swiper-slide .box_p .txt2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  width: 250px;
  text-align: left;
  height: 180px;
  font-size: 17px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 30px;
}
.module .module01_left .swiper-container .swiper-wrapper .swiper-slide img {
  width: 442px;
  height: 259px;
}
.module .module01_left .swiper-container .boxPagination {
  width: 799px;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 32px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
}
.module .module01_left .swiper-container .boxPagination .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0 0 9px;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
}
.module .module01_left .swiper-container .boxPagination .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f1a010;
}
.module .module01_right {
  width: 385px;
  height: 364px;
  background: #FFFFFF;
  border-radius: 5px;
}
.module .module01_right .box_title {
  width: 335px;
  margin: 19px auto 0;
  height: 34px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 2px solid #1542E9;
  box-sizing: border-box;
}
.module .module01_right .box_title .one {
  width: 100px;
  height: 34px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 34px;
  background-color: #1542E9;
}
.module .module01_right .box_title .two {
  height: 34px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 34px;
}
.module .module01_right .box_content {
  width: 335px;
  margin: 13px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.module .module01_right .box_content li {
  height: 54px;
  border-bottom: 1px solid #D2D2D2;
}
    .module .module01_right .box_content li:last-child {
        border-bottom:none;
    }
.module .module01_right .box_content li a {
  margin: auto;
  width: 290px;
  height: 54px;
  display: inline-block;
  position: relative;
}
.module .module01_right .box_content li a p {
  height: 54px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 54px;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 292px;
  /*需要配合宽度来使用*/
  text-align: left;
}
.module .module01_right .box_content li a:before {
  content: '';
  position: absolute;
  top: 22px;
  left: -14px;
  width: 6px;
  height: 6px;
  background: #9D9D9D;
  border-radius: 50%;
}
.module .module01_right .box_content li:hover a p {
  color: #1542E9;
}
.module .module01_right .box_content li:hover a:before {
  content: '';
  background: #1542E9;
}
.module .module02 {
  width: 1200px;
  background: #FFFFFF;
  border-radius: 5px;
  margin: 24px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.module .module02 .module02_left {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  width: 186px;
}
.module .module02 .module02_left .title {
  width: 186px;
  height: 79px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1D1D1D;
  line-height: 79px;
}
.module .module02 .module02_left ul li {
  width: 175px;
  background: #ECECEC;
  height: 79px;
  line-height: 79px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1D1D1D;
  box-sizing: border-box;
}
.module .module02 .module02_left ul li a {
  font-family: PingFang SC;
  color: #1D1D1D;
}
.module .module02 .module02_left .activeItem {
  background-image: url('../../../Img/Client/activeItem.png');
  width: 186px;
  height: 74px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.module .module02 .module02_left .activeItem p {
  font-size: 24px;
  color: #FFFFFF;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 74px;
}
.module .module02 .module02_right ul {
  margin: 41px 41px 0 0;
}
.module .module02 .module02_right ul a {
  width: 930px;
  height: 128px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px 0px #DBDBDB;
  border-radius: 5px;
  margin: 0 0 19px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.module .module02 .module02_right ul a .left_item {
  width: 130px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.module .module02 .module02_right ul a .left_item .data {
  font-size: 55px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #1C1C1C;
}
.module .module02 .module02_right ul a .left_item .time {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #848484;
}
.module .module02 .module02_right ul a .right_item {
  width: 778px;
}
.module .module02 .module02_right ul a .right_item .title {
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 659px;
  /*需要配合宽度来使用*/
  text-align: left;
  height: 22px;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #1C1C1C;
  line-height: 22px;
}
.module .module02 .module02_right ul a .right_item .txt {
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 747px;
  /*需要配合宽度来使用*/
  text-align: left;
  height: 17px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #848484;
  line-height: 17px;
  margin: 19px 0 0 0;
}
.module .module02 .module02_right ul a:hover .right_item .title {
  color: #2345E0;
}
