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

body {
	background: #eee;
	margin: 0;
	padding: 0;
}

.w12 {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
}

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

.rel {
	position: relative;
}

#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;
}
.all_container{
	width: 100%;
}
.top_back{
	width: 100%;
	display: flex;
}
.top_back>img{
	width: 100%;
}
.yljw{
	display: flex;
	flex-direction: column;
	background: url(../img/yljw_back.png) no-repeat center top;
	background-size: 100% 100%;
}
.yljw_title,.gddt_title{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.yljw_con{
	width: 100%;
	display: flex;
	flex-direction: column;
	background: url(../img/yljw_con_back.png) no-repeat center top;
	background-size: 100% 100%;
	margin-top: 40px;
}
.yljw_list{
    width: 85%;
    margin: 0 auto;
    padding: 83px 0px 175px 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.yljw_list_item{
	display: flex;
	flex-direction: row;
	margin-top: 5px;
}
.item_left{
	
}
.item_right {
    width: 680px;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}
.right_title>a{
	font-size: 22px;
	color: #000;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
}

.right_con>a{
display: block;
    font-size: 16px;
    color: #656565;
    line-height: 30px;
    text-decoration: none;
    text-indent: 2em;
}
.right_con{
	margin-top: 20px;
}
.yljw_divider{
	width: 100%;
	height: 1px;
    
}
.gddt{
	display: flex;
	flex-direction: column;
	background: url(../img/gddt_back.png) no-repeat center top;
	background-size: 100% 100%;
}
.gddt_con{
	width: 94%;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 20px;
	background-size: 100% 100%;
	margin-top: 40px;
}
.gddt_list{
	width: 85%;
	    margin: 0 auto;
		    padding: 70px 0px 90px 0px;
		display: flex;
    flex-direction: column;
gap: 30px;
		    
}
.gddt_list_item{
	display: flex;
	flex-direction: row;
	
}
.gddt_right_title>a{
	font-size: 22px;
	color: #000;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
}

.gddt_right_con>a{
	font-size: 16px;
	color: #656565;
	line-height: 30px;
	text-decoration: none;
	text-indent: 2em;
}
.gddt_right_con{
	text-indent: 2em;
}
.xcrp{
	display: flex;
	flex-direction: column;
	background: url(../img/xcrp_back.png) no-repeat center top;
	background-size: 100% 100%;
}
.xcrp_con{
	display: flex;
	flex-direction: column;
	background: url(../img/xcrp_con_back.png) no-repeat center top;
	background-size: 100% 100%;
	margin-top: 40px;
}
.xcrp_list{
	 
			width: 85%;
			padding: 70px 0px 110px 0px;
			display: flex;
			flex-direction: column;
}
.xcrp_list_top{
	display: grid;
	 grid-template-columns: 1fr 1fr; /* 两列等宽，自适应父容器 */
	   gap: 20px 15px;    
				width: 100%;
				
}
.xcrp_list_item{
	background: #fff;
	padding: 30px;
}
.xcrp_right_title>a{
	font-size: 22px;
	color: #000;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
}

.xcrp_right_con>a{
        display: block;
	font-size: 16px;
	color: #656565;
	line-height: 30px;
	text-decoration: none;
	text-indent: 2em;
}
.more{
	color: red;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	display: flex;
    justify-content: right;
}
.more>a{
	color: red;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
}

@media screen and (max-width: 1199px) {

	body,
	.all_container {
		min-width: 1200px;
	}

	.w12 {
		width: 100%;
	}

}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2026-02-09 09:26:42" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->