body {
  background: #FFF;
  font-family: PingFang SC;
}
#wp{
  width: 1200px;
  margin: 0 auto;
}
.xy_body .ct2 {
  display: flex;
  justify-content: space-between;
}
.xy_body .ct2 .xy_ln {
  width: 185px;
}
.xy_body .ct2 .xy_ln .xy_ln_wrap {
  width: 185px;
  top: 153px;
  height: 579px;
}
.xy_body .ct2 .xy_mc {
  width: 997px;
}
.xy_body .ct2 .xy_flmc{
  width: 1218px;
}
.xy_body .ct2 .xy_rr {
  width: 294px;
  overflow: visible;
}
.xy_body .ct2 .xy_rr .xy_rr_wrap {
  width: 294px;
  box-shadow: none;
}

/* 左侧区域 */
.xy_ln .xy_ln_wrap .xy_ln_list .xy_ln_item {
  padding: 10px 14px 10px 7px;
  /*gap: 10px;*/
}
.xy_ln .xy_ln_wrap .xy_ln_item svg {

  margin-right: 10px;
}

.xy_mc_wrap {
  border-radius: 0px!important;
}

.zta_box {
  border-radius: 6px!important;
  background: #ffffff;
}

.zta_box_line {
  border-bottom: 1px solid #EBF1FB;
  margin: 0 20px;
}

.zta_box_cyzx {
  width: 685px!important;
}

.xy_ln_blq {
  width: 185px!important;
}

/* 分类筛选 */
.xy_mc .cat_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  /*gap: 20px;*/
  /*margin-bottom: 20px;*/
  border-radius: 0px;
}
.xy_mc .cat_wrap .cat_list_group{
  display: flex;
  /*gap: 33px;*/
  line-height: 26px;
  margin-bottom: 20px;
}
.xy_mc .cat_wrap .cat_list_group:last-child{
  margin-bottom: 0px;
}

.xy_mc .cat_wrap .cat_list_group .cat_list_label{
  color: #888FA7;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 33px;
}
.xy_mc .cat_wrap .cat_list_group .cat_list_wrap{
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*gap: 33px;*/
  line-height: 26px;
}
.xy_mc .cat_wrap .cat_list_group .cat_list_wrap .cat_item_fouder_a{
  margin-right: 33px;
}
.xy_mc .cat_wrap .cat_list_group .cat_list_wrap .cat_item_fouder_a:last-child{
  margin-right: 0px;
}


.xy_mc .cat_wrap .cat_list_group .cat_item{
  color: #333333;
  font-size: 16px;
  /*padding: 0 12px;*/
  cursor: pointer;
  position: relative;
}
.xy_mc .cat_wrap .cat_list_group .cat_item_act{
  font-weight: 600;

}

.xy_mc .cat_wrap .cat_list_group .cat_item_act::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -25%;
  width: 50%;
  height: 3px;
  border-radius: 30px;
  background: #3E74F8;
}

/* 中间内容区 */
.xy_mc .xy_mc_wrap {
  
}
/* 产业中心 - 官方资源 */
.xy_mc_wrap .official_list_wrap{
  display: flex;
  align-items: flex-start;
  /*gap: 20px;*/
}
.xy_mc_wrap .official_list_wrap .xy_mc_list_item{
  display: flex;
  flex-direction: column;
  width: 210px;
/*  border-radius: 6px; */
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}

.xy_mc_wrap .official_list_wrap .xy_mc_list_item:nth-child(4n){
    margin-right: 0px;
}

.xy_mc_wrap .official_list_wrap .xy_mc_list_item:nth-last-child(1),
.xy_mc_wrap .official_list_wrap .xy_mc_list_item:nth-last-child(2),
.xy_mc_wrap .official_list_wrap .xy_mc_list_item:nth-last-child(3),
.xy_mc_wrap .official_list_wrap .xy_mc_list_item:nth-last-child(4){
    margin-bottom: 0px;
}

