/*通用样式*/
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: 'microsoft yahei', sans-serif;
}

img {
	display: inline-block;
	outline: 0;
	border: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

/*主体*/
.SY-inner {
	background-color: #fff;
	-webkit-border-radius: 0 0 5px 5px;					/*Chrome/Safari*/
	-moz-border-radius: 0 0 5px 5px;						/*Firefox*/
	border-radius: 0 0 5px 5px;
	margin: 0 auto;
	width: 1160px;
	min-height: 680px;
	padding: 20px;
}

/*当前位置*/
.dqwz{
	width: 1160px;
	height: 30px;
}

.dqwz>p{
	color: #999;
	font-size: 16px;
}

/*内容部分*/
.content{
	width: 1160px;
	height: 640px;
}

/*左侧*/
.content .new_txt{
	width: 750px;
	height: 640px;
	/*border: 1px solid #000;*/
}

.new_txt .new_title{
	width: 750px;
	height: 80px;
	background: #e6e6e6;
	-webkit-border-radius:3px;					/*Chrome/Safari*/
	-moz-border-radius:3px;						/*Firefox*/
	border-radius: 3px;
}

.new_title{
	width:750px; 
	margin:0 auto; 
	height:155px;
	overflow:hidden;
}
.new_title .LeftBotton,.new_title .RightBotton{ 
	height:20px; width:20px;
	cursor:pointer; 
	float:left;
	text-align: center;
	margin-top: 28px;
}
.new_title .RightBotton{ 
	margin-left:10px;
}

.new_title .LeftBotton{
	margin-left: 5px;
}
.new_title .LeftBotton:hover,.new_title .RightBotton:hover{ 
	background:#1b81c7;
}
.new_title .Cont{
	width:690px;
	overflow:hidden;
	float:left; 
	height:50px; 
	display:inline;
	margin-top: 19px;
}  
.new_title .ScrCont{ 
	width:9999px;
} 
.Cont ul li{
	width:105px; 
	height:42px;
	float:left;
	margin-left: 10px;
	background: #fff;
	text-align: center;
	line-height: 42px;
	color: #000000;
	display: block;
}

.Cont ul li:hover{
	background: #0167cc;
}

.Cont ul li:hover a{
	color: #FFFFFF;
}

.Cont ul li a{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.active{
	background: #0167cc !important;
}

.active a{
	color: #FFFFFF !important;
}

.new_title #List1,.new_title #List2{
	float:left;
} 

/*新闻列表*/
.new_lb .new_lb_title{
	width: 750px;
	height: 55px;
	border-bottom:2px solid #dfdfdf;

}

.new_lb .new_lb_title p{
	width: 100px;
	height: 55px;
	border-bottom:2px solid #0167cc;
	line-height: 70px;
}

.new_lb_title p a{
	color: #0167cc;
	font-size: 24px;
}

.new_lb_title .nav span{
	min-width: 50px;
	height: 55px;
	line-height: 70px;
}

.new_lb_title .nav span a{
	font-size: 14px;
	color: #666666;
	border-left:1px solid #666;
	padding-left:5px;
}
.new_lb_title .nav span:first-child a{border-left:none;}
.new_lb_title .nav span a:hover{
	color: #0074D3;
}

.new_lb_title .nav em{
	font-style: normal;
	font-weight: normal;
	color: #666;
}

.new_lb .new_lb_txt{
	width: 750px;
	height: 430px;
	margin-top: 30px;
}

.new_lb .new_lb_txt ul li{
	width: 750px;
	height: 35px;
	border-bottom: 1px dotted #bfbfbf;
	text-indent: 25px;
	margin-top: 15px;
	position: relative;
}

.new_lb_txt ul li a{
	font-size: 16px;
	color: #333;	
}

.new_lb_txt ul li a:hover{
	text-decoration: underline;
	color: #0167CC;
}

.new_lb_txt ul li span{
	position: absolute;
	right: 0;
	color: #999;
	font-size: 14px;
}

/*分页*/
.fenye{
  height: 54px;
  font-size: 16px;
  width: 750px;
  overflow: hidden;
  text-align: center;
}
.fenye .current{
  background: #3d7fca;
  color: #fff;
}
.fenye a{
	float: left;
	border: 1px solid #d0d0d0;
	padding: 5px 15px;
	background: #f2f2f2;
	border-radius: 3px;
	margin: 0px 5px;
}
.fenye a:hover{
	background: #4343c7;
	border: 1px solid #0b0b8e;
	color:#fff;
}
.fenye font{
	float: left;
	padding: 5px 10px;
}
.fenye select{
	float: left;
	border: 1px solid #d0d0d0;
	padding: 5px 15px;
	background: #f2f2f2;
	border-radius: 3px;
	margin: 0px 5px;
	position: absolute;
	top: 0px;
	right: 30px;
}
.fenye .leftcon {
  height: 54px;
  line-height: 38px;
  float: left;
  width: 270px;
}
.fenye .leftcon span {
  color: #ff0000;
  padding: 0 5px;
}
.fenye .leftcon em {
  font-style: normal;
  color: #0b26ef;
  padding: 0 5px;
}
.fenye .rightcon {
  float: right;
  width: 430px;
  display: inline;
  margin: 8px 0 0 0;
}
.fenye .rightcon a {
  float: left;
  padding: 2px 7px;
  height: 20px;
  line-height: 20px;
  color: #000;
  display: inline;
  margin: 0 2px;
}
.fenye .rightcon a.next {
  background: #96aac1;
  color: #fff;
}
.fenye .rightcon a.hover {
  background: #3d7fca;
  color: #fff;
}
.fenye .rightcon span {
  margin: 0 2px;
}
.fenye .rightcon input[type="text"] {
  border: 1px solid #f0f0f0;
  display: inline-block;
  text-align: center;
  color: #666;
  line-height: 18px;
  width: 48px;
  margin-right: 5px;
  height: 25px;
}
.fenye .rightcon input[type="button"] {
  width: 40px;
  height: 25px;
  background: #3d7fca;
  color: #fff;
  line-height: 25px;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  border: 0;
  cursor: pointer;
}


/*右侧*/
.content .new_pic{
	width: 390px;
	height: 640px;
}

/*通用模板*/
.new_right{
	width: 390px;
	height: 640px;
}

.new_right .banner{
	width: 390px;
	height: 232px;
}

.new_right img{
	width: 390px;
	height: 232px;
	-webkit-border-radius:3px;					/*Chrome/Safari*/
	-moz-border-radius:3px;						/*Firefox*/
	border-radius: 3px;
}

.yqlj{
	width: 390px;
	height: 385px;
	margin-top: 20px;
}

.yqlj ul li{
	float: left;
	height: 120px;
	text-align: center;
	display:table;
}

.yqlj ul li:hover{
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.yqlj .zfjs{
	width: 220px;
	background: url(zfjs.png) no-repeat;
}

.yqlj .jdts{
	width: 162px;
	background: url(jdts.png) no-repeat;
	margin-left: 8px;
}

.yqlj .zmgj{
	width: 390px;
	background: url(zmgj.png) no-repeat;
	margin: 10px 0;
}

.yqlj .yjwd{
	width: 162px;
	background: url(yjwd.png) no-repeat;
}

.yqlj .lxyz{
	width: 220px;
	background: url(lxyz.png) no-repeat;
	margin-left: 8px;
}

.yqlj ul li a{
	font-size: 18px;
	color: #fff;
	vertical-align:middle;
	display: table-cell;
}

.yqlj .zmgj a{
	color: #0074d3;
}



