body {
	margin:0;
	padding:0;
}

a {
	text-decoration: none; /*去掉a标签下划线*/
	color: #000;
	cursor:pointer;   
	outline:none;
}

a img, :link img, :visited img {
	border:0px;
	text-decoration:none;
	vertical-align:middle;
}

ul,li {
	list-style-type: none;
}

a,h3,ul,li,ol {
	
	text-decoration: none;
	padding: 0;  /*浏览器默认padding-left:40px*/
	margin: 0;
}

p {
	word-wrap: break-word;
/* 弹性伸缩盒子模型显示 */
    display: -webkit-box;
    overflow: hidden;
/* ...展示 */
    text-overflow: ellipsis;
/* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-box-orient: vertical;
/* 限制在一个块元素显示的文本的行数 */
    white-space: pre-line;
}

.item-martin-top {
	margin-top: 30px;
}


.back {
	position:relative;
	width:90%;
	clear:both;
	margin:auto;
}

.top {
	position:relative;
	height:300px;
	width:100%;
	display:flex;
	flex-direction: row;
}

.search {
	position: absolute; 
	width: 200px;
	right: 100px; 
	bottom: 30px;
	background-color: white;
	z-index: 99;
}

.searchText {
	border: none;
	outline: none;
	height: 30px;
	margin-left: 5px;
}

.submitBtn {
	background:  url("//hianhui.ahnews.com.cn/img/sou.jpg") center no-repeat;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	border: none;
}

.nav-menu {
	height: 55px;
	background-color:rgb(0,122,185);
	width:100%;
	margin-top:10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.menu-items {
	display: flex; 
	flex-direction:row;
	height: 100%;
}


.menu-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.menu-item:first-child {
	border-left: none;
}

.menu-item:hover {
	background-color: rgba(0,0,0,0.3);
}

.menu-titles {
	display: flex;
	flex-direction: row;
}
.menu-line {
	width: 1px;
	background-color: #0644bb;
}

.item-title {
	color: white;
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.item-title:hover {
	color: white;
}

.select-item {
	background-color: rgba(61,184,218,0.9);
	top: 56px;
	z-index: 99;
	position: absolute;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}

.select-item-on {
	display: block;
}

.select-item li {
	display: flex;
	justify-content: center;
}
.item-sub {
	color: #fff;
	line-height: 30px;
}

.select-item li a:hover {
	color: rgb(0,122,185);
}

.webItems {
	display: flex; 
	flex-direction:row;
	margin-left: 5%;
	width: 13%;
	justify-content: space-between;
}

.web-item {
    cursor: default;
}

.sb {
	cursor: pointer;
}

.sub_label{
	position:relative;
	margin:60px auto 0 auto;
	width: 90%;
	clear:both;
	display:flex;
	flex-direction:row;
	align-items:center;
	
}
.sub_labelImg{
	width:100%;
	height:60px;
	align-items:center;
	display:flex;
	color:#007ec1;
	font-weight:bold;
	font-size:30px;
	}
.sub_labelImg_dot {
	width: 15px;
	height:30px;
	background-color: #007ec1;
}
.sub_labelImg h1{
	font-size:34px;
	margin:0;
	background:#fff;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:6px;
	white-space:nowrap;/* 不换行 */
	border-bottom:3px solid;
	border-image:linear-gradient(100deg, #007ec1, #007ec1 70%, #fa7821 30%, #fa7821 100%) 1;/* 设置底部边框为两种颜色*/
	text-transform: uppercase;   /* 大写*/
    font-weight: bold;
	}


.newsList{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	width:90%;
	margin:45px auto 30px auto;
	}
.newsList_item{
	box-sizing:border-box;
	width:23%;
	display:flex;
	flex-direction:column;
    margin-right: 2%;
    margin-bottom: 50px;
}

.newsList_item a img{
    width:100%;
	height: 200px;
    aspect-ratio: 1.7;
	
}
.newList_title{

	font-weight:bold;
	font-size:19px;
	line-height:1.5em;
    max-height: 3em;
	margin:15px 0px 10px 0px;

	overflow:hidden;
	text-overflow:ellipsis;
    word-wrap: break-word;

	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
	}

	.newList_title2{

		font-weight:bold;
		font-size:19px;
		line-height:1.5em;
		height: 3em;
		margin:15px 0px 10px 0px;
	
		overflow:hidden;
		text-overflow:ellipsis;
		word-wrap: break-word;
	
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		
		}
		.article_content{
			overflow:hidden;
			text-overflow:ellipsis;
			display:-webkit-box;
			-webkit-line-clamp:5;
			-webkit-box-orient:vertical;
			margin:0px 0px 20px 0px;
			color:#999;
			line-height:27px;
			max-height:135px;
		}

.newsList_item p {
	color: #767474;
    font-size: 16px;
}

.moreBtn{
	border-radius:64px;
	background:#6CF;
	margin:0 auto 80px auto;
	font-size:24px;
	width:400px;
	font-weight:bold;
	color:#fff;
	padding:10px 20px;
	text-align:center;
	cursor:pointer;
	}	
	
	
/*底部*/
.foot-container {
	padding-top:20px;
	margin-top:20px;
	background-color: #f3f3f3;
}
.footer {
	padding-top:20px;
	padding-bottom: 60px;
	background:#007AB8;
	margin-bottom:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.external{
	left:34%;
	position:relative;
	width:15%;
	margin-top:30px;
	display: flex;
	justify-content: space-between;
	}
.footer_navigation{
	display:flex;
	flex-direction:row;
	margin:30px auto 15px 60px; 
	
	}
.navList{
	display:flex;
	flex-direction:row;
	font-size:17px;
    
	}

.floot_item{
	display:flex;
	flex-direction:column;
	border-right:1px solid #139ade;
	padding-right: 60px;
	}
.floot_item:not(:last-child) {
    margin-right: 50px;
}
.floot_item a{
	color:#fff;
    margin-bottom: 10px;

	}
.floot_item a:hover{
	color:#9BDEFF;
	}
.nav{
	font-size:18px;
	font-weight:bold;
    
	}
.nav:not(:last-child) {
    margin-bottom: 10px;
}
.beian{
	display:flex;
	flex-direction:column;
	/* align-items:center; */
	text-align: center;
	margin-top:20px;
	}
.beian a{
	color:#fff;
	font-size:17px;
	margin-bottom:10px;
	white-space:pre-wrap;/* 显示空格*/
	letter-spacing: 0.03rem;/* 文字间距*/
	cursor:default;
	}
	
ul.pages{margin: 15px auto;text-align: center;width: 100%;}
ul.pages li{height:20px;line-height:20px;text-align:center;font-size:15px;background:#fff;color:#333333;clear: none;
	margin: 0 5px 8px;padding: 0 6px;border: 1px solid #dddad2;display: inline-block;vertical-align: bottom;}
ul.pages li a{width: auto;margin-right: 0;}
ul.pages li a:hover{text-decoration: none;}
ul.pages li.page.page-active{background: #d8d8d8;border: 1px solid #cccad2;}
ul.pages li.page.page-active a{color: #333333;}
		
@media screen and (max-width:1600px){
	.back {
		width: 1425px;
	}
}