@import url("public.css");

.newsline{
    width: 1000px;
    min-height: 80px;
    margin: 10px 0px 0px 0px;
    background-color: #fff;
}
.newsline span{
    padding-top: 10px;
    line-height: 30px;
    color:#4F5F6E;
    font-size: 20px;
    display: block;
}
.newsline p{
    line-height: 20px;
    line-height: 25px;
    color:#666;
    font-size: 16px;
    display: inline-block;
    padding: 15px 30px;
}
.newscontent {
    width: 980px;
    color: #333;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.newscontent p,.newscontent h1{
    line-height: 25px;
    padding: 10px 20px;
    text-indent: 2em;
    font-family: "Arial","宋体";
}
.newscontent h1{
    font-size: 18px;
}
.newscontent img{
    max-width: 900px;
    margin: 10px;
}