* {
	margin: 0;
	padding: 0;
}



/* 栏目样式1 */
.class_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.class_box .class_name{
	display: flex;
	align-items: center;
	color: #fff;
    font-weight: normal;
    font-size: 0.24rem;
	height: auto;
	line-height: 1;
    position: relative;
    padding: 0 0.3rem;
    width: auto;
    display: inline-block;
	position: relative;
}
.class_box .class_name::after,
.class_box .class_name::before{
	content: "";
	position: absolute;
	width: 0.21rem;
	height: 0.32rem;
	background: url(../img/class_fl.png) center no-repeat;
	background-size: contain;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.class_box a{
	width: auto;
	height: auto;
	font-size: 0.14rem;
	color: #fff;
    text-align: right;
    text-decoration: underline;
	font-family: Microsoft YaHei, 微软雅黑;
}
.class_box .class_name::before{
	background: url(../img/class_fr.png) center no-repeat;
	background-size: contain;
	right: 0;
	left: auto;
}





/* 新闻 */
.news{
	background: url(../img/index_bg1.jpg) center;
	background-size: cover;
	padding-bottom: 0.8rem;
	padding-top: 0.7rem;
	box-sizing: border-box;
}
.news .news_top{
	margin-bottom: 0.7rem;
	display: flex;
	justify-content: space-between;
	column-gap: 0.3rem;
}
.news .news_top .news_headlines{
	flex: 0 0 44%;
	max-width: 6.72rem;
	padding: 0.34rem;
	box-sizing: border-box;
	background: url(../img/index_bg2.jpg) center no-repeat;
	background-size: cover;
}

.news .news_top .class_box .class_name{
	color: rgba(77, 61, 28, 1);
}
.news .news_top .class_box .class_name::after{
	background: url(../img/class_fl2.png) center no-repeat;
	background-size: contain;
}
.news .news_top .class_box .class_name::before{
	background: url(../img/class_fr2.png) center no-repeat;
	background-size: contain;
}
.news .news_top .class_box a{
	color: #4D3D1C;
}




.news_headlines .news_ul{
	margin-top: 0.22rem;
}
.news_headlines .news_ul a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 0.15rem;
	padding: 0.1rem 0 0.1rem;
	box-sizing: border-box;
	border-bottom: 1px dashed #a28c50;
}
.news_headlines .news_ul .news_title{
	width: calc(100% - 1.15rem);
	height: auto;
	color: rgba(77, 61, 28, 1);
    font-size: 0.16rem;
    font-family: PingFang;
	transition: all 0.5s;
}
.news_headlines .news_ul .news_time{
	display: flex;
	align-items: center;
	font-family: Arial;
    color: rgba(77, 61, 28, 1);
    font-size: 0.16rem;
}
.news_headlines .news_ul .news_time i{
	width: 0.13rem;
	height: 0.13rem;
	background: url(../img/time1.png) center no-repeat;
	background-size: contain;
	margin-right: 0.02rem;
}
.news_headlines .news_ul a:hover .news_title{
	padding-left: 0.1rem;
}



.news .news_top .news_phone{
	flex: 1;
	max-width: 3.38rem;
	height: auto;
	background: url(../img/index_bg222.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 0.3rem;
	box-sizing: border-box;
}
.news .news_top .news_phone .phone_icon{
	width: 0.48rem;
	height: 0.48rem;
	margin: 0 auto 0.15rem;
}
.news .news_top .news_phone .phone_title{
	width: 100%;
	text-align: center;
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 1);
}
.news .news_top .news_phone .phone_txt{
	width: 100%;
	height: auto;
	text-align: center;
    font-family: Microsoft YaHei, 微软雅黑;
    font-size: 0.18rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 0.15rem;
}
.news .news_top .news_phone .phone_time{
	width: 100%;
	text-align: center;
	font-family: Microsoft YaHei, 微软雅黑;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: 0.05rem;
}
.news .news_top .news_url{
	flex: 0 0 33%;
	display: flex;
}
.news .news_top .news_url .url_item{
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	background: url(../img/index_bg3.png) center no-repeat;
	background-size: cover;
}
.news .news_top .news_url .url_item .url_icon{
	width: 0.48rem;
	height: 0.48rem;
	margin: 0 auto;
	transition: all 0.5s;
}
.news .news_top .news_url .url_item .url_icon svg,
.news .news_top .news_url .url_item .url_icon img{
	/*width: auto;*/
	/*height: auto;*/
	object-fit: contain;
	fill: #fff;
}
.news .news_top .news_url .url_item span{
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: 0.18rem;
	margin-top: 0.1rem;
	width: 100%;
	height: auto;
	transition: all 0.5s;
}
.news .news_top .news_url .url_item:nth-child(2){
	background: url(../img/index_bg4.png) center no-repeat;
	background-size: cover;
}
.news .news_top .news_url .url_item:nth-child(3){
	background: rgba(176,167,150,0.6);
}
.news .news_top .news_url .url_item:nth-child(4){
	background: url(../img/index_bg6.png) center no-repeat;
	background-size: cover;
}
.news .news_top .news_url .url_item:hover .url_icon{
	transform: rotateY(180deg);
}
.news .news_top .news_url .url_item:hover a{
	letter-spacing: 5px;
}




