.main_container {
  width: 1260px;
  margin: 0 auto;
}

/**首页主体上部**/
.main_container .main_top_div {
  display: flex;
  position: relative;
  justify-content: space-between;

  background: #FFFFFF;
  box-shadow: 4px 5px 7px 1px rgba(11, 55, 93, 0.09);
  border-radius: 16px;
  padding: 20px;
}

.main_container .main_top_div .main_top_left {
  width: 675px;
  height: 550px;
  background: url(../images/main_top_left_bg.png) center no-repeat;
  background-size: 100% 100%;
  margin-top: 8px;
  padding: 30px;
  box-sizing: border-box;
}

.main_top_div .main_top_left #date_sel_part {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  padding-top: 28px;
}

.main_container .main_top_div .main_top_right {
  width: 567px;
  height: 522px;
  /* background: #FFFFFF;
  box-shadow: 4px 5px 7px 1px rgba(11, 55, 93, 0.09);
  border-radius: 16px; */
  margin-top: 32px;
  padding: 25px 15px;
}

.main_top_div .main_top_right .date_info_title {
  display: flex;
  justify-content: space-between;
  background: url(../images/title_bg.png) no-repeat top left;
}

.main_top_div .main_top_right .date_info_title .info_title {
  /* font-family: Source Han Sans CN; */
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  /* line-height: 24px; */
  margin-left: 23px;
}

.main_top_div .main_top_right .date_info_title .info_more {
  margin-right: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #6B6B6B;
  cursor: pointer;
}

.main_container .main_top_div .main_top_right .date_info_list {
  margin-top: 20px;
  height: calc(100% - 35px);
  overflow: auto;
}

.main_top_div .main_top_right .date_info_list>span {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}

.main_top_right .date_info_list .every_date_info {
  display: flex;
}

.main_top_right .date_info_list .every_date_info+.every_date_info {
  margin-top: 20px;
}

.right_btm_div .static_a img {
  width: 100%;
  box-shadow: 0px 0px 21px 0px rgba(51, 102, 250, 0.2);
  border-radius: 10px;
}

.main_top_right .date_info_list .every_date_info .date_info_pointer {
  width: 9px;
  height: 9px;
  background: #005293;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 10px 8px 0 7px;
}

.main_top_right .date_info_list .every_date_info.hot .date_info_pointer {
  background: url(../images/hot_icon.png) no-repeat;
  background-size: 23px 28px;
  width: 23px;
  height: 28px;
  margin: -2px 2px 0 0;
}

.main_top_right .date_info_list .every_date_info .date_info_show {
  max-width: 510px;
}

