.yg_main {
  margin-top: 90px;
  overflow: hidden;
}

.yg_main .yg_banner {
  position: relative;
}

.yg_main .yg_banner img {
  width: 100%;
}

.yg_main .yg_banner .yg_banner_text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.yg_main .yg_banner .yg_banner_text .item {
  display: block;
  width: 100%;
}

.yg_main .yg_banner .yg_banner_text .yg_banner_title {
  font-size: 36px;
}

.yg_main .yg_banner .yg_banner_text .yg_banner_subTitle {
  font-size: 18px;
  padding: 20px 0;
}

.yg_main .yg_banner .yg_banner_text .yg_banner_btn {
  margin-top: 10px;
}

.yg_main .yg_banner .yg_banner_text .yg_banner_btn .btn {
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 5px 20px;
  color: #fff;
}

.yg_main .yg_card_content {
  padding: 80px 20%;
}

.yg_main .yg_card_content .yg_card_title {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.yg_main .yg_card_content .yg_card_title .title {
  position: relative;
}

.yg_main .yg_card_content .yg_card_title .title::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 3px;
  position: absolute;
  left: 30%;
  bottom: -15px;
  border-radius: 10px;
  background: #333;
}

.yg_main .yg_card_content .yg_card_text {
  margin-top: 10px;
  font-size: 18px;
  color: #666666;
  text-align: left;
  line-height: 2;
}

.yg_main .yg_card_content .yg_card_img {
  margin-top: 10px;
}

.yg_main .yg_card_content .yg_card_img .hytd_item {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}

.yg_main .yg_card_content .yg_card_img .hytd_item .hytd_img {
  overflow: hidden;
  width: 100%;
}

.yg_main .yg_card_content .yg_card_img .hytd_item .hytd_img img {
  transition: all .5s ease .1s;
}

.yg_main .yg_card_content .yg_card_img .hytd_item:hover .hytd_img img {
  transform: scale(1.3);
}

