
/* 分会分类-样式 */
.branch_classification_box {
  margin-left: -28px;
  margin-top: -20px;
}

.branch_classification_item {
  display: block;
  width: 268px;
  background: #fff;
  box-shadow: 0 0 10px #ececec;
  margin-left: 28px;
  margin-top: 50px;
}

.branch_classification_fz {
  height: 80px;
  font-size: 20px;
  color: #333333;
  background: #fff;
  text-align: center;
}

/* 分会分类-样式 */

/* 理事单位 */
.table_1 {
  width: 100%;
  text-align: center;
  border: 1px solid #cccccc;
}
.table_1 th {
  height: 47px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background: #207bdd;
  border: 1px solid #cccccc;
}

.table_1 td {
  padding: 0 5px;
  color: #333333;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  border-left: 1px solid #cccccc;
  background: #fff;
}
.table_1 tr:nth-child(odd) td {
  background: #fff;
}
.table_1 tr:nth-child(even) td {
  background: #f5f5f5;
}

/* 理事单位 */

/* 协会记事 */
.association_Chronicle_list {
  display: block;
  height: 72px;
  line-height: 70px;
  font-size: 18px;
  color: #333333;
  border-bottom: 2px dashed #e6e6e6;
}
.dot_sty {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #207bdd;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
/* 协会记事 */

/* 协会简介 */
.brief_introduction_box_1 {
  padding: 25px 0 40px;
  background: #fff;
}

.brief_introduction_box_2 {
  padding: 40px 0;
}

.ani_img_box {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
}

.ani_img_box img {
	transition: all .35s;
	-webkit-transition: all .35s;
}

.ani_img_box:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.association_introduction_title {
  position: relative;
  font-size: 28px;
  line-height: 37px;
  color: #333;
  margin-bottom: 35px;
}

.association_introduction_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 79px;
  height: 2px;
  background: #207bdd;
  z-index: 2;
}

.association_introduction_fz {
  padding-left: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

.association_introduction_fz_2 {
  padding-right: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

.identification_img {
  margin-top: 132px;
}

.scope_business_box {
  margin-left: -20px;
  margin-top: -20px;
}

.scope_business_item {
  padding: 16px 24px;
  width: 386px;
  height: 200px;
  background: #f6f6f6;
  margin-top: 20px;
  margin-left: 20px;
}

.bg_img.scope_business_item {
  padding: 26px 15px;
  background: url(../images/bg_img_1.png) #fafafb no-repeat;
  background-size: 386px 200px;
}

.bg_img.scope_business_item .title_fz {
  position: relative;
  font-size: 28px;
  color: #333;
}

.bg_img.scope_business_item .title_fz::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 79px;
  height: 2px;
  background: #207bdd;
  z-index: 2;
}

/* 协会简介 */

/* 协会领导 */

.association_leaders_box {
  margin-left: -13px;
}

.association_leaders_item {
  width: 220px;
  background: #fff;
  margin-left: 13px;
  margin-top: 20px;
}

.association_leaders_fz {
  height: 70px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  background: #fff;
  text-align: center;
}

/* 协会领导 */

/* 新闻详情 */
.news_detail_title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
.news_detail_pc_xi {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.news_detail_mobile_xi { display: none; }
/* 新闻详情 */

/* 新闻页 */

.news_page_date {
  width: 80px;
  height: 80px;
  color: #207bdd;
  background: #f6f6f6;
  margin-right: 25px;
}

.news_page_date .day {
  font-size: 30px;
}

.news_page_date .year {
  font-size: 14px;
  margin-top: 19px;
}

.news_page_list {
  padding: 25px 0;
  border-bottom: 2px dashed #e6e6e6;
}

.news_page_list .news_title_fz {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.news_page_list .news_content_fz {
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  margin-top: 15px;
}

/* 新闻页 */

/* 首页 */
.home_area_1 {
  padding: 20px;
  background: #fff;
}

.home_area_2 {
  padding: 13px 20px 5px;
  background: #fff;
  margin-top: 20px;
}

.home_area_3 {
  padding: 13px 20px 14px;
  background: #fff;
  margin-top: 20px;
  margin-left: 20px;
}

.home_area_4 {
  padding: 13px 20px 14px;
  background: #fff;
  margin-top: 20px;
}

.home_area_5 {
  padding: 15px 0px 23px;
  background: #fff;
  margin-top: 20px;
}

.home_swiper_box {
  height: 350px;
  margin-right: 35px;
  overflow: hidden;
}

#swiper_1 {
  height: 350px;
}

#swiper_1 .swiper_img {
  object-fit: cover;
}

.swiper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  bottom: 0;
  left: 0;
  font-size: 14px;
  text-align: left;
  color: #fff;
  background-color: rgba(0,0,0,.5);
  z-index: 2;
}

