@charset "utf-8";
/* CSS Document */
@font-face { 
  font-family:'font1'; 
  src: url('../font/politicaregular.ttf'); 
}
/*内页样式*/
.n-search{ width: 840px; height: 60px; margin: 0 auto; }
.n-input01{ float: left; width: 700px; height: 56px; line-height: 56px; text-indent: 15px; font-size: 15px; color:#666; border: #255295 2px solid; }
.n-input02{ float: left; width: 134px; height: 60px; line-height: 60px; background-color:#255295; color: #fff; font-size: 22px; text-align: center;  }
/*内页flash*/
.ny-flash{ width:100%; height:300px; background: url(../Img/ny-flash.jpg) top center no-repeat;}
/*当前位置*/
.ny-weizhi{padding:10px 0px;width: 100%;height: auto;background-color: #efefef;border:1px solid #DFDEDE;}
.ny-weizhi .ny-r-t{margin:0 auto;width: 1200px; font-size: 15px;color: #333;}
/*详情页样式*/
.ny-xq{
  margin:30px auto;
  width: 1200px;
  height: auto;
}
.ny-xq-l{
  float: left;
  width: 145px;
  height: 115px;
  background-color: #f02626;
}
.ny-xq-l .date1{
  position: relative;
  left: 15px;
  top: 8px;
  width: 110px;
  height: 36px;
  text-align: center;
}
.ny-xq-l .date1 .year1 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-family:"font1";
  text-align: center;
}
.ny-xq-l .date1 .year1 span{
  position: absolute;
  left:35%;
  z-index:2;
  display:block;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #fff;
  font-family:"font1";
  background-color: #f02626;
  letter-spacing: 0px; 
}
.ny-xq-l .date1 .year1:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 12px;
  left: 0;
  z-index:1;
}
.ny-xq-l .date2{
  margin-top: 28px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #fff;
  font-family:"font1";
  letter-spacing: 0px;
}
.ny-xq-l .read1{
  margin-top: 3px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  letter-spacing: 0px;
}
.ny-xq-l .read1 strong{
  font-weight: bold;
}
.ny-xq-r{
  float: right;
  padding:18px 45px;
  width: 960px;
  height: 80px;
  background-color: #e5e5e5;
  overflow: hidden;
}
.ny-xq-r p{
  display: block;
  height: 70px;
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.ny-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}

/*单页效果*/
.ny-cont{
	padding:20px 0px;
	margin:0 auto;
	width: 1200px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
}
.ny-cont-h1{
	display: block;
	width: 100%;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.ny-cont p, .ny-cont p a{
	margin-top:15px;
	font-size: 16px;
	color: #333;
	line-height: 210%;
}
.ny-cont a{
 	font-size: 16px;
	color: #333;
	line-height: 210%;
 }
 .ny-cont .zi01{
  font-size: 20px;
  color: #000;

 }
.ny-cont .zi01 b{
    font-weight: bold;
  }

.ny-con-top{
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

/*内页新闻1*/
.ny-news01{
  width:100%;
  height: auto;
}
.ny-news01 li{
	padding:20px 0px;
  width: 100%;
  border-bottom:1px dashed #dedddd;
  overflow: hidden;
}
.ny-news01 li .tu1{
	float: left;
	width: 185px;
	height: 130px;
	overflow: hidden;
}
.ny-news01 li .tu1 img{
	width: 185px;
	height: 130px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  float: right;
  margin-left:15px;
  width: 92px;
  height: 100px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height: 57px;
  font-size: 45px;
  color: #555;
  text-align: center;
  line-height: 57px;
  font-family: "Impact";
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{
	color: #f94040;
}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  margin-left:50px;
  width: 846px;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #333;
  letter-spacing: 0px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li:hover .r01 a h2{
	color:#fe0000;
}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
}

/*===========================手机站样式=============================*/
.menu_menu_bg {width: 100%;margin: 0 auto;background: #485460;}
.ph_menu {min-width:320px;}
.ph_menu li{ margin:3px 0px; font-weight:bold;display:block; float:left; height:30px; line-height:30px; width:24.5%; text-align:center; border-right: 1px solid #2a445e;}
.ph_menu li a{display:block; float:left; width:100%; color:#ffffff; font-size:16px; font-weight:normal;}
.ph_menu li a:hover{ color:#ffffff;}