.home_cards{
	margin-top: 6px;
	height: 678px;
	background: none !important;
	display: flex;
	overflow: hidden;
  }
  .home_cards .home_cards_left{
	width: 848px;
	height: 100%;
  }
  a{text-decoration:none;}
  .home_cards .home_cards_right{
	width: calc(100% - 848px);
	height: 100%;
	margin-left: 16px;
  }
  /* 顶部logo 和 检索框 */
  .header_bg1 {
  height: 136px;
  width: 100%;
  }
  .header_bg1 img {
  height: 64px;
  }
  .search_input {
	width: 240px;
	height: 36px;
	position: relative;
	margin-right: 44px;
  }
  .search_input input {
  padding-right: 32px;
  width: 283px;
  height: 36px;
  background: #ffffff7c;
  border-radius: 2px;
  color: #ffffff;
  border: none;
  padding-left: 12px;
  }
  .search_input input:focus {
  border: 1px solid lightblue; /* 示例：设置蓝色边框 */
  background-color: #ffffff7c; /* 示例：设置淡蓝色背景 */
  outline: none; /* 示例：去除默认的聚焦样式（虚线框） */
  }
  ::placeholder {
  color: #ffffff; /* 示例：设置占位符字体颜色为红色 */
  font-size: 14px;
  opacity: 1 !important;
  }
  .search_input .search img{
  width: 18px;
  height: 18px;
  position: absolute;
  right: -36px;
  top: 8px;
  cursor: pointer;
  }
  /** 导航***/
  .info_box {
  margin: 100px auto 0 auto;
  width: 400px;
  background-color: #ffffff;
  color: #333333;
  padding: 0 0 0 30px;
  }
  .info_box > li {
  padding: 15px 0;
  font-size: 14px;
  border-top: #e5e5e5 dashed 1px;
  }
  .info_box > li:first-child {
  list-style: none;
  font-size: 16px;
  color: #fd463e;
  border-top: none;
  font-weight: bold;
  }
  .info_box > li:last-child {
  list-style: none;
  font-size: 12px;
  color: #999999;
  }
  
  .hl_nav {
  background-color: #F5F5F7;
  position: relative;
  color: #ffffff;
  min-width: 1200px;
  height: 52px;
  }
  .hl_nav a {
  display: block;
  text-decoration: none;
  }
  .hl_nav .shade {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 50px;
  left: 0;
  z-index: 1;
  display:none;
background: #FFFFFF;
  }
  .hl_nav .shade::after{
    content: "";
	  display: block;
	  position: absolute;
	  top: 50px;
	  left: 0;
  width:100%;
  height: 2px;
background: #D82524;
z-index:100;
}
  .hl_nav .nav_list {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -600px;
  z-index: 2;
  padding: 0;
  list-style: none;
  width: 1200px;
  overflow: hidden;
  height: 52px;
  }
  .hl_nav .nav_list > li {
  padding: 0;
  float: left;
  margin: 0;
  text-align: center;
  height: 52px;
  line-height: 52px;
  padding-left:51px;
  }
  .hl_nav .active .nav_head {
  line-height: 52px !important;
  color: #ea0d04 !important;
  font-weight:600 !important;
  }
  .hl_nav .nav_head {
  height: 52px;
  line-height: 52px;
  color: #1C1C1E;
  font-size: 16px;
  position: relative;
  }
  .hl_nav .nav_list > li > ul {
  position: absolute;
  width: auto;
  height: 50px;
  top: 50px;
  z-index: 2;
  padding: 0;
  margin: 0;
  line-height: 50px;
  list-style: none;
  overflow: hidden;
  display: none;
  }
  .hl_nav .nav_list > li.active {
  color: #ea0d04 !important;
  font-weight:600 !important;
  }
  .hl_nav .nav_list > li:hover {
  color: #ea0d04 !important;
  }
  .hl_nav .nav_list > li:hover > ul {
  display: block;
  }
  .hl_nav .nav_list > li > ul.offset_left {
  left: 0;
  }
  .hl_nav .nav_list > li > ul.offset_left.offset_1 {
  left: 10%;
  }
  .hl_nav .nav_list > li > ul.offset_left.offset_2 {
  left: 10%;
  }
  .hl_nav .nav_list > li > ul.offset_left.offset_3 {
  left: 30%;
  }
  .hl_nav .nav_list > li > ul.offset_left.offset_4 {
  left: 40%;
  }
  .hl_nav .nav_list > li > ul.offset_left.offset_5 {
  left: 50%;
  }
  .hl_nav .nav_list > li > ul.offset_left.offset_6 {
  left: 60%;
  }
  .hl_nav .nav_list > li > ul.offset_left.offset_7 {
  left: 70%;
  }
  .hl_nav .nav_list > li > ul.offset_left.offset_8 {
  left: 80%;
  }
  .hl_nav .nav_list > li > ul.offset_right {
  right: 0;
  }
  .hl_nav .nav_list > li > ul.offset_right.offset_1 {
  right: 10%;
  }
  .hl_nav .nav_list > li > ul.offset_right.offset_2 {
  right: 20%;
  }
  .hl_nav .nav_list > li > ul.offset_right.offset_3 {
  right: 30%;
  }
  .hl_nav .nav_list > li > ul.offset_right.offset_4 {
  right: 40%;
  }
  .hl_nav .nav_list > li > ul.offset_right.offset_5 {
  right: 50%;
  }
  .hl_nav .nav_list > li > ul.offset_right.offset_6 {
  right: 60%;
  }
  .hl_nav .nav_list > li > ul li {
  float: left;
  }
  .hl_nav .nav_list > li > ul li > a {
  text-decoration: none;
  display: block;
  color: #1C1C1E;
  padding: 0 20px;
  height: 40px;
  }
  .hl_nav .nav_list > li > ul li > a:hover {
  background-color: #ffffff;
  color: #D82524;
  }
  .hl_nav .nav_list:hover {
  height: 90px;
  }
  
  /*** 导航下面卡片***/
  .home_nav_card .demopage {
		  width: 100%;
       margin-top:20px;
		}
		.home_nav_card .demopage h2 {
		  font-size: 14px;
		  margin: 20px 0;
		}
		/* scrollDiv */
		.home_nav_card .scrollDiv {
		  width: 1200px;
		  line-height: 144px;
		}
		.home_nav_card .scrollDiv li {
		  padding-left: 10px;
		  display: flex;
		  flex-direction: column;
		  justify-content: flex-start;
		  padding-top: 0px;
		}
		.home_nav_card #s2,
		#s3 {
		  height: 100px;
		}
		.home_nav_card .scrollDiv .list_title {
		  cursor: pointer;
		  font-size: 35px;
		  color: #1C1C1E;
		  letter-spacing: 0;
		  text-align: center;
		  line-height: 48px;
		  font-weight: bold;
		  width: 100%;
		}
		.home_nav_card .list_content_title {
		  width: 33.3333%;
		  height: 26px;
		  line-height: 24px;
		  display: flex;
		  align-items: center;
		  margin-right: 15px;
        cursor: pointer;
		}
		.home_nav_card .list_content_title .content_name {
		  width: 100%;
		  overflow: hidden;
		  text-overflow: ellipsis;
		  white-space: nowrap;
		  font-size: 16px;
		  color: #969799;
		  letter-spacing: 0;
		  line-height: 24px;
		  display: inline-block;
		  font-weight: 400;
		}
		.home_nav_card .list_content_title i {
		  color: #024ac2;
		  font-size: 32px;
		  font-weight: 800;
		  padding-right: 8px;
		}
		.home_nav_card .list_content {
		  display: flex;
		  justify-content: center;
		  padding-top: 5px;
		}
  /** 首页轮播图***/
  .pj-Carousel {
		  width: 100%;
		  height: 580px;
		  overflow: hidden;
		  position: relative;
		}
		.pj-Carousel-box {
		  height: 100%;
		  position: absolute;
		  top: 0;
		  left: 0;
		}
		.pj-Carousel-item {
		  float: left;
		  height: 100%;
		  background-color: #e3e3e3;
		  text-align: center;
		  font-family: PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif;
		  color: #979797;
		  font-size: 40px;
		  cursor: pointer;
			 position: relative;
		  transition: transform 1s, filter 1s;
		}
		.pj-Carousel-item img{
		  height: 100%;
		  width:100%;
		  cursor: pointer;
		}
		  .pj-Carousel-item:hover img{
			  transform: scale(1.2);
		  filter: brightness(0.7); /* 可选：降低亮度以突出放大效果 */
		  cursor: pointer;
		}
		  .pj-Carousel-item:hover::before {
		  content: "";
		  display: block;
		  position: absolute;
		  width: 100%;
		  height: 100%;
		  background: rgba(0, 0, 0, 0.5); /* 可选：添加半透明遮罩以突出图片 */
		  top: 0;
		  left: 0;
		}
		.home_carousel_list{
		  z-index: 6;
		  position: absolute;
		  top: 0;
		  right: 0;
			padding: 0;
		  width: 340px;
		  height: 100%;
		  margin-left: 0 !important;
		}
	  .home_carousel_list1{
		  z-index: 5;
		  position: absolute;
		  top: 0;
		  right: 0;
			padding: 40px 0;
		  width: 340px;
		  height: 100%;
		  margin-left: 0 !important;
			 backdrop-filter: blur(12px) grayscale(50%);
			  opacity: 1;
		  background: rgba(0,0,0,0.6);
				backdrop-filter: blur(10px);
		}
		.carousel_data_list{
		  padding: 12px 24px;
		  height: 82px !important;
		  overflow: hidden;
		}
		.carousel_data_list .list{
		  cursor: pointer;
		  font-size: 18px;
		  color: #FFFFFF;
		  height: 56px;
		  line-height: 28px;
		  width: 100%;
		  display: -webkit-box;
		  -webkit-box-orient: vertical;
		  -webkit-line-clamp: 2;
		  overflow: hidden;
		  text-overflow: ellipsis;
       display: flex;
       align-items: center;
		}
		.carousel_content .active{
		  height: 82px !important;
		  overflow: hidden;
		  padding: 6px 24px !important;
		  background: linear-gradient(270deg, rgba(216,37,36,0) 0%, #D82524 100%) !important;
		}
		.carousel_content .active .list{
		  height: 70px;
		  color: #FFFFFF;
		}
		.carousel_content {
		  position: relative;
		}
		.carousel_top{
		  position: absolute;
		  top: 0;
		  cursor: pointer;
		  left: 50%;
		  height: 32px;
		  width: 32px;
		}
		.carousel_bto{
		  position: absolute;
		  bottom: 0;
		  cursor: pointer;
		  left: 50%;
		  height: 32px;
		  width: 32px;
		}
		.carousel_content .btn_icon{
		  display: none;
		}
		.home_carousel_list:hover .btn_icon{
		  display: block;
		}
  /**通知公告**/
  .notice_list {
		  height: 48px;
		  line-height: 48px;
		  display: flex;
		  overflow: hidden;
		  margin: 24px auto !important;
		  position: relative;
		  background:#F6F7F9;
		}
  
		.notice_list .notice_title span {
		  font-size: 18px;
		  color: #024ac2;
		  line-height: 48px;
		  font-weight: 600;
		}
  
		.notice_list .notice_title {
    background: #fff;
    z-index: 9;
    width: 150px;
    height: 48px;
    line-height: 48px;
    top: -2px;
    left: 0;
    position: absolute;
}
		.notice_data{
		  min-width: 386px;
		  overflow: hidden;
		  margin-right: 16px;
		}
		.notice_data span {
		  font-size: 16px;
		  color: #1C1C1E;
		  letter-spacing: 0;
		  line-height: 24px;
		  font-weight: 400;
		  padding-right: 8px;
		}
  
		.demo-scroll-marquee {
		  width: 100%;
		  padding-left: 118px;
		  border-radius: 8px;
		  overflow: hidden;
		  position: relative;
		}
		.demo-scroll-marquee .textCont {
		  position: relative;
		  width: 100%;
		  height: 48px;
		  line-height: 48px;
		  overflow: hidden;
		}
		.demo-scroll-marquee .textCont ul {
		  float: left;
		  padding-right: 10px;
		}
		.demo-scroll-marquee .textCont li {
		  height: 30px;
		  line-height: 30px;
		  font-size: 14px;
		  padding-right: 25px;
		  overflow: hidden;
		}
		.demo-scroll-marquee .textCont li span {
		  font-size: 12px;
		  color: #ccc;
		  font-style: italic;
		}
		.demo-scroll-marquee .textCont a {
		  color: #333;
		}
		.demo-scroll-marquee .textCont a:hover {
		  color: #3dc878;
		  text-decoration: underline;
		}
  
		.demo-scroll-marquee .btns {
		  width: 100%;
		  display: block;
		  z-index: 999;
		  background: #212121;
		  height: 42px;
		  line-height: 42px;
		}
		.demo-scroll-marquee .btns h3 {
		  font-size: 16px;
		  color: #f9fdff;
		  font-weight: 500;
		  padding-left: 25px;
		}
		.demo-scroll-marquee .btns i {
		  width: 8px;
		  overflow: hidden;
		  cursor: pointer;
		}
  
		.demo-scroll-marquee .btns .prevBtn a {
		  display: inline-block;
		  width: 8px;
		  height: 42px;
		  position: absolute;
		  top: 0;
		  right: 37px;
		}
		.demo-scroll-marquee .btns .nextBtn a {
		  display: inline-block;
		  width: 8px;
		  height: 42px;
		  position: absolute;
		  top: 0;
		  right: 25px;
		}
  
		.demo-scroll-marquee .btns .prevBtn a {
		  background: url(img/09.png) center center no-repeat;
		}
		.demo-scroll-marquee .btns .nextBtn a {
		  background: url(img/10.png) center center no-repeat;
		}
  
		.demo-scroll-marquee .btns .prevBtn a:hover {
		  background: url(img/11.png) center center no-repeat;
		}
		.demo-scroll-marquee .btns .nextBtn a:hover {
		  background: url(img/12.png) center center no-repeat;
		}
  
  /* 要闻推荐 */
  .home_ywtj {
		height: 660px;
	  }
  
	  .home_ywtj_header {
		height: 44px;
		line-height: 44px;
		display: flex;
		justify-content: space-between;
		/* border-bottom: 1px solid rgba(233, 237, 239, 1); */
	  }
  
	  .ywtj_header_left {
		font-size: 18px;
		color: #024AC2;
		height: 44px;
		line-height: 44px;
		font-weight: 600;
		padding-left: 16px;
	  }
	  .ywtj_header_right{
		display: flex;
		align-items: center;
	  }
	  .ywtj_header_right span {
		cursor: pointer;
		font-size: 16px;
		color: #1C1C1E;
		letter-spacing: 0;
		line-height: 24px;
		font-weight: 400;
		height: 24px;
		padding: 0 8px;
		line-height: 24px;
		display: inline-block;
		text-align: center;
	  }
  
	  .ywtj_header_right i {
		font-size: 16px;
		color: #A4AFB3;
	  }
  
	  .ywtj_content {
		width: 380px;
		height: 588px;
		overflow: hidden;
	  }
	  .ywtj_content_left li {
		font-size: 16px;
		color: #1C1C1E;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: flex;
		align-items: center;
		  cursor: pointer;
	  }
	.ywtj_content_left li:hover .list_index_color1,.list_style1_title:hover{
	  color: #D82524;
	}

	  .ywtj_content_left li i {
		font-size: 38px;
		color: #024AC2;
		font-style: normal;
	  }
  
	  .ywtj_content_left li span {
		font-size: 16px;
		color: #1C1C1E;
		font-weight: 400;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
		display: inline-block;
	  }
 .ywtj_content_left li a {
		font-size: 16px;
		color: #1C1C1E;
		font-weight: 400;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
		display: inline-block;
	  }
	  .ywtj_template{
		height: 588px;
		display: flex;
	  }
	  .ywtj_center_card{
		width: 100%;
		height: 278px;
		overflow: hidden;
		
		margin-bottom: 24px;
	  }
	  .ywtj_center_bdzj1,.ywtj_center_bdzj2{
		width: 354px;
		height: 188px;
		overflow: hidden;
		position: relative;
	  }
	  .ywtj_position{
		font-size: 16px;
		color: #232323;
		letter-spacing: 0;
		font-weight: 400;
	  }
	  .ywtj_name{
		font-size: 18px;
		color: #232323;
		letter-spacing: 0;
		font-weight: 500;
	  }
	  .ywtj_position{
		position: absolute;
		bottom: 14px;
		left: 14px;
		cursor: pointer;
	  }
	  .ywtj_center_bdzj1 .ywtj_name{
		position: absolute;
		top: 60%;
		left: 28px;
	  }
	  .ywtj_center_bdzj2 .ywtj_name{
		position: absolute;
		top: 60%;
		right: 28px;
	  }
	  .ywtj_center_list{
		width: 100%;
		padding-top: 24px;
		border-top: 1px solid #F2F3F5;
	  }
	  .ywtj_center_list_title{
		width: 100%;
		padding: 0 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
	  }
	  .ywtj_center_source{
		font-size: 16px;
		color: #383B40;
		letter-spacing: 0;
		line-height: 24px;
		font-weight: 500;
	  }
	  .ywtj_center_title{
		font-size: 16px;
		color: #383B40;
		letter-spacing: 0;
		line-height: 24px;
		font-weight: 400;
	  }
	  .ywtj_center_right{
		width: 100%;
		margin-bottom: 5px;
		display: flex;
	  }
	  .ywtj_list_img{
	  width: 192px;
	  height: 100%;
	  overflow: hidden;
	  display: flex;
	  justify-content: center;
	  background: #eeeeee;
	  }
	  .ywtj_list_img img{
	  height: 100%;
	  transition: transform 1s, filter 1s;
	  }
	  .ywtj_center_right:hover img {
	  transform: scale(1.2);
	  filter: brightness(0.7); /* 可选：降低亮度以突出放大效果 */
	  cursor: pointer;
	  }
	  .ywtj_center_right:hover::before {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  }
	  .ywtj_list_title{
	  font-size: 16px;
	  color: #1C1C1E;
	  letter-spacing: 0;
	  text-align: justify;
	  line-height: 24px;
	  font-weight: 400;
	  width: 100%;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  }
	  .ywtj_list_source{
		margin: 0 !important;
	  }
	  .ywtj_list_source span{
		background: linear-gradient(181deg, #F3E6CF 0%, #EBC789 100%);;
		border-radius: 4px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		display: inline-block;
		font-size: 14px;
		padding: 0 8px;
		color: #720E0E;
		font-weight: 400;
	  }
	  .ywtj_list_center{
		flex: 1;
		padding: 6px 16px;
		flex-direction: column;
		justify-content: space-between;
	  }
	  .ywtj_content_left{
		padding: 24px;
	  }
	  .ywtj_content_left ul{
		margin-bottom: 12px !important;
		  padding-left: 0px !important;
	  }
	  .home_yzgz_01{
		width: 100%;
		height: 34px;
		display: flex;
	  }
	  .tzgz_01_title{
		font-size: 24px;
		font-weight: bold;
		color: #1C1C1E;
		line-height: 34px;
	  }
	  .tagz_01_right{
		flex: 1;
		border-bottom: 1px solid #F2F3F5;
		height: 27px;
		margin-left: 12px;
		display: flex;
		justify-content: flex-end;
		color: #C8C9CC;
	  }
	  .ywtj_list_1{
		font-size: 18px;
		font-weight: bold;
		color: #1C1C1E;
		height:26px;
		line-height: 26px;
		width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-left: 22px;
	  }
	  .ywtj_list_1:hover{
		color: #D82524;
	  }
	  .ywtj_list_one{
		position: relative;
		padding-bottom: 16px;
	  }
	  .ywtj_index_color{
		position: absolute;
		width: 8px;
		height: 8px;
		background: #D82524;
		top: 6px;
		left: 0;
	  }
	  .list_index_color1{
		font-size: 10px !important;
		color: #DCDEE0 !important;
		width: 8px !important;
		margin-right: 10px;
	  }
	  .ywtj_content_center{
		padding: 0 24px;
		width: 440px;
	  }
	  .ywtj_content_right{
		width: 380px;
	  }
	  .ywtj_pic_list{
		width: 100%;
		height: 278px;
		overflow: hidden;
	  }
	  .ywtj_pic_list img{width:100%;height:278px;}
	  .ywtj_list_name{
		font-size: 18px;
		font-weight: bold;
		color: #1C1C1E;
		line-height: 23px;
		padding-bottom: 10px;
		margin: 0 !important;
	  }
	  .home_jjyzxq .ywtj_list_position{
		font-size: 14px;
		color: #646566;
		line-height: 18px;
		margin: 0 !important;
	  }
	  .home_jjyzxq .list_style1{
		font-size: 16px;
		color: #1C1C1E;
		line-height: 42px;
		font-weight: 400;
		width: 100%;
		display: flex;
		align-items: center;
		height: 42px;
		cursor: pointer;
	  }
	  .home_jjyzxq .list_style1 .list_style1_title{
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	  }
	  .list_style1_title{
		height: 24px;
		line-height: 24px;
	  }
	  .ywtj_content_right{
		flex: 1;
	  }
	  .ywtj_template .ywtj_list_position{
		font-size: 14px;
		color: #646566;
		line-height: 18px;
		margin: 0 !important;
	  }
	  .ywtj_template .list_style1{
		font-size: 16px;
		color: #1C1C1E;
		line-height: 42px;
		font-weight: 400;
		width: 100%;
		display: flex;
		align-items: center;
		height: 43px;
		cursor: pointer;
	  }
	  .ywtj_template .list_style1 .list_style1_title{
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	  }
.home_nav_list{
      margin-bottom:18px;
    }
.list_content_title:hover .content_name{
      color: #D82524;
    }
      .list_title:hover{
        color:#ea0d04 !important;
      }
      .list_content_title:hover span{
        color:#ea0d04 !important;
      }
    .list_title{
      display: block;
    }
   .list_content_title a:hover {color:#ea0d04 !important}

    .home_ywtj{
      margin-top: 18px;
    }
    .ywtj_header_right span a{
      color: #1C1C1E !important;
    }
    .list_style1_title a{
      color: #1C1C1E !important;
    }
    .list_style1_title:hover a{
      color:#D82524 !important;
    }


      .control-box {
        width: 100%;
        height: 238px;
        background: none !important;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin:10px 0 0 0 !important;
      }
      .control-box ul {
        list-style: none;
        position: relative;
      }
      .control-box ul li {
        position: absolute;
        top: 50px;
        cursor: pointer;
      }
      .prev {
        left: 0;
      }
      .next {
        right: 0;
      }
      .bigbox {
        overflow: hidden;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
      }
      #switcher {
        height: 190px;
        left: 0px;
      }
      .content_1.content_2 {
        width: 100%;
        float: left;
      }
      .box {
        transition: all 0.7s ease 0s;
        width: 255px;
        float: left;
        border-left: 3px white solid;
      }
      .box:hover img{
      }
      .home_tbtj_title {
        font-size: 48px;
        color: #ffffff;
        height: 120px;
        font-weight: 400;
        padding-left: 20px;
        line-height: 120px;
        background: none !important;
      }
      .home_yzgz_01 {
        width: 100%;
        height: 34px;
        display: flex;
      }
      .tzgz_01_title {
        font-size: 24px;
        font-weight: bold;
        color: #1c1c1e;
        line-height: 34px;
      }
      .tagz_01_right {
        flex: 1;
        border-bottom: 1px solid #f2f3f5;
        height: 27px;
        margin-left: 12px;
        display: flex;
        justify-content: flex-end;
        color: #c8c9cc;
      }
      .home_tbtj .prev{
        transform: rotate(180deg);
        top: 68px;
        right: -56px;
      }
      .home_tbtj .next{
        top: 68px;
        left: -60px;
      }
      .pic_0101{
        display:block;
		}
      .pic_0202{
        display:none;
      }
      .home_tbtj .card_btn_icon{
        position: absolute;
      }
      .home_tbtj .card_btn_icon span{
        width:48px;
        height:48px;
        line-height:48px;
        text-align:center;
        display:inline-block;
        border-radius: 24px;
        background: #fff;
        box-shadow: 0px -6px 8px 0px rgba(0,0,0,0.06);
      }
      .home_tbtj .card_btn_icon span:hover .pic_0202{
        display:block;
      }
      .home_tbtj .card_btn_icon span:hover .pic_0101{
        display:none;
      }
      .home_tbtj .card_btn_icon span img{
        width:32px;
        margin:7px;
      }
      .home_tbtj{
        position: relative;
      }
      .tbtj_icon_btn{
        display: none;
        position: absolute;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
      }
      .home_tbtj_content:hover .tbtj_icon_btn{
        display: block;
        position: absolute;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
      }
      .home_tbtj_content .tbtj_title{
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        color: #1C1C1E;
        line-height: 24px;
      }
      .home_tbtj_content .shadow{
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
      }
      .home_tbtj_content .shadow img{
        width: 281px;
        height: 162px;
        margin-bottom: 16px;
      }
      .home_tbtj_content #switcher .box{
        cursor: pointer;
      }
      .home_tbtj_content #switcher .box:hover .tbtj_title{
        color: #D82524 !important;
      }
      .square{
        width: 6px;
        height: 6px;
        background: #DCDEE0;
        position:relative;
        bottom:-18px;
      }
      .square:last-child{
        margin-left:2px;
        background: #C8C9CC;
      }
