.dy{
	position: relative;
	background: #FFFFFF;
	padding-bottom: 1.3rem;
}
.newsnav{
	display: flex;
	align-items: center;
	padding: 0.2rem 0;
	color: #000000;
	font-size: 14px;
}
.newsnav img{
	width: 0.32rem;
	height: 0.32rem;
	background: #000000;
}
.newsnav a{
	font-size: 0.24rem;
	color: #000000;
	line-height: 20px;
	margin: 0 2px;
}
.con-box{
	display: flex;justify-content: space-between;
	margin-top: 10px;
}
.con-box .left{
	width: 870px;
	height: auto;
}
.con-box .left .banner .pc{
	width: 100%;
	height: 240px;
}
.con-box .left .banner .m-banner{
	display: none;
}
.con-box .left .l-title{
	display: flex;align-items: center;
	margin-bottom: 20px;
}
.con-box .left .l-title img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.con-box .left .l-title h4{
	font-size: 16px;
	color: #000000;
	line-height: 20px;
}
.con-box .left .con1{
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #DDDDDD;
	padding: 20px;
}
.con-box .left .con1 .title h1{
	font-size: 24px;
	color: #000000;
	line-height: 30px;
	display: flex;align-items: center;
	margin-bottom: 10px;
}
.con-box .left .con1 .title a{
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
.con-box .left .con1 .title h1 span{
	color: #66B95B;
}
.con-box .left .news1{
	display: flex;align-items: center;justify-content: space-between;
	flex-wrap: wrap;
	list-style: disc;
	
}
.con-box .left .news1 a{
	font-size: 15px;
	color: #333333;
	line-height: 30px;
}
.con-box .left .news1 li{
	margin-left: 20px;
	font-size: initial;
}
.con-box .left .news1 li::marker { color: #CCCCCC; }

.con-box .left .news3{
	margin-top: 20px;
	display: flex;align-items: center;justify-content: space-between;
	position: relative;
}

.con-box .left .news3 li{
	width: 410px;
	height: 270px;
}
.con-box .left .news3 img{
	width: 100%;
	height: 270px;
}
.con-box .left .news3 p{
	width: 390px;
	padding: 5px 10px;
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	height: 40px;
	background:rgba(0,0,0,0,0.25);
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: left;
	position: absolute;
	bottom: 0;
}
.con-box .left .con2{
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #DDDDDD;
	padding: 20px;
	margin-top: 10px;
}
.con-box .left .news4{
	display: flex;align-items: center;justify-content: space-between;
	position: relative;
}

.con-box .left .news4 li{
	width: 200px;
	height: 130px;
}
.con-box .left .news4 img{
	width: 100%;
	height: 130px;
}
.con-box .left .news4 p{
	width: 180px;
	padding: 5px 10px;
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	height: 30px;
	background:rgba(0,0,0,0,0.25);
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
	position: absolute;
	bottom: 0;
}

.con-box .left .con2-box {
	margin-top: 20px;
	display: flex;justify-content: space-between;
}

.con-box .left .con2-box .l-cont{
	width: 410px;
	height: auto;
}
.con-box .left .con2-box .l-cont .l-1 img{
	width: 100%;
	height: 270px;

	
}
.con-box .left .con2-box .l-cont .l-1 p{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	
}
.con-box .left .con2-box .l-cont .l-2{
	display: flex;justify-content: space-between;
	margin-top: 20px;
}
.con-box .left .con2-box .l-cont .l-2 .item{
	width: 200px;
	height: 130px;
}
.con-box .left .con2-box .l-cont .l-2 .item img{
	width: 100%;
	height: 130px;
}
.con-box .left .con2-box .l-cont .l-2 .item p{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}


.con-box .left .con2-box .r-cont{
	width: 390px;
	height: auto;
	
}
.con-box .left .con2-box .r-cont ul{
	list-style: disc;
	
	
}
.con-box .left .con2-box .r-cont li{
	font-size: 14px;
	color: #333333;
	margin-left: 20px;
	line-height: 30px;
}
.con-box .left .con2-box .r-cont li::marker { color: #CCCCCC; }



.con-box .left .news2 a{
	display: flex;align-items: center;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
	margin-top: 20px;
}
.con-box .left .news2 a:last-child{
	
	border-bottom: 0;
	padding-bottom: 0;
	
}
.con-box .left .news2 a .pic{
	width: 200px;
	height: 130px;
	margin-right: 20px;
}
.con-box .left .news2 a .title h4{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	
}
.con-box .left .news2 a .title .small{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
}
.con-box .left .news2 a .title .time{
	display: flex;align-items: center;
	margin-top: 30px;
}
.con-box .left .news2 a .title .time p{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	display: flex;align-items: center;
}
.con-box .left .news2 a .title .time p:nth-child(2){
	margin-left: 20px;
}
.con-box .left .news2 a .title .time p img{
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.con-box .left .news2 .gg img{
	width: 100%;
	display: block;
}
.con-box .right{
	width: 320px;
	height: auto;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #DDDDDD;
	padding:0 20px;
}
.con-box .right .tag{
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
	display: flex;align-items: center;justify-content: center;
	flex-wrap: wrap;
}
.con-box .right .tag a{
	width: 85px;
	height: 30px;
	background: #F5F7FA;
	font-weight: 300;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	display: flex;align-items: center;justify-content: center;
	margin-bottom: 5px;
	margin-right: 5px;
}
.con-box .right .tag2 .tag-box{
	
	
	display: flex;align-items: center;justify-content: center;
	flex-wrap: wrap;
}
.con-box .right .tag2 .tag-box a{
	width: 85px;
	height: 30px;
	background: #F5F7FA;
	font-weight: 300;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	display: flex;align-items: center;justify-content: center;
	margin-bottom: 5px;
	margin-right: 5px;
}

.con-box .right .public-title{
	display: flex;align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	margin: 20px 0 20px;
}
.con-box .right .public-title i{
	display: block;
	width: 4px;
	height: 14px;
	background: #FF6D00;
	margin-right: 10px;
}
.con-box .right .list1 ul li{
	margin-top: 20px;
}

.con-box .right .list1 ul li img{
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.con-box .right .list1 ul li a{
	display: flex;align-items: center;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.con-box .right .list1 ul li a span{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	margin-right: 5px;
}
.con-box .right .list1 ul li:nth-child(1) a span{
	color: #FF0E00 ;
}
.con-box .right .list1 ul li:nth-child(2) a span{
	color: #FF6B00;
}
.con-box .right .list1 ul li:nth-child(3) a span{
	color: #FFA800;
}
.con-box .right .list-gg img{
	width: 100%;
	display: block;
	margin-top: 20px;
}


.con-box .right .list2 ul li a{
	display: block;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:1px solid  #EEEEEE;
}

.con-box .right .list2 .item{
	position: relative;
	margin-bottom: 20px;
}
.con-box .right .list2 .item img{
	width: 280px;
	height: 180px;
	display: block;
}

.con-box .right .list2 .item p{
	width: 260px;
	height:30px;
	position: absolute;bottom: 0;
	display: flex;align-items: center;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(50px);  -webkit-backdrop-filter: blur(50px);
}



.m-banner{
	display: none;
}






@media (max-width: 630px){
.con-box{
	margin: 0;
}	
.con-box .right{
	display: none;
}
.con-box .left{
	width: 100%;
	border: 0;
	padding: 0;
	margin-top: 1rem;
}
.con-box .left .con1{
	padding: 0;
	border: 0;
}
.pc{
	display: none;
}
.con-box .left .banner .m-banner{
	display: block;
	width: 100%;
	height: auto;
}
.con-box .left .l-title{
	margin-top: 0.6rem;
	margin-bottom: 0.3rem;
}
.con-box .left .news1{
	margin-top: 0.2rem;
	border-bottom: 0;
	padding-bottom: 0px;
}
.con-box .left .con1 .title h1{
	font-size: 0.32rem;
	line-height: 0.6rem;
	margin-top: 0.3rem;
	margin-bottom: 5px;
}
.con-box .left .con1 .title a{
	font-size: 0.24rem;
	line-height: 0.4rem;
}
.con-box .left .news2 a{
	align-items: initial;
}
.con-box .left .news2 a .pic{
	width: 2rem;
	height: 66px;
	margin-right: 0.2rem;
}
.con-box .left .news2 a .title .small{
	display: none;
}
.con-box .left .news2 a .title .time p:nth-child(1){
	display: none;
}
.con-box .left .news2 a .title h4{
	line-height: 0.4rem;
	font-size: 0.24rem;
}
.con-box .left .news2 a .title .time{
	margin-top: 0.2rem;
}
.con-box .left .news2 a .title .time p:nth-child(2){
	margin: 0;
}
.con-box .left .news2 .gg img{
	display: none;
}

.con-box .left .news3 li:nth-child(2){
	display: none;
}

.con-box .left .news3 p{
	width: 100%;
	padding: 0;
	text-align: center;
}
.con-box .left .news3 img{
	width: 100%;
}

.con-box .left .con2{
	padding: 0;
	border: 0;
}
.con-box .left .news4 li:nth-child(n+3) {
	display: none;
}
.con-box .left .news4 li{
	width: 49%;
}
.con-box .left .news4 p{
	width: 49%;
	padding: 0;
	text-align: center;
}
.con-box .left .con2-box .l-cont{
	display: none;
}








}