body {
  background-color: #f5f5f5;
}

.height_min_300px {
  min-height: 200px;
}
.yg_swiper{position:relative}

 .yg_swiper .swiper_next_1,
 .yg_swiper .swiper_prev_1 {
  display: inline-block;
  position: absolute;
  bottom:30px; 
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  background: #dedede;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

 .yg_swiper .swiper_next_1 i,
 .yg_swiper .swiper_prev_1 i {
  font-weight: bold;
  font-size: 20px;
}

 .yg_swiper .swiper_next_1:hover,
 .yg_swiper .swiper_prev_1:hover {
  border: 1px solid #727171;
  background: #727171;
  color: #fff;
}

 .yg_swiper .swiper_next_1 {
  right: 50px;
}

 .yg_swiper .swiper_prev_1 {
  right: 90px;
}



.zxlb {
  color: #333;
  padding: 30px 15%;
}

.zxlb .zxlb_left .left_card .card_top {
  padding: 0 15px;
  position: relative;
}

.zxlb .zxlb_left .left_card .card_top img {
  width: 100%;
}

.zxlb .zxlb_left .left_card .card_top .card_top_right {
  padding: 20px;
  background: #fff;
  height: 100%;
}

.zxlb .zxlb_left .left_card .card_top .card_top_right .tip {
  font-size: 16px;
  padding: 5px;
  display: inline-block;
  background: #f3f4fa;
  border-radius: 4px;
}

.zxlb .zxlb_left .left_card .card_top .card_top_right .title {
  margin-top: 30px;
  font-size: 24px;
  display: block;
}

.zxlb .zxlb_left .left_card .card_top .card_top_right .title:hover {
  color: #f0863d;
}

.zxlb .zxlb_left .left_card .card_top .card_top_right .text {
  margin-top: 15px;
  font-size: 16px;
  color: #b4b4b4;
}

.zxlb .zxlb_left .left_card .card_top .card_top_right .time {
  margin-top: 40px;
  color: #666666;
  font-size: 18px;
}

.zxlb .zxlb_left .left_card .card_tap_list {
  margin-top: 20px;
  padding: 20px 15px;
  background: #fff;
  position: relative;
}

.zxlb .zxlb_left .left_card .card_tap_list .nav-tabs {
  width: 100%;
}

.zxlb .zxlb_left .left_card .card_tap_list .nav-tabs li {
  padding-right: 30px;
  position: relative;
}

.zxlb .zxlb_left .left_card .card_tap_list .nav-tabs li a {
  font-size: 22px;
  padding-bottom: 10px;
  color: #666;
}

.zxlb .zxlb_left .left_card .card_tap_list .nav-tabs li a.active {
  color: #333;
}

.zxlb .zxlb_left .left_card .card_tap_list .nav-tabs li a.active::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 3px;
  position: absolute;
  left: 20px;
  bottom: 0;
  border-radius: 10px;
  background: #333;
}

@media (max-width: 750px) {
  .zxlb .zxlb_left .left_card .card_tap_list .search {
    position: relative;
    margin: 15px auto;
  }
  .zxlb .zxlb_left .left_card .card_tap_list .search input {
    background: #f3f4fa;
    font-size: 14px;
    color: #666;
    border: none;
    border-radius: 30px;
    padding: 2px 10px;
    width: 100%;
  }
  .zxlb .zxlb_left .left_card .card_tap_list .search i {
    position: absolute;
    right: 10px;
    top: 8px;
  }
}

