.floor1{
	margin-bottom: 80px;
}
.news_item{
	/* padding-bottom: 20px; */
	border-bottom: 1px dashed #DFDFDF;
  	/* height: 260px; */
	/* margin-top:40px; */
}
.news_item::after{
	content:"";
	display: block;
	clear: both;
}
.news_item>div{
	/* float:left; */
}
/* .news_item>div:first-child{
	float:left;
	width:324px;
	height:208px;
}
.news_item>div:first-child img{
	width:100%;
	height:100%;
} */
#service {
	width: 170px;
	height: 250px;
	background-color: #0094D7;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 0;
	top: 300px;
}
#inside {
	width: 150px;
	height: 230px;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around
}
.title {
	color: #88D8F6;
	font-size: 18px;
	font-weight: bold
}
.line {
	width: 90%;
	height: 1px;
	background-color: gainsboro
}
.qq_pic {
	width: 141px;
	height: 43px;
}
#phone {
	color: orange;
	font-weight: bold;
}
/* .news_item>div:nth-child(2){
	width:635px ;
	margin-left: 30px;
	height:208px;
	box-sizing: border-box;
	padding-right: 30px;
}
.news_item>div:nth-child(2) h4{
	color:#333;
	font-weight: bold;
	font-size: 16px;
}
.news_item>div:nth-child(2) p{
	color:#666;
	margin:30px 0 10px 0;
}
.news_item>div:nth-child(2) a{
	color:#003F71;
	padding:5px 15px;
	border:1px solid #003F71;
}
.news_item>div:nth-child(2) a:hover{
	color:#fff;
	background: #003F71;
} */
.news_info{
	/* width:500px; */
	/* margin-left: 30px; */
	height:100%;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
	box-sizing: border-box;
  	position: relative;
	/* padding-right: 30px; */
}
.news_info div {
	display: flex;
  	align-items: center;
  	justify-content: space-between;
    height: 40px;
  	position: absolute;
  	right: 0;
  	bottom: 15px;
}
.news_info h2 {
	margin-top: 10px;
}
.news_info h4{
	color:#333;
	font-weight: bold;
	font-size: 16px;
}
.news_info p{
	color:#666;
  	/* margin:10px 0; */
}
.news_info > a{
	color:#003F71;
	padding:5px 0;
  	display: block;
  	width: 100px;
  	text-align: center;
  	margin-bottom: 20px;
	border:1px solid #003F71;
}
.news_info > a:hover{
	color:#fff;
	background: #003F71;
}
.news_item>div:nth-child(3){
	width:181px;
	height:208px;
	text-align: center;
	border-left:1px solid #D5D5D5;
	box-sizing: border-box;
}
.news_item>div:nth-child(3) .news_line{
	width:20px;
	height:2px;
	background: #CBCCCC;
	margin: 0 auto;
}
.news_item>div:nth-child(3) h2{
	margin-top:65px;
}
.news_item>div:nth-child(3) h6{
	color:#777;
}


@media screen and (min-width:992px ) and (max-width:1200px) {
	.news_item>div:first-child{
		    width: 270px;
		    /*height:173px;*/
	}
	.news_item>div:nth-child(2) {
	    width: 520px;
	    height: 173px;
	}
	.news_item>div:nth-child(3) {
	    width: 150px;
	    height: 173px;
	}
}

@media screen and (min-width:769px ) and (max-width:991px){
	
	.news_item>div:first-child {
	    width: 240px;
	    /*height: 138px;*/
	    font-size: 12px;
	}
	.news_item>div:first-child h4 {
	    font-size: 14px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.news_item>div:nth-child(2) {
	    margin-left: 20px;
	    width: 390px;
	    height: 138px;
	     font-size: 12px;
	}
	.news_item>div:nth-child(2) h4 {
	    font-size: 14px;
	     white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.news_item>div:nth-child(2) p {
	    color: #666;
	    margin: 10px 0 10px 0;
	}
	.news_item>div:nth-child(3) {
	    width: 100px;
	    height: 138px;
	     font-size: 12px;
	}
	.news_item>div:nth-child(3) h4 {
	    font-size: 14px;
	     white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}

@media screen and (max-width:768px ){
	.news_item>div:first-child {
	    display: none;
	}
	.news_item>div:nth-child(2) {
	    margin-left: 0px;
	    width: 70%;
	    height: auto;
	     font-size: 12px;
	}
	.news_item>div:nth-child(2) h4 {
	    font-size: 14px;
	     white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.news_item>div:nth-child(2) p {
	    color: #666;
	    margin: 10px 0 10px 0;
	}
	.news_item>div:nth-child(3) {
	    width: 30%;
	    height: auto;
	     font-size: 12px;
	}
	.news_item>div:nth-child(3) h4 {
	    font-size: 14px;
	     white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}
