/* 模板 E.html 列表页的CSS */

.articlemp { 
    margin-left: 20px; 
    width: 1060px; 
    float: left; 
    background: url(../images/mpbg.png); 
} 

/* 文章标题样式 */
.articlemp .pic_art_title a { 
    color: #1f1f1f; 
    font-size: 20px;
    width: 590px; 
    height: 60px; 
    text-decoration: none; 
    font-weight: bold; 
    padding-left: 45px; 
    margin-top: 65px; 
    display: inline-block; 
    line-height: 1.4;
} 

.articlemp .pic_art_title a:hover { 
    text-decoration: underline; 
    color: #0066cc;
} 

.articlemp .pic_art_img { 
    margin-top: 25px; 
    float: left; 
    width: 350px; 
    height: 290px; 
    display: inline;
} 

.articlemp .pic_art_img IMG { 
    float: left; 
    width: 325px;
    border: #fff 1px solid;
    padding: 14px; 
    background: url(images/onhoo_logo_bg_img.jpg);
} 

.articlemp .pic_art_img a:hover IMG { 
    border: #CDCDCD 1px solid;
    background: #fff;
} 

/* 文章描述样式 */
.articlemp .pic_art_content a { 
    float: left; 
    width: 600px; 
    height: 200px; 
    color: #666;
    font-size: 16px;
    text-decoration: none; 
    line-height: 1.6;
    padding-left: 45px; 
    margin-top: 10px;
} 

.articlemp .pic_art_content a:hover { 
    color: #333; /* 悬停时颜色 */
} 