.dy{
	background: #F5F7FA;
}
header{
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
}
.newsnav .index{
	width: 16px;
	height: 16px;
}
.newsnav{
	display: flex;
	align-items: center;
	font-size: 12px;
	padding: 15px 0;
	margin-top: 60px;
}
.newsnav{
	font-size: 12px;
	font-weight: 400;
	color: #000000;
}
.newsnav a{
	padding-right: 5px;
	padding-left: 5px;
}
.newsnav a:last-child{
	color: #999999;
}
.con1 {
	
}
.con-box{
	display: flex;justify-content: space-between;
	min-height: 700px;
}
.content{
	width: 900px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	padding: 20px;
	margin-bottom: 60px;
}
.content-title{
	padding-top: 30px;
	display: flex;align-items: center;
}
.content-title h1{
	
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	/*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-title .pre{
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background: url(../img/news-xiang-left@2x.png)no-repeat;
	background-size:100% 100%;
	
}
/*.content-title .pre:hover{
	background: url(../img/xiang-hover-pre.png)no-repeat;
}*/
/*.content-title .next:hover{
	background: url(../img/xiang-hover-next.png)no-repeat;
}*/
.content-title .next{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/news-xiang-right@2x.png)no-repeat;
	margin-left: 5px;
	background-size:100% 100%;
}

.content .time{
	display: flex;align-items: center;
	font-size: 12px;
	font-weight: 400;
	color: #999999;

}
.content .time p{
	padding-right: 10px;
}
.time{
	flex-wrap: wrap;
}
.time a{
	
	font-size: 12px;
	font-weight: 400;
	color: #1D43FF;
	padding-right: 20px;
}
.newstext li{
	text-align: left; 
	color: #0188fb;
}
.newstext h2{
	text-align: left; 
	font-size:16px;
	font-weight: bold;
	border-left: 4px solid #4693e9;
	margin: 10px 0px 15px 0px;
	padding: 10px 0 10px 20px;
	background: #f5f5f5;
}
                    	
.content .smalltext{
	margin-top: 20px;
	padding: 10px 20px;
	height: 60px;
	background: #F5F7FA;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
	border-left:2px solid  #1D43FF;
}
.content .smalltext p{
	line-height: 20px;
}
.content .newstext{
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-align: center;
}
.content .newstext p{
	text-align: left;
	margin-top: 20px;
}
.content .newstext p img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 60%;
}

.content .newstext img{
	/*margin-top: 40px;*/
	width: 100%;
	max-width: 500px;
}
.content .bg{
	width: 860px;
	height: 100px;
	
}
.content .bg:hover{
	opacity: 0.9;
	
}
.content .bg1{
	background: url(../img/xiang-bg1.png)no-repeat;
	width: 425px;
	height: 120px;
	padding: 30px 25px;

}
.content .bg p{
	height: 25px;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
}
.content .bg p span{
	color: #FFF500 ;
}
.content .bg2{
	background: url(../img/xiang-bg2.png)no-repeat;
	width: 425px;
	height: 120px;
	padding: 30px 25px;
}
.content .url{
	margin-top: 20px;
	height: 70px;
	background: #F5F7FA;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 25px;
	padding: 10px 20px;
	
}
.content .url input{
    position: absolute;
    top: -100px;
}
.content .url p{
	display: flex;
	align-items: center;
}
.content .url span{
	width: 40px;
	height: 20px;
	background: #FFFFFF;
	font-size: 12px;
	color:#1D43FF ;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #1D43FF ;
	display: flex;justify-content: center;align-items: center;
	margin-left: 10px;
	cursor: pointer;
}
.pages{
	padding-top: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	display: flex;justify-content: space-between;
}
.pages a{
	display: flex;align-items: center;
	
}
.pages p{
		color: #333333;
	}