.news_bottom{
	display: flex;
	justify-content: space-between;
	column-gap: 0.3rem;
}
.news_bottom .news_fl{
	display: flex;
	width: calc(33.33% - 0.2rem);
	background: #9e2a22;
	flex-wrap: wrap;
}
.news_bottom .news_fl .group_item{
	position: relative;
	width: 100%;
	height: 2.6rem;
}
.news_bottom .news_fl .group_item .group_img{
	width: 100%;
	height: 100%;
}
.news_bottom .news_fl .group_item .group_txt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	padding: 0.1rem 0.3rem;
	box-sizing: border-box;
}
.news_bottom .news_fl .group_item .group_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_bottom .news_fl .group_item .group_title span{
	width: calc(100% - 0.4rem);
	color: rgba(255, 255, 255, 1);
	font-family: Microsoft YaHei, 微软雅黑;
	font-size: 0.18rem;
}
.news_bottom .news_fl .group_item .group_title i{
	width: 0.08rem;
	height: 0.16rem;
	display: block;
	background: url(../img/jiantou.png) center no-repeat;
	background-size: contain;
}
.news_bottom .news_fl .group_item .group_cont{
	font-family: Microsoft YaHei, 微软雅黑;
	color: rgba(255, 255, 255, 0.59);
	line-height: 1.8;
	text-align: left;
	font-size: 0.14rem;
	margin-top: 0.04rem;
}
.news_bottom .news_news{
    width: 100%;
    padding: 0 0.15rem 0.2rem;
}
.news_bottom .news_news .class_box{
    margin-bottom: 0.2rem;
    margin-top: 0.1rem;
}
.news_bottom .news_news .class_box .class_name,
.news_bottom .news_news .class_box a,
.news_bottom .news_news .otice_li a,
.news_bottom .news_news .otice_li .otice_time{
    color: #f9f7eb;
}



.news_bottom .group_news{
	padding: 0.3rem 0 0.3rem 0.3rem;
	box-sizing: border-box;
	width: calc(33.33% - 0.2rem);
	background: #a48b53;
}
.news_bottom .group_news .class_name{
	font-size: 0.24rem;
}
.news_bottom .group_news .class_box{
    padding-right: 0.15rem;
}
.news_bottom .group_list{
	margin-top: 0.2rem;
}
.news_bottom .group_list .group_li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 0.1rem;
	width: 100%;
	padding-bottom: 0.1rem;
	padding-right: 0.15rem;
	box-sizing: border-box;
	margin-bottom: 0.15rem;
	border-bottom: 0.01rem dashed rgba(235,235,235,0.38);
}
.news_bottom .group_list .group_li:last-child{
	margin-bottom: 0;
}
.news_bottom .group_list .group_li a{
	width: calc(100% - 1.13rem);
	height: auto;
	font-size: 0.16rem;
    text-align: left;
    color: rgba(249, 247, 235, 1);
    /*font-family: Microsoft YaHei, 微软雅黑;*/
    font-family: PingFang;
	transition: all 0.5s;
}
.news_bottom .group_list .group_li .group_time{
	display: flex;
	align-items: center;
	column-gap: 0.04rem;
	color: rgba(255, 255, 255, 1);
    line-height: 1.8;
    text-align: left;
    font-family: Arial;
    font-size: 0.16rem;
}
.news_bottom .group_list .group_li:hover a{
	padding-left: 0.1rem;
}
.news_bottom .group_list .group_li .group_time i{
	width: 0.13rem;
	height: 0.13rem;
	display: block;
	background: url(../img/time.png) center no-repeat;
	background-size: contain;
}




