﻿
body { font-family:"Microsoft Yahei" }
/* 公用样式================================================================================ */
.gao20 {	height:20px;	font-size:1px;/* 由于ie6的双倍高度问题，所以要把12px以下加入这个字体设置项 */	  	}
.gao15 {	height:15px;	font-size:1px;/* 由于ie6的双倍高度问题，所以要把12px以下加入这个字体设置项 */	  	}
.gao10 {	height:10px;	font-size:1px;/* 由于ie6的双倍高度问题，所以要把12px以下加入这个字体设置项 */	  	}
.gao5 {	height:5px;	font-size:1px;/* 由于ie6的双倍高度问题，所以要把12px以下加入这个字体设置项 */	  	}
.shu { padding:0; border-right:1px solid #fff; margin:0 8px; line-height:0; }
.editbox { background:#fff; border:1px solid #ccc; cursor:text; font-family:"arial"; font-size:12px;height:18px; padding:1px; }

.input_on{font-size:18px;font-family:'微软雅黑','宋体',"arial";height:28px;border:1px solid #9F5F46;background-color:#F9F4EC;width:340px;}
.input_off{font-size:18px;font-family:'微软雅黑','宋体',"arial";height:28px;border:1px solid #9F5F46;background-color:#FFF;width:340px;}
.input_move{	font-size:18px;	font-family:'微软雅黑','宋体',"arial";width:340px;height:28px;border:1px solid #9F5F46;background-color:#F9F4EC;}
.input_out{/*height:16px;默认高度*/font-size:18px;font-family:'微软雅黑','宋体',"arial";width:340px;height:28px;border:1px solid #9F5F46;background-color:#FFF;}






.ny_Wrap{
  width: 100%;
  min-height: 600px;
  background-color:#f5f5f5;
}
/* 面包屑 */
.nyCrumbs{
  width: 100%;
  height: 63px;
  line-height: 63px;
  background: #fff;
  border-bottom: 1px #eee solid;
}
.crumbs{
  width: 1140px;
  height: 100%;
}
.cru_left{
  width: 900px;
  height: 100%;
}

.cru_left span{
  float: left;
  color: #666;
}
.cru_left a{
  float: left;
  text-align: center;
  padding: 0 20px;
}
.goback{
  width: 100px;
}
/* 内容 */
.ny_main{ 
  width: 1170px;
  min-height: 600px;  
}
.maintitl{
  width: 1000px;
  line-height: 50px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding-top: 46px;
}
.infoW{
  padding: 10px 0;
  text-align: center;
}
.info{
  line-height:14px; 
  color:#999;
}
.info span {
  padding-left:30px;
}

.ny_content {
  width: 1000px;
  min-height: 600px;
  padding-top: 30px;
}
.textW {
  padding-bottom: 40px;
}
.ny_content p {
  font-size: 16px;
  line-height: 35px;
}
.ny_content img {
  margin: 10px auto;
  max-width: 1000px;
}

/* 上一条 */
.updown{
  width: 1000px;
  height: 80px;
  line-height: 80px;  
  padding-bottom: 30px;
  border-top: 1px #e4e9ec dashed;
}
.updown li{
  float: left;
  width: 460px;
  padding:0 20px;
  color: #666;
  overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}

/* 新闻列表 */
.ny_newlist{ 
  width: 1000px;
  min-height: 600px;  
  padding-top: 30px;
}
.ny_newlist li{
  float: left;
  width: 100%;
  height: 140px;
  padding-top: 20px;
  position: relative;
  border-bottom: 1px #e2e4e6 solid;
}
.ny_newlist li::after{  
  content:'';
			display:block;
			/*开始时候下划线的宽度为0*/
			width:0;
			height:1px;
			position:absolute;
			left:0;
			bottom:0;
			background:#0a2e5d;
			/*这里我们设定所有改变都有动画效果，可以自己指定样式才有动画效果*/
			transition:all 0.3s ease-in-out;  
}
.ny_newlist li:hover::after{
  width:100%;
}
.ny_newlist li .new_rq{
  width: 80px;
  height: 95px;
  text-align: right;
  margin-top: 10px;
  background: url(../images/ny_newlist.png) no-repeat center;
}
.ny_newlist li .new_rq i{  
  font-family: Arial, Helvetica, sans-serif;
  color: #5271a7;
  font-weight: 600;
}
.ny_newlist li .new_rq h5{
  height: 25px;
  font-size: 22px;  
  padding-top: 17px;
}
.ny_newlist li .nynews_txt{
  width: 670px;
  height: 100%;
  padding-left: 50px;
}
.ny_newlist li .nynews_txt h3{
  font-size: 18px;
  line-height: 45px;
  color: #333;
  overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.ny_newlist li .nynews_txt:hover h3{
  color: #c7223a;
}
.ny_newlist li .nynews_txt p{
  font-size: 14px;
  padding-top: 10px;
  color: #999;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.nynews_img{
  width: 160px;
  height: 100px;
  margin-top: 10px;
  overflow: hidden;
}
.nynews_img img{
  width: 100%;
  height: 100%;
  transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.ny_newlist li:hover img{
  transform: scale(1.1);
}

/* 图片列表 */
.ny_piclist{
  width: 100%;
  min-height: 600px;  
  padding-top: 30px;
}
.ny_piclist li{
  width: 360px;
  height: 340px;
  float: left;
  background-color: #fff;  
  text-align: center;
  margin: 25px 15px;
}
.ny_piclist li:hover{
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
}
.ny_pic{
  width: 360px;
  height: 270px;
  overflow: hidden;
}
.ny_piclist li img{
  width: 100%;
  height: 100%;
  transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.ny_piclist li:hover img{
  transform: scale(1.1);
}
.ny_piclist li span{
  display: block;
  height: 70px;
  font-size: 15px;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
.ny_piclist li:hover span{ 
  color:  #244775;
}
.national_filer {
  width: 730px;
  padding: 50px;
  margin: 40px auto;
}
.national_filer ul li {
  width: 200px;
  height: 46px;
  text-align: center;
  float: left;
  margin: 0 20px;border: 1px solid #bfbfbf;
  
  border-radius: 5px;
}
.national_filer ul li a {
  font-size:17px;
  color: #333;
  line-height: 46px;
  display: block;
  border-radius: 5px;
}
.national_filer ul li a:hover{
  background: #244775;
  color: #fff;
}
.national_filer ul li.active a {
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  background: #244775;
  color: #fff;
}
.yftd_piclist{
  width: 1000px;
  min-height: 340px;  
  padding-top: 30px;
}
.yftd_piclist li{
  width: 460px;
  height: 380px;
  float: left;
  background-color: #fff;  
  text-align: center;
  margin: 25px 20px;
}
.yftd_piclist li img{
  width: 100%;
  height: 320px;
}
.yftd_piclist li span{
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
}






/*页码*/
.pagenumberwap{width:699px;height:35px;text-align:center; margin:0px auto; clear:both; padding:40px 0; }
.fanye{display:inline-block; }
.fanye{_display:inline;}
.fanye li{_float:left;  border:1px solid #d6d6d6; height:30px; line-height:30px; vertical-align:middle; margin-left:3px; margin-right:3px; 
  min-width:30px; display:inline-block;}
.fanye li a{display: block; padding: 0 20px;}
.fanye li:hover{ border:1px solid #5271a7;color:#5271a7;text-decoration:none;}
.fanye li.on{ background:#5271a7;border:1px solid #d6d6d6; color:#5271a7; text-decoration:none; font-weight:bold;}
.fanye li.active{ background:#5271a7;border:1px solid #d6d6d6; color:#fff; text-decoration:none; font-weight:bold;}
.fanye li.active a { color:#fff; }
.fanye li.disable{ color: #020101; cursor: default}
.fanye li.disable:hover{border:1px solid #5271a7;}
.fanye li.load{ cursor: pointer;line-height:27px}
.bottom_kx { width:100%; clear:both; height:20px; }






