.news{
    margin-bottom: 20px;
}
.new-cont{
  padding:0 5%;
  line-height: 2;
}
.newtit{
    line-height: 50px;
    font-size: 22px;
    color: #555;
    font-weight: bold;
}
.new2{
    overflow: hidden;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #e6e6e6;
}
.f1{
    float: left;
}
.span1{
    background:url(../picture/icon15.png) no-repeat left center;
    background-size: contain;
    padding-left: 22px;
    line-height: 35px;
    margin-right: 20px;
}
.span2{
    background: url(../picture/icon16.png) no-repeat left center;
    padding-left: 22px;
}
.new-tu{
    margin-top: 10px;
}
.new-tu img{
    width: 100%;
    height: 100%;
}
.new-p{
    line-height: 35px;
    letter-spacing:2px;
}
.new-p p{
    text-indent: 2em;
}
.page{
    overflow: hidden;
    margin-top: 40px;
}
.shang{
    float: left;
    padding: 20px 40px;
    background-color: #eee;
}
.xia{
    float: right;
    padding: 20px 40px;
    background-color: #eee;
}

@media screen and (max-width: 500px) {
    .shang,
    .xia {
        float: none;
        padding: 0.5em 1em;
    }
}