.news_bottom .news_fr{
	width: calc(33.33% - 0.2rem);
}
.news_bottom .news_fr .news_dongtai{
	width: 100%;
	height: auto;
	margin-bottom: 0.3rem;
	display: flex;
}
.news_bottom .news_fr .news_dongtai .dongtai_img{
	width: 50%;
	height: auto;
}
.news_bottom .news_fr .news_dongtai .dongtai_txt{
	width: 50%;
	height: auto;
	background: url(../img/index_bg33.jpg) center no-repeat;
	background-size: cover;
	padding: 0.2rem 0.2rem 0.08rem;
	box-sizing: border-box;
}
.news_bottom .news_dongtai .class_box .class_name{
	font-size: 0.2rem;
}
.news_bottom .news_fr .news_dongtai .dongtai_list{
	margin-top: 0.1rem;
}
.news_bottom .news_fr .news_dongtai .dongtai_list a{
	padding: 0.08rem 0;
	box-sizing: border-box;
	border-bottom: 1px dashed #ffffff69;
	color: rgba(255, 255, 255, 1);
    font-size: 0.16rem;
    font-family: Microsoft YaHei, 微软雅黑;
	transition: all 0.5s;
}
.news_bottom .news_fr .news_dongtai .dongtai_list a:hover{
	padding-left: 0.1rem;
}

.news_bottom .news_fr .group_notice{
	background: rgba(137, 76, 32, 1);
	padding: 0.3rem 0.3rem 0.34rem;
	box-sizing: border-box;
}
.news_bottom .news_fr .class_box{
	margin-bottom: 0.2rem;
}
.news_bottom .group_notice .class_box .class_name,
.news_bottom .group_notice .class_box a{
	color: rgba(248, 239, 222, 1);
}
.news_bottom .otice_li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 0.15rem;
	border-bottom: 1px dashed #a28c50;
	padding: 0.07rem 0 0.08rem;
	margin-bottom: 0.05rem;
}
.news_bottom .otice_li:last-child{
	margin-bottom: 0;
}
.news_bottom .otice_li a{
	width: calc(100% - 1.2rem);
	color: rgba(248, 239, 222, 1);
	font-size: 0.16rem;
	font-family: PingFang;
	transition: all 0.5s;
}
.news_bottom .otice_li:hover a{
	padding-left: 0.1rem;
	box-sizing: border-box;
}
.news_bottom .otice_li .otice_time{
	display: flex;
	align-items: center;
	column-gap: 0.03rem;
	font-family: Arial;
    color: rgba(248, 239, 222, 1);
    font-size: 0.14rem;
}
.news_bottom .otice_li .otice_time i{
	width: 0.18rem;
	height: 0.18rem;
	display: block;
	background: url(../img/time.png) center no-repeat;
	/*background-size: contain;*/
}






/* 产业布局 */
.layout{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../img/index_bg4.jpg) center top no-repeat;
	background-size: cover;
	padding: 1.1rem 0 1.4rem;
	box-sizing: border-box;
}

