.news_title{
	text-align: center;
	margin-top: 40px;
}
.news_title h4{
	font-size: 16px;
	color:#555;
	font-weight: bold;
}
.news_title p{
	color:#999;
}
.floor1{
	margin-top:40px;
	margin-bottom: 40px;
}
.news_txt>p{
	margin-bottom: 30px;
}
.news_txt p{
	color:#666;
}
.news_txt_img1{
	display: flex;
	justify-content: space-between;
}
.news_txt_img1 img{
	width:45%
}
.news_txt_img2 img{
	width: 100%;
}
.floor2{
	margin-bottom: 40px;
	
	position: relative;
}
.floor2 p{
	color:#666;
}
.floor2 p a{
	color:#666;
}
.floor2 p a:hover{
	color:#60C702;
}
.floor2>a.back{
	position: absolute;
	top:50%;
	right:10px;
	transform: translateY(-50%);
	border:1px solid #60C702;
	padding:5px 55px 5px 15px;
	background: #60C702;
	border-radius: 5px;
	color:#fff;
}
.back img{
	position: absolute;
	width:24px;
	height:14px;
    right: 13px;
    top: 8px;
}

@media screen and (max-width:768px){
	.floor2>a.back{
		display: none;
	}
	
	.floor2 {
	    margin-bottom: 60px;
	}
	.news_txt p {
	    font-size: 12px;
	}
}
