﻿/*banner*/
.inside-banner{
	width: 1153px;
	margin: 0 auto;
}

.inside-banner img{
	width: 100%;
}

/*面包屑导航*/
.mb-nav{
	width: 1133px;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #E9E9E9;
	border-bottom: none;
	height: 35px;
	line-height: 35px;
	padding:0 10px;
}
.mb-box{
	color: #8B8B8B;
	font-size: 12px;
}
a.mb-box:hover{
	text-decoration: underline;
}

/*主体*/
.inside-main{
	width: 1153px;
	margin: 0 auto;
	border: 1px solid #E9E9E9;
	margin-bottom: 30px;
}
.inside{
	padding: 22px 11px;
	font-size: 0;
}

/*左侧列表*/
.inside-left{
	width: 249px;
	display: inline-block;
	vertical-align: top;
	*float:left;
}
.il-title{
	font-size: 32px;
	color: #fff;
	width: 249px;
	text-align: center;
	height: 76px;
	line-height: 76px;
	background: url('../images/inside/inside-title.png') center center no-repeat;
}

.il-list{
	border: 1px solid #E9E9E9;
	min-height: 532px;
}
.il-list ul{
	padding: 10px 0;
}
.il-list ul li{
	height: 48px;
	line-height: 48px;
	text-align: center;
}
.il-list .il-listBox{
	min-width: 170px;
	border-bottom: 1px solid #E9E9E9;
	display: inline-block;
}
.il-listText{
	text-align: center;
	display: block;
	padding: 0 26px;
	color: #1D1D1D;
	font-size: 16px;
	background: url('../images/inside/icon.png') 14px -28px no-repeat;
	height: 48px;
	line-height: 48px;
}
.il-list ul li.cur .il-listText,.il-listText:hover{
	color: #0276D9;
	background-position: 14px 20px;
}



/*右侧主体*/
.inside-right{
	display: inline-block;
	vertical-align: top;
	width: 832px;
	margin-left: 32px;
	*margin-left:280px;
}

.ir-title{
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #0276D9;
}
.ir-titText{
	font-size: 22px;
	color: #0276D9;
	border-left: 7px solid #0276D9;
	padding-left: 12px;
	margin-left: 2px;
}

.ir-content{

}

.ir-list{
	padding: 16px 0;
}
.ir-list li{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.new-time{
	float: right;
	font-size: 14px;
	color: #787878;
}
.new-link{
	float: left;
	color: #1D1D1D;
	font-size: 14px;
	padding-left: 18px;
	background: url('../images/inside/li-icon.png') 2px center no-repeat;
}
.new-link:hover{
	color: #0276D9;
}

/*分页按钮*/
.pagination{
	font-size: 0;
	text-align: center;
}
.op-btn,.num-btn,.page-text{
	font-size: 14px;
	color: #1B1B1B;
	height: 26px;
	line-height: 26px;
	border: 1px solid #DAE6EE;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.page-text{
	border:none;
	margin: 0 12px;
}
.op-btn{
	padding: 0 12px;
	margin: 0 8px;
}
.num-btn{
	width: 26px;
	height: 26px;
	margin: 0 3px;
}
span.num-btn,.num-btn:hover,.op-btn:hover{
	color: #fff;
	background-color: #0073CC;
	border: 1px solid #0073CC;
}




/*新闻标题*/
.new-title{
	font-size: 22px;
	font-weight: bold;
	color: #1E1E1E;
	text-align: center;
	margin-top: 36px;
}
/*新闻信息*/
.new-info{
	width: 706px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 14px auto;
	border: 1px dashed #EEEEEE;
}
.info-box{
	color: #939393;
	font-size: 12px;
}

/*新闻内容*/
.new-main{
	padding: 25px;
	font-size: 14px;
}