.layout_list{
	display: flex;
	margin: 0.7rem 0 0.4rem;
	justify-content: space-between;
}
.layout_list .layout_item{
	position: relative;
	display: flex;
	height: 4.8rem;
	flex: 0 0 auto;
	flex-grow: 0;
	width: 14.375%;
	flex-shrink: 0;
	flex-basis: unset;
	transition: all .5s ease;
}
.layout_list .layout_item.on{
	width: 70%;
}
.layout_list .layout_item .layout_btn{
	position: relative;
	flex: 0 0 240px;
	max-width: 100%;
    max-height: 100%;
	height: 100%;
	background: url(../img/index_bg7.png) center no-repeat;
	background-size: 100% 100%;
	padding: 0.7rem 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.layout_list .layout_item .layout_btn .layout_icon{
	width: 0.52rem;
	height: 0.52rem;
	position: absolute;
	z-index: 2;
	top: -0.27rem;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.06rem;
	box-sizing: border-box;
	background: rgba(238,225,216,1);
}
.layout_list .layout_item .layout_btn .layout_txt{
	display: flex;
	justify-content: center;
	column-gap: 0.2rem;
}
.layout_list .layout_item .layout_btn .layout_title{
	font-size: 0.26rem;
	writing-mode: vertical-lr;
	position: relative;
	color: rgba(51, 51, 51, 1);
	white-space: nowrap;
	line-height: 1;
}
.layout_list .layout_item .layout_btn .layout_title:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 120%;
	top: 0px;
	display: block;
	border-left: 1px solid #b9a689;
}
.layout_list .layout_item .layout_btn .layout_title:before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	left: 120%;
	top: 0px;
	display: block;
	background: #b9a689;
	margin-left: -2px;
}
.layout_list .layout_item .layout_btn .layout_key{
	writing-mode: vertical-lr;
	font-size: 0.16rem;
	max-height: 2.8rem;
	color: rgba(102, 102, 102, 1);
	line-height: 1.5;
	font-family: Microsoft YaHei, 微软雅黑;
}
.layout_list .layout_item .layout_cont{
	width: 8.35rem;
	height: 100%;
	overflow: hidden;
	background: url(../img/index_bg8.png) center no-repeat;
	background-size: 100% 100%;
	padding: 0.25rem 0.84rem 0;
	box-sizing: border-box;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	opacity: 0;
	transition: all 0.5s;
}
.layout_list .layout_item.on .layout_cont{
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	opacity: 1;
}
.layout_list .layout_item .layout_cont .layout_name{
	width: auto;
	height: auto;
	color: rgba(255, 255, 255, 1);
	font-size: 0.26rem;
	line-height: 2;
}
.layout_list .layout_item .layout_cont .layout_en{
	color: rgba(255, 255, 255, 0.5);
    font-family: Arial;
	font-size: 0.14rem;
}
.layout_list .layout_item .layout_cont .layout_content{
	font-family: Microsoft YaHei, 微软雅黑;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 0.2rem;
    font-size: 0.16rem;
	line-height: 1.666;
}
.layout_list .layout_item .layout_cont .layout_content p{
	font-family: Microsoft YaHei, 微软雅黑;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.16rem;
	line-height: 1.666;
}
.layout_list .layout_item .layout_cont .layout_img{
	margin-top: 0.3rem;
	height: 0px;
    padding-bottom: 35%;
    position: relative;
}
.layout_list .layout_item .layout_cont .layout_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 20px;
}





/* 扬子江文旅集团各企业 */
.history{
	padding-top: 0.8rem;
	padding-bottom: 1.45rem;
	box-sizing: border-box;
	background: url(../img/index_bg9.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}
.history .class2_box .class2_line{
	background: rgba(149,149,149,1);
}


.history_body{
	width: 100%;
	position: relative;
	padding: 0 2.4rem;
	box-sizing: border-box;
	margin-top: 0.5rem;
}
.history_body::before{
	content: "";
    display: block;
    width: 100vw;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -6px);
}
.history_item{
	position: relative;
	height: 4.11rem;
}
.history_item .history_box{
	position: absolute;
	width: 4.26rem;
	height: 50%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	column-gap: 0.32rem;
}
.history_item .history_box .history_logo{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background: url(../img/history_bg.png) center no-repeat;
	background-size: 100% 100%;
	padding: 0.08rem 0.12rem;
	box-sizing: border-box;
	position: relative;
}
.history_item .history_box .history_logo::before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: #ba9c42;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -0.66rem;
    margin-left: -0.05rem;
    z-index: 3;
}
.history_item .history_box .history_logo::after {
    content: "";
    display: block;
    width: 0.02rem;
    height: 0.5rem;
    background: #ba9c42;
    position: absolute;
    left: 50%;
    bottom: -0.58rem;
    margin-left: -0.01rem;
}
.history_item .history_box .history_logo .logo_img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.history_item .history_box .history_logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 50%;
}
.history_item .history_box .history_txt{
	height: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	width: calc(100% - 1.72rem);
}
.history_item .history_box .history_txt .history_title{
	color: #333;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 0.1rem;
	width: 100%;
	
	
	white-space: nowrap;
}
.history_item .history_box .history_txt .history_key{
	color: rgba(186, 156, 66, 1);
	font-size: 0.16rem;
	font-weight: 400;
	line-height: 0.3rem;
	display: flex;
	align-items: center;
	column-gap: 0.03rem;
	width: 100%;
	height: auto;
	position: relative;
	padding-left: 0.21rem;
	box-sizing: border-box;
}
.history_item .history_box .history_txt .history_key::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.06rem;
	width: 0.16rem;
	height: 0.16rem;
	background: url(../img/index_icon1.png) center no-repeat;
	background-size: contain;
}
.history_item .history_box .history_txt .history_key:last-child::before{
	background: url(../img/index_icon2.png) center no-repeat;
	background-size: contain;
	width: 0.18rem;
	height: 0.18rem;
}



