.location {
	background-image: url(../imgs/dangqian.png);
	background-repeat: no-repeat;
	margin: 20px 0;
	padding-left: 36px;
	padding-bottom:8px; 
	line-height: 35px;
	width:100%; 
	border-bottom:dashed 1px #e8e8e8;
}
.location a {
	text-decoration: none;
	color: #888;
	font-style:italic;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}
.location a:hover {
	color: #0d4589;
}

/* list menu*/
.left-menu{
	width:240px; 
	border-radius:8px; 
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.curr-loc{
	background:#2a64c2;
	color:#ffffff;
	font-size:18px;
	width:200px;
    padding-left:50px;
	line-height:55px; 
}
.menu-item{
	margin:10px 40px; 
	line-height:40px;
	font-size:15px;
	padding-left:60px;
	width:160px; 
	background:url(../imgs/nav.png) no-repeat ;
	background-position:30px center;
}
.menu-item:hover{
	color:#2a64c2; 
	font-weight:bold;
	font-size:16px;
	line-height:45px;
	background:url(../imgs/nav-active.png) no-repeat ;
	background-position:30px center;
}
.menu-item-active{
	color:#2a64c2; 
	font-weight:bold;
	font-size:16px;
	line-height:45px;
	background:url(../imgs/nav-active.png) no-repeat ;
	background-position:30px center;
}
.menu-item a{ 
	font-size:15px;
    color:#222;
    text-decoration:none;	
}
.menu-item:hover a{
	color:#2a64c2; 
	font-weight:bold;
	font-size:16px;
	line-height:45px; 
}
.menu-item-active a{
	color:#2a64c2; 
	font-weight:bold;
	font-size:16px; 
}
.right-c{
	width:920px;
	display:flex;
	flex-direction:column;
}
.right-location{
	color:#2a64c2; 
	font-weight:bold;
	font-size:17px;
	line-height:45px;
	width:100%;
	padding-left:-40px; 
	border-bottom:solid 1px #2a64c2;
}
.right-location:before{
	content:"|";
	font-size:20px;
	font-family:"黑体";
	font-weight:bold;
}
.full-location{
	color:#2a64c2; 
	font-weight:bold;
	font-size:25px;
	line-height:45px;
	width:1200px;
	padding-left:-20px; 
	border-bottom:solid 1px #2a64c2;
}
.full-location:before{
	content:"|";
        width：3px;
	font-size:20px;
	font-family:"黑体";
	font-weight:bold;
} 
.full-list{
	width:1100px;
    margin:auto;	
} 
.full-list-lst{
	display:flex;
	flex-direction:column;
	width:800px;
}
/* content*/
.content-c{
	width:100%;
	padding:30px;
}
p{
	text-indent:2em;
	line-height:200%;
	font-size:14px;
	
}
.list-c{
  padding:20px 0; 
}
.list-list-c{
	display:flex;
	flex-direction:row;
	justify-content:space-between; 
}
.list-lst{
	width:800px;
	display:flex;
	flex-direction:column;
}
.list-lst-item{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;  
	/*border-bottom:dashed 1px #999;*/
}

.list-lst-title{
	width:700px;
	padding-left:-15px; 
	overflow:hidden;
}
.list-lst-title a{
	text-decoration:none;
	font-size:14px;
	line-height:45px;
	color:#444;  
	white-space:nowrap; 
	overflow:hidden;
	width:100%;
	text-overflow:ellipsis;
}
.list-lst-title a:hover{
	text-decoration:underline; 
	color:#C00;
}
.list-lst-date{
	width:68px;
	line-height:45px;
}
.dot{
	width:5px; 
	height:5px;
	padding:18px 0px;
}