@charset "utf-8";
/* CSS Document */
.page-content{
	margin-top: 20px;
	margin-bottom: 20px;
	/*height: 840px;*/
	overflow: hidden;
}
.page-left{
	width: 280px;
	margin-right: 20px;
	background: #f7f8fa;
	border:1px solid #e5e5e5;
	box-sizing: border-box;
}
.page-left .nav-til{
	background: #337ae4;
	color:#fff;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
.nav-til img{
	margin-right: 10px;
	margin-top: -3px;
}
.left-nav li{
	line-height: 35px;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.left-nav li dt{
	line-height: 35px;
	color:#333;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
	padding-left: 40px;
}
.left-nav li dt:last-child{
	border: none;
}
.left-nav li a.on{
	border-left: 3px solid #337ae4;
}
.left-nav li dt:hover, .left-nav li dt.on{
	background:#d3e8f9; 
}
.left-nav li a{
	width: 100%;
	font-size: 16px;
	padding-left: 20px;
	line-height: 35px;
  display: inline-block;
	box-sizing: border-box;
}
.left-nav dl{
	display: none;
}
.left-nav .up{
	float: right;
	width: 40px;
	height: 35px;
	background:url("../images/up.png") center no-repeat;
}
.left-nav .down{
	float: right;
	width: 40px;
	height: 35px;
	background:url("../images/down.png") center no-repeat;
}
.page-right{
	width: 900px;
	/*height: 840px;*/
	overflow: hidden;
	padding: 0 20px 20px;
	box-sizing: border-box;
	background: #fff;
}
.page-list-til{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.page-list-til span{
	padding: 0 35px;
	font-size: 18px;
	height: 49px;
	display: inline-block;
	cursor: pointer;
}
.page-list-til i{
	font-size: 12px;
	float: right;
}
.page-list-til .current{
	color:#337ae4;
}
.page-list-til span.on{
	color:#2969cb;
	border-bottom: 2px solid #2969cb;
}
.page-list{
	margin-top: 10px;
}
.page-list li{
	height: 36px;
	line-height: 36px;
}
.page-list li p{
	width: 745px;
	font-size: 16px;
	white-space: nowrap;
  text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}
.page-list li a:hover {
	color: #2A68CB;
}
.page-list li span{
	float: right;
	width: 100px;
	color:#666;
	font-size: 12px;
	text-align: right;
}
.page-list li i{
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #2b6acb;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 3px;
}
.page-btn {
	text-align: center;
	margin-top: 50px;
}
.page-btn i{
	padding: 5px 10px;
	display: inline-block;
	border-radius: 3px;
	border:1px solid #dddddd;
	margin-right: 8px;
	font-size: 12px;
	color:#666;
	cursor: pointer;
}
.page-btn i.on{
	color:#fff;
	background: #0076cd;
	border:1px solid #0076cd;
}

.page-list-til a{
	color:#2969ca;
	font-size: 18px;
	font-weight: bold;	
}
.content-info{
	padding: 20px;
}
.info-til{
	font-size: 24px;
	text-align: center;
}
.info-somi{
	font-size: 12px;
	color:#777777;
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 30px;
}
.info-somi span{
	margin-right: 10px;
}
.info-somi .fontsize{
	float: right;
}
.info-somi .fontsize i{
	margin-right: 10px;
	cursor: pointer;
}
.info-somi .fontsize i.on, .info-return{
	color:#337ae4;
}
.info-return{
	margin-left: 20px;
	cursor: pointer;
	float: right;
}
.article-box p{
	line-height: 32px;
	text-align: justify;
}
.article-til{
	text-align: center;
	margin-bottom: 20px;
}

.current i {
    background: #2969cb;
    color: #fff;
}














