/*****新闻*****/
.locate{
    width: 1100px;
    margin:10px auto;
    color:#999999;
    font-size:12px;
}
.locate>a{}
.locate>a:hover{
    color:#00ba9b;
}
/***/
.news-wrap{
    width: 1100px;
    margin:0 auto;
    border:1px solid #eff0f4;
    background:#fff;
    margin-bottom:50px;
}
.news{
    width:1040px;
    margin:0 auto;
}
.news-wrap .news>h2{
    line-height:50px;
}
.news-wrap .news>p{
    font-size:14px;
    line-height:1.6em;
    text-indent: 2em;
    margin:10px 0;
}