.news_tabs{
	margin:40px 0;
}
.news_tabs a{
	color:#333;
}
.news_tabs>ul{
	padding:0;
	width:346px;
	margin:0 auto;
	border:1px solid #E7E7E7;
	border-radius: 20px;
}
.news_tabs>ul::after{
	content: "";
	display: block;
	clear: both;
}

.news_tabs>ul>li{
	float:left;
	width:114px;
	text-align: center;
	padding:9px 0;
}
.news_tabs>ul>li:first-child{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.news_tabs>ul>li:last-child{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.news_tabs>ul>li:nth-child(2){
	border-right:1px solid #E7E7E7 ;
	border-left:1px solid #E7E7E7 ;
}
.news_active{
	background: #0974EC;
	color:#fff;
}
.news_active a{
	color:#fff;
}
.floor1{
	margin-bottom: 40px;
}
.floor1>div.row{
	padding-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
	margin-top:30px;
}
.floor1>div.row>div{
	box-sizing: border-box;
}
.news_img{
	padding:0;
}
.news_img img{
	width:100%;
}


.news_txt{
	padding-left:40px;
	position: relative;
}
.news_txt>p:first-child a{
	color:#333;
	font-size: 15px;
	font-weight: bold;
}
.news_txt>p:first-child a:hover{
	color:#0974EC;
}
.news_txt>p:nth-child(2){
	color:#999;
	height: 61px;
	overflow: hidden;
}
.news_txt>p:nth-child(3){
	color:#999;
}
.news_txt>p:nth-child(3) span{
	margin-right: 5px;
}
.news_txt>p:nth-child(3) img{
	width:18px;
	height:18px;
}
.news_txt>a{
	color:#666;
	position: absolute;
	display: inline-block;
	right:30px;
	bottom:5px;
	padding:5px 15px;
	border:1px solid #D9D9D9;
	border-radius: 5px;
}
.news_txt>a:hover{
	background: #0974EC;
	color:#fff;
}

@media screen and (max-width:768px){
	.news_tabs>ul>li{
		width:84px;
		padding:5px 0;
	}
	.news_img{
		display: none;
	}
	.news_tabs>ul{
		width:256px;
	}
	.news_txt>p:nth-child(2){
		display: -webkit-box; 
		-webkit-line-clamp: 2; 
		-webkit-box-orient: vertical; 
		overflow: hidden;
		margin-bottom: 30px;
		font-size: 12px;
	}
	.floor1 {
	    margin-bottom: 60px;
	}
	
}
