@charset "utf-8";
/* CSS Document */

.page_menu{
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #ededed;
}
.page_menu .container{
	position: relative;
	height: 100%;
}
.menu_name{
	width: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0d4c8c;
	font-size: 26px;
	padding: 20px;
	color: #fff;
	line-height:40px;
	text-align: center;
	letter-spacing: 2px;text-transform: uppercase;padding: 50px 20px;
}
.page_box{
	float: right;
	height: auto;
}
.page_box h4{
	display: none;
}
.page_nav{
	width: auto;
	height: 70px;
	position: relative;
	line-height: 70px;
	float: right;
	display: block;
}
.page_nav a{
	display: block;
	font-size: 16px;
	color: #525252;
	padding: 0 20px;
	float: left;text-transform: uppercase;
}
.page_nav a:hover{
	color: #000;
}
.page_nav a.page_now{
	color: #0d4c8c;
	font-weight: bold;border-bottom: 3px solid #0d4c8c;
}
.page_nav a:last-of-type{
	
}


.ny h1{font-size: 32px;text-align: center;line-height: 100px;font-weight: 500;letter-spacing: 2px;color: #000000;}
.neirong {line-height: 2;font-size: 16px;min-height:250px;padding-bottom: 30px;}
.neirong p{}

.ny_show h1{font-size:28px;text-align: center;line-height:40px;font-weight: 500;letter-spacing: 2px;color: #000000;margin: 30px 0;}
.show_neirong{}
.show_neirong img{max-width: 100%;height: auto}



.bignews {
  width: 100%;margin-left: -20px;
}
.bignews ul li {
  margin-bottom: 3%;
  float: left;
  width: 100%;
  background: #f1efef;
  padding: 3% 0;list-style: none
}
.bignews ul li .data {
  width: 17%;
  margin: 0 3%;
  padding: 2.7% 0 3.3%;
  float: left;
  text-align: center;
  background: #f9f9f9;
  transition: all .5s;
}
.bignews ul li .newimg {
  width: 17%;
  margin: 0 3%;
  float: left;
  text-align: center;
  border:5px solid #f9f9f9;
  transition: all .5s;max-height:200px;overflow: hidden;
}
.bignews ul li .newimg img{width: 100%;height: auto}
.bignews ul li .data p {
  color: #124189;
  font-size: 49px;
  font-family: arial;
}
.bignews ul li .data span {
  color: #8c8c8c;
  font-size: 14px;
}
.bignews ul li .text {
  float: right;
  width: 73%;
  padding-right: 3%;
}
.bignews ul li .text h3 {
  color: #18478e;
  font-size: 18px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.bignews ul li .text em {
  display: none;
}
.bignews ul li .text p {
  margin-top: 12px;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.bignews ul li .text span {
  margin-top: 15px;
  display: inline-block;
  border: 1px solid #e8e8e8;
  line-height: 32px;
  padding: 0 18px;
  color: #999999;
  font-size: 14px;
}
.bignews ul li:hover .text h3 {
  color: #f08921;
}
.bignews ul li:hover .data {
  background: #124189;
}
.bignews ul li:hover .newimg{border:5px solid #124189;}
.bignews ul li:hover .data p,
.bignews ul li:hover .data span {
  color: #fff;
}

/*pages*/
.pages{padding: 50px 0;text-align: center;font-size:16px;}
.pages a{font-size:16px;border: 1px solid #e8e8e8;padding: 10px 20px;margin: 0 5px;}

.close-btn{padding-top:10px;text-align: right}



/*超小屏幕（手机，小于 429px）*/
@media (max-width: 375px) {
	.menu_name{display: none}
	.page_box{float:none;white-space: nowrap;overflow-x: auto;-webkit-overflow-scrolling:touch;width: 100%;}
	.ny h1{display: none}
	.ny img{max-width: 100%;height: auto;display: block}
	.neirong{padding: 30px 1%;font-size: 14px;}
	.bignews{width: 100%;margin-left: 0}
	.bignews ul{padding: 0}
	.bignews ul li .newimg,.bignews ul li .data {display: none}
	
	.bignews ul li .text {width:100%;float: none;padding: 0 2%;}
	.page_nav{float: none}
	.m_page_nav1{width: 420px;}
	.m_page_nav3{width: 880px;}
	
/*pages*/
.pages{padding: 50px 0;text-align: center;font-size:14px;}
.pages a{font-size:14px;border: 1px solid #e8e8e8;padding: 5px 10px;margin: 0 2px;}
	

}

