.headBox {
	background: #09b3de;
}
.headBox_box .logoBox .logoTxt {
	color:#fff;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ;
}
.navBox .navBox_conter .navBox_conter_item a {
    color: #fff;
}
.navBox .navBox_conter .navBox_conter_item>a::after {
	background: #09b3de;
}
.navBox .navBox_conter .navBox_conter_item:hover>a, .navBox .navBox_conter .active>a {
	color:#fff;
}
.navBox .navBox_conter .navBox_conter_item:hover>a::after, .navBox .navBox_conter .active>a::after {
	background: #fff;
}
body {
	background: #efefef;
}



.fistConter {
	background: #09b3de url('../img/artical_1_1.jpg') no-repeat;
	background-size: 100% 100%;
}
.fistConter_box {
	padding:1.3rem 0 1.2rem;
	color:#fff;
	min-height: 6rem;
	height: auto;
	overflow: hidden;
}
.fistConter_box h1 {
	font-size: .5rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.fistConter_box p {
	font-size: .22rem;
	line-height: 1.5;
}

.secondConter {
	 /* background: #efefef; */
	 margin-top: -.6rem;
}
.secondConter .outConter {
	background: #fff;
}
.secondConter_box {
	padding: .5rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.secondConter_box .secondConter_box_item a {
	font-size: .3rem;
	color:#1e1e1e;
	outline: none;
}
.secondConter_box .active a, .secondConter_box .secondConter_box_item:hover a {
	color:#09b3de;
}

.thirdConter_newsBox {
	display: flex;
	/* justify-content: space-around; */
	flex-wrap: wrap;
}
.thirdConter_newsBox_item {
	/* border:.01rem solid #dadada; */
	border-radius: .05rem;
	display: inline-block;
	width:5.1rem;
	height:5.7rem;
	padding: .3rem;
	background: #fff;
	margin: 0 .25rem .7rem;
}
.thirdConter_newsBox_item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	outline: none;
	text-decoration: none;
}
.thirdConter_newsBox_item_imgBox {
	width:100%;
	height:2.8rem;
	overflow: hidden;
}
.thirdConter_newsBox_item_imgBox img {
	width: 100%;
	height:100%;
}
.thirdConter_newsBox_item_txtBox {
	width:100%;
	min-height:2.2rem;
	height: auto;
	overflow: hidden;
	padding:.4rem 0 .35rem;
}
.thirdConter_newsBox_item_txtBox h5 {
	font-size: .35rem;
	color:#1e1e1e;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: .25rem;
	font-weight: normal;
}
.thirdConter_newsBox_item a:hover .thirdConter_newsBox_item_txtBox h5 {
	color:#09b3de;
}
.thirdConter_newsBox_item_txtBox_abstract {
	height:auto;
	max-height:.72rem;
	overflow: hidden;
	margin-bottom: .2rem;
}
.thirdConter_newsBox_item_txtBox_abstract p {
	font-size: .22rem;
	color:#404040;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
}
.thirdConter_newsBox_item_txtBox .thirdConter_newsBox_item_txtBox_time {
	
	text-align: right;
	color:#6e6e6e;
}

.thirdConter_textBox_emptyBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.thirdConter_textBox_emptyBox .thirdConter_textBox_emptyBox_img {
	width:5rem;
	height: 3.213rem;
	overflow: hidden;
	margin-bottom: .5rem;
}
.thirdConter_textBox_emptyBox .thirdConter_textBox_emptyBox_img img {
	width:100%;
	height:100%;
}
.thirdConter_textBox_emptyBox h5 {
	font-size: .22rem;
	text-align: center;
	line-height: 1.8;
	color:#636363;
}
.thirdConter_textBox_emptyBox p {
	font-size: .22rem;
	text-align: center;
	line-height: 1.8;
	color:#636363;
}
.thirdConter_textBox_emptyBox p span {
	display: inline-block;
	margin-right: 10px;
}
.thirdConter_textBox_emptyBox p a {
	color:#09b3de;
	outline: none;
}


@media screen and (max-width: 900px) {
	.fistConter_box {
		padding: 1rem;
	}
	.secondConter {
		padding: 0 .6rem;
	}
	.thirdConter_newsBox_item {
		margin: 0 .58rem .7rem;
	}
	.thirdConter_newsBox_item_txtBox_abstract {
		max-height:.83rem;
	}
}

@media screen and (max-width: 770px) {
	.fistConter_box {
		padding: 1rem;
		margin-bottom: 1rem;
	}
	.fistConter_box h1 {
		font-size: 1rem;
	}
	.fistConter_box p {
		font-size: .6rem;
		text-align: justify;
	}
	.secondConter {
		padding: 0 1rem;
		margin-top: -2rem;
	}
	.secondConter_box {
		padding: .8rem;
	}
	.secondConter_box .secondConter_box_item a {
		font-size: .7rem;
	}
	.thirdConter_newsBox {
		flex-direction: column;
		
		padding: 0 1rem;
	}
	.thirdConter_newsBox_item {
		width:100%;
		margin: 0 auto 1rem;
		/* border:.02rem solid #dadada; */
		padding: 0;
		min-height: 10rem;
		height: auto;
		overflow: hidden;
	}
	.thirdConter_newsBox_item_imgBox {
		width:100%;
		height:10.5rem;
	}
	.thirdConter_newsBox_item_txtBox {
		width: 100%;
		height: auto;
		overflow: hidden;
		max-height: 100%;
		padding: .8rem .8rem .5rem;
	}
	.thirdConter_newsBox_item_txtBox h5 {
		font-size: .85rem;
		margin-bottom: .8rem;
	}
	.thirdConter_newsBox_item_txtBox_abstract {
		max-height:2.6rem;
		margin-bottom: .6rem;
	}
	.thirdConter_newsBox_item_txtBox_abstract p {
		font-size: .6rem;
		-webkit-line-clamp: 3;
	}

	.thirdConter_textBox_emptyBox .thirdConter_textBox_emptyBox_img {
		width:10rem;
		height: 6.416rem;
		overflow: hidden;
		margin-bottom: .5rem;
	}

	.thirdConter_textBox_emptyBox h5 {
		font-size: .6rem;
	}
	.thirdConter_textBox_emptyBox p {
		font-size: .6rem;
	}
	
	
}

















