﻿@charset "utf-8";
/* CSS Document */
@import url("index.css");

.in_nav{
	height:42px;
	line-height:42px;
	background-color:#f4f8fc;
	text-indent:20px
}
.in_nav i{
	font-size:16px;
	margin-right:10px
}
.leftNav{
	margin:20px 0;
	width:320px;
	border:1px solid #dedede
}
.leftNav ul>li{
	width:100%;
	line-height:40px;
	text-align:center;
	margin-bottom:10px;
	background-color:#f8f8f8
}
.leftNav ul>li>ul{
	background-color:#fbfbfb;
	display:none
}
.leftNav ul>li.cur>ul{
	display:block
}
.leftNav ul>li>ul>li{
	height:30px;
	line-height:30px;
	margin:0;
	font-size:14px
}
.leftNav ul>li>ul>li>a:hover{
	background-color:#4897D7
}
.leftNav ul>li>a{
	display:block
}
.leftNav ul>li>a:hover,
.leftNav ul>li.cur>a{
	background-color:#0085e4;
	color:white
}
.rightCon{
	width:850px;
	margin:20px 0;
	border:1px solid #dedede
}
.rightCon .title{
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#f6f6f6
}
.rightCon .title>h3{
	float:left;
	display:block;
	padding:0 20px;
	text-align:center;
	color:white;
	background-color:#0085e4
}
.rightCon .list02 li{
	line-height:50px;
	height:50px;
	color:#777;
	text-indent:10px;
	background:url(../images/dot.gif) left center no-repeat;
	border-bottom:1px solid #dedede
}
.rightCon .list02 li span{
	color:#999
}
.rightCon .list02 li:hover{
	background-color:#f9f9f9
}
.rightCon .list02 li a{
	color:#555
}
.content{
	padding:20px
}
.content p.date{
	margin-bottom:20px;
	padding:10px 0;
	border-bottom:1px solid #dedede
}
#Zoom p{
	font-size:16px;
	padding:0;
	margin-bottom:10px;
	line-height:30px
}