.date_info_list .every_date_info .date_info_show>a {
  font-family: Microsoft YaHei;
  /* font-weight: bold; */
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.date_info_list .every_date_info .date_info_show>div {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #1685E6;
  margin-top: 5px;
}

.date_info_list .every_date_info .date_info_show>div>span {
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  background: rgba(22, 133, 230, 0.18);
  line-height: 28px;
  border-radius: 7px;
}

.main_container .main_top_div .top_left_tag {
  position: absolute;
  top: 68px;
  left: -55px;
  width: 55px;
  display: flex;
  flex-direction: column;
}

.main_container .main_top_div .top_left_tag>span {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  text-shadow: 0px 2px 0px rgba(184, 48, 6, 0.28);
  text-align: center;
  background: linear-gradient(0deg, #F88129 0%, #F1C35F 100%);
  border-radius: 6px 0 0 6px;
  padding: 16px;
  cursor: pointer;
}

.main_container .main_top_div .top_left_tag>span:last-child {
  text-shadow: 0px 2px 0px rgba(57, 109, 251, 0.28);
  background: linear-gradient(0deg, #B0CEFD 0%, #A7D7FE 100%);
  margin-top: 10px;
}

/**首页主体中部**/
.main_container .main_middle_div {
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 4px 5px 7px 1px rgba(11, 55, 93, 0.09);
  border-radius: 16px;
  padding: 20px;
}
.main_bottom_div0 {
  background: #FFFFFF;
  box-shadow: 4px 5px 7px 1px rgba(11, 55, 93, 0.09);
  border-radius: 0 16px 16px 16px;
  padding-bottom: 25px;
}

.main_container .main_middle_div .tag_tab_container {
  width: 100%;
  display: flex;
  position: relative;
}

.main_middle_div .tag_tab_container .tag_tab_item {
  border-radius: 6px;
  border: 1px solid #1986E6;
  height: 38px;
  font-size: 20px;
  line-height: 38px;
  padding: 0 10px;
  color: #1685E6;
  display: flex;
  cursor: pointer;
  position: relative;
}

.main_middle_div .tag_tab_container .tag_tab_item+.tag_tab_item {
  margin-left: 16px;
}

.main_middle_div .tag_tab_container .tag_tab_item .xl_icon {
  width: 13px;
  height: 100%;
  margin-left: 10px;
  background: url(https://mytest.so-gov.cn/web/pc/enterprise/image/filter-xiala.png) no-repeat center;
  background-size: 13px 8px;
  display: inline-block;
  display: none;
}

.main_middle_div .tag_tab_container .tag_tab_item.qyfw .xl_icon {
  display: inline-block;
}

.main_middle_div .tag_tab_container .sel_box {
  position: absolute;
  top: -80px;
  left: 0;
  padding: 20px 30px;
  background: #FFFFFF;
  box-shadow: 2px 3px 13px 0px rgba(0, 2, 6, 0.18);
  border-radius: 10px;
  display: none;
  flex-wrap: wrap;
  z-index: 99;
}

.main_middle_div .tag_tab_container .tag_tab_item.on::after {
  content: ' ';
  position: absolute;
  top: -30px;
  left: 75px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-bottom-color: white;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  z-index: 9999;
}

.main_middle_div .tag_tab_container .tag_tab_item.on,
.main_middle_div .tag_tab_container .tag_tab_item.current {
  background: #1986E6;
  color: white;
}

.main_middle_div .tag_tab_container .tag_tab_item.current .xl_icon {
  background: url(../images/xiala_icon.png) no-repeat center;
  background-size: 13px 8px;
}

.main_middle_div .tag_tab_container .tag_tab_item.on .xl_icon {
  transform: rotateX(180deg);
  background: url(../images/xiala_icon.png) no-repeat center;
  background-size: 13px 8px;
}

.main_middle_div .tag_tab_container .sel_box.on {
  display: flex;
  color: #333333;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  cursor: text;
}

.main_middle_div .tag_tab_container .sel_box.on .sel_item_box {
  display: none;
}

.main_middle_div .tag_tab_container .sel_box.on .sel_item_box .sel_item_span {
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  cursor: pointer;
}

.main_middle_div .tag_tab_container .sel_box.on .sel_item_box .sel_item_span.on {
  background: rgba(25, 132, 227, .2) no-repeat;
  background-size: 9px 9px;
  background-position: 85% center;
  border-radius: 13px;
  color: #1984E3;
}

.main_middle_div .tag_tab_container .sel_box.on .sel_item_box .sel_item_span.on.all {
  background: rgba(25, 132, 227, .2);
  padding-right: 10px;
}

.main_middle_div .tag_tab_container .sel_box .sel_item_box .sel_item_span+.sel_item_span {
  margin-left: 15px;
}

.main_middle_div #middle_left_center {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_middle_div #middle_left_center>div {
  width: 32%;
}

.main_middle_div #middle_left_center .middle_left_center_item {
  margin-top: 15px;
  height: 130px;
  background: url(../images/tab_doc_bg.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 17px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main_middle_div #middle_left_center .middle_left_center_item .doc_item_title {
  display: flex;
  justify-content: space-between;
}

.main_middle_div #middle_left_center .middle_left_center_item .doc_item_title span {
  width: 8px;
  height: 8px;
  background: #1685E6;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 9px;
}

.main_middle_div #middle_left_center .middle_left_center_item .doc_item_title a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #11314D;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.main_middle_div #middle_left_center .middle_left_center_item .date_show {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width: 100%;
  text-align: right;
}

.main_middle_div .middle_left_bottom {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #1986E6;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_middle_div .middle_left_bottom span {
  display: inline-block;
  cursor: pointer;
}

.main_middle_div .middle_left_bottom img {
  width: 22px;
  margin-right: 7px;
}

/**首页主体下部1**/
.main_container .main_bottom_div1 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.main_container .main_bottom_div1 .sjfb_box {
  width: 596px;
  height: 342px;
  background: #FFFFFF;
  box-shadow: 4px 5px 7px 1px rgba(11, 55, 93, 0.09);
  border-radius: 16px;
  flex-shrink: 0;
  margin-right: 10px;
  /* padding: 25px 15px; */
  padding-top: 25px;
}

.main_container .main_bottom_div1 .sjfb_box .subject_title,.main_container .main_bottom_div2 .subject_title {
  margin-left: 30px;
}

.main_container .main_bottom_div1 .sjfb_box .data_box {
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

.main_container .main_bottom_div1 .sjfb_box .data_box .data_item {
  width: 254px;
  margin-top: 10px;
  height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

.main_bottom_div1 .sjfb_box .data_box .data_item.month {
  background: url(../images/month_data.png) no-repeat center;
  background-size: 100% 100%;
}

.main_bottom_div1 .sjfb_box .data_box .data_item.quarter {
  background: url(../images/quarter_data.png) no-repeat center;
  background-size: 100% 100%;
}

.main_bottom_div1 .sjfb_box .data_box .data_item.year {
  background: url(../images/year_data.png) no-repeat center;
  background-size: 100% 100%;
}

.main_bottom_div1 .sjfb_box .data_box .data_item.statistics {
  background: url(../images/statistics_data.png) no-repeat center;
  background-size: 100% 100%;
}

.main_bottom_div1 .sjfb_box .data_box .data_item span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #174064 !important;
}

.main_bottom_div1 .sjfb_box .data_box .data_item img {
  width: 60px;
}

.main_container .main_bottom_div1 .hqzczd_box {
  width: 100%;
  background: url(../images/hqzczd_bg.png) no-repeat center;
  background-size: 104% 108%;
  box-shadow: 4px 5px 7px 1px rgba(11, 55, 93, 0.09);
  padding: 25px 30px;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.main_bottom_div1 .hqzczd_box .subject_title {
  flex-shrink: 0;
  margin-left: 0;
  padding-left: 0;
}
.main_bottom_div1 .hqzczd_box .subject_title a {
  display: block;
}

.main_bottom_div1 .hqzczd_box .hqzc_bottom {
  height: 100%;
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.main_bottom_div1 .hqzczd_box .hqzc_bottom .hqzczd_word {
  position: absolute;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF !important;
  text-align: center;
}

.hqzc_bottom .hqzczd_word.index_0 {
  top: 0;
  left: 0;
  width: 124px;
  height: 50px;
  padding-top: 10px;
  line-height: 40px;
  padding-left: 14px;
  background: url(../images/index_0.png) no-repeat center;
  background-size: 100% 100%;
}

.hqzc_bottom .hqzczd_word.index_1 {
  top: 6px;
  left: 260px;
  width: 124px;
  height: 48px;
  background: url(../images/index_1.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 8px;
  padding-right: 10px;
  line-height: 40px;
}

.hqzc_bottom .hqzczd_word.index_2 {
  top: 78px;
  left: 216px;
  width: 114px;
  height: 36px;
  line-height: 36px;
  background: url(../images/index_2.png) no-repeat center;
  background-size: 100% 100%;
}

.hqzc_bottom .hqzczd_word.index_3 {
  top: 78px;
  right: 110px;
  width: 114px;
  height: 36px;
  line-height: 36px;
  background: url(../images/index_3.png) no-repeat center;
  background-size: 100% 100%;
}

.hqzc_bottom .hqzczd_word.index_4 {
  bottom: 60px;
  left: 0;
  width: 250px;
  height: 42px;
  padding-bottom: 6px;
  padding-left: 6px;
  line-height: 36px;
  background: url(../images/index_4.png) no-repeat center;
  background-size: 100% 100%;
}

.hqzc_bottom .hqzczd_word.index_5 {
  bottom: 60px;
  right: 160px;
  width: 114px;
  height: 42px;
  padding-top: 4px;
  padding-right: 8px;
  line-height: 38px;
  background: url(../images/index_5.png) no-repeat center;
  background-size: 100% 100%;
}

.hqzc_bottom .hqzczd_word.index_6 {
  bottom: 0;
  right: 0;
  width: 190px;
  height: 46px;
  padding-bottom: 8px;
  padding-right: 10px;
  line-height: 38px;
  background: url(../images/index_6.png) no-repeat center;
  background-size: 100% 100%;
}

.main_bottom_div1 .hqzczd_box a:hover {
  color: unset !important;
}

/**首页主体下部2**/
.main_container .main_bottom_div2 {
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 4px 5px 7px 1px rgba(11, 55, 93, 0.09);
  border-radius: 16px;
  width: 100%;
  height: 425px;
  padding: 25px 0;
}

.main_container .subject_title,
.main_container .subject_title a {
  padding-left: 23px;
  color: #FFFFFF;
  /* font-family: Source Han Sans CN; */
  font-weight: bold;
  font-size: 22px;
}

.subject_title {
  background: url(../images/title_bg.png) no-repeat top left;
  width: 230px;
}
.hqzczd_box .subject_title {
  background: url(../images/long_title_bg.png) no-repeat top left;
  width: 360px;
}
.load-container {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 40px;
}


.swiper {
  width: 100%;
  height: unset;
  padding: 15px 0px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  height: 280px;
  background: unset;
  position: relative;
}

.swiper-slide img {
  display: block;
  height: unset;
}

.swiper-slide a {
  width: 100%;
}

.swiper-slide img:first-child {
  height: 220px;
}

.swiper-slide:hover .nurl {
  display: block;
}

.nurl {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  height: 220px;
  background-color: rgba(0, 0, 0, .6);
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
}

.nurl ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: left;
}

.nurl ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.nurl ul li a {
  text-align: left;
  color: #fff;
}

.nurl ul li a:hover {
  text-decoration: underline;
}

.swiper-slide p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #2585E9;
  line-height: 60px;
  height: 60px;
  background: linear-gradient(to bottom, rgba(10, 166, 233, .38) 0%, #FFFFFF 100%);
}

.swiper_btn {
  height: 30px;
  text-align: center;
}

.swiper_btn>img {
  cursor: pointer;
}

.w_100 {
  width: 100%;
}

.w_44 {
  width: 44%;
}

/* 会议活动 */
.meetingData {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
}

.every_date_info_item {
  width: 49%;
  padding: 15px;
  background: #F7F7F7;
  margin: 10px 0;
}
.every_date_info_item .every_date_info_item_flex {
  display: flex;
}
.date_info_item_title {
  /* font-weight: bold; */
  font-size: 18px;
  padding-left: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.every_date_info_item_flex .date_show_box{
  background: url(../images/date_bg.png) no-repeat top center;
}
.every_date_info_item_flex  .date_show_box .date_year_month {
  display: block;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  width: 64px;
}
.every_date_info_item_flex .date_show_box .date_day{
  display: block;
  font-weight: bold;
  font-size: 26px;
  color: #5474EA;
  padding-top: 0;
  text-align: center;
}

/* 行业动态 */
.industryNews {
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.industry_news_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 20px;
  background: #F7F7F7;
  margin: 10px 0;
}

.industry_news_list .industry_news_left {
  width: 80px;
  height: 66px;
  background: #F3F7FE;
  border: 1px solid #3E83DF;
}
.industry_news_list .date_year_month {
  display: block;
  font-weight: bold;
  font-size: 22px;
  color: #5474EA;
  padding-top: 0;
  text-align: center;
}
.industry_news_list .date_day {
  display: block;
  font-size: 14px;
  color: #3E83DF;
  white-space: nowrap;
  /* text-align: center; */
  width: 64px;
  padding-left: 10px;
}
.industry_news_list .date_underline {
  width: 20px;
  height: 4px;
  background: #3E83DF;
  margin-left: 10px;

}

.industry_news_list .industry_news_right {
  padding-left: 15px;
}
.industry_news_right .industry_news_title {
  /* font-weight: bold; */
  font-size: 18px;
  color: #333;
  width: 450px; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.industry_news_right .industry_news_source {
  padding-top: 10px;
  color: #999;
  display: none;
}



/* 更多 */
.subject_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
}
.subject_more {
  font-weight: bold;
  font-size: 16px;
  color: #3E83DF;
  margin-right: 20px;
  cursor: pointer;
  text-align: center;
}




/* 企业服务动态展示区域 */

.main_bottom_div3 {
  display: flex;
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 4px 5px 7px 1px rgba(11, 55, 93, 0.09);
  border-radius: 16px;
  height: 450px;
}

.main_bottom_div3 .left-nav {
  width: 250px;
  border-radius: 8px;
  overflow: hidden;
  overflow-y: scroll;
}

.main_bottom_div3 .nav-title {
  background-color: #0066cc;
  color: white;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
}

.main_bottom_div3 .service_nav-list {
  list-style: none;
}

.main_bottom_div3 .service_nav-item {
  border-bottom: 1px solid #eee;
  height: 112px;
  text-align: center;
  line-height: 75px;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.main_bottom_div3 .service_nav-item a {
  color: #333;
  padding-left: 10px;
}

.main_bottom_div3 .service_nav-item .active-img {
  display: none;
}

.main_bottom_div3 .service_nav-item.active .normal-img,.main_bottom_div3 .service_nav-item:hover .normal-img {
  display: none;
}

.main_bottom_div3 .service_nav-item.active .active-img,.main_bottom_div3 .service_nav-item:hover .active-img {
  display: inline-block;
}


.main_bottom_div3 .service_nav-item:hover, .service_nav-item.active {
  background: linear-gradient(to right, #3E83DF 0%, #9CBFFE 100%);
}
.main_bottom_div3 .service_nav-item:hover a, .service_nav-item.active a {
  color: #FEFEFE !important;
}


.main_bottom_div3 .right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.main_bottom_div3 .tab-bar {
  border-radius: 8px;
  overflow: hidden;
  border-bottom: 1px solid #EDEDED;
}

.main_bottom_div3 .tab-list {
  display: flex;
  list-style: none;
}

.main_bottom_div3 .tab-item {
  flex: 1;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s;
  margin: 0 5px;
}

.main_bottom_div3 .tab-item .active-img {
  display: none;
}

.main_bottom_div3 .tab-item.active .normal-img,.main_bottom_div3 .tab-item:hover .normal-img {
  display: none;
}

.main_bottom_div3 .tab-item.active .active-img,.main_bottom_div3 .tab-item:hover .active-img {
  display: inline-block;
}


.main_bottom_div3 .tab-item a {
  color: #333;
  padding-left: 5px;
}

.main_bottom_div3 .tab-item:hover, .tab-item.active {
  border-bottom: 3px solid #4084DF;
}
.main_bottom_div3 .tab-item:hover a, .tab-item.active a {
  font-weight: bold;
  font-size: 20px;
  color: #3E83DF;
}

.main_bottom_div3 .content-area {
  flex: 1;
  border-radius: 8px;
  padding: 20px;
}
.main_bottom_div3 .content-area .subject_more {
  text-align: center;
  padding-top: 20px;
}

.main_bottom_div3 .content-title {
  font-size: 20px;
  color: #0066cc;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.main_bottom_div3 .content-list {
  list-style: none;
  border-bottom: 1px solid #EDEDED;
}

.main_bottom_div3 .content-list li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.main_bottom_div3 .content-list li .content_title {
  display: flex;
  align-items: center;
}
.main_bottom_div3 .content-list li .content_title p {
  width: 6px;
  height: 6px;
  background: #21518E;
  margin-right: 10px;
}

.main_bottom_div3 .content-list li .content_date {
  font-size: 16px;
  color: #999;
}

.main_bottom_div3 .content-list a {
  transition: color 0.3s;
  /* font-weight: bold; */
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 800px;

}

.main_bottom_div3 .content-list a:hover {
  color: #3E83DF;
}



/* Tab 导航样式 */
.tab-nav {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
  width: 500px;
}

.tab-nav .tab-hyitem {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  color: #3E83DF;
  font-size: 22px;
  font-weight: bold;
  background: #fff;
  border-radius: 18px 18px 0 0;
}

.tab-nav .tab-hyitem.active {
  color: #fff;
  background: linear-gradient(to right, #3E83DF 0%, #9CBFFE 100%);
}


/* 内容区域默认隐藏，激活时显示 */
.main_bottom_div0 {
  display: none;
}

.main_bottom_div0.active {
  display: block;
}


.main_bottom_div4 {
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 4px 5px 7px 1px rgba(11, 55, 93, 0.09);
  border-radius: 16px;
  padding: 30px;
  height: 530px;
}
.main_bottom_div4 .sel_component_tab {
  display: flex;
}
.main_bottom_div4 .sel_component_tab_life {
  border-bottom: 1px dashed #9FBFEB;
  padding-bottom: 15px;
}

.main_bottom_div4 .title {
  font-weight: bold;
  font-size: 22px;
  color: #3E83DF;
}

.main_bottom_div4 .sel_component_tab ul {
  display: flex;
}

.main_bottom_div4 .sel_component_tab ul li {
  font-size: 20px;
  color: #333333;
  padding: 0 13px;
  cursor: pointer;
}

.main_bottom_div4 li.active {
  background: #DCE9F9;
  border-radius: 21px 21px 21px 21px;
  color: #3E83DF !important;
}

.main_bottom_div4 .sel_component_tab_source {
  padding-top: 15px;
}

.main_bottom_div4 .content-area {
  padding: 20px 0;
  margin-top: 20px;
}

.main_bottom_div4 .content-list li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.main_bottom_div4 .content-list li .content_title {
  display: flex;
  align-items: center;
}

.main_bottom_div4 .content-list li .content_title p {
  width: 6px;
  height: 6px;
  background: #21518E;
  margin-right: 10px;
}

.main_bottom_div4 .content-list a {
  transition: color 0.3s;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 1000px;
}

.main_bottom_div4 .content-list li .content_date {
  font-size: 16px;
  color: #999;
}