.xy_mc_wrap .official_list_wrap .xy_mc_list_item img{
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.xy_mc_wrap .official_list_wrap .xy_mc_list_item .title{
  color: #293340;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  height: auto;
}
.xy_mc_wrap .official_list_wrap .xy_mc_list_item .tel{
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 10px;
}

.xy_mc_wrap .official_list_wrap .xy_mc_list_item .tel span{
  color: #ED3333;
}
/* 产业中心 - 商务资源 */
.xy_mc_wrap .business_list_wrap{
  display: flex;
  align-items: flex-start;
  /*gap: 20px;*/
}
.xy_mc_wrap .business_list_wrap .xy_mc_list_item{
  display: flex;
  flex-direction: column;
  width: 441px;
  height: 115px;
  box-sizing: border-box;
  padding: 20px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #ECF0F7;
}

.xy_mc_wrap .business_list_wrap .xy_mc_list_item:nth-child(2n-1){
    margin-right: 20px;
    margin-bottom: 20px;
}
.xy_mc_wrap .business_list_wrap .xy_mc_list_item:nth-child(2n){
    margin-bottom: 20px;
}
.xy_mc_wrap .business_list_wrap .xy_mc_list_item:nth-last-child(1),
.xy_mc_wrap .business_list_wrap .xy_mc_list_item:nth-last-child(2){
    margin-bottom: 0px;
}

.xy_mc_wrap .business_list_wrap .title_wrap{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.xy_mc_wrap .business_list_wrap .title{
  flex-grow: 1;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  padding: 0;
  height: auto;
}
.xy_mc_wrap .business_list_wrap .title_tag{
  flex-shrink: 0;
  height: 19px;
  margin-right: 5px;
  padding: 0 3px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  border-radius: 4px;
}
.xy_mc_wrap .business_list_wrap .supply_tag{
  background-color: #51C965;
}
.xy_mc_wrap .business_list_wrap .demand_tag{
  background-color: #4276F7;
}
.xy_mc_wrap .business_list_wrap .classify_tag_list{
  display: flex;
  align-items: center;
  color: #616E80;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 10px;
}
.xy_mc_wrap .business_list_wrap .classify_tag_item:not(:last-child)::after{
  content: '|';
  padding: 0 5px;
}
.xy_mc_wrap .business_list_wrap .xy_mc_list_item_footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xy_mc_wrap .business_list_wrap .xy_mc_list_item_footer_l{
  display: flex;
  align-items: center;
}
.xy_mc_wrap .business_list_wrap .auth_box{
  color: #616E80;
  margin-right: 30px;
}
.xy_mc_wrap .business_list_wrap .view_count{
  color: #929DAE;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.xy_mc_wrap .business_list_wrap .xy_mc_list_item_footer_date{
  color: #929DAE;
  font-size: 12px;
}


.xy_mc .xy_mc_list_wrap .auth_box img{
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border-radius: 50%;
    overflow: hidden;
}
.xy_mc .large_art_list_wrap .large_art_img img{
    width: 100%;
    height: 100%;
    
}

/* 产业中心 - 黑司黑台 */
.xy_mc_wrap .black_list_wrap{
  /*gap: 18px;*/
}
.xy_mc_wrap .black_list_wrap .xy_mc_list_item{
  width: 288px;
  margin-right: 19px;
  margin-top: 20px;
}
.xy_mc_wrap .black_list_wrap .xy_mc_list_item:nth-child(3n){
    margin-right: 0px;
}
.xy_mc_wrap .black_list_wrap .xy_mc_list_item:nth-child(1),
.xy_mc_wrap .black_list_wrap .xy_mc_list_item:nth-child(2),
.xy_mc_wrap .black_list_wrap .xy_mc_list_item:nth-child(3){
    margin-top: 0px;
}
.xy_mc .normal_art_list_wrap .down_line_hig{
    height: 40px;
    line-height: 20px;
}

/* 产业中心 - 行业洞察 */
.xy_mc .xy_mc_wrap .industry_insight_top_ad{
  width: 100%;
  margin-bottom: 20px;
}
.xy_mc .xy_mc_wrap .industry_insight_top_ad .ad_img{
  width: 100%;
}
.xy_mc_wrap .industry_list_wrap{
  display: flex;
  align-items: flex-start;
  /*gap: 20px;*/
  padding: 0;
}
.xy_mc_wrap .industry_list_wrap .xy_mc_list_item{
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 338px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
}
.xy_mc_wrap .industry_list_wrap .xy_mc_list_item:nth-child(3n){
    margin-right: 0px;
}
.xy_mc_wrap .industry_list_wrap .xy_mc_list_item:nth-last-child(1),
.xy_mc_wrap .industry_list_wrap .xy_mc_list_item:nth-last-child(2),
.xy_mc_wrap .industry_list_wrap .xy_mc_list_item:nth-last-child(3){
    margin-bottom: 0px;
}

.xy_mc_wrap .industry_list_wrap .xy_mc_list_item_img{
  width: 100%;
  height: 190px;
}
.xy_mc_wrap .industry_list_wrap .xy_mc_list_item_info{
  padding: 16px;
}
.xy_mc_wrap .industry_list_wrap .xy_mc_list_item_info .title{
  margin-bottom: 16px;
  height: 44px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  overflow: hidden;
  padding: 0;
}
.xy_mc_wrap .industry_list_wrap .xy_mc_list_item_info .des{
  height: 40px;
  padding-top: 16px;
  border-top: 1px solid #EBF1FB;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}
/* 产业中心 - 福利活动 */
.xy_mc .xy_mc_wrap .welfare_list_wrap{
  display: flex;
  align-items: flex-start;
  /*gap: 30px;*/
  padding: 0;
}
.xy_mc_wrap .welfare_list_wrap .xy_mc_list_item{
  display: flex;
  flex-direction: column;
  width: 386px;
  height: 292px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  margin-right: 30px;
  margin-bottom: 30px;
}
.xy_mc_wrap .welfare_list_wrap .xy_mc_list_item:nth-child(3n){
    margin-right: 0px;
}
.xy_mc_wrap .welfare_list_wrap .xy_mc_list_item:nth-last-child(1),
.xy_mc_wrap .welfare_list_wrap .xy_mc_list_item:nth-last-child(2),
.xy_mc_wrap .welfare_list_wrap .xy_mc_list_item:nth-last-child(3){
    margin-bottom: 0px;
}

.xy_mc_wrap .welfare_list_wrap .xy_mc_list_item_img{
  width: 100%;
  height: 202px;
}
.xy_mc_wrap .welfare_list_wrap .xy_mc_list_item_info{
  padding: 20px;
}
.xy_mc_wrap .welfare_list_wrap .xy_mc_list_item_info .title{
  margin-bottom: 6px;
  color: #293340;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  padding: 0;
  height: auto;
}
.xy_mc_wrap .welfare_list_wrap .xy_mc_list_item_info .des{
  color: #293340;
  font-size: 14px;
  line-height: 20px;
}
/* 右侧推荐区 */
/* 最新需求 */
.xy_rr_wrap .demand_list_wrap .xy_rr_list_item{
  cursor: pointer;
  border-top: 1px solid #EBF1FB;
  padding: 20px 0;
  text-decoration: none;
}
.xy_rr_wrap .demand_list_wrap .xy_rr_list_item .item_title_wrap{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.xy_rr_wrap .demand_list_wrap .xy_rr_list_item .title{
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  padding: 0;
  height: auto;
  max-width: 192px;
}
.xy_rr_wrap .demand_list_wrap .xy_rr_list_item .title_tag{
  flex-shrink: 0;
  height: 19px;
  margin-left: 5px;
  padding: 0 3px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  border-radius: 4px;
}
.xy_rr_wrap .demand_list_wrap .xy_rr_list_item .supply_tag{
  background-color: #51C965;
}
.xy_rr_wrap .demand_list_wrap .xy_rr_list_item .demand_tag{
  background-color: #4276F7;
}
.xy_rr_wrap .demand_list_wrap .xy_rr_list_item .classify_tag_list{
  display: flex;
  align-items: center;
  color: #616E80;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 10px;
}
.xy_rr_wrap .demand_list_wrap .xy_rr_list_item .classify_tag_item:not(:last-child)::after{
  content: '|';
  padding: 0 5px;
}
.xy_rr_wrap .demand_list_wrap .xy_rr_list_item .item_footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xy_rr_wrap .demand_list_wrap .xy_rr_list_item .item_footer{
  display: flex;
  align-items: center;
}
.xy_rr_wrap .demand_list_wrap .xy_rr_list_item .view_count{
  color: #929DAE;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.xy_rr_wrap .demand_list_wrap .xy_rr_list_item .item_footer{
  color: #929DAE;
  font-size: 12px;
}
/* 企业推荐 */
.xy_rr_wrap .recommend_list_wrap .xy_rr_list_item{
  cursor: pointer;
  padding-bottom: 20px;
  text-decoration: none;
}
.xy_rr_wrap .recommend_list_wrap .xy_rr_list_item:last-child{
  padding-bottom: 0;
}
.xy_rr_wrap .recommend_list_wrap .item_img_wrap{
  width: 100%;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.xy_rr_wrap .recommend_list_wrap .item_img_wrap .item_img{
  width: 100%;
  height: 100%;
  position: absolute;
}
.xy_rr_wrap .recommend_list_wrap .xy_rr_list_item .item_title_wrap{
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
/* 24小时热榜 */
.xy_rr_wrap .normal_list_wrap .xy_rr_list_item{
  cursor: pointer;
  padding-bottom: 20px;
  text-decoration: none;
}
.xy_rr_wrap .normal_list_wrap .xy_rr_list_item:last-child{
  padding-bottom: 0;
}
.xy_rr_wrap .normal_list_wrap .item_img_wrap{
  width: 100%;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.xy_rr_wrap .normal_list_wrap .item_img_wrap .item_img{
  width: 100%;
  height: 100%;
  position: absolute;
}
.xy_rr_wrap .normal_list_wrap .item_img_wrap .item_img_mask_wrap{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0,0, 0.5) 100%);
}
.xy_rr_wrap .normal_list_wrap .item_img_wrap .item_img_mask_title{
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 10px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
}
.xy_rr_wrap_zta {
  padding: 20px 18px 10px 18px!important;
}




.zta_item {
  cursor: pointer;
  padding-bottom: 10px;
  text-decoration: none;
}

.zta_item_list {
  color: #333333;
}

.zta_rr_dot {
  width: 22px;
  margin: 6px 0 8px 5px;
}

.zta_flex {
  flex: 1;
}

.zta_rr_subtitle::after{
  display: inline-block;
  content: '';
  width: 7px;
  height: 10px;
  background: url('/template/discuz_theme/img/f71_gxq_more.png') no-repeat;
  background-size: 7px 10px;
  margin-top: 2px;
  margin-left: 5px;
}

.zta_rr_subtitle
{
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  display: flex;
  align-content: center;
}

.zta_f71_icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.zta_f71_right {
  padding: 16px 0!important;
  width: 100%;
}

.zta_f71_right_a {
  width: 100%;
}

.zta_f71_right_a_act {
  border-radius: 0px!important;
  background: linear-gradient(90deg, rgba(183, 204, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%)!important;
  color: #333333!important;
}

.zta_f71_right_a_item {
  display: flex;
  padding-bottom: 10px;
}

.zta_f71_right_a_item_line_act {
  background: #4372F6!important;
}

.zta_f71_right_a_item_line {
  background: transparent;
  height: 44px;
  width: 2px;
  position: absolute;
}

.zta_f71_right_a_item_title {
  font-weight: normal!important;
}

.zta_f71_right_a_act {
  padding-left: 10px!important;
}

.zta_f71_right_a_act::before {
  width: 0!important;
}

.zta_f71_right_a::before {
  width: 0!important;
}







/* 中间区域 */
.xy_mc .xy_forum_wrap .forum_img_wrap img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.xy_mc .xy_forum_wrap .forum_list_gap{
  margin-right: 30px;
  font-weight: 400;
}
.xy_mc .xy_forum_wrap .forum_list_gap:last-child{
  margin-right: 0px;
}
.xy_mc .xy_forum_wrap .xy_mc_forum_wrap .xy_mc_forum_item_a{
  padding: 0 20px;
  background-color: #f8f8f8;
}
.xy_mc .xy_forum_wrap .xy_mc_forum_wrap .xy_mc_forum_item_{
  padding: 0 20px;
}
.xy_mc .xy_forum_wrap .xy_mc_forum_wrap .xy_mc_forum_item_:hover{
  background-color: #f8f8f8;
}
.xy_mc .xy_mc_wrap{
  padding: 0;
}
.xy_mc .xy_forum_wrap .xy_mc_header_wrap{
  margin: 0 20px;
  padding: 20px 0;
}


.xy_mc_header_nav_item {
  color: #333333!important;
  font-weight: normal!important;
  position: relative;
}

.xy_mc_header_nav_item_act {
  font-weight: 600!important;
}

.cyzx_title {
  color: #333333!important;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  white-space: nowrap!important;
  display: block!important;
}

.cyzx_title_sub {
  color: #666666!important;
  -webkit-line-clamp: 2!important;
}

.large_art_img {
  width: 220px!important;
  height: 138px!important;
  margin-right: 16px!important;
}

.load_more_btn {
  color: #33394A!important;
  font-weight: normal!important;
  margin-left: 0px!important;
  margin-right: 0px!important;
}