.floor1{
	margin-top: 45px;
	margin-bottom: 80px;
}
.floor1_ul>li::after{
	content: "";
	display: block;
	clear: both;
}
.floor1_ul>li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #D2D2D2;
	cursor: pointer;
}
.floor1_ul>li:last-child{
	border: none;
}
.floor1_ul>li>div{

}
.floor1_ul>li>div:first-child{
	width:200px;
	height: 200px;
	float: left;
	
}
.floor1_ul>li>div:first-child img{
	width:100%;
	height: 100%;
}
.floor1_ul>li>div:nth-child(2){
	width:100%;
	box-sizing: border-box;
	padding-left: 230px;
}
.floor1_ul>li>div:nth-child(2)>a{
	display: block;
}
.floor1_ul>li>div:nth-child(2)>a>h5{
	color: #303030;
	font-size: 18px;
	margin: 25px 0 30px 0;
	transition: all .3s;
	
}
.floor1_ul>li>div:nth-child(2)>a>p{
	color: #666;
	font-size: 16px;
	margin-bottom: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.floor1_ul>li>div:nth-child(2)>div::after{
	content: "";
	display: block;
	clear: both;
}
.floor1_ul>li>div:nth-child(2)>div span{
	float: left;
	color: #666;
	font-size: 14px;
}
.floor1_ul>li>div:nth-child(2)>div a{
	float: right;
	display: inline-block;
	padding: 6px 10px;
	background: #ACACAC;
	color: #fff;
	font-size: 16px;
	transition: all .3s;
}
.floor1_ul>li:hover>div:nth-child(2)>h5{
	color: #00A2E9;
}
.floor1_ul>li:hover>div:nth-child(2)>div a{
	background: #00A2E9;
}



/*新闻详情*/
.news_caption{
	text-align: center;
	margin-bottom: 35px;
}
.news_caption>h5{
	color: #00A2E9;
	font-size: 22px;
	margin: 0;
}
.news_caption>p{
	color: #666;
	margin: 12px 0;
}
.news_caption>div{
	width:60px;
	height: 2px;
	background: #00A2E9;
	margin: 0 auto;
}

.news_txt{
	color: #666;
}
.news_txt img{
	max-width: 100%;
	height: auto!important;
}



@media screen and (min-width: 992px) and (max-width:1200px) {
	
}

@media screen and (min-width: 769px) and (max-width:991px) {
	
}
@media screen and (max-width:768px) {
	.floor1_ul>li{
		padding: 0 15px 20px;
	}
	.floor1_ul>li>div:first-child{
		width:100%;
		height: auto;
		float: inherit;
	}
	.floor1_ul>li>div:nth-child(2){
		padding: 0;
	}
	.floor1>.row{
		padding: 0 15px;
	}
}