.wjy_pro_circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: rgba(255,255,255,.5);
  border-radius: 100%;
  margin-left: 4px;
  vertical-align: middle;
}

.active.wjy_pro_circle { background-color: #fff; }

#swiper_1 .swiper-button-prev {
  left: 15px;
  width: 36px;
  height: 70px;
  margin-top: 0;
  background: url(../images/icon_prev.png) no-repeat;
  background-size: 36px 70px;
  transform: translateY(-50%);
}

#swiper_1 .swiper-button-next {
  right: 15px;
  width: 36px;
  height: 70px;
  margin-top: 0;
  background: url(../images/icon_next.png) no-repeat;
  background-size: 36px 70px;
  transform: translateY(-50%);
}

.home_page_tab_box {
  position: relative;
  border-bottom: 3px solid #202e72;
  margin-top: -5px;
  margin-bottom: 4px;
}

.branch_venue.home_page_tab_box{
  border-bottom: 1px solid #f6f6f6;
}

.home_page_tab_box .home_tab_item {
  display: block;
  position: relative;
  padding: 9px 0;
  width: 130px;
  text-align: center;
  font-size: 22px;
  color: #666;
  outline: none;
}

.branch_venue.home_page_tab_box .home_tab_item { width: 110px;margin-right: 7px; }

.home_page_tab_box .title.home_tab_item {
  width: auto;
  padding: 9px 10px;
}

.branch_venue.home_page_tab_box .title.home_tab_item {
  width: auto;
  padding: 9px 10px;
}

.home_page_tab_box .home_tab_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 20px;
  background: #cccccc;
  z-index: 2;
  margin-top: -10px;
}

.branch_venue.home_page_tab_box .home_tab_item::before {
  display: none;
}
.branch_venue.home_page_tab_box .home_tab_item:nth-child(1)::before {
  display: block;
  height: 24px;
  background: #01115E;
  margin-top: -12px;
}

.home_page_tab_box .active.home_tab_item {
  color: #01115E;
}
.home_page_tab_box .active.home_tab_item::before {
  height: 24px;
  background: #01115E;
  margin-top: -12px;
}
.home_page_tab_box .active.home_tab_item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 13px;
  height: 11px;
  background: url(../images/icon_arrow_bottom_1.png) no-repeat;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.branch_venue.home_page_tab_box .active.home_tab_item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 86px;
  height: 2px;
  background: #293974;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.home_area_3 .home_page_tab_box .active.home_tab_item::after { display: none; }
.home_area_4 .home_page_tab_box .active.home_tab_item::after { display: none; }
.home_area_5 .home_page_tab_box .active.home_tab_item::after { display: none; }
.home_news_box {
  padding: 12px 0;
  font-size: 14px;
  color: #666;
  outline: none;
}
.icon_arrow_news {
  width: 10px;
  height: 16px;
  background: url(../images/icon_zhi_xiang_1.png) no-repeat;
  margin-right: 5px;
}
.home_news_box:hover {
  color: #01115e;
}
.home_news_box:hover .icon_arrow_news { background: url(../images/icon_zhi_xiang_2.png) no-repeat; }
.home_news_box .date {
  margin-left: 45px;
}
.more_btn_sty {
  font-size: 16px;
  color: #01115E;
}
.ipt_search_sty {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 14px;
  font-size: 14px;
  color: #333;
  background: #fff;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #cccccc;
  outline: none;
  border-radius: 0;
}

