.tab_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.tab_title span {
  display: inline-block;
  line-height: 30px;
  font-family: "PingFang SC Bold";
  font-weight: 700;
  font-size: 22px;
  color: #333;
  cursor: pointer;
  margin-right: 30px;
}

.tab_title .hover {
  position: relative;
}

.tab_title .hover a {
  color: #0A7EE2;
}

.tab_title span.hover::after {
  content: "";
  display: block;
  height: 4px;
  border-radius: 2px;
  background: #0A7EE2;
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
}

.tab_list {
  padding-top: 5px;
}

.tab_list ul li {
  padding-left: 20px;
  background: url(d_1.png) left center no-repeat;
  background-size: 4px;
  font-size: 16px;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  display: flex;
}

.tab_list ul li:last-child {
  border-bottom: none;
}


.tab_list ul li a {
  max-width: 80%;
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab_list ul li span.time {
  color: #999;
}

.old_type .tab_title span {
  line-height: 40px;
  font-size: 28px;
}

.old_type .tab_list {
  padding-top: 10px;
}

.old_type .tab_list ul li {
  background: url(d_1.png) left center no-repeat;
  background-size: 9px;
  font-size: 24px;
  line-height: 2;
}

.mobile_type .tab_title span {
  display: inline-block;
  line-height: 1.3;
  font-size: 4.5vw;
  margin-right: 1vw;
}

.mobile_type .tab_list ul li {
  padding-left: 2vw;
  font-size: 4vw;
  line-height: 1.5;
}

.mobile_type .tab_list ul li a {
  max-width: 55%;
}

.title {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #dfeefc;
}

.old_type .title {
  font-weight: 700;
  font-size: 29px;
  line-height: 1.2;
  color: #333;
}

.mobile_type .title {
  font-size: 5.5vw;
  line-height: 1.5;
  margin-bottom: 4vw;
  padding-bottom: 4vw;
}

.main {
  padding-top: 40px;
}

.main>div {
  width: 1200px;
  margin: 0 auto 20px;
  padding-bottom: 1px;
}

.main>div.first_region {
  margin: 0 auto 50px;
}

.swiper_box {
  position: relative;
  padding-bottom: 50px;
}

.swiper_box1 .mySwiper {
  overflow: hidden;
}

.swiper_box1 img {
  width: 100%;
  height: auto;
}

.swiper_box2 {
  position: absolute;
  bottom: 0;
  right: 80px;
  left: 80px;
  overflow: hidden;
}

.swiper_box2 .swiper-slide {
  padding: 2px;
  background-color: #eee;
}

.swiper_box2 img {
  width: 190px;
  height: 100px;
}

.ztzl_box {
  display: flex;
  flex-wrap: wrap;
}

.ztzl_item {
  display: flex;
  width: calc(33.33% - 20px);
  height: 60px;
  align-items: center;
  padding: 0 20px;
  background: #f2f9fd;
  margin-bottom: 30px;
  margin-right: 30px;
}

.ztzl_box .ztzl_item:nth-child(3n){
 margin-right:0px;
}

.ztzl_item .ztzl_itemtitle {
  display: inline-block;
  font-size: 18px;
  color: #333;
  border-bottom: none;
  flex: 1;
}

.second_region .ztzl_item img {
  width: 30px;
  margin-right: 20px;
}

.third_region .ztzl_box.ts {
  height: 180px;
  overflow: hidden;
}

.third_region .ztzl_item {
  padding: 0 20px 0 0;
}

.third_region .ztzl_item .ztzl_itemimgbox {
  display: inline-block;
  height: 100%;
}

.third_region .ztzl_item img {
  width: auto;
  height: 100%;
  margin-right: 10px;
}

.ztzl_box_more {
  display: flex;
  width: 150px;
  height: 50px;
  border-radius: 4px;
  background: #eee;
  margin: 0px auto 30px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.ztzl_box_more img {
  width: 12px;
  height: 10px;
  margin-left: 10px;
}

.old_type .ztzl_box_more {
  font-size: 24px;
  width: 200px;
  height: 70px;
}

.old_type .ztzl_box_more img {
  width: 17px;
  margin-left: 10px;
}

.mobile_type .ztzl_box_more {
  display: flex;
  width: 40vw;
  height: 10vw;
  border-radius: 4px;
  background: #eee;
  margin: 0 auto 2vw;
  font-size: 4vw;
}

.mobile_type .ztzl_box_more img {
  width: 12px;
  height: 10px;
  margin-left: 10px;
}

.old_type .ztzl_item {
  width: calc(50% - 20px);
  height: 70px;
  margin-right: 40px;
}

.old_type .ztzl_box .ztzl_item:nth-child(3n) {
    margin-right: 40px;
}

.old_type .ztzl_box .ztzl_item:nth-child(2n) {
    margin-right: 0px;
}

.old_type .ztzl_item .ztzl_itemtitle {
  font-size: 26px;
}

.old_type .second_region .ztzl_item img {
  width: 40px;
}

.old_type .third_region .ztzl_box.ts {
  height: 200px;
  overflow: hidden;
}

.mobile_type .main {
  padding-top: 4vw;
}

.mobile_type .main>div {
  width: 92vw;
  margin: 0 auto 2vw;
  padding-bottom: 1px;
}

.mobile_type .main>div.first_region {
  margin: 0 auto 4vw;
}

.mobile_type .swiper_box {
  position: relative;
  padding-bottom: 8vw;
}

.mobile_type .swiper_box1 {
  overflow: hidden;
}

.mobile_type .swiper_box1 img {
  width: 100%;
  height: auto;
}

.mobile_type .swiper_box2 {
  position: absolute;
  bottom: 0;
  right: 4vw;
  left: 4vw;
  overflow: hidden;
}

.mobile_type .swiper_box2 .swiper-slide {
  padding: 2px;
  background-color: #eee;
}

.mobile_type .swiper_box2 img {
  width: auto;
  height: 15vw;
}

.mobile_type .ztzl_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mobile_type .ztzl_item {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  padding: 2vw;
  background: #f2f9fd;
  margin-bottom: 4vw;
  margin-right: 0px;
}

.mobile_type .ztzl_item .ztzl_itemtitle {
  display: inline-block;
  font-size: 4vw;
  color: #333;
  border-bottom: none;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile_type .second_region .ztzl_item img {
  width: 8vw;
  margin-right: 2vw;
}

.mobile_type .third_region .ztzl_box.ts {
  height: 111vw;
  overflow: hidden;
}

.mobile_type .third_region .ztzl_item {
  padding: 0 2vw 0 0;
}

.mobile_type .third_region .ztzl_item .ztzl_itemimgbox {
  display: inline-block;
  height: 100%;
}

.mobile_type .third_region .ztzl_item img {
  width: auto;
  height: 12vw;
  margin-right: 10px;
}

.swiper_box1 .swiper-button-prev,
.swiper_box1 .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.swiper_box1 .swiper-button-prev {
  left: -25px;
  background: url(left.png) no-repeat center center;
  background-size: auto 50px;
}

.swiper_box1 .swiper-button-prev:hover {
  background: url(left_hover.png) no-repeat center center;
  background-size: auto 50px;
}

.swiper_box1 .swiper-button-next {
  right: -25px;
  background: url(right.png) no-repeat center center;
  background-size: auto 50px;
}

.swiper_box1 .swiper-button-next:hover {
  background: url(right_hover.png) no-repeat center center;
  background-size: auto 50px;
}

.swiper_box1 .swiper-button-prev.swiper-button-disabled,
.swiper_box1 .swiper-button-next.swiper-button-disabled {
  display: none;
}