@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
}

a {
	text-decoration: none; /*去掉a标签下划线*/
	color: #000;
	cursor:pointer;   
	outline:none;
}

a:hover { text-decoration: none; color: #3773db; }

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-break:break-all;
/* 弹性伸缩盒子模型显示 */
    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;
	width:100%;
	display:flex;
	flex-direction: row;
}
.top_content{
	width: 100%;
}

.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;
	margin-bottom:80px;
}

.menu-items {
	display: flex; 
	flex-direction:row;
}


.menu-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin-right: 30px; */
	position: relative;
	height: 55px;
}
.menu-item:hover{
	background: rgba(0, 0, 0, 0.3) right 8px center no-repeat;
    background-size: 10px;
    cursor: pointer;
}
/* .menu-item:first-child {
	border-left: none;
} */

.item-title {
	color: white;
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 1px solid #0644bb;
	margin: auto;
}

.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 {
	/*margin-right: 30px;*/
	cursor:default;
}


.color{
	background:red;
	}
.more {
	position:absolute;
	right:0;
}


.sub_label{
	position:relative;
	margin:0 auto 0 auto;
	width: 90%;
	clear:both;
	display:flex;
	flex-direction:row;
	align-items:center;
	
}
/* .sub_label img{width:100%;} 
	.sub_labelImg{
	background:url(tiao.png) no-repeat;
	width:100%;
	height:60px;
	padding-left:17px;
	align-items:center;
	display:flex;
	color:#007ec1;
	font-weight:bold;
	font-size:30px;
	} 
.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; 设置底部边框为两种颜色
	}
	*/
.toutiao{
	position:relative;
	margin:45px auto 100px auto;
	width:90%;
	display:flex;
	flex-direction:row;
	height: 525px;
	overflow: hidden;
	}
.bigPicNew{
	position:relative;
	width:85%;
	display:flex;
	flex-direction:row;
	overflow:hidden;
	}
.leftText{
	width:30%;
	display:flex;
	flex-direction:column;
	padding-top:30px;
	padding-right:20px;
	padding-left:20px;
	background:#f8f8f8;
	justify-content:space-between;
	
	}
.leftText_title{
	font-weight:bold;
	font-size:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height:45px;
	max-height:180px;
	color:#000;
	margin-bottom:20px;
	}
	.leftText_title:hover {
		color: #3773db;
	}
.leftText_content{
	color:#7c7a7d;
	font-size:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	line-height:30px;
	max-height:210px;
	margin-bottom:20px;
	word-break:break-word;
	}
	
.leftText_content p{
	margin-block-end:0;
	margin-block-start:0;
	word-break:break-word;
    margin-bottom: 0px !important;
    text-align: inherit !important;
	}
	
.leftText_time{
	color:#7c7a7d;
	font-size:20px;
	padding-bottom:10px;
	}
.bigpic{
	width:70%;
	}
.bigpic a{
	width:100%;
	height:525px;
	display:block;
	}
.bigpic a img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.rightNews{
	width:15%;
	position:relative;
	float:right;
	display:flex;
	flex-direction:column;
	padding-left:30px;
	/* row-gap:24px; */
	}
.new{
	position:relative;
	display:flex;
	flex-direction:column;
	flex:1;
	}
.rightNews_title{
	font-weight:bold;
	font-size:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height:25px;
	max-height:75px;
	margin-top:10px;
	margin-bottom: 5px;
	}
.rightNews_pic{
	width:100%;
	height:139px;
	}
.rightNews_pic img{width:100%;height:100%;}
.rightNews_time{
	color:#7c7a7d;
}
.newsList{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	margin:45px auto 100px auto;
	width:90%;
	/*justify-content:flex-start;
	row-gap:70px;
	column-gap:2.66%;*/
	}
.newsList li:nth-child(4n){margin-right:0;}
.newsList_item{
	box-sizing:border-box;
	width:23%;
	border:1px solid #f3f3f3;
	float:left;
	margin-bottom:40px;
	margin-right:2.6%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	/*display:flex;
	flex-direction:column;
	position:relative;
	padding-bottom:25px;*/
	}
	

/*  保证图片整体放大，不超出容器*/
.article_picBig{
	overflow:hidden;
	}

.article_picBig,.newsList li img{width:100%;height:200px;display:block;}

.article_picBig img{
	
	transition:transform 1s ease 0s;/* 添加动画效果*/
	-moz-transition:transform 1s ease 0s;/* 火狐*/
	-webkit-transition:transform 1s ease 0s;/* safari chrome*/
	-o-transition:transform 1s ease 0s;/* opera*/
	}
	
.newsList_item a img:hover{
	transform:scale(1.2);/* 将图像放大到原来的1.2倍*/
	}
	
.newList_title{
	font-weight:bold;
	font-size:19px;
	line-height:27px;
	margin:15px 10px 10px 17px;
	max-height:54px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	}
	
.newList_title2{
	font-weight:bold;
	font-size:19px;
	line-height:27px;
	margin:45px 10px 0px 17px;
	max-height:54px;
	overflow:hidden;
	text-overflow:ellipsis;
	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:10px 10px 10px 17px;
	color:#999;
	line-height:27px;
	max-height:135px;
	}
	

.newList_time{
	font-size:16px;
	color:#666;
	margin-bottom:10px;
	margin-left:17px;
	}
	
	
/*底部*/
.foot-container {
	padding-top:20px;
	margin-top:20px;
	background-color: #f3f3f3;
}
.footer {
	padding-top:20px;
	background:#007AB8;
	margin-bottom:20px;
	display:flex;
	flex-direction:column;
	/*align-items:center;*/
}
.external{
	/*left:34%;*/
	left:78%;
	position:relative;
	width:16%;
	margin-top:30px;
	flex-wrap:nowrap;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	}
.footer_navigation{
	display:flex;
	flex-direction:row;
	margin:45px 0px 15px 0px;
	width:100%;
	}
.footer_logo{
	margin-right:40px;
	margin-left:7%;
	}
	
.footer_logo img{width:100%;}

.footer_navList{
	display:flex;
	flex-direction:row;
	font-size:17px;
	width:82%;
	}

.footer_item{
	display:flex;
	flex-direction:column;
	border-right:1px solid #139ade;
	padding-right:4%;
	width:15%;
	}
	
.footer_item a{
	color:#fff;
	margin-bottom:8%;
	margin-left:23%;
	}
	
.footer_item a:hover{
	color:#9BDEFF;
	}
.footer_nav{
	font-size:20px;
	font-weight:bold;
	}
.beian{
	display:flex;
	flex-direction:column;
	/* align-items:center;*/
	text-align:center;
	margin-top:20px;
	overflow:hidden;
	width:100%;
	}
.beian a{
	color:#fff;
	font-size:17px;
	margin:10px auto;
	/*white-space:pre; 显示空格*/
	/* letter-spacing: 0.03rem;文字间距*/
	cursor:default;
	text-align:center;
	width:100%;
	}

@media screen and (max-width:1600px){
	.back {
		position:relative;
		width:1425px;
		clear:both;
		margin:auto;
	}
}	

/* @media screen and (max-width:1500px){
	.top {
		position:relative;
		width:1341px;
		height: 230px;
		display:flex;
		flex-direction: row;
	}
	.top_content{
		width: 1341px;
	}
	.content{
		width: 1202px;
		margin: auto;
	}
	.foot-container {
		width: 1335px;
		padding-top:20px;
		margin-top:20px;
		background-color: #f3f3f3;
	}
}	 */
