.newsList{
    width:886px;
    overflow:Hidden;
    margin:20px 0;
}
.newsList li{
    line-height: 36px;
    height:36px;
    width:100%;
    color:#666;
    font-size:14px;
    text-indent:20px;
    background:url("../hs-images/dot02.png") no-repeat left center;
}
.newsList li a{
    color:#666;
    float:left;
}
.newsList li span{
    float:right;
}
.newsList li:hover{
    color:#007d67;
    background:url("../hs-images/dot03.png") no-repeat left center;
}
.newsList li a:hover{
    color:#007d67;
}
.newsDetails{
    width:100%;
    overflow:Hidden;
    margin:20px 0;
}
.newsDetails>h3{
    color:#007d67;
    font-size:18px;
    height:50px;
    line-height:50px;
    width:100%;
    text-align: center;
}
.newsDate{
    width:100%;
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#999;
    text-align: center;
}
.newsDate span{
    display: inline-block;
}
.newsDate .sp1{margin-right:50px;}

.newsContent{
    width:100%;
    overflow:Hidden;
}
.newsContent>p{
    text-indent:2em;
    font-size:14px;
    color:#666;
    line-height:30px;
}
.newsImg{
    width:792px;
    height:240px;
    overflow:hidden;
    margin:20px auto;
}
.newsImg img{
    width:100%;
}
.anotherPage{
    width:100%;
    overflow:hidden;
    margin:20px 0;
    font-size:14px;
}
.anotherPage p{
    height:30px;
    line-height:30px;
    }
.anotherPage p a{
    color:#666;
}
.anotherPage p a:hover{
    color:#007d67;
}