.ipt_search_sty::-webkit-input-placeholder { color: #cccccc; }
.search_btn {
  width: 67px;
  height: 40px;
  background: url(../images/icon_search_btn.png) no-repeat;
}
.entrance_box {
  margin-left: -15px;
}

.entrance_box .entrance_img {
  padding-left: 15px;
  margin-top: 15px;
}
.tab_content_2 .content_item {
  margin-top: 15px;
}
.entrance_box_2 {
  margin-left: -30px;
  margin-top: 20px;
}
.entrance_box_2 .ent_w {
  width: 33.33%;
}
.entrance_box_2 .entrance_img {
  margin-left: 30px;
}
.home_news_box_two {
  display: none;
  padding: 12px 0;
  font-size: 18px;
  line-height: 26px;
  color: #333;
}
.home_news_box_two .news_pic {
  width: 120px;
  height: 80px;
  margin-right: 13px;
}

.tab_content_3 .content_item { margin-top: 17px; }

.tab_content_3 .content_item li.current .home_news_box_two { display: block; }
.tab_content_3 .content_item li.current .home_news_box { display: none; }

.video_content,.video_content_two {
  margin-top: 13px;
}
.home_video_box {
  font-size: 14px;
  line-height: 16px;
  color: #333;
  padding-top: 13px;
  padding-bottom: 13px;
}

.special .home_video_box {
  padding-top: 8px;
  padding-bottom: 8px;
}

.video_box {
  position: relative;
  width: 113px;
  height: 74px;
  margin-right: 8px;
}

.special_box {
  position: relative;
  width: 120px;
  height: 80px;
  margin-right: 10px;
}

.home_video_box_one { display: block; }

.home_video_box_two {
  display: none;
  padding: 10px 0;
  font-size: 16px;
  line-height: 21px;
  color: #333;
  margin-bottom: 9px;
}
.special.home_video_box_two {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 3px;
}

.details_btn {
  font-size: 14px;
  color: #FF3A3A;
  line-height: 19px;
  text-align: right;
}

.video_content li.current .home_video_box_one,.video_content_two li.current .home_video_box_one{ display: none; }
.video_content li.current .home_video_box_two,.video_content_two li.current .home_video_box_two { display: block; }

.play_video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  background: url(../images/icon_play_video.png) no-repeat;
  z-index: 2;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.home_row_cf {
  margin-left: -20px;
}

.home_row_cf .col_item {
  width: 33.33%;
  padding-left: 20px;
}

.col_item .pic_size_1 {
  width: 186px;
  height: 262px;
}

.expert_box {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 21px;
  color: #333;
}

.expert_box .pic_size_1 {
  width: 77px;
  height: 108px;
}

.swiper_prev_2,.swiper_next_2 {
  width: 30px;
  height: 30px;
}

.swiper_prev_2 { background: url(../images/icon_prev_2.png) no-repeat; }
.swiper_next_2 { background: url(../images/icon_next_2.png) no-repeat;margin-left: 18px; }

.enterprise_box {
  margin: 0 10px;
}

/* pc */
#swiper2 {
  display: block;
  padding: 22px 0 0;
}

/* 移动端 */
#swiper2_2 { display: none; }

.enterprise_logo {
  width: 100%;
  box-shadow: 0 0 8px #e6e6e6;
}

.enterprise_img_area { padding: 0 5px; }

.enterprise_name_sty {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 29px;
}

/* 行业专家 */
.banner_bg_1 {
  position: relative;
  height: 126px;
  background: url(../images/banner_2.png) no-repeat top center;
}

.line_ver_sty {
  display: inline-block;
  width: 2px;
  height: 17px;
  background: #7d7d7d;
  margin-left: 6px;
  margin-right: 6px;
}

.branch_venue_area_1 {
  padding: 24px 20px 50px;
  background: #fff;
}

.page_route_title {
  position: relative;
  height: 40px;
  border-bottom: 1px solid #cccccc;
}

.page_route_title .title_fz_sty {
  position: relative;
  font-size: 14px;
  height: 39px;
  line-height: 37px;
  color: #333;
  margin-right: 49px;
}

.page_route_title .active.title_fz_sty,.page_route_title .title_fz_sty:hover {
  border-bottom: 2px solid #207bdd;
}

.pc_route_fz {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #666;
}

.mobile_route_fz { display: none; }

.industry_experts_box {
  padding: 28px 0 87px;
  margin-left: -30px;
}

.industry_experts_box .item_width {
  width: 50%;
  margin-top: 30px;
}

.industry_experts_box .expert_box_item {
  display: block;
  padding: 22px 15px 22px 35px;
  background: #f6f6f6;
  border-radius: 8px;
  margin-left: 30px;
}

.expert_box_item .people_img_box {
  margin-right: 35px;
  border-radius: 8px;
}

.expert_box_item .people_img {
  width: 175px;
  height: 245px;
}

.expert_box_item .expert_name {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
}

.expert_box_item .expert_content {
  font-size: 14px;
  line-height: 19px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  text-overflow: ellipsis;
  display: box; box-orient: vertical;
  line-clamp: 9;
  overflow: hidden;
}

.expert_box_item .view_details_btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #207bdd;
}

/* 行业专家 */

/* 协会简介 */
.identification_img_2 { border-radius: 8px; }
/* 协会简介 */

/* 首页 */

/* 新闻详情 */
.second_level_news_details {
  width: 816px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
/* 新闻详情 */

/* 分会场-首页 */
.english_title {
  font-size: 16px;
  color: #666;
  margin-left: -8px;
}

.enterprise_box .english_title {
  margin-left: 0px;
}

.dot_sty_special {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #293974;
  margin-right: 10px;
}

.branch_venue_list {
  margin-left: -20px;
}

.branch_venue_list .col_w_5 {
  width: 50%;
  padding-left: 20px;
}

/* pc */
#swiper3 {
  display: block;
  margin: 21px 0;
}

