html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	margin: 0;
	padding: 0;
}
img{
	width: 100%;
}
video{
	height: 100%;
}
p {
  text-decoration: none;
}
.w12 {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
}

.cen {
	display: flex;
	justify-content: center;
	align-items: center;
}

.rel {
	position: relative;
}
.all_container{
	width: 100%;
}
.top_back{
	width: 100%;
	display: flex;
}
.top_back>img{
	width: 100%;
	display: flex;
}
.t35{
margin-top: 30px !important;
}
#bottom {
	width: 100%;
	padding-top: 18px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	/* background-color: #fff; */
	background: url(../img/bottom_back.png) top center no-repeat;
	background-size: 100% 100%;
}

#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:hover,
#bottom a:active {
	color: #fff;
}

.dbxw{
	background: url(../img/p1_back.png) top center no-repeat;
	background-size: 100% 100%;
}
.top_tt{
	background: #fff6e9;
	width: 100%;
	padding: 30px 0px;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}
	
.top_abs{
	width: 90%;
	text-indent: 2em;
	    line-height: 30px;
}
.top_tt>a{
	color: #e13d34;
	font-size: 33px;
	text-decoration: none;
	width: 90%;
	    text-align: center;
	
}
.dbxw_bottom{
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	width: 100%;
}
.dbxw_bottom_left{
	 width: 710px;;
	    overflow: hidden;
}
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	.item_info{
		position: absolute;
		bottom: 0px;
		background-color: #000000a1;
		width: 100%;
	}
	.item_info>p{
		text-decoration: none;
		color: white;
		width: 90%;
	}
	.swiper-slide>a{
		text-decoration: none;
	}
	.yw_list_item{
		  color: #000;
		  font-size: 16px;
		        position: relative;
				    margin: 14px 0px;
		  
	}
	.w33{
		       width: 336px;
		       height: 223px;
	}
	.yw_list_item a{
		color: #000;
		  text-decoration: none;
		  line-height: 35px;
	}
	.yw_divider {
	  display: block; /* 块级元素，独占一行 */
	  width: 100%; /* 宽度撑满父容器 */
	  height: 1px; /* 横线高度（粗细） */
	  background-color: #ffffff; /* 白色横线，若背景是白色可改为 #f0f0f0 浅灰 */
	  margin:  0; /* 上下间距，避免分割线贴div */
	  border: none; /* 去除默认边框 */
	}
	.dbxw_bottom_right{
		width: 42%;
		background-color: #fff6e9;
	}
	.yw_list{
		    width: 90%;
		    display: flex;
		    flex-direction: column;
		    margin: 0 auto;
			
	}
	.h32{
		height: 320px !important;
		    width: 100% !important;
	}
	.w18{
		    width: 188px;
		        height: 100%;
	}
	.yw_more>a{
		display: flex;
		
		color: red;
		  text-decoration: none;
	}
	.yw_more{
		width: 90%;
		    margin: 0 auto;
		    display: flex;
		    justify-content: flex-end;
		    text-decoration: none;
	}
	.yw_divider {
	  display: block; /* 块级元素，独占一行 */
	  width: 100%; /* 宽度撑满父容器 */
	  height: 2px; /* 横线高度（粗细） */
	  background: url(../img/divider.png) no-repeat center top; /* 白色横线，若背景是白色可改为 #f0f0f0 浅灰 */
	  margin:  0; /* 上下间距，避免分割线贴div */
	  border: none; /* 去除默认边框 */
	}
	.yw_navi{
		left: unset !important;
		width: auto !important;
		right: 10px;
		    bottom: 20px !important;
	}
	.swiper-pagination-bullet-active {
	    background: white !important;
		    width: 20px !important;
			border-radius: 20px !important;
	}
	.swiper-pagination-bullet {
	    background: white !important;
		opacity: unset !important; 
	}
	.ynsj{
		background: url(../img/ynsj_back.png) top center no-repeat;
		background-size: 100% 100%;
	}
	.llpl{
		background: url(../img/llpl_back.png) top center no-repeat;
		background-size: 100% 100%;
	}
	.ynsj_title{
		width: 100%;
		
	}
	.m30{
		margin-top: 50px;
	}
	.b30{
		margin-bottom: 50px;
	}
	.ynsj_content{
		width: 100%;
		display: flex;
		flex-direction: row;
		background: #fff;
		border-radius: 20px;
	}
	.ynsj_left{
		width: 50%;
		overflow: hidden;
		display: flex;
		flex-direction: column;
	}
	.ynsj_container{
		width: 90%;
		display: flex;
		flex-direction: row;
		    gap: 30px;
			padding: 0px 0px 20px 0px;
	}
	.ynsj_right{
		    display: flex;
		    flex-direction: column;
		    width: 50%;
		    gap: 40px;
	}
	.ynsj_left_content{
		width: 100%;
		text-decoration: none;
	}
	.ynsj_left_content>p{
		text-decoration: none;
		color: black;
		width: 100%;
	}
	.ynsj_left_bottom{
		width: 100%;
	}
	.ynsj_left_bottom>ul{
		display: flex;
		    flex-direction: column;
		    gap: 10px;
	}
	.ynsj_left_bottom>ul>li{
		color: black;
		text-decoration: none;
		font-size: 18px;
	}
	.ynsj_left_bottom>ul>li::marker{
		color: red;
	}
	.ynsj_left_bottom>ul>li>a{
		    color: black;
		    text-decoration: none;
		    font-size: 18px;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		    word-break: break-all;
	}
	.ynsj_right_item{
		display: flex;
		flex-direction: row;
		    height: 150px;
	}
	.ynsj_right_item:hover .item_right{
		background-color: #d72418;
	}
	.ynsj_right_item:hover .item_title>a{
		color: white;
	}
	.ynsj_right_item:hover .item_abs>a{
		color: white;
	}
	.item_title{
		font-size: 18px;
		color: black;
		text-decoration: none;
	}
	.item_title>a{
		font-size: 18px;
		color: black;
		text-decoration: none;
	}
	.item_abs{
		font-size: 18px;
		color: black;
		text-decoration: none;
		  overflow: hidden;
		  text-overflow: ellipsis;
		  display: -webkit-box;
		  -webkit-line-clamp: 3; /* 最多3行 */
		  -webkit-box-orient: vertical;
		  /* 下面这行可选，防止文字被截断不整齐 */
		  word-break: break-all;
	}
	.top_tt>p{
		font-size: 16px;
		color: #000;
	}
	.item_abs>a{
		font-size: 14px;
		color: gray;
		text-decoration: none;
	}
	.text-ind{
		text-indent: 2em;
	}
	.item_left{
		width: 38%;
	}
	.item_left>img{
		height: 100%;
	}
	.item_right{
		width: 60%;
		    padding: 10px 20px;
	}
	.rmsj_content{
		width: 100%;
		border: #f36a40 10px solid;
		border-radius: 20px;
	}
	.rmsj{
		background: url(../img/rmsj_back.png) top center no-repeat;
		background-size: 100% 100%;
	}
	.rmsj_container{
		width: 90%;
		display: flex;
		flex-direction: row;
		    gap: 30px;
	}
	.rmsj_left{
		width: 30%;
	}
	.rmsj_swiper{
		overflow: hidden;
	}
	.rmsj_right{
		width: 65%;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.rmsj_right_top{
		/* height: 55%; */
		display: flex;
		flex-direction: row;
		gap: 30px;
	}
	.rmsj_right_top_left{
		width: 59%;
		display: flex;
		flex-direction: column;
		background-color: #feedd2;
		padding: 20px;
	}
	.rmsj_right_top_right{
		width: 30%;
	}
	.rmsj_bottom_new>ul{
		display: flex;
		    flex-direction: column;
		    gap: 20px;
	}
	.rmsj_bottom_new>ul>li{
		color: black;
		text-decoration: none;
		font-size: 18px;
	}
	.rmsj_bottom_new>ul>li>a{
		color: black;
		text-decoration: none;
		font-size: 16px;
	}
	.rmsj_swiper_title{
		position: absolute;
		background-color: #000000a1;
		width: 100%;
		bottom: 0px;
	}
	.rmsj_swiper_title>p{
		color: white;
		text-decoration: none;
	}
	.rmsj_right_bottom{
		display: flex;
		flex-direction: row;
		gap: 30px;
	}
	.rmsj_bottom_title{
		position: absolute;
		width: 100%;
		background-color: #feedd3;
		bottom: 0px;
	}
	.rmsj_bottom_title>p{
		color: black;
		text-decoration: none;
		width: 95%;
	}
	.rmsj_right_bottom_item{
		width: 48%;
	}
	.rmsj_top_new{
		padding-bottom: 30px;
		border-bottom: #ea452d 2px solid;
	}
	.llpl_content{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		width: 100%;
	}
	.llpl_item{
		background: url(../img/llpl_item_back.png) no-repeat center top;
		background-size: 100% 100%;
		display: flex;
		flex-direction: column;
		padding: 30px 35px 50px 35px;
		display: flex;
		margin: 0 auto;
	}
	.llpl_item_title{
		font-size: 24px;
		color: white;
		text-decoration: none;
	}
	.llpl_item_title>a{
		font-size: 24px;
		color: white;
		text-decoration: none;
	}
	.llpl_item_con{
		font-size: 14px;
		color: white;
		text-decoration: none;
		margin-top: 10px;
		line-height: 30px;
	}
	.llpl_item_con>a{
		font-size: 14px;
		color: white;
		text-decoration: none;
	}
	@media screen and (max-width: 1199px) {
	
		body,
		.all_container {
			min-width: 1200px;
		}
	
		.w12 {
			width: 100%;
		}
	.dbxw_bottom {
	    margin-top: 30px;
	    display: flex;
	    flex-direction: row;
	    width: 95%;
	}
	.ynsj_content {
	    width: 95%;
	    display: flex;
	    flex-direction: row;
	    background: #fff;
	    border-radius: 20px;
	}
	.rmsj_content {
	    width: 95%;
	    border: #f36a40 10px solid;
	    border-radius: 20px;
	}
	.llpl_content{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		width: 95%;
	}
	.ynsj_title {
	    width: 95%;
	}
	.top_tt {
	    background: #fff6e9;
	    width: 95%;
	    padding: 30px 0px;
	    margin-top: 30px;
	}
	}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2026-03-27 17:04:33" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->