.history_item:nth-child(2n) .history_box{
	bottom: 0;
	padding-top: 0.5rem;
} 
.history_item:nth-child(2n) .history_box .history_logo::before{
	bottom: auto;
	top: -0.6rem;
}
.history_item:nth-child(2n) .history_box .history_logo::after{
	bottom: auto;
	top: -0.5rem;
}



.animate-up {
	opacity: 0;
	transform: translateY(0.5rem);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-up.show {
	opacity: 1;
	transform: translateY(0);
}















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

	/* 栏目样式 */
	.class_box .class_name{
		font-size: 26px;
		padding: 0 30px;
	}
	.class_box .class_name::after, 
	.class_box .class_name::before{
		width: 21px;
		height: 32px;
	}
	.class_box a{
		font-size: 14px;
	}








	/* 新闻样式 */
	.news{
		padding-bottom: 80px;
		padding-top: 70px;
		width: 100%;
		overflow: hidden;
	}
	.news .news_top{
		margin-bottom: 70px;
		column-gap: 30px;
	}
	.news .news_top .news_headlines{
		width: calc(44% - 30px);
		padding: 34px;
	}
	.news_headlines .news_ul{
		margin-top: 22px;
	}
	.news_headlines .news_ul a{
		column-gap: 15px;
		padding: 10px 0 10px;
	}
	.news_headlines .news_ul .news_title{
		width: calc(100% - 115px);
		font-size: 16px;
	}
	.news_headlines .news_ul .news_time{
		font-size: 16px;
	}
	.news_headlines .news_ul .news_time i{
		width: 13px;
		height: 13px;
		margin-right: 2px;
	}
	.news .news_top .news_phone{
		width: calc(23% - 30px);
		padding: 30px;
	}
	.news .news_top .news_phone .phone_icon{
		width: 48px;
		height: 48px;
		margin: 0 auto 15px;
	}
	.news .news_top .news_phone .phone_title{
		font-size: 26px;
	}
	.news .news_top .news_phone .phone_txt{
		font-size: 18px;
		margin-top: 15px;
	}
	.news .news_top .news_phone .phone_time{
		font-size: 14px;
		margin-top: 5px;
	}
	.news .news_top .news_url{
		width: 33%;
	}
	.news .news_top .news_url .url_item .url_icon{
		width: 48px;
		height: 48px;
	}
	.news .news_top .news_url .url_item span{
	    font-size: 16px;
	}
	.news .news_top .news_url .url_item a{
		font-size: 20px;
		margin-top: 10px;
	}
	
	
	
	.news_bottom{
	    column-gap: 30px;
	}
    .news_bottom .news_fl{
        width: calc(33.33% - 20px);
    }
    .news_bottom .group_news{
        width: calc(33.33% - 20px);
    }
	.news_bottom .news_fr{
	    width: calc(33.33% - 20px);
	}

	.news_bottom .news_fl .group_item .group_txt{
		width: 100%;
		padding: 10px 20px;
	}
	.news_bottom .news_fl .group_item .group_title span{
		width: calc(100% - 40px);
		font-size: 20px;
	}
	.news_bottom .group_item .group_title i{
		width: 8px;
		height: 16px;
	}
	.news_bottom .news_fl .group_item .group_cont{
		font-size: 16px;
		margin-top: 4px;
	}
	.news_bottom .group_news{
		padding: 30px 0 30px 15px;
	}
	.news_bottom .group_news .class_name{
		font-size: 26px;
	}
	.news_bottom .group_list{
		margin-top: 20px;
	}
	.news_bottom .group_list .group_li{
		column-gap: 10px;
		padding-bottom: 10px;
		padding-right: 15px;
		margin-bottom: 15px;
	}
	.news_bottom .group_list .group_li a{
		width: calc(100% - 113px);
		font-size: 16px;
	}
	.news_bottom .group_list .group_li .group_time{
		column-gap: 4px;
		font-size: 16px;
	}
	.news_bottom .group_list .group_li .group_time i{
		width: 13px;
		height: 13px;
	}
	.news_bottom .news_fr .news_dongtai{
		margin-bottom: 30px;
	}
	.news_bottom .news_fr .news_dongtai .dongtai_txt{
		padding: 20px 20px 20px;
	}
	.news_bottom .news_fr .class_box{
		margin-bottom: 20px;
	}
	.news_bottom .news_dongtai .class_box .class_name{
		font-size: 26px;
	}
	.news_bottom .news_fr .news_dongtai .dongtai_list{
		margin-top: 10px;
	}
	.news_bottom .news_fr .news_dongtai .dongtai_list a{
		padding: 8px 0;
		font-size: 16px;
	}
	.news_bottom .news_fr .group_notice{
		padding: 30px;
	}
	.news_bottom .otice_li{
		column-gap: 15px;
		padding: 10px 0 10px;
		margin-bottom: 5px;
	}
	.news_bottom .otice_li a{
		width: calc(100% - 120px);
		font-size: 16px;
	}
	.news_bottom .otice_li .otice_time{
		column-gap: 3px;
		font-size: 16px;
	}
	.news_bottom .otice_li .otice_time i{
		width: 13px;
		height: 13px;
	}




	/* 产业布局 */
	.layout{
		padding: 110px 0 140px;
	}
	.layout_list{
		margin: 70px 0 40px;
	}
	.layout_list .layout_item{
		height: 480px;
	}
	.layout_list .layout_item .layout_btn{
		padding: 70px 0;
		flex: 0 0 150px;
	}
	.layout_list .layout_item .layout_btn .layout_icon{
		width: 52px;
		height: 52px;
		top: -27px;
		padding: 6px;
	}
	.layout_list .layout_item .layout_btn .layout_txt{
		column-gap: 20px;
	}
	.layout_list .layout_item .layout_btn .layout_title{
		font-size: 28px;
	}
	.layout_list .layout_item .layout_btn .layout_key{
		font-size: 18px;
		max-height: 280px;
	}
	.layout_list .layout_item .layout_cont{
		width: 100%;
		padding: 3% 6%;
	}
	.layout_list .layout_item .layout_cont .layout_name{
		font-size: 28px;
	}
	.layout_list .layout_item .layout_cont .layout_en{
		font-size: 14px;
	}
	.layout_list .layout_item .layout_cont .layout_content{
		margin-top: 20px;
		font-size: 16px;
	}
	.layout_list .layout_item .layout_cont .layout_img{
		margin-top: 30px;
	}




	/* 扬子江文旅集团各企业 */
	.history{
		padding: 80px 0 145px;
	}
	.history_body{
		padding: 0 240px;
		margin-top: 50px;
	}
	.history_item{
		height: 411px;
	}
	.history_item .history_box{
		width: 426px;
		column-gap: 32px;
	}
	.history_item .history_box .history_logo{
		width: 140px;
		height: 140px;
		padding: 8px 12px;
	}
	.history_item .history_box .history_logo::before{
		width: 10px;
		height: 10px;
		bottom: -66px;
		margin-left: -3px;
	}
	.history_item .history_box .history_logo::after{
		width: 2px;
		height: 50px;
		bottom: -58px;
		margin-left: 1px;
	}
	.history_item:nth-child(2n) .history_box .history_logo::after{
		top: -50px;
	}
	.history_item:nth-child(2n) .history_box .history_logo::before{
		top: -60px;
	}
	.history_item .history_box .history_txt{
		height: 140px;
		width: calc(100% - 172px);
	}
	.history_item .history_box .history_txt .history_title{
		font-size: 22px;
		padding-bottom: 10px;
		white-space: normal;
	}
	.history_item .history_box .history_txt .history_key{
		font-size: 18px;
		line-height: 30px;
		column-gap: 30px;
		padding-left: 21px;
	}
	.history_item .history_box .history_txt .history_key::before{
		top: 6px;
		width: 16px;
		height: 16px;
	}
}




