@import "page.css";
#app {
  display: none;
}
.section_banner {
  width: 100%;
  overflow: hidden;
}
.section_banner .mod_block_banner {
  width: 100%;
  height: 480px;
}
.section_banner .mod_block_banner .swiper-container {
  width: 100%;
  height: 480px;
}
.section_banner .mod_block_banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section_banner .mod_block_banner .swiper-container .swiper-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.section_banner .mod_block_banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.section_banner .mod_block_banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_banner .mod_block_banner .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 20px;
}
.section_banner .mod_block_banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  border-radius: 4px;
}
.search_name {
  height: 110px;
  background: #fff;
  display: flex;
  justify-content: center;
}
.search_name .keyword {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  color: #1B232E;
  font-size: 16px;
  cursor: pointer;
}
.search_name .keyword .icon {
  margin-bottom: 10px;
}
.search_name .keyword:hover,
.search_name .keyword.cur {
  background: #E53333;
  color: #fff;
}
.search_name .keyword:nth-of-type(1) .icon {
  width: 28px;
  height: 28px;
  background: url(../img/icon_all_gray%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(1):hover .icon,
.search_name .keyword:nth-of-type(1).cur .icon {
  background: url(../img/icon_all%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(2) .icon {
  width: 28px;
  height: 28px;
  background: url(../img/icon_edu_gray%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(2):hover .icon,
.search_name .keyword:nth-of-type(2).cur .icon {
  background: url(../img/icon_edu%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(3) .icon {
  width: 28px;
  height: 28px;
  background: url(../img/icon_finace_gray%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(3):hover .icon,
.search_name .keyword:nth-of-type(3).cur .icon {
  background: url(../img/icon_finace%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(4) .icon {
  width: 28px;
  height: 28px;
  background: url(../img/icon_company_gray%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(4):hover .icon,
.search_name .keyword:nth-of-type(4).cur .icon {
  background: url(../img/icon_company%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(5) .icon {
  width: 28px;
  height: 28px;
  background: url(../img/icon_job_gray%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(5):hover .icon,
.search_name .keyword:nth-of-type(5).cur .icon {
  background: url(../img/icon_job%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(6) .icon {
  width: 28px;
  height: 28px;
  background: url(../img/icon_shop_gray%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(6):hover .icon,
.search_name .keyword:nth-of-type(6).cur .icon {
  background: url(../img/icon_shop%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(7) .icon {
  width: 28px;
  height: 28px;
  background: url(../img/icon_medical_gray%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(7):hover .icon,
.search_name .keyword:nth-of-type(7).cur .icon {
  background: url(../img/icon_medical%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(8) .icon {
  width: 28px;
  height: 28px;
  background: url(../img/icon_meeting_gray%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(8):hover .icon,
.search_name .keyword:nth-of-type(8).cur .icon {
  background: url(../img/icon_meeting%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(9) .icon {
  width: 28px;
  height: 28px;
  background: url(../img/icon_government_gray%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(9):hover .icon,
.search_name .keyword:nth-of-type(9).cur .icon {
  background: url(../img/icon_government%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(10) .icon {
  width: 28px;
  height: 28px;
  background: url(../img/icon_vchat_gray%402x.png) no-repeat;
  background-size: 100% 100%;
}
.search_name .keyword:nth-of-type(10):hover .icon,
.search_name .keyword:nth-of-type(10).cur .icon {
  background: url(../img/icno_vchat%402x.png) no-repeat;
  background-size: 100% 100%;
}
.article_warp {
  background: linear-gradient(317deg, #F2F4F6 0%, #FDF9F9 100%);
  overflow: hidden;
  padding-bottom: 65px;
}
.article_warp .input_warp {
  text-align: right;
  margin: 40px auto 30px;
  width: 1200px;
  position: relative;
}
.article_warp .input_warp input {
  outline: none;
  width: 374px;
  height: 36px;
  border: 1px solid #C3C8CE;
  border-radius: 8px;
  padding: 0 40px 0 1em;
  box-sizing: border-box;
}
.article_warp .input_warp input::placeholder {
  color: #BBBEC1;
}
.article_warp .input_warp .search_icon {
  position: absolute;
  right: 15px;
  top: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/search_2%402x.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.article_warp .article_card_wp {
  display: flex;
  flex-wrap: wrap;
  width: 1230px;
  margin: -15px auto 0;
}
.article_warp .article_card_wp .article_card {
  width: 380px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  margin: 15px;
  cursor: pointer;
}
.article_warp .article_card_wp .article_card .image {
  height: 200px;
}
.article_warp .article_card_wp .article_card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article_warp .article_card_wp .article_card .content {
  padding: 20px 16px 40px 16px;
  box-sizing: border-box;
}
.article_warp .article_card_wp .article_card .content .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #1B232E;
  font-weight: 600;
}
.article_warp .article_card_wp .article_card .content .text {
  word-break: break-all;
  height: 40px;
  overflow: hidden;
  margin: 10px 0 40px 0;
  color: #60646A;
  font-size: 14px;
}
.article_warp .article_card_wp .article_card .bottom .keys {
  display: flex;
  margin-bottom: 18px;
  flex-wrap: wrap;
  margin: -5px;
}
.article_warp .article_card_wp .article_card .bottom .keys .word {
  font-size: 12px;
  background: #D7D9DF;
  box-shadow: 0px 10px 30px 0px rgba(215, 217, 223, 0.3);
  color: #1B232E;
  padding: 2px 4px;
  border-radius: 4px;
  font-weight: 400;
  margin: 5px;
}
.article_warp .article_card_wp .article_card .bottom .infomation {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #60646A;
  margin-top: 15px;
}
.article_warp .article_card_wp .article_card .bottom .infomation .view {
  display: flex;
  align-items: center;
}
.article_warp .article_card_wp .article_card .bottom .infomation .view .icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/beta/caseCenter/img/see.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
}
.hot_article_warp {
  background: #fff;
  padding-bottom: 90px;
}
.hot_article_warp .inner_wp {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.hot_article_warp .inner_wp .hot_title {
  margin: 90px 0 28px;
  font-size: 36px;
  font-weight: 600;
  color: #1B232E;
}
.hot_article_warp .inner_wp .isTop {
  display: flex;
  margin-bottom: 35px;
}
.hot_article_warp .inner_wp .isTop .image {
  flex: none;
  width: 600px;
  min-height: 380px;
}
.hot_article_warp .inner_wp .isTop .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot_article_warp .inner_wp .isTop .content {
  flex: 1;
  position: relative;
  padding: 0 30px 50px;
  box-sizing: border-box;
  background: url(../img/bottom-news.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.hot_article_warp .inner_wp .isTop .content .new {
  position: absolute;
  width: 60px;
  height: 37px;
  background: url(../img/new%402x.png) no-repeat;
  background-size: 100% 100%;
  top: 50px;
  left: 30px;
}
.hot_article_warp .inner_wp .isTop .content .title {
  font-size: 24px;
  color: #fff;
  margin-top: 118px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hot_article_warp .inner_wp .isTop .content .text {
  color: #fff;
  font-size: 14px;
  word-break: break-all;
  margin-bottom: 43px;
  font-weight: 400;
  opacity: 0.8;
  height: 99px;
  overflow: hidden;
}
.hot_article_warp .inner_wp .isTop .content .time {
  color: #fff;
  opacity: 0.8;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.hot_article_warp .inner_wp .isTop .content .time .icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/beta/caseCenter/img/see_new.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
  margin-left: 10px;
}
.hot_article_warp .inner_wp .hot_article {
  width: 380px;
  display: inline-block;
  border: 1px solid #E1E4E9;
  padding: 26px 20px;
  margin-right: 30px;
  border-radius: 6px;
  cursor: pointer;
}
.hot_article_warp .inner_wp .hot_article:nth-of-type(5) {
  margin: 0;
}
.hot_article_warp .inner_wp .hot_article .title {
  font-weight: 600;
  color: #1B232E;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot_article_warp .inner_wp .hot_article .text {
  font-size: 14px;
  font-weight: 400;
  color: #60646A;
  margin-top: 10px;
  margin-bottom: 40px;
  height: 53px;
  overflow: hidden;
}
.hot_article_warp .inner_wp .hot_article .time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #7D8086;
}
.hot_article_warp .inner_wp .hot_article .time .icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/beta/caseCenter/img/see.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
  margin-left: 15px;
}
.hot_article_warp .inner_wp .hot_article .time .num {
  font-weight: 400;
  font-size: 14px;
  color: #1B232E;
}
.hot_label_warp {
  background: #F2F4F6;
  overflow: hidden;
}
.hot_label_warp .inner_wp {
  width: 1210px;
  margin: 0 auto;
}
.hot_label_warp .inner_wp .hot_title {
  margin: 40px 0;
  font-weight: 600;
  font-size: 36px;
  color: #1B232E;
}
.hot_label_warp .inner_wp .label_wp {
  display: flex;
  flex-wrap: wrap;
}
.hot_label_warp .inner_wp .label_wp .label {
  width: 140px;
  height: 60px;
  border: 1px solid #E1E4E9;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1B232E;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
}
.hot_label_warp .inner_wp .label_wp .label:hover {
  color: #E53333;
}
.hot_label_warp .inner_wp .label_wp .label.cur {
  background: #E53333;
  color: #fff;
}
.hot_label_warp .swiper_wp {
  margin-top: 30px;
  height: 550px;
  background: #1B232E;
  overflow: hidden;
  position: relative;
}
.hot_label_warp .swiper_wp::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-540px);
}
.hot_label_warp .swiper_wp .swiper-container {
  width: 1050px;
  height: 374px;
  margin-top: 70px;
}
.hot_label_warp .swiper_wp .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.hot_label_warp .swiper_wp .swiper-container .swiper-wrapper .swiper-slide {
  height: 374px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.hot_label_warp .swiper_wp .swiper-container .swiper-wrapper .swiper-slide .image {
  height: 174px;
  flex: none;
}
.hot_label_warp .swiper_wp .swiper-container .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot_label_warp .swiper_wp .swiper-container .swiper-wrapper .swiper-slide .content {
  flex: 1;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}
.hot_label_warp .swiper_wp .swiper-container .swiper-wrapper .swiper-slide .content .keys {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.hot_label_warp .swiper_wp .swiper-container .swiper-wrapper .swiper-slide .content .keys .word {
  font-size: 12px;
  padding: 4px 6px;
  background: #EDEEF1;
  color: #1B232E;
  border-radius: 4px;
  margin-right: 8px;
}
.hot_label_warp .swiper_wp .swiper-container .swiper-wrapper .swiper-slide .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #1B232E;
  font-size: 18px;
  margin-bottom: 10px;
}
.hot_label_warp .swiper_wp .swiper-container .swiper-wrapper .swiper-slide .content .text {
  overflow-y: auto;
  height: 55px;
  color: #60646A;
  font-weight: 400;
  font-size: 14px;
  word-break: break-all;
}
.hot_label_warp .swiper_wp .swiper-container .swiper-wrapper .swiper-slide .content .text::-webkit-scrollbar {
  width: 0;
}
.hot_label_warp .swiper_wp .swiper-label-button-next,
.hot_label_warp .swiper_wp .swiper-label-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.hot_label_warp .swiper_wp .swiper-pagination-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.hot_label_warp .swiper_wp .swiper-pagination-label .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  opacity: 0.4;
  border-radius: 50%;
  margin: 0 15px;
}
.hot_label_warp .swiper_wp .swiper-pagination-label .swiper-pagination-bullet-active {
  background: #E53333;
  opacity: 1;
}
.hot_label_warp .swiper_wp .swiper-label-button-prev {
  width: 44px;
  height: 44px;
  left: 50%;
  transform: translateX(-600px);
  background: url(../img/bullet.png) no-repeat;
  background-size: 100% 100%;
}
.hot_label_warp .swiper_wp .swiper-label-button-next {
  width: 44px;
  height: 44px;
  right: 50%;
  transform: translateX(600px) rotate(-180deg);
  background: url(../img/bullet.png) no-repeat;
  background-size: 100% 100%;
}
.recommend_warp {
  background: #fff;
  padding-bottom: 109px;
}
.recommend_warp .inner_wp {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.recommend_warp .recommend_title {
  margin-top: 90px;
  margin-bottom: 28px;
  color: #1B232E;
  font-weight: 600;
  font-size: 36px;
}
.recommend_warp .content_wp {
  display: flex;
}
.recommend_warp .content_wp > div {
  margin-right: 33px;
}
.recommend_warp .content_wp > div:last-of-type {
  margin: 0;
}
.recommend_warp .content_wp .big {
  flex: none;
  width: 500px;
  cursor: pointer;
}
.recommend_warp .content_wp .big .image {
  height: 266px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.recommend_warp .content_wp .big .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend_warp .content_wp .big .content {
  display: flex;
  overflow: hidden;
}
.recommend_warp .content_wp .big .content .time {
  flex: none;
  width: 80px;
  height: 80px;
  background: #E53333;
  border-radius: 0 0 0 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recommend_warp .content_wp .big .content .time .year {
  opacity: 0.8;
}
.recommend_warp .content_wp .big .content .time .day {
  font-size: 28px;
  font-weight: 600;
}
.recommend_warp .content_wp .big .content .infomation {
  flex: 1;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #E1E4E9;
  border-radius: 0 0 6px 0;
  border-top: none;
  border-left: none;
}
.recommend_warp .content_wp .big .content .infomation .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1B232E;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 8px;
}
.recommend_warp .content_wp .big .content .infomation .keys .word {
  font-size: 12px;
  padding: 4px 6px;
  background: #EDEEF1;
  color: #1B232E;
  border-radius: 4px;
  margin-right: 10px;
}
.recommend_warp .content_wp .small {
  cursor: pointer;
  width: 200px;
  height: 346px;
  border-radius: 6px;
  border: 1px solid #E1E4E9;
  padding: 30px 20px;
  box-sizing: border-box;
  position: relative;
}
.recommend_warp .content_wp .small .title {
  color: #1B232E;
  font-size: 18px;
  font-weight: 600;
  word-break: break-all;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.recommend_warp .content_wp .small .text {
  color: #60646A;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.recommend_warp .content_wp .small .keys {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.recommend_warp .content_wp .small .keys .word {
  font-size: 12px;
  padding: 4px 6px;
  background: #EDEEF1;
  color: #1B232E;
  border-radius: 4px;
  white-space: nowrap;
  margin: 5px;
}
.bottom_banner {
  height: 280px;
  background: url(../img/banner/bottom_banner.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.bottom_banner .title {
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 38px;
  margin-top: 64px;
  line-height: 1em;
}
.bottom_banner .btn_wp {
  position: absolute;
  bottom: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.bottom_banner .btn_wp > div {
  width: 150px;
  height: 44px;
  line-height: 44px;
  border-radius: 38px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
}
.bottom_banner .btn_wp .free_pop {
  color: #fff;
  background: rgba(225, 225, 225, 0.2);
  border: 1px solid #fff;
}
.bottom_banner .btn_wp .online {
  margin-left: 40px;
  background: #fff;
  color: #255EF0;
}
.page {
  width: 100%;
  margin: 50px 0 0 0;
  height: auto;
}
.page ul {
  display: flex;
  justify-content: center;
}
.page ul li {
  width: 36px;
  height: 36px;
  background: #fff;
  border: none;
  color: #7F848B;
  border-radius: 4px;
  margin: 0 7px;
  text-align: center;
  line-height: 36px !important;
  cursor: pointer;
  font-size: 12px;
}
.page ul li.active {
  color: #fff;
  background: #E53333;
}
.case_header .munu span:nth-of-type(1) a {
  color: #E53333;
}
