/* 内页banner */
.inside_banner {
	height: 180px;
	width: 100%;
	background: url(../images/banner_bj1.jpg) no-repeat center center;
	overflow: hidden;
	position: relative;
}
.inside_banner .banner_center {
	width: 1002px;
	margin: 0 auto;
}
.inside_banner .banner_center img {
	width: 100%;
}
/* 内页中部 */
.inside_main {
	width: 100%;
	height: auto;
	min-height: 520px;
	overflow: hidden;
	background: #fff url(../images/main_bj1.jpg) repeat-x left top;
	padding: 5px 0 10px 0;
}
.inside_main .main_center {
	width: 1002px;
	margin: 0 auto;
	height: auto;
}
/* 左侧导航 */
.inside_main .left {
	width: 210px;
	height: auto;
	float: left;
}
.inside_main .left .nei_nav {
	border: 1px solid #e1e1e1;
	border-top: none;
}
.nei_nav_title {
    height: 40px;
    background: #002d80;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.nei_nav_con {
    padding: 10px 30px;
    line-height: 30px;
    border: 1px solid #fff;
}
.nei_nav_con li {
    border-bottom: 1px dashed #dedede;
}
.nei_nav_con a {
    padding-left: 25px;
    color: #444;
    font-size: 13px;
    background: url(../images/list_style2.jpg) no-repeat left center;
}
.nei_nav_con a:hover {
    color: #0068b7;
    background: url(../images/list_style1.jpg) no-repeat left center;
}
/* 右侧内容 */
.right {
    width: 780px;
    float: right;
    height: auto;
}
.right_con_title {
    height: 30px;
    width: 780px;
    border-bottom: 1px solid #e1e1e1;
}
.right_title_biaoti {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: #002d80;
    float: left;
    width: auto;
    height: 30px;
    padding: 0 20px;
}
.right_nav {
    float: right;
    line-height: 30px;
    padding-right: 10px;
    color: #444;
    padding-left: 20px;
	font-size: 14px;
}
.right_nav a {
    color: #444;
}
.right_nav span {
	color:#0068b7;
}
.right_list {
    line-height: 38px;
    padding: 5px 10px;
    color: #444;
    font-size: 12px;
}
.right_list li {
    background: url(../images/list_style.jpg) left center no-repeat;
    border-bottom: 1px dotted #dcdcdc;
}
.date {
    float: right;
    color: #999;
    font-size: 12px;
}
.right_list li a {
    padding-left: 15px;
    color: #555;
}