@media screen and (max-width: 769px){
    .class2_box .class2_line{
        display: none;
    }
    
    
    
    
	/* 新闻 */
	.news{
		padding: 30px 0 30px;
		box-sizing: border-box;
	}
	.news .main{
		width: 100%;
	}
	.news .news_top{
		display: block;
		width: 94%;
		margin: 0 auto;
	}
	.news .news_top .news_headlines{
		width: 100%;
        max-width: 100%;
		padding: 30px;
		margin-bottom: 20px;
	}
	.news_headlines .news_ul a,
	.news_bottom .news_fr .otice_li{
	    flex-wrap: wrap;
	}
	.news_headlines .news_ul .news_title,
	.news_bottom .news_fr .otice_li a{
	    width: 100%;
	   margin-bottom: 6px;
	}
	.news .news_top .news_phone{
		width: 100%;
        max-width: 100%;
		padding: 30px;
		min-height: 280px;
		margin-bottom: 20px;
	}
	.news .news_top .news_url{
		width: 100%;
        max-width: 100%;
		min-height: 280px;
	}
    .news .news_top .news_url .url_item{
        height: auto;
    }
	.news_bottom{
		display: block;
		margin-top: 30px;
		column-gap: 30px;
	}
	.news_bottom .news_fl{
		width: 100%;
		display: block;
		padding: 30px 0 0;
	}
	.news_bottom .news_news{
	    padding:0 30px 30px;
	}
	.news_bottom .news_fl .group_item{
		padding: 0;
		width: 90%;
		margin: 0 auto 20px;
	}
	.news_bottom .news_fl .group_item .group_txt{
		width: 100%;
		padding: 15px;
	}
	.news_bottom .group_news{
	    width: 100%;
	    padding: 30px;
	    max-width: 100%;
	    margin: 30px auto 0;
	}
	.news_bottom .group_list .group_li{
		display: block;
		padding-bottom: 10px;
		margin-bottom: 10px;
		padding-right: 0;
	}
	.news_bottom .group_list .group_li a{
		width: 100%;
		margin-bottom: 3px;
	}
	.news_bottom .news_fr{
		width: 100%;
		padding: 0;
	}
	.news_bottom .news_fr .news_dongtai{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.news_bottom .news_fr .news_dongtai .dongtai_img,
	.news_bottom .news_fr .news_dongtai .dongtai_txt{
	    width: 100%;
	}



	/* 产业布局 */
	.layout{
		padding: 0px 0 30px;
	}
	.layout_list{
	    display: block;
	}
	.layout_list .layout_item,
	.layout_list .layout_item.on{
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	}
	.layout_list .layout_item .layout_cont{
		display: none !important;
	}
    .layout_list .layout_item .layout_btn{
        flex: 0 0 100%;
        padding: 30px;
        height: fit-content;
    }
    .layout_list .layout_item .layout_btn .layout_txt{
        display: block;
    }
    .layout_list .layout_item .layout_btn .layout_title,
    .layout_list .layout_item .layout_btn .layout_key{
        width: 100%;
        writing-mode: initial;
        height: fit-content;
        white-space: inherit;
        margin: 16px 0;
    }
    .layout_list .layout_item .layout_btn .layout_title{
        font-size: 20px;
    }
    .layout_list .layout_item .layout_btn .layout_key{
        font-size: 14px;
    }
    
    


	/* 扬子江文旅集团各企业 */
	.history{
		padding: 50px 0px 30px 0;
	}
	.history_body{
		padding: 0;
		width: 94%;
		margin: 60px auto 0;
		padding-bottom: 100px;
	}
	.history_body::before{
	    top: auto;
	    bottom: 54px;
	    transform: translateX(-50%);
	}
	.history_item{
	    height: auto;
	}
	.history_item:nth-child(2n-1) .history_box .history_logo{
		margin-top: 24px;
	}
	.history_item:nth-child(2n) .history_box{
	    position: initial;
	    padding: 0;
	}
	.history_item:nth-child(2n) .history_box .history_logo::after{
	    top: auto;
	   bottom: -58px;
	}
	.history_item:nth-child(2n) .history_box .history_logo::before{
	    top: auto;
	    bottom: -66px;
	}
	.history_item .history_box .history_logo{
		width: 100px;
		height: 100px;
		margin-top: 24px;
	}
	.history_item .history_box .history_logo img{
	    transform: scale(1.4);
	}
	.history_item .history_box{
		left: 0;
        transform: translateX(0);
		width: 100%;
	}
	.history_item .history_box .history_txt .history_key::before{
	    width: 18px !important;
	    height: 18px !important;
	}
	
	.history_item .history_box .history_txt .history_title{
	    font-size: 20px;
	}
	.history_item .history_box .history_txt .history_key{
	    font-size: 14px;
	}
}











