.dy{
	position: relative;
	background: #FFFFFF;
}
.con-box{
	display: flex;justify-content: space-between;
	margin-top: 10px;
}
.newsnav{
	margin: 20px auto;
	display: flex;align-items: center;
	font-weight: 300;
	font-size: 12px;
	color: #666666;
	line-height: 40px;
	padding-top: 60px;
}
.newsnav img{
	width: 16px;
	height: 16px;
}
.newsnav a{
	
	padding: 0 6px;
}

.con-box .left{
	width: 900px;
	height: auto;
	background: #FFFFFF;
	
}
.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 .top{
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #DDDDDD;
	padding: 20px;
}
.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 .news1{
	display: flex;align-items: center;justify-content: space-between;
	flex-wrap: wrap;
	list-style: disc;

}
.con-box .left .news1 a{
	font-size: 12px;
	color: #333333;
	line-height: 30px;
}
.con-box .left .news1 li{
	margin-left: 20px;
	width: 45%;
}
.con-box .left .news1 li::marker { color: #CCCCCC; }
.con-box .left .con1{
	margin-top: 10px;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #DDDDDD;
	padding: 20px;
}
.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: 350px;
	height: auto;
}
.con-box .right .right-box{
	border: 1px solid #DDDDDD;
	padding:0 20px;
}
.con-box .right .list3{
	width: 100%;
	height: 120px;
	background: linear-gradient( #7A74FF 0%, #5952FD 100%);
	border-radius: 2px 2px 2px 2px;
	padding: 20px;
	margin-bottom: 10px;
}
.con-box .right .list3 h2{
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	letter-spacing: 1px;
}
.con-box .right .list3 .btn-box{
	display: flex;align-items: center;
	margin-top: 10px;
}
.con-box .right .list3 .btn-box .btn{
	width: 137px;
	height: 34px;
	background: linear-gradient( 90deg, #FFA800 0%, #FF6900 100%);
	border-radius: 2px 2px 2px 2px;
	display: flex;align-items: center;justify-content: center;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}
.con-box .right .list3 .btn-box .btn:nth-child(2){
	background: linear-gradient( 90deg, #45CFB6 0%, #2FAF98 100%);
}

.con-box .right .public-title{
	display: flex;align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	margin: 40px 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 .tag {
	
	margin-bottom: 20px;
	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 .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;
	
}
.newsnav{
	/* margin-top: 3.5rem; */
}
.con-box .top{
	padding: 0;
	border: 0;
}
.con-box .left .con1{
	padding: 0;
	border: 0;
	margin:0.6rem 0;
	padding-bottom: 60px;
}
.m-banner{
	display: block;
	width: 100%;
}
.con-box .left .l-title{
	margin-bottom: 0;
	margin-top: 0.2rem;
}

.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: 1.5rem;
	height: 60px;
	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.3rem;
    font-size: 0.2rem;
}
.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 .news1 li{
	margin-left: 20px;
	width: 98%;
}

















}