/* 定义关键帧 */
@-webkit-keyframes shade{
	from{opacity:1;}
	15%{opacity:0.4;}
	to{opacity:1;}
}
@-moz-keyframes shade{
	from{opacity:1;}
	15%{opacity:0.4;}
	to{opacity:1;}
}
@-ms-keyframes shade{
	from{opacity:1;}
	15%{opacity:0.4;}
	to{opacity:1;}
}
@-o-keyframes shade{
	from{opacity:1;}
	15%{opacity:0.4;}
	to{opacity:1;}
}
@keyframes shade{
	from{opacity:1;}
	15%{opacity:0.4;}
	to{opacity:1;}
}
.article-name {
    display: block;
    margin: 0 auto;
    width: 94%;
    padding: 0 3%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #ff3c00;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-name a{
    color: #ff3c00;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  font: 13px/1 微软雅黑,Verdana,Arial,Helvetica,sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.main{
    margin: 0 auto;
	width:1000px;
/*  padding-left: 100px!important;
  padding-right: 100px!important;*/
}
.clearfix {
    clear: both;
    display: block;
}
/* links */
a {
	text-decoration:none;
  	/*//transition: color 0.2s ease 0.2s, background-color 0.2s ease 0.2s, border-color 0.2s ease 0.2s, box-shadow 0.2s ease 0.2s;*/
}

/*a:hover {
	color:#336699;
	text-decoration:underline;
}*/

#header {
	overflow: hidden;
	padding: 20px 0
}

/*#header h1{
	border-bottom:none;
	float: left;
    line-height: 47px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
  font-size: 100%;
}

#header a{
	border-bottom:none;
	float: left;
    font-size: 333%;
    line-height: 47px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}

#header #description{
	float: right;
    font-size: 116%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 21px;
    text-align: right;
    text-transform: uppercase;
}*/
/*#nav{
  z-index: 900;
  background: none repeat scroll 0 0 #39C;
  width:100%;
}
#navbody{
border-left: 1px solid #FFFFFF;
}
.mainNav{
	height: 40px;
    background: none repeat scroll 0 0 #39C;
}

.mainNav li{
	background: none repeat scroll 0 0 #39C;
    border-right: 1px solid #FFFFFF;
    float: left;
    list-style-type: none;
    text-align: center;
    white-space: nowrap;
    z-index: 999;
  	line-height: 40px;
}
.mainNav li:hover{
	background-color:#369;
}
.mainNav li a{
	color: #FFFFFF;
    display: block;
    padding: 0 12px;
    text-decoration: none;
  font-size: 16px;
}*/

/*ul {
    margin: 0;
    padding: 0;
}*/

#container {
	width:1200px;
	padding: 20px 0;
  display:block;
  padding-top: 25px;
}

#waterfall{
	display:block;
}

/*#waterfall .item{
    width:290px;
}*/

.box{
	width: 280px;
    margin-bottom: 20px;
    box-shadow: 0 1px 11px rgba(174,174,174,.5);
     filter: progid:DXImageTransform.Microsoft.Shadow(color='#c1c1c1', Direction=90, Strength=5,);
     filter: progid:DXImageTransform.Microsoft.Shadow(color='#c1c1c1', Direction=45, Strength=5,);
    -moz-box-shadow: 0 1px 11px rgba(174,174,174,.5);
    -webkit-box-shadow: 0 1px 11px rgba(174,174,174,.5);
    background-color: #FFF;
}

/*.thumb a{
	padding:5px 5px 0;
  display: block;
}*/
/*.article{
	padding:10px 10px 20px;
}*/
.article-entry {
    margin: 0 auto;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 18px;
    overflow: hidden;
}
.article-entry .project {
    margin-left: 10px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #a3a3a3;
    font-size: 12px;
    overflow: hidden;
    cursor: pointer;
}
.article-entry .time {
    margin-right: 10px;
    float: right;
    height: 30px;
    line-height: 30px;
    color: #a3a3a3;
    font-size: 12px;
    overflow: hidden;
    cursor: pointer;
}
.thumb:hover {
	-webkit-animation:shade 3s ease-in-out 1;
	-moz-animation:shade 3s ease-in-out 1;
	-ms-animation:shade 3s ease-in-out 1;
	-o-animation:shade 3s ease-in-out 1;
	animation:shade 3s ease-in-out 1;
}
/*.info {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #DFDFDF;
    color: #999999;
    font-size: 12px;
    line-height: 25px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/
li {
    list-style: none outside none;
}

/*#content{
	float:left;
  	width:700px;

}*/





/*.title {
padding: 10px 30px;
border-bottom: 1px solid #DDD;
margin: 0 0 20px 0;
}*/
/*.poster{
	text-align: center;
}

.poster img{
	max-width: 600px;
}
#content h2{
	border-bottom:1px solid #DDD;
}*/
/*#subcontent{
	float:right;
    width:280px;
}*/
/*.ibox{
	width:100%;
}*/
/*.ibox .name{
	font-size:120%;
  background-color:#F8F8F8;
}*/
.ibox .value a:hover{
	background-color: #4986E7;
    /*//border-radius: 4px 4px 4px 4px;*/
    color: #FFFFFF;
    /*//height: 20px;*/
    /*//line-height: 20px;*/
    /*//padding: 3px;*/
    /*//transition: background 0.15s ease-in 0s;*/
  text-decoration: none;
}
/*.tright{
	text-align: right;
}*/
/* footer */
#footer {
  clear:both;
  padding:10px 0 15px 0;
  font-size:0.9em;
  /*border-top:2px solid #16A765;*/
  //margin: 10px 0 0;
}
.fix-footer-mar {
  margin-bottom: 140px;
}
/*#footer strong {font-weight:normal;}*/
/* baidu tuijian */
/*#hm_t_24170 .hm-t-container {
  border: none !important;
  box-shadow: 0 1px 3px rgba(34,25,25,.4)!important;
}
#hm_t_24170{
  font-family: 微软雅黑,Verdana,Arial,Helvetica,sans-serif !important;
}
#hm_t_24170 .hm-t-header{
  font-size:17px !important;
  border-bottom: none !important;
}*/
.waterfall-big{
	background: #f9f9f9;
}
.load-gif{
	width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}
#btnok{
	display: block;
    width: 1200px;
    padding: 20px 0;
    font-size: 18px;
    color: #d1d1d1;
    text-align: center;
    bottom: 0;
    margin:0 auto;
}
.last-end {
    bottom: 0;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18px;
    color: #d1d1d1;
    text-align: center;
}
.thumb {
	width: 280px;
}