.yg_main .yg_card_content .yg_card_img .img_wrapper {
  padding: 0 10px;
  text-align: center;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper img {
  width: 100%;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper .img_text {
  font-size: 18px;
  padding: 15px 30px;
  line-height: 1.5;
  color: #666;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_2 {
  padding: 0 10px;
  text-align: center;
  margin: 10px 0;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_2 a {
  width: 100%;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_2 img {
  width: 100%;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_2 .img_text {
  padding: 30px;
  text-align: left;
  background: #fff;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_2 .img_text .img_text_title {
  font-size: 20px;
  font-weight: bold;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_2 .img_text .img_text_list {
  margin-top: 20px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_2 .img_text .img_text_list li {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_2 .img_text .img_text_list li:hover {
  color: #f0863d;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_3 {
  padding: 0 10px;
  text-align: center;
  margin: 10px 0;
  border-radius: 4px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_3 img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_3 .img_text {
  background: #f7f6f7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 30px 20px;
  text-align: left;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_3 .img_text .img_text_title {
  font-size: 24px;
  color: #333;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_3 .img_text .img_subtext {
  font-size: 20px;
  color: #f0863d;
  font-weight: bold;
  margin-top: 10px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_3 .img_text .img_text {
  font-size: 16px;
  color: #666;
  padding: 0;
  margin-top: 10px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_3 .img_text .btn_next {
  margin-top: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ffff;
  color: #9d9d9d;
  cursor: pointer;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_3 .img_text .btn_next i {
  font-size: 28px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_3 .img_text .btn_next:hover {
  background: #f0863d;
  color: #fff;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 {
  text-align: center;
  margin: 10px 0;
  border-radius: 4px;
  border-radius: 15px;
  background: #fff;
  height: 100%;
  position: relative;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 img {
  width: 100%;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_wrapper_title {
  background-color: #fff;
  text-align: left;
  padding: 20px  20px 0 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_wrapper_title .title {
  font-size: 24px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_wrapper_title .more {
  float: right;
  font-size: 16px;
  cursor: pointer;
  margin-top: 4px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_wrapper_title .more:hover {
  color: #f0863d;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_text {
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 24px 15px;
  text-align: left;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_text .img_text_title {
  font-size: 18px;
  color: #333;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_text .img_subtext {
  margin-top: 24px;
  font-size: 16px;
  color: #999;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_text .img_time {
  margin-top: 24px;
  font-size: 16px;
  color: #999;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_text .btn_next {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f7f6f7;
  color: #9d9d9d;
  cursor: pointer;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_text .btn_next i {
  font-size: 28px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_text .btn_next:hover {
  background: #f0863d;
  color: #fff;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_list {
  text-align: left;
  background-color: #fff;
  padding: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_list li {
  margin-bottom: 20px;
  border-bottom: 1px solid #f7f6f7;
  cursor: pointer;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_list li:first-child {
  border-top: 1px solid #f7f6f7;
  padding-top: 20px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_list li .list_title {
  font-size: 18px;
}

.yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_list li .list_time {
  font-size: 16px;
  color: #a7a7a7;
  margin: 20px 0;
}

@media (min-width: 992px) {
  .yg_main {
    padding-top: 90px;
    margin: 0;
  }
}

@media (max-width: 992px) {
  .yg_main {
    padding-top: 50px !important;
    margin: 0;
  }
  .yg_main .yg_banner img {
    min-height: 150px;
  }
  .yg_main .yg_banner .yg_banner_text {
    left: 2%;
    min-height: 150px;
  }
  .yg_main .yg_banner .yg_banner_text .yg_banner_title {
    font-size: 24px;
  }
  .yg_main .yg_banner .yg_banner_text .yg_banner_subTitle {
    font-size: 14px;
    padding: 10px 0;
  }
  .yg_main .yg_banner .yg_banner_text .yg_banner_btn {
    margin-top: 0;
  }
  .yg_main .yg_banner .yg_banner_text .yg_banner_btn .btn {
    font-size: 14px;
    padding: 2px 15px;
    color: #fff;
  }
  .yg_main .yg_card_content {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .yg_main .yg_card_content .yg_card_title {
    font-size: 24px;
  }
  .yg_main .yg_card_content .yg_card_title .title::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 35%;
    bottom: -10px;
    border-radius: 10px;
    background: #333;
  }
  .yg_main .yg_card_content .yg_card_text {
    font-size: 15px;
    padding: 12px 0;
  }
  .yg_main .yg_card_content .yg_card_img {
    padding: 0 2%;
  }
  .yg_main .yg_card_content .yg_card_img .col-lg-4 {
    margin-bottom: 10px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper .img_text {
    font-size: 15px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_2 .img_text {
    padding: 20px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_2 .img_text .img_text_title {
    font-size: 20px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_2 .img_text .img_text_list {
    margin: 10px 0;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_2 .img_text .img_text_list li {
    font-size: 15px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_3 .img_text {
    padding: 20px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_3 .img_text .img_text_title {
    font-size: 24px;
    font-weight: 600;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_3 .img_text .img_subtext {
    font-size: 20px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_3 .img_text .img_text {
    font-size: 15px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_3 .img_text .btn_next {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_text .img_text_title {
    font-size: 20px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_text .img_subtext {
    font-size: 15px;
    margin-top: 10px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_text .img_time {
    font-size: 15px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_text .btn_next {
    display: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_wrapper_title .title {
    font-size: 20px;
    font-weight: 600;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_wrapper_title .more {
    font-size: 15px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_list li .list_title {
    font-size: 15px;
  }
  .yg_main .yg_card_content .yg_card_img .img_wrapper_4 .img_list li .list_time {
    font-size: 15px;
    margin: 5px 0;
  }
}
<!--ºÄÊ±1754492952.1884Ãë-->