.art-body td, .art-body th{
    vertical-align: middle;
    display: table-cell;
    padding: 5px 15px;
    border: 1px solid #DDD;
}
.article-right{
    padding: 0;
    margin-left: 5px;
    margin-right: 10px;
    border: 1px #f1f2f2 solid;
}
.article-head{
    padding-bottom: 10px;
}
.article-head ul{
    height: 2.5em;
    background-color: #f1f2f2;
    border-left: 1px #f1f2f2 solid;
}
.feature{
    float: left;
    width: 25%; 
    background-color: #f1f2f2;
}
.feature a,.white-back a{
    display:block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 2.5em;
}
.feature a:hover,.white-back a:hover{
    background-color: #fff;
    color: #AD420F;
    font-weight: 700;
}
.white-back{
    float: left;
    width: 25%;
    background-color: #fff;
    color: #AD420F;
    font-weight: 700;
}
/*article-right-list*/
.article-right-list{
    margin-top: 0;                
}
/*archives*/
.archives{
    margin: 0 auto;
    width: 95%;
    overflow: hidden;
}
/*archives-list*/
.archives li{
    margin-top: 20px;
    margin-bottom: 10px;
}
.archives-article {
    border: 1px #f2f2f2 solid;
}
.archives-article:hover{
    border: 1px #a2a2a2 solid;
}
.article-image-thumbnail {
    float: left;
    margin-right: 20px;
}
.article-image-thumbnail img{
    margin: auto;
    width: 180px;
    height: 120px;
}

.archives-article-inner {
    text-align: left;
}
.article-header time{
    color: #a5a8aa;
    font-weight: 600;
    line-height: 2em;
    font-size: 0.85em;
}
.article-header h1{
    line-height: 1.4em;
    font-size: 1.2em;
}
.article-header h1 a{
    font-weight: 600px;
}
.archives-article-body {
    padding-top: 10px;
    text-indent:1.5em;
}
.art-right{
    padding: 0;
    margin-left: 5px;
    margin-right: 10px;
}
.art-main{
    padding-bottom: 10px;
    border-bottom: 2px #cecece dotted;
}
.article{
    text-align: left;
}
.art-header time{
    color: #a5a8aa;
    font-weight: 600;
    line-height: 2em;
    font-size: 0.85em;
}

.art-header h1{    
    margin: 5px 0 20px 0;
    line-height:1.2em;
}
.ddart-keyword{
    
    padding-bottom: 10px;
    border-bottom: 1px #a5a8aa solid;
}
.art-keyword{
    text-align: left;
    clear: both;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c9c9c9
}
.face-link{
    clear: both;
    width: 100%;
    margin: 10px;
    
}
.face-link ul{
    padding: 5px;
    overflow: hidden;
}
.face-link ul li{
    float: right;
    text-align: center;
    margin-top: 10px;
    margin-right: 2px;
    width: 80px;
    overflow:hidden;
}
.toiawase-link{
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
    line-height: 30px;
}
/***article end***/

/***new-article-link begin***/
.article-list{
    clear: both;
    width: 100%;
    margin-top: 10px;
}
.article-list ul{
    margin-top: 5px;
    width: 100%;
}
.article-list li{
    margin: 3px 5px 3px 10px;
    border-bottom: 1px rgba(25, 3, 34, 0.24) solid;
}
.article-list-title{
    float: left;
    padding-left: 5px;
    font-size: 0.9em;
}
.article-list-title a{
    color:#080ff8;
}
.article-list-title a:hover{
    color:#F88E08;
}
.article-list-date{
    display: block;
    float:right;
    font-size: 0.8em;
    color:#a5a8aa
} 
/***new-article-link end***/