.content .content-left {
    width: 210px;
    float: left;
    overflow: hidden;
}
.title {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding-left: 25px;
}
.article-menu {
    border: 1px solid #eee;
    background-color: #f9f9f9;
}
.article-menu .menu-list:hover{
	background:#e31939;
}
.act{
	background:#296ecc;
}
.act a{
	color: #fff;
}
.article-menu .menu-list h4 {
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: normal;
}
.article-menu .menu-list:hover h4 a{
	color:#fff;
}
.content .content-right {
    width: 990px;
    float: right;
    overflow: hidden;
}
.content .content-right h4{
    line-height:40px;
}
.content .content-right .mod-tit {
    height: 40px;
    line-height: 40px;
    background: #f9f9f9;
    padding: 0 10px;
    font-size: 14px;
    position: relative;
    border: 1px solid #eee;
}
.content .content-right .right-inner .article-list th {
    font-weight: normal;
    padding: 10px;
    padding-left:45px;
    font-size: 14px;
}
.content .content-right .right-inner .article-list td {
    border-top: 1px solid #eee;
    padding: 10px;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
}

/* 文章详情  */ 
.content .content-right .article-right {
    width: 948px;
    padding: 15px 20px;
    border: 1px solid #eee;
}
.content .content-right .article-right .article-tit {
    text-align: center;
    padding-bottom: 10px;
    line-height: 150%;
    border-bottom: 1px dashed #ddd;
}
.content .content-right .article-right .article-tit h3 {
    font-size: 18px;
    font-weight: normal;
    color: #666;
}
.content .content-right .article-right .article-tit p {
    padding-top: 10px;
    color: #999;
}
.content .content-right .article-right .article-detail {
    padding: 15px 0px;
    line-height: 2em;
}
.content .content-right .article-right .article-bottom {
    border-top: 1px solid #eee;
    padding: 10px 0;
    line-height: 20px;
    color: #999;
}
.content .content-right .article-right .article-bottom .article-bottom-left {
    float: left;
}
.content .content-right .article-right .article-bottom .article-bottom-right {
    float: right;
}
.content .content-right .article-right .article-bottom a {
    margin: 0px 5px;
}
