
.news_menu li {
    list-style: circle inside;
    overflow: hidden;
    font-size: 16px;
    font-family: Arial, "宋体";
    line-height: 34px;
    height: 34px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}
.news_menu li:hover{
    list-style: disc  inside;
    color: #005b49;
    border-bottom: 1px dotted #005b49;

}
.news_menu li a {
    position: absolute;
    font-size: 12px;
    top: 0;
    left: 1em;
    display: block;
    width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_menu li a:hover{
    color: #005b49;
}
.news_menu li span{
    color: #000;
    float: right;
    font-size: 12px;
}
/*正文*/
.news_title{
    padding-bottom:10px;
    border-bottom:1px dashed #888;
    text-align: center;
    margin-bottom:20px;
}
.news_title h6{
    font-size: 16px;
    padding: 0 8px;
    margin-bottom: 10px;
}
.news_title span{
    color: #888;
}
.article p{
    font-family:Arial, "宋体";
    line-height: 20px;
}
.article p img{
    display: block;
    max-width:96%;
    margin: 10px auto;
}
