@charset "utf-8";
/* CSS Document */
a{
	color:#000;
}
 .summary{
	 display:block;
	 position:relative;
	
    overflow-x: hidden;
    overflow-y: hidden;
 
	 
 }
.summary img{
	  width:100%;
 }
 .summary .empty_img{
	 /*辅助内容居中的图片*/
	 height:100%;
	 width:0;
	 visibility:hidden;
}
 .summary div{
	/*position:absolute;
	left:0;
	top:0;
	background:url(../images/icon/dimd_50.png);
	height:100%;
	width:100%;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;	
	
	display:none;*/
	position:absolute;
	left:0;
	top:0;	
	height:100%;
	width:100%;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	opacity: 0;
   /* transition: all 0.5s ease-out 0s;*/
	color:#FFF;
}
 .summary:hover div{
	/*display:block;
	color:#FFF;*/
	
	background-color: rgba(20, 2, 2, 0.5);
	opacity: 1;
	color:#FFF;
	/*
    box-shadow: 0 0 0 0 rgba(15, 0, 0, 0.7) inset;
    transition: all 0.2s ease-out 0s;
	opacity: 1;
    transition: all 0.5s ease-out 0s;
	color:#FFF;*/
}

.box-shadow-bootom{
	/*底部阴影*/
  -webkit-box-shadow: 0 3px 5px;
  -moz-box-shadow: 0 3px 5px;
  box-shadow: 0 3px 5px;
}

.oncurrentcol {
	color:#333;
}
.currentcol{
	  color:#1B58AB;
  }
#project-more{
	margin:40px;
}
#fenye{
	    margin: 20px;
}
#fenye .fenye_active{
	padding:0 10px;
	margin:0 5px;
	 background:rgba(9, 95, 138,1);
	 color:rgba(255,255,255,1);
}
#article_content *{	
	text-align:justify;
	text-justify:inter-ideograph;
	word-break:break-all;
	
}
a:focus, a:hover {
    color: #1b58ab;
}

.menu_parent{
	font-weight:bold;
}

*{
    font-family: "黑体","宋体" !important;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}