.desc-wrap{
	line-height:1.4;
	padding-bottom:18px;
	text-indent:28px;  
}
.nav-tab ul{
	margin:0px -3px;
	overflow:hidden;
	height:52px;    
}
.nav-tab ul.open{
	height:auto; 
}
.history .nav-tab li{
	width: 147px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color:#817867;
    font-size: 18px;
    cursor:pointer; 
    position: relative; 
    background-color:#f6e9cc;
    border:1px solid #ddcead;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding:0px; 
    transition:all 0.4s ease-out;       
    -webkit-transition:all 0.4s ease-out;       
    -moz-transition:all 0.4s ease-out;
    margin:2px; 
}
.history .nav-tab li.current{
    background-color:#aa0000;
    border:1px solid #aa0000;
    color:#f8e9cb;
    cursor:default;   
}
.history .overlay{
	width:100%;
	position: relative;
	overflow:visible;  
}
.article-title{
	padding:60px 0px 30px 0px; 
}