.content .biao{
	width: 100%;
	height: 90px;
	background: linear-gradient(90deg, #FD4E44 0%, #E5190D 100%);
	border-radius: 10px 10px 10px 10px;
	display: flex;
	align-items: center;
	margin-top: 40px;
	
	
}
.content .biao .leimu{
	width: 100px;
	height: 40px;
	background: #F5F5F5;
	border-radius: 2px 2px 2px 2px;
	position: relative;
	
	font-size: 12px;
	color: #666666;
}

.content .biao .leimu input{
    position: relative;
    z-index: -1;
    opacity: 0;
}
.content .biao .leimu div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 0 10px 0 10px;
}
.content .biao h4{
	width: 150px;
    font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding:0 25px 0 25px;
}
.content .biao form{
	width: 75%;
    height: 90%;
    display: flex;
    align-items: center;
    background: #ffff;
    border-radius: 50px 10px 10px 50px;
    padding: 0 2% 0 2%;
    margin-right: 0.5%;
    justify-content: space-between;
}
.content .biao input{
	width: 120px;
	background:none;outline:none;border:none;
	height: 40px;
	background: #F5F5F5;
	border-radius: 2px 2px 2px 2px;
	padding-left: 10px;
	font-size: 12px;
}
.content .biao button{
	width: 120px;
	background:none;outline:none;border:none;
	height: 40px;
	background: linear-gradient(90deg, #FD4E44 0%, #E5190D 100%);
	border-radius: 2px 2px 2px 2px;
	display: flex;justify-content: center;align-items: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.content .biao button:hover{
	opacity: 80%;
}

.content .select {
    width: 100%;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    padding: 10px 11px;
    box-sizing: border-box;
    display: none;
    height: 200px;
    overflow: auto;
}
.content .select li{
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #333333;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 17px;
}
.content .select li:hover {
    /*background: rgba(255, 83, 83, 0.1);*/
    color: #FF5353;
}
.content .open .select {
    display: block;
}
.content .biao .sms{
	position: relative;
	
}
.content .biao .sms input{
	width: 140px;
	outline: none;
    border: none;
    height: 40px;
    background: #F5F5F5;
    border-radius: 2px 2px 2px 2px;
    padding-left: 10px;
    font-size: 12px;
	
}
.content .biao .sms span{

font-size: 12px;
font-weight: 400;
color: #1D43FF;
position: absolute;
left: 90px;
top: 13px;

	
}

/*æŽ¨èé˜…è¯»å¼€å§‹*/
.tui-news{
	margin-top: 40px;
	
}
.tui-news .tui-news-title{
	/*width: fit-content;*/
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #E8E8E8;
	display: flex;justify-content: space-between;align-items: center;
	color: #666666;
}
.tui-left{
	display: flex;align-items: start;
	border-bottom: 1px solid  #EEEEEE;
}
.tui-news-title .more{
	color: #999999;
	font-size: 12px;
}
.tui-news-title .more:hover{
	color: #1D43FF;
}
.tui-left .left-1{
	margin-right: 40px;
	display: flex;align-items: center;
	font-size:14px ;
	padding-bottom: 10px;
	cursor: pointer;
	
}
.tui-left .active{
	color: #1D43FF;
	border-bottom: 1px solid #1D43FF;
	
}


.tui-left .active i{

	background: url(../img/end-icon1.png)no-repeat !important;
	background-size: 100% !important;
}
.tui-left .active:nth-child(2) i{
	
	background: url(../img/end-icon2.png)no-repeat !important;
	background-size: 100% !important;	
}
.tui-left .active:nth-child(3) i{
	
	background: url(../img/end-icon3.png)no-repeat !important;
	background-size: 100% !important;
}


.tui-left .left-1:hover{
	color: #1D43FF;
}
.tui-left .left-1:hover i{

	background: url(../img/end-icon1.png)no-repeat;
	
}
.tui-left .left-1:nth-child(2):hover i{
	
	background: url(../img/end-icon2.png)no-repeat;
	
}
.tui-left .left-1:nth-child(3):hover i{

	background: url(../img/end-icon3.png)no-repeat;

}
.tui-left .left-1 i{
	width: 16px;
	height: 16px;
	background: url(../img/end-icon-hover1.png)no-repeat;
	background-size: 100% !important;
	margin-right: 6px;
}
.tui-left .left-1:nth-child(2) i{
	
	background: url(../img/end-icon-hover2.png)no-repeat;
	
}
.tui-left .left-1:nth-child(3) i{
	
	background: url(../img/end-icon-hover3.png)no-repeat;
	
}
.tui-list{
	margin-top: 30px;
	width: 100%;
}
.tui-list li{
	width: 100%;
	display: flex;align-items: center;
	margin-bottom: 20px
}
.tui-list li a{
	width:100%;
	height: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	display: flex;
  	align-items: center;
  	justify-content: space-between;

}
.tui-list li a:hover{
	color: #1D43FF;
}
.tui-list li span{
	height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.tui-list li i{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/news-re.png)no-repeat;
	margin-left: 5px;

}




/*右侧开始*/
.right{
	width: 290px;
	cursor: pointer;
}
.right .con1{
	background: url(../img/list-8@2x.png) no-repeat;
	width: 290px;
	height: 300px;
	background-size:100% 100%;
	padding: 30px 10px;
	overflow: hidden;
}

.right .con1 .right-1{
	text-align: center;
}
.right .con1 .right-1 img{
	width: 100px;
	height: 100px;
	border-radius: 30px;
}
.right .con1 .right-1 .text{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 10px;
}
.right .con1 .right-1 .text p{
	margin-top: 5px;
}
.right .con1 .right-1 .text span{
	color: #FFFFFF;
}
.right .con1 .right-2{
	margin-top: 10px;
	display: flex;align-items: center;
	justify-content: center;
	
}
.right .con1 .right-2 .re{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	width: 150px;
	height: 90px;
	background: url(../img/right-2.png)no-repeat;
	backdrop-filter: blur(50px);
	padding: 10px;
}
.right .con1 .right-2 .re h4{
	width: 96px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;

}
.right .con1 .right-2 .re p{

	padding-top: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;

}
.right .con1 .right-2 .re p span{
	color: #00FFFF;
	font-size: 14px;
	font-weight: Bold;

}
.right .con1 .right-2 img{
	width: 90px;
	height: 90px;

}







.right  .title{
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	display: flex;align-items: center;justify-content: space-between;
	border-bottom: 1px solid #F5F7FA;
}
.right  .title h2{
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #1D43FF ;
	padding-bottom: 10px;
}
.right  .title p{
	font-size: 12px;
	color: #999999;
	display: flex;align-items: center;
}


.right .con2 .item{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
}
.right .con2  .item:hover{
	
	color: #1D43FF;
}
.right .con2 .item:nth-child(2){
	margin-top:20px;
}
.right .con3{
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	padding:20px;
	margin-top: 10px;
}
.right .con3 .item{
	display: flex;align-items: center;
	padding: 10px 0;
	
}
.right .con3 .item p{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	width: 100%;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	
}
.right .con3 .item .bt:hover{
	color: #1D43FF !important;
}
.right .con3 .item .pic-box{
	min-width: 100px;
	overflow: hidden;
	margin-right: 20px;
}
.right .con3 .item img{
	width: 100px;
	height: 66px;
	
}
.right .con3 .item img:hover{
	transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}
.right .con3 .item .text .bt{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.right .con3 .item .text p{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	margin-top: 6px;
	display:-webkit-box  ;-webkit-line-clamp:2 ; -webkit-box-orient:vertical ;width:100%;overflow:hidden; text-overflow:ellipsis;
}
.right .con4{
	margin-top: 40px;
	cursor: pointer;
}
.right .con4 img{
	width: 320px;
	height: 180px;
}
.right .con4 img:hover{
	opacity: 0.9;
}
.m-bg{
	display: none;
}
@media (max-width: 630px){
	
	.mi{
		overflow: hidden;
	}
	.con1{
		margin-top: 1rem;
	}
	.newsnav{
		display: none;
	}
	.right{
		display: none;
	}
	.content .bg{
		display: none;
	}
	.m-bg{
		display: block;
		width: 100%;
		height: 1rem;
		margin-top: 0.3rem;
		
	}
	.content{
		width: 100%;
		margin-top: 10px;
	}
	.content-title{
		padding-top: 0;
	}
	.content-title a{
		display: none;
	}
	.content-title h1{
		font-size: 0.36rem;
		line-height: 0.6rem;
	}
	.content-flex-title{
		display: none !important;
	}
	.content .time {
		margin-top: 0.2rem;
	}
	.content .time a{ 
	padding-top:0.2rem;
	}
	.content .smalltext{
		margin-top: 0.2rem;
		padding: 0.28rem 12px;
		height: auto;
		font-size: 0.24rem;
	}
	.content .newstext{
		margin-top: 0.2rem;
	}
	.content .newstext img{
	    margin-top:0.4rem;
	}
	
	.content .url{
		font-size: 0.24rem;
		margin-top: 0.4rem;
		height: auto;
    	padding: 0.2rem 0.3rem;
    	border-left: 2px solid #1D43FF;
	}
	.content .url p span{
		display: none;
		padding-bottom: 0.2rem;
	}
	.content .url p{
		line-height: 0.5rem;
	}
	.pages{
		display: inherit;
	}
	.pages .next{
		padding-top: 0.2rem;
	}
	.tui-left .left-1{
		margin-right: 0.4rem;
	}
	.tui-list li p{
		
		white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	}
	.tui-list li span{
		display: none;
	}
	.tui-list{
		margin-top: 0.4rem;
	}
}





@keyframes myfirst {

0% {

transform: translateY(0px);

}

50% {

transform: translateY(-10px);

}

100% {

transform: translateY(0px);

}

}




