.yzgz_content{
      width: 100%;
      display: flex;
      margin-top: 38px;
    }
    .home_yzgz_01{
      width: 100%;
      height: 34px;
      display: flex;
    }
    .tzgz_01_title{
      font-size: 24px;
      font-weight: bold;
      color: #1C1C1E;
      line-height: 34px;
    }
    .tagz_01_right{
      flex: 1;
      border-bottom: 1px solid #F2F3F5;
      height: 27px;
      margin-left: 12px;
      display: flex;
      justify-content: flex-end;
      color: #C8C9CC;
    }
    .yzgz_left_01{
      height: 350px;
      width: calc(100% - 406px);
      margin-right: 22px;
    }
    .yzgz_right_01{
      width: 384px;
      background: #F6F7F9;
      padding: 15px;
    }
    .yzgz_01_data{
      width: 100%;
      display: flex;
      padding-top: 10px;
    }
    .ywzt_img_list_008{
       width: 100%;
    	height: 100px;
      overflow: hidden;
      position: relative;
      margin: 24px 0 10px 0;
    }
    .ywzt_img_list_008 img{
      width: 100%;
      height: 100%;
      transition: transform 1s, filter 1s;
    }
    .ywzt_img_list_008:hover img {
      transform: scale(1.2);
      filter: brightness(0.7); /* 可选：降低亮度以突出放大效果 */
      cursor: pointer;
    }
    .ywzt_img_list_008:hover::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); /* 可选：添加半透明遮罩以突出图片 */
      top: 0;
      left: 0;
    }
    .yzgz_01_pic{
      width: 384px;
      height: 306px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
    }
    .yzgz_01_pic img{
      width: 100%;
      height: 100%;
      transition: transform 1s, filter 1s;
    }
    .yzgz_01_pic:hover img {
      transform: scale(1.2);
      filter: brightness(0.7); /* 可选：降低亮度以突出放大效果 */
      cursor: pointer;
    }
    .yzgz_01_pic:hover::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); /* 可选：添加半透明遮罩以突出图片 */
      top: 0;
      left: 0;
    }
    .yzgz_01_list{
      width: calc(100% - 406px);
      margin-left: 22px;
    }
    .yzgz_01_pic_title{
      font-size: 18px;
      color: #FFFFFF;
      line-height: 48px;
      height: 48px;
      background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0 16px;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    /* 列表样式 */
    .yzgz_01_list .list_index_color1{
      font-size: 10px !important;
      color: #DCDEE0 !important;
      width: 8px !important;
      margin-right: 10px;
    }
    .yzgz_01_list .list_style1_title{
      height: 32px;
      line-height: 32px;
    }
    .yzgz_01_list .list_style1{
      cursor: pointer;
      font-size: 16px;
      color: #171725;
      line-height: 43px;
      font-weight: 400;
      height: 43px;
      display: flex;
      align-items: center;
      margin-bottom: 0 !important;
    }
    .yzgz_01_list .list_style1 .list_style1_title{
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
    }
    .yzgz_01_list .list_style1:hover .list_index_color1{
      color: #D82524 !important;
    }
    .yzgz_01_list .list_style1:hover .list_style1_title{
      color: #D42B1C !important;
    }
    /* 列表样式 end */
    .yzgz_right_list{
		padding-top: 7px;
    }
    .yzgz_right_list img{
      width: 100%;
      height: 100px;
      cursor: pointer;
    }
    .yzgz_right_list .data_list{
      height: 35px;
      line-height: 35px;
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      cursor: pointer;
    }
    .yzgz_right_list .data_list:hover .list_title{
      color: #D82524;
    }
    .yzgz_right_list .data_list .list_type{
      color: #D82524;
    }
    .yzgz_right_list .data_list .list_title{
      color: #1C1C1E;
    }
.zt_list a {
	text-align: left;
}
.zt_list a:nth-child(n + 9) {
  display: none;
}
     .square{
        width: 6px;
        height: 6px;
        background: #DCDEE0;
        position:relative;
        bottom:-18px;
      }
      .square:last-child{
        margin-left:2px;
        background: #C8C9CC;
      }
    .list_title {
    display: inline-block;
}
    .yzgz_01_pic{
      display:block;
    }
.advertisement_1,.advertisement_2 {
    margin-top: 25px;
}
.home_jjyzxq {
        margin-top: 25px;
        overflow: hidden;
      }
      .table_card_jjyzxq .tab {
        font-size: 16px;
        color: #f1f1f5;
        height: 52px;
        line-height: 52px;
        font-weight: 500;
        position: relative;
        display: flex;
        justify-content: flex-end;
        border-bottom: 1px solid rgba(233, 237, 239, 1);
      }
      .table_card_jjyzxq .tab .activ {
        color: #D82524 !important;
      }
      .table_card_jjyzxq .tab li {
        padding: 0 0 0 24px;
        color: #646566;
        font-size: 18px;
        text-align: center;
      }
      .table_card_jjyzxq .tab li:hover {
        height: 36px;
        background: #fff;
        color: #2559ae;
        cursor: pointer;
      }
      .table_card_jjyzxq .activ {
        height: 46px !important;
        background: #fff !important;
        color: #333;
        font-weight: 500;
      }
      .table_card_jjyzxq .tabCon {
        padding: 16px 0 0 0;
        height: 546px;
      }
      .table_card_jjyzxq .tabCon .tabs_list_jjyzxq {
        display: none;
      }
      .table_card_jjyzxq .tabCon .on {
        display: block;
      }
      .home_jjyzxq .home_card_title {
        font-size: 24px;
        font-weight: bold;
        color: #1C1C1E;
        height: 48px;
        line-height: 48px;
        left: 0;
        top: 0;
        position: absolute;
      }
      .home_jjyzxq .jjyzxq_tabs_left_img {
        width: 336px;
        height: 220px;
        margin: 24px;
        overflow: hidden;
        position: relative;
      }
      .home_jjyzxq .jjyzxq_tabs_left_img img {
        width: 336px;
        height: 100%;
      	  transition: transform 1s, filter 1s;
      }
      .jjyzxq_tabs_left_img:hover img {
        transform: scale(1.2);
        filter: brightness(0.7); /* 可选：降低亮度以突出放大效果 */
        cursor: pointer;
      }
      .jjyzxq_tabs_left_img:hover::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* 可选：添加半透明遮罩以突出图片 */
        top: 0;
        left: 0;
      }
      .home_jjyzxq .jjyzxq_tabs_left_abstract {
        cursor: pointer;
        font-size: 16px;
        color: #383b40;
        line-height: 24px;
        font-weight: 400;
        height:275px;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 8px 24px 0 24px;
        position:relative;
      }
      .jjyzxq_tabs_left_abstract .jjyzxq_pic_icon_00107{
        width:100%;
        height:115px;
        overflow:hidden;
      }
      .jjyzxq_tabs_left_abstract .jjyzxq_pic_icon_00107 img{
        position:absolute;
        bottom: 23px;
        right:23px;
        width:40px;
        height:12px;
      }
      .jjyzxq_tabs_left {
        width: 384px;
        height: 544px;
        float: left;
        display: flex;
        flex-direction: column;
        position: relative;
      }
      .column_right_icon_007{
        position:absolute;
        bottom:23px;
        right:23px;
        width:40px;
        height:12px;
        cursor: pointer;
      }
      .column_right_icon_007 img{
			width:100%;
        height:100%;
      }
      .jjyzxq_tabs_left_tetx {
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #00000050 100%);
        width: 100%;
        height: 48px;
        padding: 0 16px;
        font-size: 18px;
        color: #ffffff;
        line-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: absolute;
        bottom: 0;
        left: 0;
      }
      .jjyzxq_tabs_right {
        width: 32%;
        float: left;
      }
      .jjyzxq_tabs_center {
        width: calc(100% - 384px);
        padding-left: 24px;
        float: left;
      }
      .jjyzxq_right_img {
        width: 100%;
        display: flex;
      }
      .jjyzxq_right_img .list_img {
        width: 50%;
        padding: 8px;
        overflow: hidden;
      }
      .jjyzxq_right_img .list_img img {
        width: calc(100% - 8px);
        height: 104px;
      }
      .jjyzxq_right_img .list_title {
        padding-top: 8px;
        font-size: 16px;
        color: #3e474e;
        letter-spacing: 0;
        line-height: 24px;
        font-weight: 400;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 !important;
      }
      .home_jjyzxq .jjyzxq_list {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        color: #383b40;
        height: 36px;
        line-height: 36px;
        font-weight: 400;
      }
      .jjyzxq_tabs_left_abstract .jjyzxq_title{
        font-size: 18px;
        font-weight: bold;
        color: #1C1C1E;
        line-height: 26px;
        padding-bottom: 12px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .jjyzxq_tabs_left_abstract .jjyzxq_content{
        font-size: 16px;
        color: #666666;
        line-height: 32px;
        height:160px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .jjyzxq_tabs_left_abstract:hover .jjyzxq_title{
        color:#D82524;
      }
      .jjyzxq_top{
        width: 100%;
        height: 304px;
        background: #F6F7F9;
        padding: 26px 24px;
        position: relative;
      }
      .jjyzxq_bto{
        width: 100%;
        height: 216px;
        margin-top: 24px;
        display: flex;
        justify-content: space-between;
      }
      /* 列表样式 */
    .jjyzxq_top .list_index_color1{
      font-size: 10px !important;
      color: #DCDEE0 !important;
      width: 8px !important;
      margin-right: 10px;
    }
    .home_yzxfjy .list_style1_title{
      height: 32px;
      line-height: 32px;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .home_yzxfjy .list_style1{
      cursor: pointer;
      font-size: 16px;
      color: #171725;
      line-height: 32px;
      font-weight: 400;
      width: 100%;
      height: 32px;
      display: inline-block;
      margin-bottom: 0 !important;
      display: flex;
      align-items: center;
    }
    .jjyzxq_top .list_style1:hover .list_index_color1{
      color: #D82524 !important;
    }
    .jjyzxq_top .list_style1:hover .list_style1_title{
      /*font-weight: bold;*/
      color: #D42B1C !important;
      /* font-size: 18px;*/
    }
    /* 列表样式 end */
    .jjyzxq_top img{
      width: 96px;
      height: 78px;
      position: absolute;
      bottom: 8px;
      right: 8px;
    }
    .jjyzxq_bto .jjyzxq_tabs_left_img{
      margin: 0 !important;
      width: 384px !important;
      height: 216px !important;
    }
    .jjyzxq_bto  .jjyzxq_tabs_left_img img{
      width: 384px !important;
      height: 216px !important;
    }
      .jjyzxq_tabs_left_img{
        display:block
      }

.home_yzxfjy {
        overflow: hidden;
        display: flex;
        margin-top: 25px;
        height: 300px;
        background: none !important;
      }
      .yzxfjy_left {
        width: 66.66%;
        background: #fff;
padding-right: 20px;
      }
      .home_yzxfjy .home_card_title {
        font-size: 18px;
        color: #024ac2;
        height: 48px;
        line-height: 48px;
        font-weight: 500;
        padding-left: 16px;
        border-bottom: 1px solid rgba(233, 237, 239, 1);
      }
      .home_yzxfjy .yzxfjy_right {
        width: calc(100% - 66.66%);
        padding: 19px 16px 16px 16px;
      }
      .home_yzxfjy .yzxfjy_data_list {
        width: 48%;
      }
      .home_yzxfjy .yzxfjy_list_img {
        display: flex;
         cursor: pointer;
      }
      .home_yzxfjy .yzxfjy_list_img .yzxfjy_img_pic_009{
        width: 160px;
        height: 100px;
        cursor: pointer;
        overflow: hidden;
      	  position: relative;
      }
      .home_yzxfjy .yzxfjy_list_img img {
        width: 192px;
        height: 102px;
        overflow: hidden;
      		position: relative;
        transition: transform 1s, filter 1s;
      }
      .yzxfjy_list_img:hover img {
        transform: scale(1.2);
        filter: brightness(0.7); /* 可选：降低亮度以突出放大效果 */
        cursor: pointer;
      }
      .yzxfjy_list_img:hover::before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5); /* 可选：添加半透明遮罩以突出图片 */
          top: 0;
          left: 0;
        }
      .home_yzxfjy .yzxfjy_list_img .title {
        font-size: 16px;
        color: #383b40;
        letter-spacing: 0;
        text-align: justify;
        line-height: 24px;
        font-weight: bold;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #1c1c1e !important;
      }
      .home_yzxfjy .yzxfjy_list_img:hover .title{
        color: #D82524;
      }
      .home_yzxfjy .yzxfjy_list_img .source {
        font-size: 12px;
        color: #646566;
        line-height: 24px;
        font-weight: 400;
        background: #F2F3F5;
        border-radius: 2px;
        padding: 5px 6px;
      }
      .home_yzxfjy .yzxfjy_list_img .list_title p{
        margin: 0 !important;
      }
      .yzxfjy_left_data {
        margin: 22px 16px;
        display: flex;
        overflow: hidden;
        justify-content: space-between;
      }
      .yzxfjy_list_img .list_title {
        width:calc(100% - 160px);
        padding-left: 8px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      .home_yzxfjy .yzxfjy_list {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        color: #171725;
        height: 46px;
        line-height: 46px;
        font-weight: 400;
        cursor: pointer;
      }
      .yzxfjy_list:hover{
        color: #D82524;
      }
      .yzxfjy_list_bto {
        padding-top: 12px;
      }
      .yzxfjy_right_data {
        padding: 14px 0 0 0;
      }
      .yzxfjy_right_data .yzxfjy_list {
        height: 46px !important;
        line-height: 46px !important;
      }
      
      .home_yzgz_01 {
        width: 100%;
        height: 28px;
        display: flex;
      }
      .tzgz_01_title {
        font-size: 24px;
        font-weight: bold;
        color: #1c1c1e;
        line-height: 34px;
      }
      .tagz_01_right {
        flex: 1;
        border-bottom: 1px solid #f2f3f5;
        height: 27px;
        margin-left: 12px;
        display: flex;
        justify-content: flex-end;
        color: #c8c9cc;
      }
      /* 列表样式 */
    .home_yzxfjy .list_index_color1{
      font-size: 10px !important;
      color: #DCDEE0 !important;
      width: 8px !important;
      margin-right: 10px;
    }
    .home_yzxfjy .list_style1_title{
      height: 32px;
      line-height: 32px;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #1c1c1e;
    }
    .home_yzxfjy .list_style1{
      cursor: pointer;
      font-size: 16px;
      color: #171725;
      line-height: 32px;
      font-weight: 400;
      width: 100%;
      height: 40px;
      display: inline-block;
      margin-bottom: 0 !important;
      display: flex;
      align-items: center;
    }
    .home_yzxfjy .list_style1:hover .list_index_color1{
      color:#D42B1C !important;
    }
    .home_yzxfjy .list_style1:hover .list_style1_title{
      /* font-weight: bold;*/
      color: #D42B1C !important;
      /* font-size: 16px;*/
    }
      .list_style1_title_notitle {
        padding: 0px;
      }
        .square{
        width: 6px;
        height: 6px;
        background: #DCDEE0;
        position:relative;
        bottom:-18px;
      }
      .square:last-child{
        margin-left:2px;
        background: #C8C9CC;
      }