/* 内页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;
}
.list_photo {
    padding: 20px 15px;
    line-height: 22px;
}
.list_photo ul li {
    float: left;
    text-align: center;
    width: 171px;
    margin: 5px 8px;
}
.list_photo li a {
    font-size: 12px;
    color: #444;
    width: 171px;
}
.list_photo img {
    padding: 3px;
    border: 1px solid #eee;
    width: 165px;
}
.list_photo li a:hover {
    color: #0068b7;
}
/* 分页 */
#divPage {
    margin: 20px 0 0;
    padding: 5px 0 0 0px;
    text-align: right;
    line-height: 50px;
    height: 50px;
}
#divPage span {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
    border-radius: 2px;
}
#divPage .current {
    font-weight: bold;
    background: #0068b7;
    color: #fff;
	padding: 6px 14px;
	margin-right: 5px;
	border-radius: 2px;
}
#divPage a {
    padding: 6px 14px;
    margin-right: 5px;
    border: 1px solid #d2d0d1;
    text-decoration: none;
    color: #000;
    border-radius: 2px;
	font-size: 14px;
}
#divPage a:hover {
	background: #0068b7;
	color: #fff;
}
#divPage .txt {
    width: 30px;
    height: 20px;
    line-height: 20px;
    border: solid 1px #d2d0d1;
    border-radius: 2px;
}