/* 移动端 */
#swiper3_2 { display: none; }

.industry_experts_swiper {
  position: relative;
  padding: 0 32px;
}

.name_of_expert {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  background: rgba(0,0,0,.5);
  z-index: 2;
}

.swiper_prev_3,.swiper_next_3 {
  position: absolute;
  top: 50%;
  width: 23px;
  height: 45px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
}

.swiper_prev_3 {
  left: 0;
  background: url(../images/icon_prev_3.png) no-repeat;
}
.swiper_next_3 {
  right: 0;
  background: url(../images/icon_next_3.png) no-repeat;margin-left: 18px;
}

.operation_bg_box {
  padding: 0 15px;
  height: 46px;
  background: rgba(0,0,0,.6);
  border-radius: 23px;
}

.icon_plus_pos {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* 分会场-首页 */

/* 介于pc和手机之间 */

/* 介于pc和手机之间 */


/* 移动端-手机 */
@media (max-width: 1198px) {
  /* 分会分类-样式 */
  .branch_classification_box {
    margin-left: 0;
    margin-top: -10px;
  }
  .branch_classification_item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  /* 分会分类-样式 */

  /* 理事单位 */
.table_1 th {
  height: 47px;
  font-size: 12px;
  line-height: 16px;
}

.table_1 td {
  padding: 0;
  font-size: 12px;
  height: 40px;
  line-height: 16px;
}
/* 理事单位 */

/* 协会记事 */
.association_Chronicle_list {
  height: 40px;
  line-height: 38px;
  font-size: 12px;
  color: #333333;
  border-bottom: 1px dashed #e6e6e6;
}
.dot_sty {
  margin-right: 5px;
}
/* 协会记事 */

/* 协会简介 */
.association_introduction_fz {
  padding-left: 0px;
  margin-top: 15px;
}
.association_introduction_fz_2 {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 15px;
}

.identification_img {
  margin-top: 20px;
}

.scope_business_box {
  margin-left: 0;
  margin-top: -20px;
}

.scope_business_item {
  padding: 16px 24px;
  width: 100%;
  height: 200px;
  background: #f6f6f6;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.bg_img.scope_business_item {
  padding: 26px 15px;
  background: url(../images/bg_img_1.png) #fafafb no-repeat;
  object-fit: cover;
  background-size: 100% 200px;
}

.identification_img_2 { margin-top: 20px; }

/* 协会简介 */

/* 协会领导 */
.association_leaders_box {
  margin-left: 0;
}

.association_leaders_item {
  width: 100%;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.association_leaders_fz {
  font-size: 14px;
}
/* 协会领导 */

/* 新闻详情 */
.news_detail_pc_xi {
  display: none;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.news_detail_mobile_xi {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
/* 新闻详情 */

/* 新闻页 */

.news_page_date {
  width: 50px;
  height: 50px;
  color: #207bdd;
  background: #f6f6f6;
  margin-right: 5px;
}

.news_page_date .day {
  font-size: 22px;
}

.news_page_date .year {
  font-size: 12px;
  margin-top: 5px;
}

.news_page_list {
  padding: 10px 0;
}

.news_page_list .news_title_fz {
  font-size: 14px;
  font-weight: bold;
}

.news_page_list .news_content_fz {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}


/* 新闻页 */

/* 首页 */
.home_area_1 {
  padding: 10px 10px 0;
}

.home_area_2 {
  padding: 0px 10px 5px;
}

.home_area_3 {
  padding: 8px 10px 17px;
  margin-left: 0px;
}

.home_area_4 {
  padding: 8px 10px 17px;
  margin-left: 0px;
}

.home_area_5 {
  padding: 8px 0 17px;
  background: #fff;
  margin-top: 20px;
}

.enterprise_box {
  margin: 0 5px;
}

/* pc */
#swiper2 { display: none; }

/* 移动端 */
#swiper2_2 {
  display: block;
  padding: 12px 0 0;
}

/* pc */
#swiper3 {
  display: none;
}

/* 移动端 */
#swiper3_2 { 
  display: block;
  margin: 21px 0;
}

.enterprise_logo {
  width: 100%;
  box-shadow: 0 0 5px #e6e6e6;
}

#swiper_1 {
  height: auto;
}

#swiper_1 .swiper_img {
  object-fit: none;
  width: 100%;
}
.home_swiper_box {
  width: 100%;
  height: auto;
  margin-right: 0px;
  overflow: hidden;
}

