.index-news{
	padding-top: 60px;
	display: flex;
}
.index-news-left{
		width: 790px;
}
.index-news-title{
	display: flex;align-items: end;
}
.index-news-title h2{
	font-size: 24px;
	font-weight: bold;
	color: #050505;
	width: auto;
}
.index-news-title p{
	margin-left: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #999999;

}
.left-list{
	padding-top: 40px;
}
.left-list .left-item{
	padding-bottom: 20px;
}
.left-list .left-item h4:hover{
	color: #FF2943;
}
.left-list .left-item p{
	margin-top: 10px;
	height: 50px;
	font-size: 13px;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	overflow: hidden;text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.left-list .left-item h4{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	display: flex;justify-content: space-between;align-items: center;
}
.left-list .left-item h4 span{
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}
.btn-load{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
	padding-top: 40px;
	display: flex;align-items: center;
	justify-content: center;
}
.btn-load i{
	width: 10px;
	height: 6px;
	background: url(../images/index-news-load.png) no-repeat;
	margin-left: 5px;
}
/*å³ä¾§*/
.index-news-right{
	padding-left: 60px;	
}
.right-bottom{
	width: 350px;
  	height: 200px;
	background: url(../images/right.png) no-repeat;
	text-align: center;
}
.right-bottom .right-bottom-title{
	padding-top: 40px;
	width: 258px;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	margin: 0 auto;
	-webkit-background-clip: text;
}
.right-bottom .right-bottom-btn{
	display: flex;justify-content: center;align-items: center;
	width: 160px;
	height: 40px;
	background: linear-gradient(270deg, #FF6C7E 0%, #FF2842 100%);
	border-radius: 2px 2px 2px 2px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 20px auto;
}
.right-bottom-btn:hover{
	opacity: 0.9;
}

.index-news-right .title{
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	display: flex;align-items: center;
}
.index-news-right .title i{
	width: 16px;
	height: 16px;
	background: url(../images/news-huo.png)no-repeat;
	padding-right: 5px;
}
.index-news-right .title2 i{
	width: 16px;
	height: 16px;
	background: url(../images/tui_hao.png)no-repeat;
	padding-right: 5px;
}
.remen-news{
	margin-top: 40px;
	margin-bottom: 40px;
}
.index-news-right ul li {
    width: 350px;
    margin-top: 20px;
}
.index-news-right ul li a span {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    padding-right: 10px;
}
.remen-list li a{
	width: 350px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tuijian-list li a{
	width: 350px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-news-right ul li a:hover{
	color: #FF2943;
	font-weight: bold;
}
.index-news-right ul li:nth-child(1) span{
	color: #FF0E00;

}
.index-news-right ul li:nth-child(2) span{
	color: #FF6B00;

}
.index-news-right ul li:nth-child(3) span{
	color: #FFA800;

}

.index-news-right ul li:nth-child(1) i{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/jian.png)no-repeat;
	margin-left: 5px;

}
.index-news-right ul li:nth-child(2) i{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/re.png)no-repeat;
	margin-left: 5px;

}
.m-time{display: none;}
@media (max-width: 630px){
	

.index-news-right{
	display: none;
}
.index-news{
	padding-top: 30px;
}
.index-news-title{
	display:block;
	text-align: center;
	
}

.index-news-title h2{
	font-size: 16px;
}
.index-news-title p{
	font-size: 12px;
	margin: 0;
	padding-top: 5px;
}

.left-list .left-item h4{
	font-size: 14px;
	width: 100%;
	overflow: hidden;text-overflow: ellipsis;
	
}
.left-list .left-item h4 span{
	display: none;
	
}
.m-time{
	display: block;
	height: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
}
.left-list .left-item{
	padding-bottom: 20px;
}
.left-list .left-item p{
	display: none;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	height: 36px;
	/*white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	*/
}
.left-list{
	margin-top: 20px;
	padding: 20px 12px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid #E2E8EF;
	margin-bottom: 80px;
}

.btn-load{
	padding: 30px 0 20px 0;
}










}

