@media (min-width: 750px) {
  .zxlb .zxlb_left .left_card .card_tap_list .search {
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .zxlb .zxlb_left .left_card .card_tap_list .search input {
    background: #f3f4fa;
    font-size: 14px;
    color: #666;
    border: none;
    border-radius: 30px;
    padding: 8px 20px 8px 10px;
    width: 240px;
  }
  .zxlb .zxlb_left .left_card .card_tap_list .search i {
    position: absolute;
    right: 10px;
    top: 8px;
  }
}

.zxlb .zxlb_left .left_card .card_tap_list .tab-content {
  padding-top: 20px;
}

.zxlb .zxlb_left .left_card .card_tap_list .tab-content .tip_item {
  display: flex;
  margin-bottom: 10px;
}

.zxlb .zxlb_left .left_card .card_tap_list .tab-content .tip_item .tip_title {
  width: 80px;
  font-size: 16px;
  margin-top: 4px;
}

.zxlb .zxlb_left .left_card .card_tap_list .tab-content .tip_item .tip_list {
  flex: 1;
}

.zxlb .zxlb_left .left_card .card_tap_list .tab-content .tip_item .tip_list .tip {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 30px;
  border: 1px solid #f3f4fa;
  background: #f3f4fa;
  margin-right: 10px;
  box-sizing: content-box;
  cursor: pointer;
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}

.zxlb .zxlb_left .left_card .card_tap_list .tab-content .tip_item .tip_list .tip.active, .zxlb .zxlb_left .left_card .card_tap_list .tab-content .tip_item .tip_list .tip:hover {
  background: #f5581d;
  border: 1px solid #f5581d;
  color: #fff;
}

.zxlb .zxlb_left .left_card .card_page_list {
  margin-top: 30px;
}

.zxlb .zxlb_left .left_card .card_page_list .col-lg-4 {
  padding: 0 10px;
}

.zxlb .zxlb_left .left_card .card_page_list .el-row {
  display: flex;
  flex-wrap: wrap;
}

.zxlb .zxlb_left .left_card .card_page_list .yg_card {
  margin-bottom: 20px;
  background: #fff;
}

.zxlb .zxlb_left .left_card .card_page_list .yg_card a {
  display: inline;
}

.zxlb .zxlb_left .left_card .card_page_list .yg_card img {
  width: 100%;
}

.zxlb .zxlb_left .left_card .card_page_list .yg_card .card_text {
  padding: 15px;
}

.zxlb .zxlb_left .left_card .card_page_list .yg_card .card_text .title {
  font-size: 16px;
  margin-bottom: 15px;
  height: 48px;
}

.zxlb .zxlb_left .left_card .card_page_list .yg_card .card_text .card_tip {
  background: #f3f4fa;
  display: inline-block;
  padding: 2px 10px;
  font-size: 14px;
  color: #666;
}

.zxlb .zxlb_left .left_card .card_page_list .yg_card .card_text .time {
  margin-left: 10px;
  font-size: 14px;
  color: #666;
}

.zxlb .zxlb_left .left_card .card_page .pagination {
  color: #333;
  justify-content: center;
}

.zxlb .zxlb_left .left_card .card_page .pagination li a {
  color: #333;
  margin: 0 5px;
}

.zxlb .zxlb_left .left_card .card_page .pagination li a:hover {
  background-color: #f5581d;
  color: white;
}

.zxlb .zxlb_right .right_card .right_card_item {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
}

.zxlb .zxlb_right .right_card .right_card_item .title {
  font-size: 20px;
  padding: 5px 0 20px 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.zxlb .zxlb_right .right_card .right_card_item .title .more {
  font-size: 14px;
  color: #b7b7b7;
  float: right;
  cursor: pointer;
  margin-top: 5px;
}

.zxlb .zxlb_right .right_card .right_card_item .title .more:hover {
  color: #f0863d;
}

.zxlb .zxlb_right .right_card .right_card_item .right_ul li {
  padding: 10px 0;
  font-size: 14px;
}

.zxlb .zxlb_right .right_card .right_card_item ul li a {
  padding: 10px 0;
  font-size: 14px;
  display: flex;
}

.zxlb .zxlb_right .right_card .right_card_item ul li a:hover {
  color: #f0863d;
}

.zxlb .zxlb_right .right_card .right_card_item ul li i {
  margin-right: 10px;
}

.zxlb .zxlb_right .right_card .right_card_item ul li .zr {
  background: #f0863d;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-top: 7px;
  margin-right: 13px;
  margin-left: 3px;
}

.zxlb .zxlb_right .right_card .right_card_item ul li .xh {
  width: 20px;
  color: #f0863d;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
}

.zxlb .zxlb_right .right_card .right_card_item ul li .text {
  flex: 1;
}

.zxlb .zxlb_right .right_card .right_card_item ul li .hot {
  width: 20px;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  background: #f0863d;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.zxlb .zxlb_right .right_card .right_card_item .col-lg-5 {
  margin-top: 70px;
  width: 100%;
}

.zxlb .zxlb_right .right_card .right_card_item .gg_content .gg_title {
  font-size: 18px;
  padding: 15px 0;
}

.zxlb .zxlb_right .right_card .right_card_item .gg_content .gg_title:hover {
  color: #f0863d;
}

.zxlb .zxlb_right .right_card .right_card_item .gg_content .gg_detail {
  font-size: 16px;
  color: #999999;
}

.el-pagination {
  margin: 30px 0;
  text-align: center;
}

.el-pagination .btn-prev,
.el-pagination .btn-next {
  background: #fff;
  border: 1px solid #dee2e6;
  padding: 0.5rem 0.75rem;
  line-height: normal;
  height: auto;
  padding: 3px 15px;
  border-radius: 5px;
}

.el-pagination .btn-prev:hover,
.el-pagination .btn-next:hover {
  background: #f5581d;
  color: #fff;
}

.el-pagination .btn-prev span,
.el-pagination .btn-next span {
  font-size: 16px;
}

.el-pagination .el-pager li {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  height: auto;
  border: 1px solid #dee2e6;
  margin: 0 5px;
}

.el-pagination .el-pager li.more {
  height: 36px;
}

.el-pagination .el-pager li.more::before {
  line-height: 1.5;
}

.el-pagination .el-pager li.active, .el-pagination .el-pager li:hover {
  background: #f5581d;
  color: #fff;
}

@media (max-width: 1700px) {
  .zxlb .zxlb_left .left_card .card_top .card_top_right .tip {
    font-size: 15px;
  }
  .zxlb .zxlb_left .left_card .card_top .card_top_right .title {
    font-size: 20px;
    margin-top: 0;
  }
  .zxlb .zxlb_left .left_card .card_top .card_top_right .text {
    font-size: 15px;
  }
  .zxlb .zxlb_left .left_card .card_top .card_top_right .time {
    font-size: 15px;
    margin-top: 20px;
  }
}

@media (max-width: 1200px) {
  .zxlb .zxlb_left .left_card .card_top .card_top_right .tip {
    font-size: 12px;
  }
  .zxlb .zxlb_left .left_card .card_top .card_top_right .title {
    font-size: 16px;
    margin-top: 0;
  }
  .zxlb .zxlb_left .left_card .card_top .card_top_right .text {
    font-size: 15px;
  }
  .zxlb .zxlb_left .left_card .card_top .card_top_right .time {
    font-size: 15px;
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .zxlb .zxlb_left .left_card .card_top .card_top_right .tip {
    font-size: 15px;
  }
  .zxlb .zxlb_left .left_card .card_top .card_top_right .title {
    font-size: 20px;
    margin-top: 15px;
  }
  .zxlb .zxlb_left .left_card .card_top .card_top_right .text {
    font-size: 15px;
  }
  .zxlb .zxlb_left .left_card .card_top .card_top_right .time {
    font-size: 15px;
    margin-top: 20px;
  }
  .zxlb .zxlb_left .left_card .card_tap_list .nav-tabs li a {
    font-size: 15px;
  }
  .zxlb .zxlb_left .left_card .card_tap_list .nav-tabs li a.active::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 16px;
    bottom: 0;
    border-radius: 10px;
    background: #333;
  }
  .zxlb .zxlb_left .left_card .card_tap_list .tab-content .tip_item .tip_title {
    font-size: 15px;
    width: 40px;
  }
  .zxlb .zxlb_left .left_card .card_tap_list .tab-content .tip_item .tip_list .tip {
    font-size: 15px;
  }
  .zxlb .zxlb_left .left_card .card_page_list .yg_card .card_text .title {
    font-size: 18px;
  }
  .zxlb .zxlb_left .left_card .card_page_list .yg_card .card_text .card_tip {
    font-size: 15px;
  }
  .zxlb .zxlb_right .right_card .right_card_item .col-lg-5 {
    position: absolute;
    width: 160px;
    right: 10%;
    margin-top: 20px;
  }
  .zxlb .zxlb_right .gg_detail {
    margin-bottom: 0;
  }
  .el-pagination .el-pager li {
    font-size: 12px;
    padding: 8px 15px;
  }
  .el-pagination .btn-prev span,
  .el-pagination .btn-next span {
    font-size: 12px;
  }
  
  .yg_swiper .swiper_prev_1{right: inherit;
    left: 0;right: inherit;
    background: none;
    bottom: inherit;
    top: 20%;
    border: none;}
    
   .yg_swiper .swiper_next_1{
       background: none;
    bottom: inherit;
    top: 20%;
    border: none;right: 0;
   } 
    
}
<!--ºÄÊ±1757154676.9886Ãë-->