.wjy_pro_circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  vertical-align: middle;
}

.home_page_tab_box {
  position: relative;
  border-bottom: 3px solid #202e72;
  margin-top: 0px;
  margin-bottom: 4px;
}

.branch_venue.home_page_tab_box{
  border-bottom: 1px solid #f6f6f6;
}

.home_page_tab_box .home_tab_item {
  padding: 12px 0;
  width: 72px;
  font-size: 14px;
}

.branch_venue.home_page_tab_box .home_tab_item { width: 72px;margin-right: 0px; }

.home_page_tab_box .home_tab_item::before {
  content: "";
  height: 14px;
  margin-top: -7px;
}
.home_page_tab_box .active.home_tab_item::before {
  height: 16px;
  margin-top: -8px;
}

.branch_venue.home_page_tab_box .home_tab_item::before {
  display: none;
}
.branch_venue.home_page_tab_box .home_tab_item:nth-child(1)::before {
  display: block;
  height: 16px;
  margin-top: -8px;
}

.branch_venue.home_page_tab_box .active.home_tab_item::after {
  content: "";
  width: 56px;
  height: 2px;
}

.home_news_box .date {
  margin-left: 25px;
}
.more_btn_sty {
  font-size: 14px;
}

.tab_content_2 .content_item {
  margin-top: 0px;
}

.entrance_box_2 {
  margin-left: 0px;
  margin-top: 0;
}

.entrance_box_2 .ent_w {
  width: 100%;
  margin-top: 20px;
}
.entrance_box_2 .entrance_img {
  margin-left: 0px;
}

.home_row_cf {
  margin-left: 0px;
}

.home_row_cf .col_item {
  width: 100%;
  padding-left: 0px;
}

.swiper_prev_2,.swiper_next_2 {
  width: 22px;
  height: 22px;
}

.swiper_prev_2 { background: url(../images/icon_prev_2.png) no-repeat;background-size: 22px 22px; }
.swiper_next_2 { background: url(../images/icon_next_2.png) no-repeat;background-size: 22px 22px;margin-left: 15px; }

.enterprise_name_sty {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 15px;
}

.ipt_search_sty { -webkit-appearance: none; }

/* 首页 */

/* 行业专家 */

.line_ver_sty {
  display: inline-block;
  width: 2px;
  height: 17px;
  background: #7d7d7d;
  margin-left: 6px;
  margin-right: 6px;
}

.branch_venue_area_1 {
  padding: 10px 10px 25px;
  background: #fff;
}

.page_route_title {
  position: relative;
  height: 30px;
  border-bottom: 1px solid #cccccc;
}

.page_route_title .title_fz_sty {
  position: relative;
  font-size: 12px;
  height: 29px;
  line-height: 27px;
  color: #333;
  margin-right: 15px;
}

.pc_route_fz { display: none; }

.mobile_route_fz {
  display: flex;
  height: 40px;
  line-height: 29px;
  font-size: 12px;
  color: #666;
  border-bottom: 1px solid #cccccc;
  /* margin-top: 15px; */
}

.industry_experts_box {
  padding: 0 0 15px;
  margin-left: 0px;
}

.industry_experts_box .item_width {
  width: 100%;
  margin-top: 20px;
}

.industry_experts_box .expert_box_item {
  display: block;
  padding: 12px 10px 12px;
  background: #f6f6f6;
  border-radius: 8px;
  margin-left: 0px;
}

.expert_box_item .people_img_box {
  margin-right: 15px;
  border-radius: 8px;
}

.expert_box_item .people_img {
  width: 125px;
  height: auto;
}

.expert_box_item .expert_name {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
}

.expert_box_item .expert_content {
  font-size: 12px;
  line-height: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
  display: box; box-orient: vertical;
  line-clamp: 6;
  overflow: hidden;
}

.expert_box_item .view_details_btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #207bdd;
}

.line_ver_sty {
  width: 1px;
  height: 14px;
  background: #fff;
}

/* 行业专家 */

/* 新闻详情 */
.second_level_news_details {
  width: auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
/* 新闻详情 */

/* 分会场-首页 */
.english_title {
  font-size: 12px;
  color: #666;
  margin-left: 0;
}
/* 分会场-首页 */
.branch_venue_list {
  margin-left: 0px;
}

.branch_venue_list .col_w_5 {
  width: 100%;
  padding-left: 0px;
}

.industry_experts_swiper {
  position: relative;
  padding: 0 30px;
}

.name_of_expert {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}

.home_news_box_two {
  font-size: 16px;
  line-height: 21px;
}

}
/* 移动端-手机 */
